@charset "utf-8";
/* よくある質問 */
#faq dl {
	width:100%;
}

#faq dt {
	font-size:1.2em;
	font-weight:bold;
	color:#231815;
	margin-bottom:5px;
	padding:5px 0 8px 35px;
	background:url(../q_a/images/q.jpg) top left no-repeat;
	line-height:1.4;
}

#faq dd {
	line-height:1.4;
	margin-bottom:25px;
	padding:8px 8px 8px 35px;
	background:url(../q_a/images/a.jpg) top left no-repeat #e9f9ff;
	line-height:1.4;
}
