@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;
}
#contV {
	position:absolute;
	top:0px;
	left:-840px;
	transform-origin:54.54545454545455% 0%;
	border:0;
	visibility:hidden;
}
#loadingcontainers{
	position:absolute;
	width:700px;
	height:415px;
	pointer-events: none;
}
#loading{
	position:absolute;
	top:174px;
	left:317px;
	z-index:500;
}
#canvcontainer{
	position:absolute;
	width:700px;
	height:840px;
}
#canvas{
	width:700px;
	height:840px;
}
#start_modal{
	position:absolute;
	width:700px;
	height:415px;
	-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:-2px;*/
	left:606px;
	top:20px;
	display:none;
}
