body {
color:#333333;
	background-image: url(bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
}

#guide {
	color:#777777;
	font-size:12px;
}

#set-panel {
	color:#777777;
	background:#FFFFFF;
	border:1px solid #999999;
	padding:4px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:1;
}

#title {
	text-align:center;
	position:absolute;
	visibility:hidden;
	left:50%;
	top:50%;
	width:auto;
	z-index:2;
}

.error {
	position:absolute;
	left:33%;
	top:40%;
	width:33%;
	z-index:2;
}

.textbox {
	color:#36B7D6;
	background:#F1FAFC;
	border:1px solid #36B7D6;
	font-size:16px;
	font-weight:bold;
	padding:20px;
}

#celsbody img, #celsbody span {
	cursor:pointer;
}

#celsbody img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);  /* タッチ操作用 */
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}