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


header .title{
	width:100%;
	height:238px;
	background:url(../img/title_bk.jpg) center top no-repeat;
	background-size:cover;
	position:absolute;
	top:75px;
	left:0;
}


header .title h2{
	width:960px;
	height:32px;
	background:url(../img/title.png) left top no-repeat;
	margin:133px auto 0;
}

.main_inner p a{
	color:#FFF;
	text-decoration:underline;
}

.main_inner p a:hover{
	text-decoration:none;
}

.w_box nav{
	margin-left:-18px;
}

.w_box nav li{
	display:inline-block;
	margin-left:18px;
	margin-bottom:20px;
}

.w_box nav li a{
	width:220px;
	height:36px;
	font-size:12px;
	line-height:38px;
	letter-spacing:normal;
	color:#000;
	display:block;
	padding-left:19px;
	border:1px solid #bfbebe;
	background:#fff;
}

.w_box nav li a span{
	padding-left:17px;
	background:url(../img/ya.png) left center no-repeat;
}

.w_box nav li a:hover{
	background:#f2f2f2;
}


.faq_box{
	width:855px;
	padding:30px 0 10px;
	margin:0 auto;
	border-bottom:1px dotted #999;
}

.faq_box.bnon{
	border-bottom:none;
	margin:0 auto 40px;
}

#q01,#q02,#q03,#q04,#q05,#q06,#q07{
	padding-top:20px;
	margin-top:50px;
}

p.an,p.qu{
	font-size:94%;
	line-height:1.5;
	color:#000;
	padding-top:3px;
	padding-left:40px;
	min-height:26px;
}

p.qu{
	background:url(../img/icon_q.gif) left top no-repeat;
}

p.an{
	background:url(../img/icon_a.gif) left top no-repeat;
}

.main_inner p.an a{
	color:#000;
}





@media screen and (max-width: 739px) {
	
	header .title{
		width:100%;
		height:50px;
		padding-top:40px;
		background:url(../img/title_bk.jpg) center top no-repeat;
		background-size:cover;
		position:static;
	}
			
	header .title h2{
		width:95%;
		height:20px;
		background:url(../img/title.png) left top no-repeat;
		background-size:auto 100%;
		margin:0 auto;
	}
	
	
	.w_box nav{
		margin-left:0;
	}
	
	.w_box nav li{
		width:100%;
		max-width:300px;
		display:block;
		margin-left:0;
		margin:0 auto;
		margin-bottom:15px;
	}
	
	.w_box nav li a{
		width:100%;
		padding-left:13%;
		box-sizing:border-box;
	}
		
	.faq_box{
		width:100%;
		padding:20px 0 10px;
		margin:0 auto;
		border-bottom:1px dotted #999;
		box-sizing:border-box;
	}
	
	.faq_box.bnon{
		border-bottom:none;
		margin:0 auto 10px;
	}
	
	#q01,#q02,#q03,#q04,#q05,#q06,#q07{
		padding-top:10px;
		margin-top:30px;
	}
	
	p.an,p.qu{
		font-size:14px;
		line-height:1.3;
		padding-top:3px;
		padding-left:40px;
		min-height:26px;
	}
	
	p.qu{
		background:url(../img/icon_q.gif) left top no-repeat;
	}
	
	p.an{
		background:url(../img/icon_a.gif) left top no-repeat;
	}
	
	
}



