@charset "utf-8";

/* coretech
------------------------------------------------------------ */

#faq h3 {
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #eee;
	background: url(../img/common/ttl_icn.png) no-repeat 0 0;
	font-size: 20px;
}
#faq dl {
	padding: 10px 10px 30px 10px;
}
#faq dt.question {
	clear: both;
	margin: 0 0 6px 0;
	padding: 10px 10px 10px 40px;
/*	font-weight: bold;*/
	background: url(../img/faq/index/ico_q.png) no-repeat 0 0 #f5f5f5;
}
#faq dd {
	margin: 0 0 5px 0;
	padding: 20px 20px 20px 40px;
	background: url(../img/faq/index/ico_a.png) left 0 no-repeat #FFF;
}
#faq dd.answer {
	display: none;
}