html {
	/* タップズーム防止 */
	touch-action: manipulation;
}

body {
	background-color: black;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

div#gbwatch_main {
	display: inline-flex;
	background-color: #d4be9d;
	width: 100%;
	height: 400px;
	max-width: 980px;
	max-height: 450px;

	padding-top: 50px;
	padding-bottom: 50px;

	border-style: double;
    border-radius: 15px;
	border-width: 6px;
	border-color: black;
}

div#gbwatch_main:after {
	clear: both;
	display: block;
	margin-bottom: 20px;
}

.canvas-wrapper {
	position: relative;
}

.canvas-wrapper canvas {
	position: relative;
	top: 0;
	left: 0;
	border-style: outset;
	border-width: 10px;
	border-color: #c4b092;
}

div#leftConsole {
	position: relative;
	left: 0px;
	width: 160px;
}

div#rightConsole {
	position: relative;
	left: 0px;
	width: 160px;
}

input[type="button"]{
	-webkit-appearance: none;
}

input.ctrlBtn {
	position: relative;
	width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: crimson;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    left: 40px;
	top: 255px;
	display: block;
}

img.lrLabel {
	position: relative;
	display: block;
	top: 265px;
	left: 30px;
}

img#logomark {
	position: relative;
	border-style: solid;
	border-width: thin;
	border-radius: 15px;
	border-color: black;
	bottom: 100px;
	left: 45px;
}

a#soundBtn {
	position: relative;
	background-color: crimson;
	border-radius: 5px;
	bottom: 100px;
	left: 35px;
	width: 100px;
	padding: 5px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'sans-serif';
	font-weight: bold;
	font-size: 12px;
}
