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

.quest{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background-color:#f2f2f2;
	}	
.quest p{
	float:left;
	margin:25px 0 0 0;
	font-weight:700;
	font-size:17px;
	}
.q_a{
	width:45px;
	float:left;
	margin:22px 0 0 30px;
	font-size: 28px;
	font-weight: 700;
	}
.answer{
	width: 1000px;
	margin: 0 auto 50px;
	background-color:#e9dc72;
	display:block;
	overflow:hidden; 
	}	
.answer p{
	width:870px;
	float:left;
	margin:28px 0 30px 0;
	font-size:13px;
	line-height:2;
	}
	
.img{
	margin-bottom:30px;
	text-align:center;
}