@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
#main
++++++++++++++++++++++++++++++++++++*/
#main dl {
	margin-top	:30px;
}
#main dl dt,
#main dl dd {
	padding		:0 0 20px 85px;
	min-height	:50px;
}
* html #main dl dt,
* html #main dl dd {
	height		:50px;
}
#main dl dt {
	font-weight	:bold;
	background	:url(img/icon_q.png) no-repeat;
}
#main dl dd {
	margin-bottom	:20px;
	border-bottom	:1px dotted #999;
	background	:url(img/icon_a.png) no-repeat;
}
