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

.faq_contents {
	width:720px;
	font-size:14px;
	line-height:1.6;
	margin:0 auto;
	padding:0;
	max-width:100%;
}

.faq_contents img {border:none;}

.faq_contents ul,
.faq_contents li{
	vertical-align:top;
}

.faq_contents li img{
	vertical-align:top;
}

.faq_contents a:link{
	color:#333;
}

.faq_contents a:visited{
	color:#333;
}

.faq_contents a:hover,
.faq_contents a:active{
	color:#999;
}

.faq_contents p{margin-top:1em;}
.faq_contents p:first-child{margin-top:0;}


/*-------FAQ-------*/


.faq_contents h2{
	margin-bottom:30px;
}

.faq_contents ul{
	padding:10px;
	margin-bottom:20px;
}

.faq_contents ul li{
	padding:2px 0 2px 15px;
	line-height:1.6;
	background:url(img/icon_arrow.jpg) no-repeat 2px center;
}

.faq_contents .navitop{
	width:720px;
	max-width:100%;
	height:120px;
}

.faq_contents .navitop2{
	width:720px;
	height:220px;
	max-width:100%;
}

.faq_contents .navitop2 img{
	padding:10px 0 5px 0;
}

.faq_contents .navitop .n_left,
.faq_contents .navitop2 .n_left{
	float:left;
	width:320px;
	max-width:48%;
}

.faq_contents .navitop .n_right,
.faq_contents .navitop2 .n_right{
	float:right;
	width:320px;
	max-width:48%;
}

.faq_contents .section{
	margin-bottom:40px;
}

.faq_contents .section h3{
	height:54px;
	margin-bottom:20px;
}

.faq_contents .section h4{
	margin-top:20px;
	background:url(img/qa_text_bg.jpg) no-repeat left top;
	height:36px;
	line-height:36px;
	color:#008CCA;
	padding-left:20px;
}

.faq_contents .section p{
	padding:0 10px 10px;
}


.faq_contents .go_top{
	text-align:right;
	font-size:12px;
	color:#999999;
	}