
/*  ページタイトル　*/
/*-------------------------------------------*/

.title_faq{
	background:url(../img/faq/title.jpg) left top no-repeat;
}

/*  コンテンツの幅　*/
/*-------------------------------------------*/

#contentsBox{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
}

/*  最初のメッセージ　*/

#contentsBox #message{	
	text-align:center;
}

#contentsBox #message h2{
	margin-bottom:20px;
}

/*  よくある質問　*/
/*-------------------------------------------*/

#contentsBox .faqBox{
	overflow:hidden;
}

#contentsBox .faqBox h3{
	font-size:110%;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	background:url(../img/faq/icon_q.png) left top no-repeat;
	padding-left:30px;
	margin-bottom:16px;
}

#contentsBox .faqBox p.answer{
	background:url(../img/faq/icon_a.png) left top no-repeat;
	padding-left:30px;
	margin-left:32px;
}

#contentsBox .faqBox .line{
	margin-top:25px;
	margin-bottom:25px;
	font-size:1px;
	line-height:0;
}

