@charset "shift_jis";


/*　よくある質問　*/
.question .content_wrap{
	position: relative;
	width:664px;
	height:400px;
	margin:40px 0 0 199px;
	z-index:10000;
}

.question .content_wrap .content{
	width:664px;
	height:400px;
	overflow-x:hidden;
	overflow-y: scroll;
}

.question .content_wrap .content .qa{
	width:660px;
	padding:75px 0 0 0;
	margin-bottom:30px;
}
.question .content_wrap .content .qa .q{
	text-align: right;
	padding:0 75px 10px 0;
}
.question .content_wrap .img{
	width:174px;
	height: 195px;
	position: absolute;
	top:205px;
	left:-199px;
	display: none;
	z-index:2000;
}
.question .content_wrap .img2{
	width:174px;
	height: 195px;
	position: absolute;
	top:205px;
	left:-199px;
	display: none;
	z-index:200;
}

.side{
	position: absolute;
	left:1200px;
	top:250px;
	z-index:1000;
	display:none;
}
.side2{
	position: absolute;
	left:1200px;
	top:250px;
	z-index:100;
	display:none;
}

.content_qa .qa{
	margin-bottom:10px;
}
.content_qa .qa .q{
	margin-bottom:5px;
	cursor:pointer;
	color:#b46401;
	text-decoration: underline;
}
.content_qa .qa .a{
	text-indent:-1em;
	padding-left:1em;
	line-height:1.5;
}