@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #000;
}
/* CSS Document */
#parent {
	width: 100%;
	text-align: center;
		
}
#wrapper {
	width: 1280px;
	height: 720px;
	margin:0 auto;
	position: relative;
}

#canvas {
	background-color: #FFF;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}


#input_min {
	text-align: center;
	vertical-align: middle;
	width: 9.6%;
	height: 9.6%;
	top: 77.6%;
	left: 47.6%;
	font-size: 20px;
	position:absolute;
	background: none;
	display: none;
}
#input_max {
	text-align: center;
	vertical-align: middle;
	width: 9.6%;
	height: 9.6%;
	top: 77.6%;
	left: 64.6%;
	font-size: 20px;
	position:absolute;
	background: none;
	display: none;
}