/*faq*/
header .nav .menu .faq{
	border-bottom:solid 3px #FFFF00;
	}
.block_faq_box{
	width:20px;
	height:6px;
	margin:0 auto;
	text-align:center;
	margin-top: -106px;
    background: url(../i/common/deco_br.png);
    background-size: auto;
	background-repeat:no-repeat;
    position:relative;
    z-index: 3;
	}
.faq_box{
	width:1000px;
	height:250px;
	text-align:center;
	margin:0 auto;
	/*margin-top:-100px;*/
	background:#6A5237;
	position:relative;
	z-index:3;
	}
.faq_box h1{
	padding-top:30px;
	}
.faq_box .section{
	height:5px;
	text-align:center;
	background-image:url(../i/common/dot3.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.faq_box p{
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:1px;
	line-height:250%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	}


.block_faq_list{
	width:1000px;
	height:6px;
	margin:0 auto;
	margin-top:-6px;
	text-align:center;
    background: url(../i/common/deco_be.png);
    background-size: 20px;
	background-repeat:no-repeat;
	background-position:center;
    position:relative;
    z-index: 3;
	}

.faq_list{
	width:1000px;
	margin:0 auto;
	padding-top:50px;
	}
.faq_list ul{
	height:140px;
	margin-bottom:20px;
	/*background:#333333;*/
	}
.faq_list .question{
	width:1000px;
	height:60px;
	background:#FFFFFF;
	padding-right:20px
	}
.faq_list .question .icon_q{
	width:60px;
	height:60px;
	float:left;
	background-image:url(../i/page/faq/question.png);
	background-size:40px;
	background-position:center;
	background-repeat:no-repeat;
	}
.faq_list .question .text_q{
	width:940px;
	height:60px;
	float:right;
	}
.faq_list .question .text_q p{
	font-size:15px;
	color:#6A5237;
	vertical-align:center;
	line-height:250%;
	margin:10px;
	}
.faq_list .answer{
	width:1000px;
	margin:10px 0 10px;
	padding-right:20px
	}
.faq_list .answer .icon_a{
	width:60px;
	height:65px;
	float:left;
	background-image:url(../i/page/faq/answer.png);
	background-size:40px;
	background-position:center;
	background-repeat:no-repeat;
	}
.faq_list .answer .text_a{
	width:940px;
	height:65px;
	float:right;
	}
.faq_list .answer .text_a p{
	font-size:14px;
	color:#6A5237;
	/*vertical-align:center;*/
	line-height:150%;
	margin:20px 0 10px;
	}
#2line{
	margin:10px 0 10px;
	}