@charset "Shift_JIS";

/*--------------------------------------------------------------------
faq.html			(よくある質問)
faq.css
--------------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/faq/title.png); }



/*--------------------------------------Faq*/
div#Faq { margin-top: 0; }
div#Faq h3 { background-image: url(../../img/faq/sub_t01.gif); }
div#Faq ul { margin-top: 15px; }
div#Faq ul li {
	list-style: none;
	border: 1px solid #668ab4;
	margin-bottom: 10px;
}
div#Faq ul li dl dt {
	padding: 0.5em 10px 0.5em 40px;
	background: #e6ebf3 url(../../img/faq/q.gif) no-repeat 8px center;
	border-bottom: 1px solid #668ab4;
	font-size: 105%;
	font-weight: bold;
}
div#Faq ul li dl dd {
	min-height: 2em;
	padding: 0.5em 10px 0.5em 80px;
	background: #fff url(../../img/faq/a.gif) no-repeat 40px 0.8em;
}
div#Faq ul li dl dt span,
div#Faq ul li dl dd span { display: none; }