/* オクトパス inc.css */

body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.field_main {
	overflow: hidden;
	position: relative;
	top: 0; left: 0;
	background-color: #eee;
}

.contain {
	position: absolute;
}

.loading_txt{
	color: #666;
}
