@charset "utf-8";
*:not(input):not(textarea):not(select),
input[type=image],
input[type=file],
input[type=submit],
input[type=button],
input[type=reset] {
	-webkit-user-select: none;
}
html { 
	overflow: scroll;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-select: none;
	}
body {
	margin:0;
	padding:0;
}
img{
	border:0;
}
#canvas{
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:835px;
}
#canvcontainer{
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:835px;
}
#loadingcontainers{
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:415px;
	pointer-events: none;
}
#loading{
	position:absolute; top:174px; left:317px;
	z-index:500;
}
#start_modal{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:375px;
	-webkit-background-size: 100% 100%;
	visibility:hidden;
}
#play_btn{
	text-align:center;
	margin:81px auto;
	background-image: url("../img/play.png");
	background-repeat: no-repeat;
	width:213px;
	height:213px;
}
#tcont{
	position: absolute;
}
#taiken{
	position: absolute;
	left:530px;
	top:0px;
	display:none;
}
