@charset "UTF-8";

/*
**************************************
*Since: 2013-07-12
*Modified: 2013-00-00
**************************************
*/

/* body
---------------------------------------------------------------------------------------- */
body {
	overflow:hidden;
	margin:0;
	padding:0;
	background: #000;
	border:none;
	text-align: center;
	-webkit-touch-callout: none;
}


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}


/* button
---------------------------------------------------------------------------------------- */
#push {
	cursor: pointer;
}


/* load
---------------------------------------------------------------------------------------- */
#load {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 300;
}

#load img {width: 100%;}


/* maintenance
---------------------------------------------------------------------------------------- */
#maintenance {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 290;
}

#maintenance img {width: 100%;}





