@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
body {
	background: #333;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
}
button {
	width: 40px;
	height: 40px !important;
	border: 2px solid #fff !important;
	border-radius: 10px;
	background-size: 80%;
}
.drawing-board-controls {
	left: 0 !important;
	margin: 0 auto !important;
	padding: 10px;
}
.drawing-board-control-colors-current {
	width: 40px;
	height: 40px !important;
	border: 2px solid #fff !important;
	border-radius: 10px;
	position: relative;
}
.drawing-board-control-inner {
	border-radius: 10px;
	position: relative;
	height: 40px !important;
}
.drawing-board-control-size-range-input {
	padding: 10px 0 !important;
}
#default-board {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	display: block;
	box-shadow: 0 0 10px #000;
	background: #3C7471;
	border-radius: 10px;
}
.drawing-board-canvas-wrapper, .drawing-board-canvas-wrapper canvas {
	border-radius: 0 0 10px 10px;
	border: none;
}
h1 {
	margin: 0 0 30px 0;
	padding: 10px 0;
	display: inline-block;
	text-shadow: 0 0 10px #4b7d59, 2px 2px 3px #4b7d59, -2px 2px 3px #4b7d59, 2px -2px 3px #4b7d59, -2px -2px 3px #4b7d59;
	background-image: url(../images/title_bg.gif);
	background-size: cover;
	background-position: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.title, .footer {
	text-align: center;
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
 border
}
#close {
	display: none;
}
#nurie_btn_wrapper {
	text-align: center;
}
#nurie_btn {
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
	border: 5px solid;
	border-radius: 10px;
	position: relative;
}
#nurie_btn .on {
	display: none;
	border-radius: 10px;
	padding: 10px;
	background: #0C0;
}
#nurie_btn .off {
	background: #C30;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}
#nurie {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_nurie.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 9999;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
#height_control {
	position: fixed;
	top: -10px;
	line-height: 0;
	color: #fff;
	left: 20px;
	z-index: 9999;
	font-size: 200%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#height_control:hover {
	color: #999;
}
 @media screen and (max-width : 900px) {
#default-board {
	width: 85%;
	height: 550px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#close {
	max-width: 300px;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border: 5px solid;
	border-radius: 10px;
	margin:20px auto;
	display: block;
}
#default-board:before {
	content: '';
	background-image: url(../images/scroll_btn.png);
	width: 20px;
	height: 200px;
	position: absolute;
	left: -22px;
	top: 200px;
}
#default-board:after {
	content: '';
	background-image: url(../images/scroll_btn.png);
	width: 20px;
	height: 200px;
	position: absolute;
	right: -22px;
	top: 200px;
}
#nurie {
	background-size: 120%;
}
#height_control {
	display: none;
}
}
