@charset "utf-8";
/* CSS Document */

body {
	font-size:16px;
	padding:0;
	margin:0;
	border:0;
	width:100%;
	color:#fff;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Helvetica, Arial, sans-serif;
	font-size:0.85em;
	overflow-x:hidden;
	background-image:url(../img/bg01.gif);
	background-repeat:repeat;
	background-position:left top;
	background-size :auto;
	color:#000;
}

#wrapper {
	width:100%;
}

.content {
	width:100%;
	min-width:320px;
	max-width:640px;
	margin:0 auto 0 auto;
	position:relative;
	overflow:hidden;
	text-align:left;
	background-color:#fff;
}

span.hdn{
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-100;
	visibility:hidden;
}

.quiz_area{
	background-color:#f93a00;
	color:#fff;
}

.movie_box{
	position: relative;
	width: 90%;
	padding-top: 56.25%;
	margin:5px auto 0 auto;
}

.movie_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Appli Area 
******************************************************************************************************************************************************************************************************/

#appli{
	background: #0c0c0c;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	color: #FFF;
	text-align: left;
	font-size: 84%;
}

#appli .box{
	padding: 10px 10px 0;
	margin: 0 auto;

}

@media only screen and (min-device-width: 768px) { #appli .box{ width: 640px; } }

#appli p.icon{
	float: left;
	margin: 0 3px 0 0;
}

/* Footer Styles 
******************************************************************************************************************************************************************************************************/

footer{
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
}

/* yahoo BG
******************************************************************************************************************************************************************************************************/
