@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 
　01. グローバルナビ
　99. 活用一覧
　99. コンバージョンエリア


******************************************************************************* */

/* ==

　00. 

=============================================================================== */
hr{ display:none; }

.inner{ width:950px; margin:0 auto; }

#main{ min-width:950px; padding-bottom:40px; position:relative; }
#main div:after{ content:''; display:block; clear:both; }

#main h2{
	margin-bottom:20px;
	padding:0;
	background-color:transparent;
	font-size:32px;
	line-height:1.3;
	font-weight:normal;
	text-align:center;
}
#main p.lead{
	margin:0 auto 40px;
	font-size:124%;
	color:#333;
	text-align:center;
}

#main .separateT {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

#main p{ font-size:124%; }
#main p.note{ font-size:117%; }
#main li ul{ font-size:100%; }

#main p.fsM{ font-size:117%; }
#main p.fsS{ font-size:100%; }
#main p.fsXS{ font-size:84%; }

#subFooter .subCol ul{ font-size:100%; }


#main .bnrBlock{ padding-top:40px; text-align:center; zoom:1; clear:both; }

#main .bnrBlock a{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	zoom:1;
}
#main .bnrBlock a:hover, #main .bnrBlock a:active{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}





/* ==

　01. グローバルナビ

=============================================================================== */
div#hdNav{
	width:100%;
	min-width:950px;
	background-color:#edeef0;
	line-height:1.0;
	position:relative;
	z-index:9;
	clear:both;
}
div#hdNav div{
	width:950px;
	min-height:1%;
	margin:0 auto;
	position:relative;
	clear:both;
}
div#hdNav div:after{ content:''; display:block; clear:both; }

div#hdNav div p{ padding:16px 5px 16px 0; line-height:1.0; float:left; }

div#hdNav ul{ float:left; }
div#hdNav li{
	margin-left:5px;
	padding-left:5px;
	background:url(/common/images/rn01/nav_vline.gif) left center no-repeat;
	line-height:1.0;
	display:inline;
	float:left;
}
div#hdNav li a{ padding:16px 0; display:block; }
div#hdNav li a:link, div#hdNav li a:visited{ background:none; }
div#hdNav li a:hover, div#hdNav li a:active{ background:url(/common/images/rn01/nav_bg_over.png) left 16px repeat-x; }
div#hdNav.funcFix .fixArea {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}


/* 相談する＋活用一覧
------------------------------------------------------------------------------- */
#hdNav li.btnConsult{
	margin-left:0;
	padding-left:0;
	background:none;
	display:block;
	float:none;
	position:absolute;
	top:9px;
	right:78px;
}
#hdNav li.btnUselist{
	margin-left:0;
	padding-left:0;
	background:none;
	display:block;
	float:none;
	position:absolute;
	top:9px;
	right:0;
}
#hdNav li.btnConsult a,
#hdNav li.btnUselist a{ width:76px; padding:0; zoom:1; display:block; position:relative; }


#hdNav li.btnConsult a:link, #hdNav li.btnConsult a:visited,
#hdNav li.btnUselist a:link, #hdNav li.btnUselist a:visited{
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
}
#hdNav li.btnConsult a:hover, #hdNav li.btnConsult a:active,
#hdNav li.btnUselist a:hover, #hdNav li.btnUselist a:active{
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity:0.6;
}



/* 回り込み解除
------------------------------------------------------------------------------- */
div#hdNav.op_type02 .clearfix:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html div#hdNav.op_type02 .clearfix { zoom: 1; } /* ie7 */
* html div#hdNav.op_type02 .clearfix { zoom: 1; } /* ie6 */





/* ==

　99. 活用一覧

=============================================================================== */
div#hdNav #uselist{
	/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	*/
	width:auto;
	position:absolute;
	top:51px;
	right:0;
	display:none;
	clear:both;
}
#uselist p{
	margin:0;
	padding:0 40px 0 0;
	text-align:right;
	position:relative;
}
#uselist dl:after, #uselist dd:after{ content:''; display:block; clear:both; }


#uselist dl{
	width:300px;
	/* height:215px; */
	margin:0;
	padding:5px 10px 0;
	background-color:#000;
}
#uselist dt{
	margin:0 0 7px;
	padding:10px 0 7px;
	border-bottom:1px solid #333;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
#uselist dd{
	margin:0;
	padding-bottom:15px;
	font-size:12px;
	clear:both;
}
#uselist dd ul{ font-size:12px; float:none; }
#uselist dd li{
	width:125px;
	margin:0 0 5px;
	font-size:12px;
	line-height:1.5;
	text-indent:0;
	float:left;
}
#uselist dd.silver li.elderly{
	width:300px;
	clear:both;
}
#uselist dd li a{
	height:auto;
	padding:0 5px 0 7px;
	background:url(/common/images/renew2009/arrow_02.gif) left center no-repeat !important;
	white-space:nowrap;
	position:relative;
	top:0;
	display:block;
}
#uselist dd li a:hover, #uselist dd li a:active,
#uselist dd li a:link, #uselist dd li a:visited{ color:#ccc; }




/* ==

　99. コンバージョンエリア

=============================================================================== */
.cvBlock .anystretch{ /display:none !important; }
.cvBlock {
	min-width:950px;
	position: relative;
	margin: 50px 0 30px;
	padding: 83px 0 70px;
	/background:url(/tochikatsu/silver/images/rn/cv_bg01.jpg) center center no-repeat !important;
}
.cvBlock:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 60%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#08000000',GradientType=0);
	border-top:1px solid #ccc;
}
.cvBlock:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 0%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 0%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 0%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#40000000',GradientType=0);
}
.cvBlock .inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 74px;
	height: 34px;
	margin: 0 0 0 -37px;
	background: url(../../images/rn/cv_bg02.png) left top no-repeat;
}




.cvBlock .inner{ width:950px; margin:0 auto; }

.cvBlock .inner h2{
	margin-bottom:20px;
	padding:0;
	background-color:transparent;
	font-size:267%;
	color:#333;
	font-weight:normal;
	text-align:center;
}
.cvBlock .inner p.lead{
	width:600px;
	margin:0 auto 40px;
	font-size:124%;
	color:#333;
	text-align:center;
}


.cvBlock a, #main .cvBlock a{
	padding:10px;
	background-color:#fff;
	zoom:1;
	display:block;
}

.cvBlock a img, #main .cvBlock a img{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	zoom:1;
	display:block;
}
.cvBlock a:hover img, #main .cvBlock a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}





