@charset "utf-8";


/* ---------------------------------------------------------
 　■ よくある質問用CSS
--------------------------------------------------------- */
.faqBox{
	margin: 0 0 20px;
}
.faqBox dl{
	margin: 0 0 0 10px;
}
.faqBox dt{
	font-weight: bold;
	text-decoration: underline;
	padding: 0 0 15px 20px;
	background: url(../images/faq/ico_q.gif) 0 4px no-repeat;
}
.faqBox dt:hover{
	text-decoration: none;
}
.faqBox dd{
	background: url(../images/faq/ico_a.gif) 0 4px no-repeat;
	padding: 0 0 20px 20px;
	margin: 0 0 0 10px;
}





