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

.faq_title {
	font-size: 14px;
	font-weight: bold;
	color: #006;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #006;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 5px;

}
.faq_ol {
	padding-left: 40px;
	padding-bottom: 30px;
}
ol li.no-number {
	list-style-type: none;  /*;番号を非表示 */
}
.faq_ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
}
.faq_ol li a {
	color: #333;
}
.faq_ol li ahover {
	color: #999;
	text-decoration: underline;
}


.faq_dl {
	padding-bottom: 30px;
}
.faq_dl dt {
	background-image: url(../images/faq_icon.png);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 50px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	background-color: #f4f4f4;
	margin-bottom: 30px;
}
.faq_link {
	text-align: right;
	padding-top: 15px;
}
.faq_link img {
	padding-right: 5px;
}
.faq_link a {
	color: #333;
	text-decoration: underline;
}
.faq_link a hover {
	color: #666;
	text-decoration: none;
}
