@charset "Shift_JIS";

/*--------------------------------------------------------------------
faq.html	(よくある質問)
faq.css
--------------------------------------------------------------------*/



/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/faq/title.png); }


/*------------Faqのスタイル---------------------------------------------------------------*/
div#Faq {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 129%;
}
div#Faq #Children h3 {
	height: 55px;
	background: url(../../img/new_faq/title01.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Faq #Service { margin-top: 60px; }
div#Faq #Service h3 {
	height: 35px;
	background: url(../../img/new_faq/title02.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Faq dl {
	width: 860px;
	margin: 0 auto 35px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #494949;
}
div#Faq dl span { display: none; }
div#Faq dl dt {
	margin-bottom: 10px;
	padding: 0.5em 15px 0.3em 55px;
	background: url(../../img/new_faq/q.gif) no-repeat left center;
}
div#Faq dl dd {
	padding: 0.5em 15px 0.3em 55px;
	background: url(../../img/new_faq/a.gif) no-repeat left 0.2em;
}