﻿@charset "utf-8";
.MainContents h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.FaqListCon {
	margin-bottom: 40px;
}
.FaqListCon ul {
	padding: 0px;
	margin: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e2b250;
}
.FaqListCon li {
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	border-bottom-color: #e2b250;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-image: url('../module/images/Common/ArrowS.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	text-indent: 20px;
	list-style-type: none;
	_behavior: url("../module/js/iepngfix/iepngfix.htc");
}
.FaqListCon li a:hover {
	text-decoration: underline;
}
.FaqRepeat {
	margin-bottom: 15px;
}
.FaqRepeat dl,dt,dd {
	padding: 0px;
	margin: 0px;
}
.FaqRepeat dt {
	background-color: #EAD7C1;
	height: 28px;
	line-height: 28px;
	background-image: url('images/faq_q.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-indent: 30px;
	_behavior: url("../module/js/iepngfix/iepngfix.htc");
}
.FaqRepeat dl {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #e2b250;
	display: block;
}
.FaqRepeat dd {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
.FaqRepeat dd p {
	padding: 0px;
	margin: 0px;
}
.FaqRepeat .Faq_Navi {
	text-align: right;
	display: block;
}
.FaqRepeat .Faq_Q {
	width: 28px;
	margin-right: 10px;
}
.FaqRepeat .Faq_Txt {
	width: 612px;
	line-height: 180%;
}

