/* CSS faq */

/*------------CSS INDEX--------
A.全体基本設定（個別ページ修正）
4.コンテンツ

x.IE用バグ設定
-----------------CSS INDEX----*/

/*--------------------A.全体基本設定--*/
#topicPath-box{
	background:url(../img/imgFaq/tpathBg.jpg) top left no-repeat;
}

/*--------------------4.コンテンツ--*/
#contents{
	margin-bottom:5px;
	padding-bottom:0;
}


#contents h2{
	width:720px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.faqCountainer{
	position:relative;
	clear:left;
	width:720px;
}
.faqCountainer_Q{
	clear:left;
	float:left;
	width:720px;
}
.faqCountainer_A{
	clear:left;
	float:left;
	width:720px;
	margin-bottom:15px;
}

.faqCountainer h3,.faqCountainer_Q h3{
	width:720px;
	margin-bottom:10px;
}
.faqTop-btn{
	position:absolute;
	left:621px;
	top:4px;
}

.faqBox{
	clear:both;
	float:left;
	width:700px;
	margin:0;
	padding:0 10px;
}
.faqBox dl{
	clear:left;
	float:left;
	width:700px;
	height:18px;
	margin:0;
	padding:13px 0 9px;
	border-bottom:1px dotted #CCCCCC;
}
.faqBox dt{
	float:left;
	width:17px;
	height:18px;
	margin:0;
	padding:0 20px 0 23px;
}
.faqBox dd{
	height:18px;
	margin:0;
	padding:0;
	color:#000000;
	line-height:18px;
}

.faqAns{
	clear:both;
	float:left;
	width:700px;
	margin:10px 0 0;
	padding:0 10px;
}
.faqAns dl{
	clear:left;
	float:left;
	width:700px;
	margin:0;
	padding:13px 0 20px;
	border-bottom:1px dotted #CCCCCC;
}
.faqAns dt{
	float:left;
	display:block;
	width:37px;
	margin:0;
	padding:0 20px 0 13px;
}
.faqAns dd{
	float:left;
	width:630px;
	margin:0;
	padding:2px 0 0;
	color:#666666;
	line-height:1.3em;
}

.faqBox dd a,.faqBox dd a:hover{
	color:#000000;
	line-height:18px;
}
.faqBox dd a:hover{
	text-decoration:underline;
}

#faq15,#faq20,#faq23,#faq32{
	margin-bottom:30px;
}
#faq33{
	margin-bottom:40px;
}

#inquiryCountainer{
	height:60px;
}
.inquiryBtn{
	position:absolute;
	left:531px;
	top:19px;
}

.goBtn-countainer{
	clear:left;
	float:left;
	width:700px;
/*	margin-bottom:1500px;コンテンツ高さ調整*/
	padding:0 10px 1500px;
}
.goBtn-box{
	clear:left;
	float:left;
	width:680px;
	padding:0 10px 15px;
	border-bottom:1px dotted #CCCCCC;
}

#backfaqBtn,#nextfaqBtn{
	float:left;
	width:162px;
}
#backfaqBtn{
	padding-left:315px;
	padding-right:35px;
}
#nextfaqBtn{
}

/*--------------------x.IE用バグ設定--*/

