@charset "UTF-8";

#title{
	background:url(../img/faq/bg_faq.jpg) no-repeat center center;
	background-size:cover;
}
/* .faq_box */
.faq_box {
	width:980px;
	clear:both;
	padding:0 0 51px 0;
}
.faq_box div {
	width:980px;
	border-top:#cccccc 7px solid;
	clear:both;
	padding:16px 0 0 0;
}
.faq_box div .tit {
	font-weight:bold;
	color:#1c2c50;
	background:url(../img/faq/faq_q.gif) no-repeat left top;
	padding:0 0 12px 44px;
	border-bottom:#cccccc 1px dotted;
}
.faq_box div .txt {
	background:url(../img/faq/faq_a.gif) no-repeat 17px 13px;
	padding:4px 0 22px 40px;
	line-height:2.1;
}