@charset "UTF-8";

#qa #contents{
	position: relative;
	background-image: url(../img/qa_header_bg.jpg);
}

/* anchor ----------------------------------------*/
.anchor{
	margin: 40px auto 24px;
	border-top: 1px solid #919F7A;
	border-bottom: 1px solid #919F7A;
	background: #ffffff;
	position: relative;
}
.anchor:before{
	content: "";
	z-index: 10;
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
}
.anchor:after{
	content: "";
	z-index: 10;
	position: absolute;
	display: block;
	width: 100%;
	height: 12px;
	bottom: -13px;
	left: 0;
	background: url(../img/qa_anchor_bg.png) no-repeat center 0;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.anchor ul{
	padding: 10px 15px 10px 0;
}
.anchor ul li{
	display: inline-block;
	padding: 7px 0;
}
.anchor ul li a{
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 1.5em;
	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{
	margin: 0 auto;
	padding: 35px 15px;
	background: url(../img/qa_line.png) no-repeat center bottom;
	-webkit-background-size: 90% auto;
	background-size: 90% auto;
}
.qa_wrap dt{
    font-size: 18px;
	display: table-cell;
	height: 45px;
	line-height: 1.4;
	padding-left: 55px;
	color: #3d3d3d;
	font-weight: bold;
	vertical-align: middle;
	background: url(../img/qa_icon_q.png) no-repeat left center;
	-webkit-background-size: auto 45px;
	background-size: auto 45px;
}
.qa_wrap dd{
	line-height: 2;
	margin-top: 18px;
	margin-left: 15px;
	padding-left: 40px;
	color: #3E3A39;
	font-size: 14px;
	background: url(../img/qa_icon_a.png) no-repeat left top;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.qa_wrap:first-child{
	padding-bottom: 20px;
}
.qa_wrap:last-child{
	padding-top: 20px;
}
.qa_wrap dl:last-child{
	background: none;
}
/* etc ----------------------------------------*/
#cnav01{
	margin-top: 25px;
}
#cnav03{
	margin-top: 70px;
}
