@charset "utf-8";

/**
 * よくある質問
 */

#faqArea{
	margin-bottom: 20px;
}
#faqArea h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_faq.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#faqArea h4{
	width: 610px;
	font-size: 16px;
	color: #454545;
	background-color: #eeeeee;
	padding: 5px;
	margin-bottom: 20px;
}

.faqSection{
	width: 620px;
}
.faqSection dl{
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;
	margin-bottom: 20px;
}
.faqSection dt{
	background-image: url(../../../img/icn_quest.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 14px;
	color: #0082BF;
	margin-bottom: 10px;
	font-weight: bold;
}
.faqSection dd{
	line-height: 150%;
	background-image: url(../../../img/icn_answer.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
}