@charset "utf-8";

/* faq
-------------------------------------------------------------------------------------------------------*/

#qa .mainContainer dl {
	margin:0 13px;
}

#qa .mainContainer dl dt {
	margin-bottom:10px;
	padding-bottom:8px;
	background:url(../img/index_bg01.gif) repeat-x left bottom;
}

#qa .mainContainer dl dt em {
	display:block;
	min-height:28px;
	height:auto !important;
	height:28px;
	padding:7px 5px 0 40px;
	background:url(../img/index_ic01.gif) no-repeat 0 0;
	font-weight:normal;
}

#qa .mainContainer dl dd {
	min-height:28px;
	height:auto !important;
	height:28px;
	padding:7px 5px 22px 40px;
	background:url(../img/index_ic02.gif) no-repeat 0 0;
}



