@charset "utf-8";

.faq_list {
	width: 732px;
	margin-bottom: 30px;
	font-size: 20px;
}
.faq_list_mg-60 {
	margin-bottom: 60px;
}

.faq_list dt {
	margin-bottom: 1px;
	background: url(../images/bg_question.png) repeat left top;
}
.faq_list dd {
	margin-bottom: 15px;
	background: url(../images/bg_answer.png) repeat left top;
}
.faq_list .images {
	width: 64px;
	padding: 9px 0px 9px 12px;
	float: left;
}
.faq_list .txt {
	padding: 22px 15px 20px 76px;
}
