@charset "utf-8";
/* Q&AのCSS*/

.faqimg img{
	margin-bottom: 5px;
}

.faqlist li {
	font-size: 12px;
	list-style-image: url(../img/faq_img/q.gif);
	margin-bottom:5px;
	margin-left:20px;
	padding-left: 10px;
}

.q-a dt {
	font-size:12px;
	line-height:140%;	
	background-image: url(../img/faq_img/q.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	background-position: 0px 2px;
	color: #003366;
}
.q-a dd {
	font-size:12px;
	line-height:160%;	
	margin-bottom: 20px;
	background-image: url(../img/faq_img/a.gif);
	background-repeat: no-repeat;
	border-bottom-style: dotted;
	margin-left: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-right: 40px;
}
