@charset "UTF-8";

/* wrapper ----------------------------------------*/
.wrapper#qa{
	position: relative;
	background-image: url(../img/qa_header_bg.png);
}

/* anchor ----------------------------------------*/
.anchor{
	width: 990px;
	margin: 65px auto 24px;
	border: 1px solid #919F7A;
	background: #ffffff;
	position: relative;
}
.anchor:before{
	content: "";
	z-index: 10;
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 10px;
	background: #ffffff;
}
.anchor:after{
	content: "";
	z-index: 10;
	position: absolute;
	display: block;
	width: 100px;
	height: 24px;
	bottom: -25px;
	left: 50%;
	margin-left: -50px;
	background: url(../img/qa_anchor_bg.png) no-repeat 0 0;
}
.anchor ul{
	padding: 20px 0 20px 10px;
}
.anchor ul li{
	display: inline-block;
	padding: 10px 0;
}
.anchor ul li a{
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 25px;
	color: inherit;
	text-decoration: none;
	border-left: 1px solid #919F7A;
}
.anchor ul li a:hover{
	text-decoration: underline;
}

/* qa_wrap ----------------------------------------*/
.qa_wrap{
}
.qa_wrap dl{
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 60px 40px;
	background: url(../img/qa_line.png) no-repeat right bottom;
}
.qa_wrap dt{
	height: 90px;
	line-height: 90px;
	margin-left: 30px;
	padding-left: 140px;
	color: #3d3d3d;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/qa_icon_q.png) no-repeat left center;
}
.qa_wrap dd{
	line-height: 40px;
	margin-top: 37px;
	margin-left: 73px;
	padding-left: 97px;
	color: #3E3A39;
	background: url(../img/qa_icon_a.png) no-repeat left top;
}
.qa_wrap:first-child{
	padding-bottom: 30px;
	background: url(../img/bg_ptn01.png) no-repeat center 760px;
}
.qa_wrap:last-child{
	padding-top: 50px;
	background: url(../img/bg_ptn02.png) no-repeat center 740px;
}
.qa_wrap:last-child dl:last-child{
	background: none;
}
/* etc ----------------------------------------*/
#cnav01{
	margin-top: 90px;
}