@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #000;
}
/* CSS Document */
#parent {
	width: 100%;
	text-align: center;
		
}
@page{
	margin:0;
	border:0;
}
#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_txt {
	text-align: center;
	background:none;
	border:none;
	vertical-align: middle;
	width: 7%;
	height: 6%;
	top: 89.5%;
	left: 51.2%;
	font-size: 14px;
	position:absolute;
}
#set_size {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
}
