@charset "utf-8";

body {
	background: #EEE;
}

#doc8210 .top_img {
	line-height: 0;
	border-bottom: 1px solid #CCC;
}

#doc8210 .kin_mark {
	width: 100px;
	margin: 30px auto;
}

#doc8210 .ques {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#doc8210 .ques_dt {
	margin-top: 10px;
	font-size: 0.9em;
	text-align: center;
}

#doc8210 .btn_y a {
	display: block;
	width: 60vw;
	margin: 30px auto 0;
	padding: 10px 0;
	color: #FFF;
	font-family : inherit;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4rem;
	text-decoration: none;
	background: #E31C00;
	border: 2px solid #E31C00;
	border-radius: 35px;
	box-sizing: border-box;
}

#doc8210 .btn_n a {
	display: block;
	width: 60vw;
	margin: 30px auto 0;
	padding: 10px 0;
	color: #666;
	font-family : inherit;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4rem;
	text-decoration: none;
	background: #FFF;
	border: 2px solid #666;
	border-radius: 35px;
	box-sizing: border-box;
}
