@charset "UTF-8";

#TOP{
	color: white;
	opacity: 0.0;
	z-index: -1000;
	position:absolute;
}
/* スマホのみ */

@media only screen and (max-width: 480px) {
#Stage{
	display: none;
}

}

/* タブレットレイアウト : 481 px ～ 768 px。 */

@media only screen and (min-width: 481px) {
#LayoutDiv1 {
	height: 100%;
	z-index: -10;
}
#Stage{
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top: 36%;
}
#dmy{
	height: 30%;
}
#Stageie8{
	text-align:center;
}
#logo{
	display: none;
}
#title{
	display: none;
}
nav{
	z-index: 100;
}
#LayoutDiv1 .divider_up{
	display: none;
}

}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {


}


