@charset "utf-8";
@import "../../common/css/0-import.css";

#banner {
	padding: 26px 0 8px;
}

#conts {
	margin: 0 auto;
	width: 630px;
	font-size: 12px;
}

#conts h2 {
	margin-bottom: 9px;
}

#conts h3 {
	margin-bottom: 19px;
}

#conts p {
	margin-bottom: 27px;
}

#conts dl {
	margin-bottom: 15px;
	line-height: 1.5;
}

#conts dl.mb45 {
	margin-bottom: 40px;
	line-height: 1.5;
}

#conts dl dt {
	padding: 1px 0 10px 20px;
	margin-bottom: 7px;
	background: url(../../img/qa/dt_back.gif) no-repeat left top;
}

#conts dl dd {
	padding: 0 0 11px 20px;
	background: url(../../img/qa/dd_back.gif) no-repeat left top;
}

#conts dl dd.mb {
	margin-bottom: 10px;
}

