@charset "utf-8";

@import url("/common/css/rn04/hd_ftr.css");

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. グローバルヘッダー
　05. 固定ヘッダー
　06. トピックスパス
　07. 固定フッター
　08. リッチフッター
　09. グローバルフッター
　99. 表示切替
　99. 機能
　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;
}
#wrapper #main .infoArea.clearfix {
}
.infoArea.clearfix .colL a {
}
#wrapper #main .infoArea.clearfix {
}
#main .infoArea.clearfix .cnt {
}
#main .infoArea.clearfix .cnt.lastChild {
}
#main .infoArea.clearfix .cnt.lastChild {
}






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 #cccccc;
	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", 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; }
/* ==

　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", Sans-Serif;
}
#subHeader {
	width: 100%;
	min-width: 950px;
	height: 51px;
}
#topicPath {
	width: 100%;
	min-width: 950px;
	background-color: #fff;
}
#main {
	width: 950px;
	margin: 0 auto;
}
#socialArea {
	margin-bottom: 20px;
	clear: both;
}
#fixFooter {
	width: 100%;
	min-width: 950px;
	height: 40px;
}
#subFooter {
	width: 100%;
	min-width: 950px;
	padding: 30px 0 25px;
	background-color: #6e6e6e;
}
#footer {
	width: 100%;
	min-width: 950px;
	margin-top: 24px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
}
.baseIn {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
/* ==

　04. グローバルヘッダー

=============================================================================== */
#header .baseIn {
	padding-top: 23px;
}
#header p {
	font-size: 10px;
}
#header li {
	float: left;
	font-size: 10px;
}
#header #siteLogo {
	position: absolute;
	top: 10px;
	left: 0;
}
#header #siteId {
	line-height: 1;
	margin: 0 0 23px 105px;
	padding: 0;
	border: none;
	font-size: 12px;
}
#header #siteIdSub {
	display: none;
}
#header #headerUtilityNav {
	line-height: 1.5;
	position: absolute;
	top: 13px;
	right: 166px;
}
#header #headerUtilityNav li {
	float: left;
	padding-right: 13px;
	padding-left: 6px;
	background: url(/common/images/rn02/ico_arw02.gif) left 0.55em no-repeat;
}
#header #headerUtilityNav .external {
	padding-left: 18px;
	background: url(/common/images/rn02/ico_arw03.gif) left 0.25em no-repeat;
}
#header #headerUtilityNav a {
	color: #4d4d4f;
	text-decoration: none;
}
#header #headerUtilityNav a:hover {
	text-decoration: underline;
}
#header #headerSocialNav {
	position: absolute;
	top: 32px;
	right: 0;
	width: 62px;
	height: 26px;
}
#header #headerSocialNav li {
	display: inline;
	float: left;
	margin-left: 5px;
}
#header #headerContactNav {
	position: absolute;
	top: 37px;
	right: 66px;
	height: 15px;
	line-height: 1;
}
#header #headerContactNav li {
	float: left;
	padding-right: 9px;	
}
#header #headerGlobalNav {
	line-height: 1;
	margin-left: 105px;
}
#header #headerGlobalNav li {
	margin-right: 10px;
}
#header #headerBtn {
	position: absolute;
	top: 64px;
	right: 212px;
	cursor: pointer;
}
.d_hover #header #headerGlobalNav a img,
.d_hover #header #headerSocialNav a img,
.d_hover #header #headerContactNav a img,
.d_hover #header #headerSiteNav a img {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.d_hover #header #headerGlobalNav a:hover img,
.d_hover #header #headerSocialNav a:hover img,
.d_hover #header #headerContactNav a:hover img,
.d_hover #header #headerSiteNav a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#header #headerSiteNav {
	line-height: 1;
	position: absolute;
	top: 13px;
	right: 0;
	width: 153px;
	padding-left: 12px;
	border-left: 1px solid #bfbfbf;
	font-size: 12px;
}
#header form fieldset {
	line-height: 1;
	position: absolute;
	top: 64px;
	right: 0;
	font-size: 12px;
}
#header form fieldset input {
	float: left;
}
#header form input#searchBox {
	width: 158px;
	height: 19px;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0 3px;
	border-top: 1px solid #bfbfbf;
	border-right: none;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	background-color: #fff;
	vertical-align: top;
}
#header form .btn{
	height: 21px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
/* ==

　05. 固定ヘッダー

=============================================================================== */
#subHeader .fixArea {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #edeef0;
}
#subHeader p {
	float: left;
	line-height: 1;
	font-size: 12px;
	margin: 0;
	padding: 16px 5px 16px 0;
}
#subHeader ul { overflow: hidden; }
#subHeader ul ul { overflow: visible; }
#subHeader li {
	float: left;
	line-height: 1;
	font-size: 12px;

	display: inline;
	height: 51px;
	margin-left: 5px;
	padding-left: 5px;
	background: url(/common/images/rn01/nav_vline.gif) left 16px no-repeat;
}
#subHeader li a,
#subHeader .dropNav span {
	display: block;
		padding: 16px 0;
	cursor: pointer;
}
#subHeader li a:hover { background:url(/common/images/rn01/nav_bg_over.png) left 16px repeat-x; }
#subHeader li.line2 a{ padding:8px 0; }
#subHeader li.line2 a:hover,
#subHeader li.line2 a:active{ background:url(/common/images/rn01/nav_bg_over02.png) left 8px repeat-x; }
#subHeader .navActive span { background: #6e6e6e; }
#subHeader .navActive a { background-color: #6e6e6e; }
#subHeader .navActive a:hover { background: #6e6e6e; }
#subHeader .dropDown {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1100;
	width: 100%;
	padding: 17px 0 12px;
	background: #6e6e6e;
}
* html #subHeader .dropDown {
	top: 49px;
} /* ie6 */
#subHeader.funcFix .fixArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}
#subHeader .btnConsult {
	margin-left:0;
	padding-left:0;
	background:none;
	display:block;
	float:none;
	position:absolute;
	top:9px;
	right:78px;
	height: auto;
}
#subHeader .btnUselist {
	margin-left:0;
	padding-left:0;
	background:none;
	display:block;
	float:none;
	position:absolute;
	top:9px;
	right:0;
	height: auto;
}
#subHeader .btnConsult a,
#subHeader .btnUselist a {
	padding: 0;
}
#uselist,
#uselist2 {
	position: absolute;
	top: 51px;
	right: 0;
	width: auto;
	line-height: 1.1;
	margin: 0;
	z-index: 200;
	display: none;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
}
#uselist p,
#uselist2 p {
	margin: 0;
	padding: 0 40px 0 0;
	text-align: right;
	position: relative;
	z-index: 210;
}
#uselist dl,
#uselist2 dl {
	width: 250px;
	margin: 0;
	padding: 0 10px;
	background-color: #000;
}
#uselist dt,
#uselist2 dt {
	margin: 0 0 7px;
	padding: 10px 0 4px;
	border-bottom: 1px solid #333;
	color: #fff;
	font-weight: bold;
}
#uselist dd,
#uselist2 dd {
	margin: 0;
	padding-bottom: 15px;
	clear: both;
}
#uselist dd ul,
#uselist2 dd ul { float:none; }
#uselist2 dd ul {
	margin: 0;
}
#uselist dd li,
#uselist2 dd li {
	display: block;
	width: 125px;
	height: auto;
	line-height: 1.1;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	text-indent: 0;
	float: left;
	font-size: 100%;
}
#uselist dd.silver li.elderly,
#uselist2 dd.silver li.elderly {
	width: 250px;
	clear: both;
}
#uselist dd li a,
#uselist2 dd li a {
	height: auto;
	padding: 0 5px 0 7px;
	background: url(/common/images/renew2009/arrow_02.gif) left 4px no-repeat;
	white-space: nowrap;
	position: relative;
	top: 0;
	display: block;
}
#uselist dd li a:hover,
#uselist2 dd li a:hover {
	background: url(/common/images/renew2009/arrow_02.gif) left 4px no-repeat;
}
#uselist dd li a:hover, #uselist dd li a:active,
#uselist dd li a:link, #uselist dd li a:visited,
#uselist2 dd li a:hover, #uselist2 dd li a:active,
#uselist2 dd li a:link, #uselist2 dd li a:visited { color:#ccc; }
#subHeader hr { display: none; }
/* 回り込み解除
------------------------------------------------------------------------------- */
#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 ul { padding: 4px 0 5px; }
#topicPath li {
	float: left;
	font-size: 10px;
	color: #333;
}
#topicPath li a {
	margin-right: 4px;
	padding-right: 12px;
	background: url(/common/images/rn02/ico_arw01.gif) right center no-repeat;
}
#topicPath a { color: #333; }
#topicPath p {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 10px;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#topicPath ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #topicPath ul { zoom: 1; } /* ie7 */
* html #topicPath ul { zoom: 1; } /* ie6 */
/* ==

　07. 固定フッター

=============================================================================== */
#fixFooter .fixArea {
	position: relative;
	width: 100%;
	background: url(/common/images/rn02/fixfooter_bg01.png) left 24px repeat-x;
}
#fixFooter ul {
	float: left;
	width: 750px;
	padding-left: 5px;
}
#fixFooter li {
	float: left;
	margin-right: 5px;
}
#fixFooter p {
	float: right;
	width: 155px;
	margin: 0;
	padding-right: 5px;
}
#fixFooter.funcFix .fixArea {
	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 .baseIn {
	padding-top: 5px;
	border-top: 1px solid #8a8a8a;
}
#subFooter .subCol {
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #8a8a8a;
}

#subFooter .subCol_mail {
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #8a8a8a;
cursor: pointer;
cursor: hand;
}

.pointer{
cursor: pointer;
cursor: hand;
}

#subFooter p {
	float: left;
	width: 200px;
	margin: 0;
	font-size: 117%;
	font-weight: bold;
}
#subFooter .subCol div {
	float: right;
	width: 740px;
}
* html #subFooter .subCol div {
	overflow: hidden;
} /* ie6 */
#subFooter .subCol li {
	float: left;
	margin: 0 17px 2px 0;
	font-size: 100%;
	white-space: nowrap;
}
#subFooter .subCol .devTblSmp { font-size: 0; }
#subFooter .subCol .navWrap {
	float: none;
	width: 740px;
	margin: 0;
	padding-bottom: 11px;
	vertical-align: top;
}
#subFooter .subCol .opSeparateTop {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #8a8a8a;
	clear: both;
}
#subFooter .subCol .opSeparate {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8a8a8a;
}
#subFooter .subCol .navWrap span {
	display: block;
	float: left;
	width: 122px;
	padding: 1px 1px 1px 6px;
	color: #fff;
	background-color: #5a5a5a;
}
#subFooter .subCol .opWrapL span {
	width: 212px;
}
#subFooter .subCol .navWrap ul {
	float: right;
	width: 600px;
	padding: 1px 0;
}
#subFooter .subCol .opWrapL ul {
	width: 510px;
}
#subFooter .subCol .external {
	margin: 0;
	padding: 0 12px 0 0;
	background: url(/common/images/rn02/ico_blank01.gif) right center no-repeat;
}
#subFooter p span,
#subFooter a {
	color: #fff;
	text-decoration: none;
}
#subFooter a:hover { text-decoration: underline; }
#subFooter sup {
	margin: 0;
	font-size: 80%;
	vertical-align: 0;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#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 .baseWrap { border-bottom: 3px solid #fa0046; }
#footer .baseIn ul {
	line-height: 1.2;
	padding: 0 0 8px;
	overflow: hidden;
}
#footer #siteNav {
	margin-bottom: 10px;
	padding: 5px 0 0;
}
#footer li {
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
	font-size: 12px;
}
#footer #siteNav li { font-size: 11px; }
#footer #copyright {
	display: block;
	line-height: 1.1;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: right;
	color: #4d4d4f;
}
#footer a {
	color: #4d4d4f;
	text-decoration: none;
}
#footer 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. 機能

=============================================================================== */
#main .fnInlineB { display: inline-block; vertical-align: top; }
*:first-child+html #main .fnInlineB {
	display: inline;
	zoom: 1;
} /* ie7 */
* html #main .fnInlineB {
	display: inline;
	zoom: 1;
} /* ie6 */
/* ==

　99. ソーシャル

=============================================================================== */
#socialArea li {
  line-height: 1;
  float: left;
  margin-right: 11px;
  vertical-align: top;
}
#socialArea .facebookL {
  margin-right: 1px;
}
/* ==

　99. 印刷

=============================================================================== */
.printClear {
	display: none;
}
@media print {
	#subHeader,
	#fixFooter{
		display: none;
	}
	.printClear {
		display: block;
		clear: both;
	}
	#header #siteId {
		zoom: 1;
	}
	* html body{ zoom:68%; } /* ie6 */
}
