@charset "utf-8";

/* faq用CSS */

/* 全ページ必須 */
#content_box {
	padding-top:12px;
}

#right_box {
	padding-top:33px;
}

/* タイトル */
#tit_faq {
	width:920px;
	height:116px;
	line-height: 1;
	background: url(../images/faq/tit_faq.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#txt_faq {
	padding-bottom:35px;
	margin-bottom:40px;
	width:593px;
	font-size: 93%;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
}

.faq_dl {
	margin-bottom:20px;
	padding:0px 0px 25px 0px;
	width:593px;
	border-bottom: 1px dotted #CCCCCC;
}

.faq_dl dt {
	margin-bottom:24px;
	padding:3px 0px 10px 40px;
	width:553px;
	background: url(../images/faq/icon_q.jpg) no-repeat left top;
	font-size: 108%;
	color: #E87400;
	text-decoration: underline;
	display:block;
}

.faq_dl dd {
	padding:20px 30px 50px 53px;
	width:510px;
	background: #F4F4F4 url(../images/faq/icon_a.jpg) no-repeat 9px 15px;
	color: #191919;
}
