@charset "UTF-8";
@media only screen and (max-width: 750px) {
#inner {
	position: relative;
	/*min-width: 960px;*/
	height: 100%;
	background-color: #000000;
}
#frame {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/special/image/frame.png) no-repeat;
	background-position: 46% 45%;
	background-size: 235% auto;
	width: 100%;
	padding-bottom: 70%;
}
#container {
	position: relative;
	width: 100%;
	display: none;
	padding-bottom: 110%;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

loader

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#loader {
	width: 30px;
	height: 30px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px; /* heightの半分のマイナス値 */
	margin-left: -15px; /* widthの半分のマイナス値 */
	z-index: 100;
}
#loader #loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

slide

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
.slide {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.imagearea {
	position: relative;
	width: 60%;
	height: auto;
	margin-top: 20%;
	margin-left: 25%;
	padding-bottom: 40%;
}
.imagearea h1, .imagearea h2, .imagearea h3 {

	position: absolute;
	left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em;
	font-weight: bold;
}
.imagearea h1, .imagearea h2 {
	font-size: 26px;
}
.imagearea h3 {
	font-size: 18px;
}
.sText {
	font-weight: nomal;
	font-size: 0.6em;
	display: block;
	line-height: 1.4em;
}
.imagearea img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	display: block;
	/*width: 540px;*/
	height: auto;
	width: 100%;
}
.textarea {
	background: #000;
	position: relative;
	width: 90%;
	margin-top: 40px;
	padding: 20px 5%;
}
.textarea p {
	font-size: 14px;
	width: 100%;
	margin: 5px auto;/*width: 880px;*/
	color: #ffffff;
	line-height: 1.4em;
}
body > #stage > #container > .textareaBack {
	height: auto;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

end

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#end {
	position: absolute;
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	background-image: url(/special/image/bg.jpg);
}
#end div {
	position: relative;
	width: 100%;
	height: 357px;
	margin: 0 auto;
	padding: 150px 0 50px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}
#end div #replay_button {
	width: 40px;
	margin: 10px auto 0;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation {
	width: 100%;
	position: absolute;
	top: 26%;
	left: 0;
}
#navigation .prev-link {
	display: block;
	position: absolute;
	width: 25px;
	heigth: 25px;
	left: 3%;
}
#navigation .next-link {
	display: block;
	position: absolute;
	width: 25px;
	heigth: 25px;
	right: 3%;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation_number

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation_number {
	position: absolute;
	top: 27%;
	left: 13%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation_sub

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation_sub {
	width: 100%;
	position: relative;
	background: #FFF;
}
#navigation_sub ul {
	margin: 0;
	padding: 0;
}
#navigation_sub li {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: blold;
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33%;
	line-height:30px;
	white-space:nowrap;
}
#navigation_sub a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#navigation_sub ul li .sp {
	display: block;
}
#navigation_sub ul li .pc {
	display: none;
}
}
