@charset "UTF-8";

/* -------------------------------------------------------
 faq
--------------------------------------------------------- */
#faqNav {
	width:726px;
	margin:0 auto 30px;
}

#faqNav ul li {
	padding-right:10px;
	float:left;
}

#faqNav ul li.last {
	padding-right:0;
}


#allFaq,
#takuhaiFaq,
#tentoFaq,
#shucchoFaq {
	clear:both;
	width:726px;
	margin:0 auto;
	padding-bottom:30px;
}

#faq h2 {
	padding-bottom:10px;
}

#faq section {
	width:726px;
	padding-bottom:10px;
}

#faq section dt {
	background:url(/faq/images/index_bg01.gif) no-repeat 0 0;
	border-bottom:1px solid #aaa;
	font-size:123.1%;
	line-height:1.2;
	font-weight:bold;
	color:#fe7200;
}

#faq section dt span {
	display:block;
	padding:28px 110px 12px 77px;
	background:url(/faq/images/index_ic_open.gif) no-repeat 624px 29px;
	color:#fe7200;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

#faq section dt.open span {
	background:url(/faq/images/index_ic_close.gif) no-repeat 624px 29px;
}

#faq section dd {
	display:none;
	min-height:45px;
	height:auto !important;
	height:45px;
	padding:15px 15px 15px 77px;
	background:url(/faq/images/index_ic01.gif) no-repeat 9px 10px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-size:108%;
	line-height:1.4;
}


























