@charset "utf-8";
#main dt {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 20px;
	background-image: url(../faq/images/icon-q.png);
	background-repeat: no-repeat;
	color: #333333;
}
#main h3 {
	padding-bottom: 0px;
}

#main dd {
	font-size: 12px;
	color: #666666;
	padding-left: 30px;
	padding-bottom: 25px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	background-image: url(../faq/images/icon-a.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
