/* -------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
/* -------------------------------------------------------------------------- */
body {
	background-color: #999;
}

/* #canvas {
	border:2px solid #000000;
} */

#container {
	position: relative;
}

.wrapper {
	overflow: hidden;
	border:2px solid #000000;
	width: 858px;	/*940px*/
	height: 408px;	/*570px*/
	margin: 0 auto;
}
/* -------------------------------------------------------------------------- */
.tach {
	/* background-color: #777; */
	width: 50px;
	height: 50px;
	position: absolute;
	text-align: center;
	user-select: none;
	border: 3px solid #fff;
	border-radius: 30px;
	color: #fff;
	line-height: 3;
	opacity: 0.2;
}

#tacha {
	left: 30px;
	bottom: 80px;
}
#tachw {
	left: 80px;
	bottom: 130px;
}
#tachd {
	left: 130px;
	bottom: 80px;
}
#tachs {
	left: 80px;
	bottom: 30px;
}

#tachr {
	left: 170px;
	bottom: 170px;
}

#tachshot {
	width: 70px;
	height: 70px;
	border-radius: 60px;
	right: 50px;
	bottom: 70px;
	line-height: 4;
}

#tachmove {
	width: 250px;
	height: 200px;
	right: 130px;
	bottom: 50px;
	opacity: 0;
}
/* -------------------------------------------------------------------------- */
