@charset "UTF-8";

/*--------------------------------------------------------------------
faq.html
faq.css
--------------------------------------------------------------------*/


/*------------------------------------ Side01 ------------*/
div#Side01 h2 a { background-image: url(../../img/faq/side_b.jpg); }


/*-----------Faqのスタイル---------------------------------------------------------------*/
div#Faq { margin-top: 0; }
div#Faq h3 { background-image: url(../../img/faq/title.jpg); }
div#Faq h4 {
	margin-bottom: 20px;
	padding-bottom: 0.3em;
	background: url(../../img/sub_line.gif) no-repeat left bottom;
	line-height: 1.2;
	font-size: 157%;
}
div#Faq p#NoTxt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 183%;
	color: #e81919;
}
div#Faq dl {
	width: 670px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px dashed #bfbfbf;
}
div#Faq dl dt span,
div#Faq dl dd span { display: none; }
div#Faq dl dt {
	margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 2px solid #005bac;
	line-height: 1.2;
	font-size: 128%;
}
div#Faq dl dt em {
	display: block;
	padding: 0.5em 0 0.1em 40px;
	background: url(../../img/faq/q.png) no-repeat left top;
}
div#Faq dl dd em {
	display: block;
	min-height: 2em;
	padding: 0 0 0 40px;
	background: url(../../img/faq/a.png) no-repeat left 0.2em;
}