@charset "utf-8";

/*よくある質問ページ用
---------------------------------------*/
p.faqLead a {
	color:#005fe3;
	text-decoration:none;
}
p.faqLead a:hover {
	text-decoration:underline;
}

dl.faqList {
	margin-top:45px;
	margin-bottom:100px;
}
dl.faqList dt {
	background:url(../img/faq/ico_faq_Q.gif) 0 0 no-repeat;
	height:42px;
	margin-bottom:10px;
	padding:16px 0 0 98px
}
dl.faqList dd {
	background:url(../img/faq/ico_faq_A.gif) 55px 0 no-repeat;
	border-bottom:#b2b2b2 1px dotted;
	margin-bottom:20px;
	padding:2px 0 35px 150px;
	line-height:1.7;
}