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

#Wrapper #content_area #content_inner {
	margin-bottom:0px;
}
#content_area #content_inner .faq_wrapper {
	margin-top: 210px;
	padding-bottom:30px;
}
.faq_wrapper .paragraph {
	font-size:14px;
}
#content_inner .faq_wrapper .paragraph {
	padding-bottom:35px;
	border-bottom:dotted 1px #B6B6B6;
	margin-bottom:35px;
}
.faq_wrapper .paragraph .ques {
	min-height:33px;
	padding-top:2px;
	font-weight:bold;
	margin: 0 100px 0 100px;
}
.ques-i {
	height:30px;
	width: 30px;
	background:#969696;
	color: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	vertical-align:  middle;
	text-align: center;
	margin-right: 10px;
	float: left;
	font-weight:bold;
	line-height:29px;
	font-size:14px;
}
.faq_wrapper .paragraph .ans {
	min-height:33px;
	padding-top:3px;
	margin: 10px 100px 0px 100px;
}
.ans-i {
	height:30px;
	width: 30px;
	background:#9b8639;
	color: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	vertical-align:  middle;
	text-align: center;
	margin-right: 10px;
	float: left;
	font-weight:bold;
	line-height:29px;
	font-size:14px;
}

.ques-txt {
	font-weight:bold;
}
.ques-txt, .ans-txt {
	margin: 5px 0 0 40px;
	font-size:14px;
}

div.goiken {
	text-align: center;
	height: 130px;
}

div.goiken a.button {
	width:210px;
	border:none;
	height:30px;
	background:none repeat scroll 0 0 #cd7b1f;
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin:25px auto 0px;
	line-height:30px;
}