@charset "utf-8";
/*------------------------------------------------------------
	FAQ共通
------------------------------------------------------------*/
#main .qaDl {
	margin: 0 10px 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #9E9E9E;
}

#main .qaDl dt {
	margin: 0 0 5px 6px;
	padding: 0 0 0 23px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/faq/dt_img01.gif) no-repeat left top;
	background-size: 13px 14px;
}

#main .qaDl dd {
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 1.6;
	background: url(../img/faq/dt_img02.gif) no-repeat left top;
	background-size: 12px 13px;
}

#main .qaDl dd a {
	width: 35%;
	display: block;
}

#main .qaDl dd a img {
	margin-top: 5px;
	with: 100%;
}

