@charset "UTF-8";
/* CSS Document */

/****************************
faq header
*****************************/
.mainvisual{
	margin-bottom:20px;
}

/***********************
nav-faq
************************/
.nav-faq{
	padding:0 0 0 50px;
	margin-bottom:20px;
}
.nav-faq li{
	float:left;
	background:url(../img/faq/bg_nav_faq.gif) left top no-repeat;
	width:206px;
	height:28px;
	list-style:none;
	text-align:center;
	font-size:14px;
	padding:10px 0 0 0;
	margin:0 10px 10px 0;
}
.nav-faq li a{
	background:url(../img/faq/ic_nav_faq.gif) left center no-repeat;
	color:#201d6c;
	padding:0 0 0 15px;
	font-weight:bold;
	text-decoration:none;
}
.nav-faq li.nav-faq-link a{
	background:url(/img/common/arrow_003.gif) left center no-repeat;
	color:#201d6c;
	padding:0 0 0 15px;
	font-weight:bold;
	text-decoration:none;
}


/***********************
faq-cont
************************/
.faq-cont{
	margin-bottom:20px;
}
.faq-cont-inner{
	border:1px solid #cccccc;
	border-top:none;
	border-bottom:none;
}
.faq-box{
	border-bottom:1px solid #cccccc;
}
.tx-q{
	background:url(../img/faq/line01.gif) left bottom no-repeat;
	padding:10px 0 15px 12px;
}
.tx-q span{
	background:url(../img/faq/qa_ic_q.gif) left center no-repeat;
	padding:13px 0 13px 35px;
	font-size:14px;
	font-weight:bold;
}
.tx-a{
	background:url(../img/faq/qa_ic_a.gif) 12px 8px no-repeat;
	padding:10px 10px 10px 47px;
	font-size:13px;
	line-height:1.8;
}
.tx-a span{
}

.linktotop{
	text-align:right;
	margin-top:10px;
}
.linktotop a{
	background:url(../img/faq/ic_linktotop_001.gif) left center no-repeat;
	padding:0 0 0 15px;
	color:#201d6c;
}
.linktotop a:hover{
}

/* --------------------------------
 clearfix
-------------------------------- */

.nav-faq:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .nav-faq{
zoom: 1;/* IE6 */
}
*:first-child+html .nav-faq{
zoom: 1;/* IE7 */
}
