.faq_h1 {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.faq_h2 {
	margin: 0px;
	padding: 0px;
}
.faq_wrapper {
	background-image: url(../../img/faq/faq_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}
.faq_box01 {
	background-color: #f6f4ed;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 43px;
}
.faq_box02 {
	background-color: #ffffff;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.faq_1box {
	padding-bottom: 10px;
}

.faq_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.faq_right {
	float: left;
	width: 690px;
}
.faq_clearboth {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}



.voice_box01 {
	background-color: #f6f4ed;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.voice_box02 {
	background-color: #ffffff;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.voice_box02 > img {
    margin-bottom: 10px;
}
.voice_1box {
	padding-bottom: 20px;
}
.voice_2box {
	padding-bottom: 50px;
}
.voice_1box#lastvoice {
	padding-bottom: 0px;
}
.lastvoice_p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* bottom button */

.b_buttontx{
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.b_button {
	border: 1px solid #a50c36;
	background-color: #cf0e43;
	background-image: -webkit-linear-gradient(top, #cf0e43, #a50c36);
	background-image: linear-gradient(to bottom, #cf0e43, #a50c36);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	padding: 20px 30px;
	font-size: 16px;
	text-decoration: none;
}
.b_button:hover {
	border:1px solid #910a2f;
	background-color: #a50c36;
	background-image: -webkit-linear-gradient(top, #a50c36, #910a2f);
	background-image: linear-gradient(to bottom, #a50c36, #910a2f);
	color:#fff;
	text-decoration: none;
}
.b_button:active {
	background: #910a2f;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #910a2f;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.ft_button {
	text-align: center;
	font-size: 14px;
	margin: 15px 0px 30px 0px;
}

.logo01 {
margin: 0px 20px 30px 0px;
}

