@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. グローバルヘッダー
　05. 固定ヘッダー
　06. トピックスパス
　07. 固定フッター
　08. リッチフッター
　09. グローバルフッター
　99. 表示切替
　99. 印刷

******************************************************************************* */
/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ol, ul { list-style: none; }
/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92% 
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%
 
 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html { overflow-y: scroll; }
html,
body { height: 100%; }
body {
	line-height: 1.7;
	background-color: #fff;
	color: #666;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
	font-size: 75%;
	-webkit-text-size-adjust: 100%;
}
body.fsLarge { font-size: 85%; }
img { vertical-align: bottom; }
a img { border: none; }
a {
	color: #404f6f;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
p {
	font-size: 117%;
}
sup,
sub {
	margin: 0 1px;
	font-size: 84%;
	vertical-align: 2px;
}
sub { vertical-align: baseline; }
section {
	margin: 0 0 50px;
}
section section {
	margin: 30px 0 40px;
}
.section_pack {
	margin: 20px 0 25px;
}
section p,
section ul,
section ol {
	margin: 0 0 20px;
	font-size: 134%;
}
/* ==

　03. 大枠レイアウト

=============================================================================== */
#header {
	width: 100%;
	min-width: 950px;
	height: 91px;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
#header.header-n {
	height: 34px;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #b4b4b4;
}
#subHeader {
	width: 100%;
	min-width: 950px;
	height: 51px;
}
#topicPath {
	width: 100%;
	min-width: 950px;
	background-color: #fff;
}
#main {
	margin: 0;
}
#fixFooter {
	position: relative;
	width: 100%;
	min-width: 950px;
	height: 40px;
	margin: -40px 0 0;
	z-index: 1000;
}
#subFooter {
	position: relative;
	width: 100%;
	min-width: 950px;
	padding: 30px 0 25px;
	background-color: #6e6e6e;
	z-index: 1000;
}
#footer {
	position: relative;
	width: 100%;
	min-width: 950px;
	margin: 0 0 0;
	padding: 24px 0 0;
	background-color: #fff;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	z-index: 4;
}
#container {
	position: relative;
	padding: 0 0 0 200px;
}
#container #main {
	width: auto;
	min-width: 750px;
	border-top: 1px solid #cabfb6;
}
.contents {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.contents-fix {
	width: 950px;
}
.contents-mb {
	margin-bottom: 35px;
}
@media screen and (max-width:1205px) {
	.contents {
		width: 730px;
	}
	.contents-fix {
		width: 950px;
	}
}
#container:after,
#main:after,
.contents:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #container,
*:first-child+html #main,
*:first-child+html .contents { zoom: 1; } /* ie7 */
* html #container,
* html #main,
* html .contents { zoom: 1; } /* ie6 */
/* ==

　04. グローバルヘッダー

=============================================================================== */
.header_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 23px 0 0;
	text-align: left;
}
.header_logo {
	position: absolute;
	top: 10px;
	left: 15px;
	line-height: 1;
	font-size: 12px;
}
.header-n .header_logo {
	top: 12px;
	left: 0;
}
.header_id {
	line-height: 1;
	margin: 0 0 23px 120px;
	padding: 0;
	border: none;
	font-size: 12px;
}
.header_font {
	position: absolute;
	top: 64px;
	right: 0;
	line-height: 1;
	font-size: 12px;
	cursor: pointer;
}
.header_group {
	position: absolute;
	top: 11px;
	right: 0;
	width: 153px;
	line-height: 1;
	font-size: 12px;
}
.d_hover .header_group a img {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.d_hover .header_group a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* ==

　05. 固定ヘッダー

=============================================================================== */
.subHeader_wrap {	
	position: relative;
	z-index: 10;
	width: 100%;
	background: #edeef0;
}
.subHeader_in {
	width: 950px;
	margin: 0 auto;
}
.subHeader_in-fix {
	display: none !important;
}
.funcFix .subHeader_in-static {
	display: none !important;
}
.funcFix .subHeader_in-fix {
	display: block !important;
	padding: 10px 0 0;
}
.subHeader_nav {
	float: left;
	width: 792px;
}
.funcFix .subHeader_nav {
	width: 530px;
}
.subHeader_utility {
	float: right;
	width: 156px;
	padding: 9px 0 0;
}
.funcFix .subHeader_utility {
	width: 415px;
	padding: 0;
}
.subHeader_nav li {
	float: left;
	line-height: 1;
	font-size: 12px;
	display: inline;
	height: 51px;
	margin-left: 5px;
	padding-left: 5px;
	background: url(../../images/rn/bg_nav01.gif) left 16px no-repeat;
}
.funcFix .subHeader_nav li {
	height: auto;
	background: url(../../images/rn/bg_nav03.gif) left 6px no-repeat;
}
.subHeader_utility li {
	float: left;
	margin: 0 0 0 2px;
	line-height: 1;
	font-size: 12px;
	display: inline;	
}
.funcFix .subHeader_utility li {
	margin: 0 0 0 7px;
}
.subHeader_nav .subHeader_first,
.funcFix .subHeader_nav .subHeader_first,
.funcFix .subHeader_nav .subHeader_lead,
.subHeader_nav .subHeader_data,
.subHeader_nav .subHeader_consult {
	margin-left: 0;
	padding-left: 0;
	background: none;	
}
.funcFix .subHeader_nav .subHeader_lead img {
	width: auto;
}
.subHeader_nav .subHeader_data {
	float: none;
	position: absolute;
	top: -7px;
	left: 796px;
}
.subHeader_nav .subHeader_consult {
	float: none;
	position: absolute;
	top: -7px;
	left: 874px;
}
.subHeader_nav li a,
.dropNav_head {
	display: block;
	padding: 16px 0;
	cursor: pointer;
}
.funcFix .subHeader_nav li a,
.funcFix .dropNav_head {
	padding: 6px 0 9px;
}
.d_hover .subHeader_nav li a:hover {
	background:url(../../images/rn/bg_nav02.png) left 16px repeat-x;
}
.d_hover .funcFix .subHeader_nav li a:hover {
	background-position: left 6px;
}
.subHeader_nav .navActive span {
	background: #6e6e6e;
}
.subHeader_nav .navActive a {
	background-color: #6e6e6e;
}
.d_hover .subHeader_nav .navActive a:hover {
	background: #6e6e6e;
}
.funcFix .subHeader_wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 85px;
	z-index: 1100;
	background: #222;
}
#subHeader li a,
#subHeader .dropNav_head {
	display: block;
	cursor: pointer;
}
.dropNav_in {
	width: 950px;
	margin: 0 auto;
}
.dropNav_body {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 10px 0 19px;
	background: #6e6e6e;
}
.dropNav_body-l {
	padding: 20px 0 36px;	
}
.dropNav_list {
	padding-top: 5px;
}
.dropNav_list li,
.funcFix .dropNav_list li {
	display: block;
	float: left;
	height: auto;
	line-height: 1.1;
	margin: 7px 30px 0 0;
	padding: 0 0 0 8px;
	background: url(../../images/rn/ico_arw09.png) left center no-repeat;
	font-size: 117%;
	white-space: nowrap;
}
.dropNav_list li a,
.dropNav_bnr li a {
	display: inline;
	padding: 0;
	background: none;
	color: #fff;
	text-decoration: none;
}
.dropNav_list li a:hover,
.dropNav_bnr li a:hover {
	text-decoration: underline;
}
.dropNav_list li .external {
	padding: 0 0 7px 19px;
	background: url(../../images/rn/ico_blank03.gif) left 0.2em no-repeat;
}
.dropNav_bnr {
	color: #fff;
}
.dropNav_bnr li {
	display: block;
	float: left;
	width: 300px;
	height: auto;
	line-height: 1.5;
	margin: 0 25px 0 0;
	padding: 0;
	background: none;
	font-size: 117%;
}
.dropNav_bnr li .dropNav_link,
.d_hover .dropNav_bnr li .dropNav_link:hover {
	padding: 0 0 0 8px;
	background: url(../../images/rn/ico_arw09.png) left center no-repeat;	
}
.dropNav_bnr li .dropNav_txt {
	display: block;
	margin: 13px 0 9px;
}
* html .dropNav_body { top: 49px; } /* ie6 */
/* 回り込み解除
------------------------------------------------------------------------------- */
#subHeader div:after,
#subHeader ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #subHeader div,
*:first-child+html #subHeader ul { zoom: 1; } /* ie7 */
* html #subHeader div,
* html #subHeader ul { zoom: 1; } /* ie6 */
/* ==

　06. トピックスパス

=============================================================================== */
.topicPath-mh {
	min-height: 26px;
	height: auto !important;
	height: 26px;
}
.topicPath_in {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;	
}
.topicPath_in ul {
	padding: 4px 0 5px;
}
.topicPath_in li {
	float: left;
	font-size: 10px;
	color: #333;
}
.topicPath_in li a {
	margin-right: 4px;
	padding-right: 12px;
	background: url(../../images/rn/ico_arw01.png) right center no-repeat;
}
.topicPath_in a {
	color: #333;
}
.topicPath_in p {
	position: absolute;
	top: 4px;
	right: 0;
	color: #333;
	font-size: 10px;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
.topicPath_in ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .topicPath_in ul { zoom: 1; } /* ie7 */
* html .topicPath_in ul { zoom: 1; } /* ie6 */
/* ==

　04. サイドナビ

=============================================================================== */
#side {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	padding: 0 10px 0 0;
	background-image: url(../../images/rn/side_bg01.png);
	background-position: right top;
	background-repeat: repeat-y;
	z-index: 3;
}
#side.side-fixed {
	position: fixed;
	z-index: 1000;
}
#side.side-layerDown {
	position: absolute;
	z-index: 3;
}
.side_in {
	width: 200px;
	padding: 0 0 40px;
}
#side.side-layerDown .side_in {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
}
.side_title {
	line-height: 1.2;
}
.side_title a,
.side_title span {
	display: block;
	padding: 21px 10px 16px;
	color: #fff;
	background-color: #4a3e3c;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.side_title a:hover {
	text-decoration: none;
}
.side-fixed .side_title a,
.side-fixed .side_title span {
	padding: 101px 10px 16px;
}
.side_head {
	line-height: 1.35;
	color: #fff;
	font-size: 15px;
}
.side_head-mark {
	border-top: 1px solid #a09c95;
}
.side_head span {
	display: block;
	padding: 7px 10px 5px;
	background-color: #7c7468;
}
.side_head a {
	display: block;
	padding: 7px 25px 5px 10px;
	background-color: #7c7468;
	background-image: url(../../images/rn/ico_arw03.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
.side_head-noico a {
	padding-right: 10px;
	background: #7c7468;
}
.side_nav {
	line-height: 1.4;
	font-size: 14px;
}
.side_item {
	border-top: 1px dotted #ccc;
}
.side_item:first-child {
	border-top: none;
}
.side_item a {
	display: block;
	padding: 7px 6px 5px 20px;
	color: #666;
	background: url(../../images/rn/ico_arw02.png) 7px 0.9em no-repeat;
	text-decoration: none;
}
.d_hover .side_item a:hover {
	text-decoration: underline;
}
.side_underItem a {
	padding: 7px 5px 6px 37px;
	background: url(../../images/rn/ico_arw17.png) 25px 0.95em no-repeat;
}
.side_headT {
	line-height: 1.35;
	padding: 8px 5px 6px 10px;
	font-size: 14px;
	background-color: #efece9;
	color: #333;
	cursor: pointer;
}
.side_bodyT {
	display: none !important;
	position: absolute;
	top: 0;
	left: 200px;
	width: 240px;
	height: 100%;
	background-color:#bbb4af;
	box-shadow: rgba(107, 107, 107, 0.298039) 5px 2px 7px -2px inset;
	-webkit-box-shadow: rgba(107, 107, 107, 0.298039) 5px 2px 7px -2px inset;
	-moz-box-shadow: rgba(107, 107, 107, 0.298039) 5px 2px 7px -2px inset;
}
.side_topics-open .side_bodyT {
	display: block !important;	
}
.side_inT {
	padding: 20px;
}
.side-fixed .side_inT {
	padding-top: 106px;
}
.side_bodyT li {
	margin: 0 0 20px;
}
.side_item-current a {
	background-color: #ffdfc0;
}
.side_item-current .side_underItem a {
	background-color: #fff;
}
* html #side.side-fixed { position: absolute; z-index: 3; } /* ie6 */
* html #side.side-layerDown .side_in { position: static; width: auto; } /* ie6 */
* html .side_item a { zoom: 1; } /* ie6 */
/* 回り込み解除
------------------------------------------------------------------------------- */
.side_bodyT ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .side_bodyT ul { zoom: 1; } /* ie7 */
* html .side_bodyT ul { zoom: 1; } /* ie6 */
/* ==

　07. 固定フッター

=============================================================================== */
.fixFooter_wrap {
	position: relative;
	width: 100%;
	background: url(../../images/rn/fixfooter_bg01.png) left 24px repeat-x;
}
.fixFooter_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.fixFooter_index {
	float: left;
	width: 70;
	margin: 0;
	padding: 0 0 0 5px;
}
.fixFooter_top {
	float: right;
	width: 155px;
	margin: 0;
	padding: 0 5px 0 0;
}
.funcFix .fixFooter_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#fixFooter div:after,
#fixFooter ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #fixFooter div,
*:first-child+html #fixFooter ul { zoom: 1; } /* ie7 */
* html #fixFooter div,
* html #fixFooter ul { zoom: 1; } /* ie6 */
/* ==

　08. リッチフッター

=============================================================================== */
.subFooter_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 5px 0 0;
	border-top: 1px solid #8a8a8a;
	color: #fff;
	text-align: left;
}
.subFooter_col {
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #8a8a8a;
}
.subFooter_head {
	float: left;
	width: 200px;
	margin: 0;
	font-size: 117%;
	font-weight: bold;
}
.subFooter_body {
	float: right;
	width: 740px;
}
.subFooter_col li {
	float: left;
	margin: 0 17px 2px 0;
	font-size: 100%;
	white-space: nowrap;
}
.subFooter_em li,
li.subFooter_em {
	font-size: 117%;
	font-weight: bold;
}
.subFooter_col .navWrap {
	float: none;
	width: 740px;
	margin: 0;
	padding-bottom: 11px;
	vertical-align: top;
}
.subFooter_col .navWrap_tit {
	display: block;
	float: left;
	width: 122px;
	padding: 1px 1px 1px 6px;
	color: #fff;
	background-color: #5a5a5a;
	white-space: normal;
}
.subFooter_col .navWrap ul {
	float: right;
	width: 600px;
	padding: 1px 0;
}
.subFooter_col .external {
	margin: 0;
	padding: 0 12px 0 0;
	background: url(../../images/rn/ico_blank01.gif) right center no-repeat;
}
.subFooter_in a {
	color: #fff;
	text-decoration: none;
}
.d_hover .subFooter_in a:hover {
	text-decoration: underline;
}
/* グループ動線
------------------------------------------------------------------------------- */
.subGroup {
	letter-spacing: -0.5em;
}
.subGroup_name {
	display: inline-block;
	color: #fff;
	letter-spacing: normal;
	vertical-align: top;
}
.subGroup_mark {
	display: inline-block;
	color: #fff;
	letter-spacing: normal;
	vertical-align: top;
}
.subGroup_body {
	display: inline-block;
	vertical-align: top;
}
.subGroup_body li {
	display: inline-block;
	float: none;
	margin: 0 3px;
	letter-spacing: normal;
	vertical-align: top;
}
*:first-child+html .subGroup_name,
*:first-child+html .subGroup_mark,
*:first-child+html .subGroup_body,
*:first-child+html .subGroup_body li {
	display: inline;
	zoom: 1;
} /* ie7 */
* html .subGroup_name,
* html .subGroup_mark,
* html .subGroup_body,
* html .subGroup_body li {
	display: inline;
	zoom: 1;
} /* ie6 */
/* 回り込み解除
------------------------------------------------------------------------------- */
#subFooter div:after,
#subFooter ul:after,
#subFooter li:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #subFooter div,
*:first-child+html #subFooter ul,
*:first-child+html #subFooter li { zoom: 1; } /* ie7 */
* html #subFooter div,
* html #subFooter ul,
* html #subFooter li { zoom: 1; } /* ie6 */
/* ==

　09. グローバルフッター

=============================================================================== */
.footer_wrap {
	border-bottom: 3px solid #fa0046;
}
.footer_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.footer_global,
.footer_utility {
	line-height: 1.2;
	padding: 0 0 8px;
	overflow: hidden;
}
.footer_utility {
	margin-bottom: 10px;
	padding: 5px 0 0;
}
.footer_global li,
.footer_utility li {
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
	font-size: 12px;
}
.footer_utility li {
	font-size: 11px;
}
.footer_copy {
	display: block;
	line-height: 1.1;
	padding-bottom: 15px;
	color: #4d4d4f;
	font-size: 11px;
	text-align: right;
}
.footer_in a {
	color: #4d4d4f;
	text-decoration: none;
}
.d_hover .footer_in a:hover {
	text-decoration: underline;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#footer ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #footer ul { zoom: 1; } /* ie7 */
* html #footer ul { zoom: 1; } /* ie6 */
/* ==

　99. 表示切替

=============================================================================== */
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,
img.devPcTbl { display: inline; }
img.devTbl,
img.devTblSmp,
img.devSmp { display: none; }
/* ==

　99. 印刷

=============================================================================== */
.printClear {
	display: none;
}
@media print {
	#subHeader,
	#fixFooter{
		display: none;
	}
	.printClear {
		display: block;
		clear: both;
	}
	.header_id {
		zoom: 1;
	}
	* html body{ zoom:68%; } /* ie6 */
	.contents {
		width: 730px;
	}
	.contents-fix {
		width: 950px;
	}
}
