@charset "UTF-8";
/***************************************************************

* question.css

***************************************************************/


/* body
***************************************************************/
body {
	line-height: 140%;
	font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	width:100%;
	background:url(../img/bg_question.gif) repeat-x top;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

.col {
	margin:0 auto;
	padding:10px 40px;
	width:600px;
}
h1 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
}
.age, .occupation {
	margin: 50px auto;
	text-align:left;
}
.btn {
	color: white;
	background-color: #999999;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
	color: white;
	background-color: #fe993f;
}
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	border-color: #fe993f;
}
.confirm {
	margin:0 0 40px;
}
p {
	font-size: 28px;
	margin:0 0 40px;
}

@media screen and (max-width: 767px) {
	.col {
		padding:5px 20px;
		width:300px;
	}
	h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	p {
		font-size: 14px;
		font-weight:bold;
		margin:0 0 20px;
	}
	.age, .occupation {
		margin: 25px auto;
	}
	.confirm {
		margin:0 0 20px;
	}
}

