@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .qaBox {
	background: url(../img/common/line01.gif) repeat-x left bottom;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 13px;
}

#conts .qaBox.none {
	background: none;
	padding: 0;
}

#conts .qaBox dl {
	float: left;
	width: 500px;
}

#conts .qaBox dt {
	background: url(../img/qa/q_img.gif) no-repeat left top;
	font-weight: bold;
	font-size: 1.4em;
	padding: 3px 0 11px 44px;
}

#conts .qaBox dd {
	background: url(../img/qa/a_img.gif) no-repeat left top;
	font-size: 1.1em;
	padding: 1px 0 12px 46px;
}

#conts .qaBox .photoBox {
	float: right;
	margin-top: -4px;
}
