@charset "UTF-8";
/*------------------------------------
qa
-------------------------------------*/
body{
	font-size:105%;
}
.qa .desc{
	width:92%;
	margin-left: 3%;
	font-size: 85%;
}
.qa dl{
	overflow:hidden;
}
.qa dl.question  dt img,
.qa dl.answer dt img{
	float:left;
	width:30%;
}
.qa dl.question dd,
.qa dl.answer dd{
	width: 64%;
	float: right;
	margin-right: 3%;
}
.qa dl.answer dd p{
	color:#e66b01;
}
.qa a.btnQA{
	display: block;
	overflow: hidden;
	margin-top:5% ;
}


