@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  faq.css
 style info :  faqのCSS
=================================================================== */

/*---------------------------------------------------
faq
-----------------------------------------------------*/
div#contents dl.faqBox {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
}

div#contents dl.faqBox dt {
	font-size: 117%;
	font-weight: bold;
	padding: 0 0 10px 30px;
	background: url(/faq/images/bg_q.gif) 0 0.15em no-repeat;
}


div#contents dl.faqBox dd {
	font-size: 100%;
	padding: 0 0 0 30px;
	background: url(/faq/images/bg_a.gif) 0 0.2em no-repeat;
}

div#contents dl.faqBox dd p {
	padding-bottom: 1.2em;
}


div#contents p.pagetop {
	margin-top: -5px;
}





























