@charset "utf-8";
/* CSS Document */

/* =======================================
	faq
======================================= */

dl.faq dt{
	background:url(img/icon_q.png) no-repeat left center;
	padding:0 0 0 40px;
	font-size:18px;
	font-weight:bold;
	color:#70a524;
	line-height:33px;
}

dl.faq dd{
	padding:15px 20px 30px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}
