@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 基本

******************************************************************************* */

/* ==

　00. 基本

=============================================================================== */
/* 
------------------------------------------------------------------------------- */
/*
body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
*/

#header #headerBtn #fontSizeChg {
	float: left;
	/* text-indent: -9999px; */
	font-size:10px;
}

body.fsLarge{ font-size:85%; }


div.baseIn{ width:1240px; margin:0 auto; }

.inner {
	width: 1240px;
	margin: 0 auto;
}
.inner02 {
	width: 890px;
	margin: 0 auto;
}

/*#subHeader.op_type02 p.line2{ padding:8px 5px 8px 0; }
div#subHeaderNav li.line2 a{ padding:8px 0; }
div#subHeaderNav li.line2 a:hover, div#subHeaderNav li.line2 a:active{ background:url(/business/silver/images/rn01/nav_bg_over02.png) left 8px repeat-x; }*/

div#hdNav div{ position:static; }

#hdNav ul, #subHeader ul{ float:left; }

#main {
	width: auto;
	min-width: 1240px;
	background: #eee;
	padding: 0;
	overflow: hidden;
}
#main div:after {
	content:'';
	display:block;
	clear:both;
}

#contentWrap {
	background: #fff;
	position: relative;
	z-index: 1;
}
/* #subNav
------------------------------------------------------------------------------- */
#subNav {
	background: #777;
	padding: 30px 0 40px;
}
#subNavInner {
	width: 890px;
  margin: 0 auto;
}
#subNavTtl {
	display: inline-block;
	background: #fff;
	padding: 7px 33px;
	font-size: 133.33%;
	font-weight: bold;
}
#subNav dl{ margin-top:38px; }
#subNav dt{
	margin:0 0 5px;
	padding-left:12px;
	border-left:2px solid #ddd;
	font-size:130%;
	line-height:1.2;
	font-weight:bold;
	color:#eee;
}
#subNav dd{
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #ccc;
}

/*
#subNav ul {
	margin: 38px 0 0;
}
*/
#subNav ul:after {
	content:'';
	display:block;
	clear:both;
}
#subNav li {
	width: 296px;
	padding: 10px 10px 0 1em;
	/*
	margin: 32px 0 0;
	*/
	box-sizing: border-box;
	float: left;
	font-size: 100%;
	line-height: 1.31;
	text-indent: -1em;
}
#subNav li:nth-of-type(3n+1) {
	clear: both;
}
/*
#subNav li:nth-of-type(-n+3) {
	margin-top: 0;
}
*/
#subNav li a{
	color: #fff;
	text-decoration: none;
}
#subNav li a:before {
	content: "＞ ";
	display: inline;
	font-weight:bold;
	color:#fc004a;
}
#subNav li a:hover {
	text-decoration: underline;
}
#subNav li p{
	color: #fff;
	font-size:100%;
}

#subNavReturn {
	font-size: 116.66%;
	font-weight: bold;
	line-height: 1.31;
	margin: 52px 0 0;
}
#subNavReturn a {
	color: #fff;
	text-decoration: none;
}
#subNavReturn a:before {
	content: "＜ ";
	display: inline;
}
#subNavReturn a:hover {
	text-decoration: underline;
}
/* #footerSpacer
------------------------------------------------------------------------------- */
#footerSpacer {
	height: 573px;/* 仮数値 */
	position: relative;
	z-index: -1;
}
/* #footerFix
------------------------------------------------------------------------------- */
#footerFix {
	width: 100%;
	padding-top: 60px;
	background: #eee;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 0;
}
#footerFix:before {
	content: "";
	display: block;
	width: 50%;
	height: 60px;
	background: #66767f url(../../images/rn/bg_main01.png) no-repeat right center;
	position: absolute;
	left: 0;
	top: 0;
}
#footerFix_inner {
	background: #fff;
}
/* #subFooterPageTop
------------------------------------------------------------------------------- */
#subFooterPageTop .pageTop {
	font-size: 116.66%;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 15px;
}
#subFooterPageTop .pageTop a {
	color: #000;
	text-decoration: none;
}
#subFooterPageTop .pageTop a:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 13px;
	margin: 0 7px 0 0;
	background: url(../../images/rn/ico_arrow_pagetop.png) no-repeat center;
	vertical-align: middle;
}
#subFooterPageTop .pageTop a:hover {
	text-decoration: underline;
}
/* #subFooter
------------------------------------------------------------------------------- */
#subFooter {
	padding-top: 55px;
	padding-bottom: 5px;
	background: #555;
}
#subFooter .baseIn {
	width: 890px;
	border-top: none;
}
#subFooter p {
	width: 240px;
}
#subFooter .subColTtl {
	display: table;
	width: 180px;
	font-size: 133.33%;
	position: absolute;
	left: 0;
	top: -85px;
}
#subFooter .subColTtl span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #fff;
}
#subFooter .subCol {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-color: #fff;
}
#subFooter .subCol:last-child {
	border-bottom: none;
}
#subFooter .subCol div {
	width: 630px;
}
#subFooter .subCol li {
	font-size: 85.47%;
	line-height: 2.13;
	margin-right: 12px;
}
/* テキスト装飾
------------------------------------------------------------------------------- */
.fEm {
	color: #333;
	font-weight: bold;
}
