@charset "utf-8";
/* -------------------------------------------------- */
* { 
	margin: 0px;
	padding: 0px;
}
html{
	overflow-x: hidden;
}
body{
/*	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック体", 'Yu Gothic', YuGothic, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em; 
	color: #222222;
	line-height: 1.0em;
	letter-spacing: 0.0em;
	font-weight: bold;
	position: relative;
	background-color: #bbe6e5;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow-x: hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
/*	transform: rotate(.03deg);*/
}
/* ■テンプレ-------------------------------------------------- */
.pointer {
	cursor:pointer;
}
.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 10px;
}
.zero {
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
a {
	color: #5555dd;
	text-decoration: none;
}
a:hover {
	color: #5555dd;
	text-decoration: underline
}
img {
	margin: 0px;
	border: 0px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
.inlineimg {
	display: inline;
	margin: 1.0em 0.5em 0.2em 0.5em;
}
p {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.box100{
	height: 100px;
}
.box400{
	height: 400px;
}
/* ■共通-------------------------------------------------- */
#wrapper {
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.9em;
}
#modoru {
	z-index: 4;
	position:fixed;
	right:30px;
	bottom:70px;
	opacity: 0.6;
	cursor:pointer;
	width:100px;
}
/* ■開閉-------------------------------------------------- */
div {
	margin: 0px auto;
}
dl{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 608px;
}
dt {
	z-index: 3;
	margin: 20px 0px 0px 0px;
	width: 608px;
}
dd {
	z-index: 2;
	width: 591px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #f4f0e9;
	border: 8px solid #cef4f4;
	border-top-width: 0px;
	color: #222222;
	text-align: left;
}
/* ■解説-------------------------------------------------- */
#extrastep {
	margin: 60px auto 0px auto;
}
#kotae {
	margin: 10px auto 50px auto;
}
#titlehint {
	margin: 100px auto 50px auto;
}
.sho {
	margin: 80px auto 50px auto;
}
.aobg{
	margin: 0px auto 50px auto;
	padding: 10px 0px 30px 0px;
	width: 654px;
	border-radius: 20px / 25px;
	background-color: #0068b7;
}

#sns{
	text-align:center;
}
#sns img{
	display: inline-block;
	margin: 50px;
}
.inlineimg{
	display: inline;
}
input{
	display: inline;
	vertical-align: middle;
	height: 130px;
	margin: 20px 5px 20px 5px;
}
input[type="text"]{
	color:#333333;
	width: 600px;
	padding-left:20px;
	text-align: left;
	font-size: 50px;
	border:9px solid #0068b7;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}
#ansfinal{
	cursor:pointer;
}
.footer{
	margin: 400px auto 50px auto;
}
/* ■-------------------------------------------------- */
@keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}
#missbox{
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgb(200,200,200);
	filter:alpha(opacity=80); 
	background: rgba(187,230,230,0.8);
	text-align: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#miss{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #ffffff;
	width: 80%;
	height: 4em;
	font-size: 1.4em; 
	line-height: 3.0em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}
#miss p{
	text-indent: 0.6em;
	margin: auto;
}
/*
#miss button{
	font-size: 1.0em;
	color: #333333;
	font-weight: normal;
	padding:0em 1em 0em 1em;
	border: solid 1px #aaaaaa;
}
*/
#missbox.active{
	display: block;
	animation: active 0.1s linear 0s;
}
