@charset "utf-8";

/* -----------------------------------------------------------
	QUALIER
	for faq dir
	index.html
	
----------------------------------------------------------- */
div.faq div#main h3 {
	margin-bottom:25px;
}
div.faq div#main dl {
	margin:0 38px 35px;
}
div.faq div#main dl dt {
	clear:both;
	background:url(../images/element01.gif) no-repeat left 7px;
	padding:10px 0 10px 43px;
}
div.faq div#main dl dd {
	background:url(../../share/images/line02.gif) no-repeat left bottom;
	margin-bottom:13px;
	padding:10px 0 18px 0;
	font-weight:bold;
}
div.faq div#main dl dd a {font-weight:normal;}
div.faq div#main dl dt span {display:none;}

div.faq div#main dl dd span.iconA {
	display:block;
	float:left;
	background:url(../images/element02.gif) no-repeat left top;
	width:43px;
	height:26px;
	text-indent:-2000px;
}
div.faq div#main dl dd span {
	display:block;
	float:left;
	width:547px;
}
div.faq div#main dl dd.last {
	margin-bottom:0;
	background:none;
	padding-bottom:0;
}

/* other class --- */
.mb70 {margin-bottom:70px ! important;}

/* clearfix --- */
div.faq div#main dd:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.faq div#main dd {
	zoom: 1;
}