@charset "UTF-8";
/* CSS Document */

dt{
	font-weight:bold;
	background:url(../img/qa/icon_q.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCC;
	padding-top:3px;
	padding-bottom:15px;
	margin-bottom:10px;
	padding-left:50px;
}
dd{
	background:url(../img/qa/icon_a.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:15px;
	margin-bottom:10px;
	padding-left:50px;
}
