BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	position:relative;
	color:#000;
	background:#FFF url(../images/grnd.jpg) no-repeat center center fixed;
	background-size: cover;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
BODY.home {
	background-image:url(../images/grnd_login.jpg);
}
.body {
	margin:0 auto;
	width:768px;
	height: calc(100% - 60px);
	position:relative;
	overflow-y:auto;
}
.body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;     /* Firefox */
}
.body::-webkit-scrollbar {
 	display: none;             /* Chrome, Safari, Opera */
}
BODY.wide .body {
	width: calc(100% - 40px);
}
.wrapper {
	width:768px;
	margin:0 auto;
}
.wrapper.narrow {
	width: calc(100% - 100px);
}
P {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
A {
}
A:link, A:visited {
	color:#33CCFF;
}
B {
	font-size:larger;
}
H1 {
	color:#0e1d62;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:500;
	margin:15px 0;
}
H2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:500;
	margin:5px 0;
	margin-bottom:15px;
}
SECTION {
	overflow:hidden;
}
.splitcolumn {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.splitcolumn .column:nth-child(1) p {
	margin:15px 0;
}
.splitcolumn .column:nth-child(2) {
	width:60%;
}
.halfcolumn {
	float:left;
	width: calc(50% - 10px);
	margin-left:20px;
}
.halfcolumn:first-child {
	margin-left:0px;
}
.onethreecolumn {
	float:left;
	width: calc((100% * 1 - 2 * 30px) / 3);
	margin-left:20px;
}
.onethreecolumn:first-child {
	margin-left:0px;
}
.bigcolumn {
	float:right;
	width: calc(100% - 110px);
}
.smallcolumn {
	float:left;
	width: 100px;
}

.blueboard {
	margin:5px 0px;
	color:#FFF;
	background-color: rgba(0, 174, 172, 0.9);
	padding:5px 20px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
}
FORRM {
	margin-bottom:10px;
}
INPUT[type='text'],
INPUT[type='password'],
INPUT[type='date'],
INPUT[type='number'],
SELECT {
	display:block;
	color:#1a3bbd;
	border:1px solid #00b0ad;
	background-color: rgba(255,255,255,0.9);
	margin:0;
	padding:5px 15px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 500;
	font-size:100%;
	width: calc(100% - 32px);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	-webkit-appearance: none;
}
INPUT[type='text'].center,
INPUT[type='password'].center,
INPUT[type='number'].center {
	text-align: center
}
SELECT {
	width: 100%;
}
SELECT option {
}
a.bigbutton,
INPUT[type='reset'],
INPUT[type='button'],
INPUT[type='submit'] {
	color:#FFF;
	border:2px solid #FFF;
	margin:0;
	padding:5px 25px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size:120%;
	cursor: pointer;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
	        border-radius:50px;
	-webkit-appearance: none;
	background-color: #00b0ad;
}
INPUT[type='submit'], INPUT[type='button'].submit {
	background-color:#eb118c;
}
INPUT[type='checkbox'],
INPUT[type='radio'] {
	width:20px;
	height:20px;
}
.uploadfile {
	display:block;
	padding:5px 15px;
	border:1px solid #00b0ad;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 500;
	font-size:100%;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	color:#FFF;
	background-color:#00b0ad;
	text-align:center;
	cursor: pointer;
}
.uploadimg {
	overflow:hidden;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}
.logo {
	margin:0 auto;
	padding-top:5%;
	text-align:center;
}
.logo img {
	width:60%;
	height:auto;
}
.fullwidth {
	width:100%;
	height:auto;
}
.middle {
	position:absolute;
	top: calc(58%);
	width:100%;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bottom {
	position:absolute;
	width:100%;
	left:0;
	bottom:5px;
}
span.error {
	color:yellow;
	background-color:red;
	display:block;
	padding:5px;
	text-align:center;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	margin-top:5px;
}
span.pin, span.pic, span.edit, span.draw, span.cart, span.check, span.qrcode, span.delete {
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 1px;
	background: url(../images/icon_pin.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}
span.pic {
	background-image: url(../images/icon_camera.png);
}
span.edit {
	background-image: url(../images/icon_edit.png);
}
span.cart {
	background-image: url(../images/icon_cart.png);
}
span.draw {
	background-image: url(../images/icon_gift.png);
}
span.check {
	background-image: url(../images/check.png);
}
span.qrcode {
	background-image: url(../images/qrcode.png);
}
span.delete {
	background-image: url(../images/icon_delete.png);
}
.bigbutton {
	display:block;
	background-color:#
}
.grey {
	color:#999;
	font-style:italic;
}
.white {
	color:#FFF;
}
.pink {
	color:pink;
}
.cyan {
	color:cyan;
}
.required {
	display:inline-block;
	width:16px;
	height:16px;
	color:#F00;
	background: url(../images/required.png) no-repeat center center;
	background-size: 10px 10px;
	text-indent: -999px;
	overflow:hidden;
}
.navigation {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
	background-color: #EEE;
}
.navigation ul {
	list-style-type:none;
	margin:0;
	padding:10px 0px;
	text-align:center;
	display:flex;
}
.navigation ul li {
	flex:1;
	flex-grow: 1;
	display:inline-block;
	margin:0;
	text-align:center;
}
.navigation ul li img {
	display:inline-block;
	width:20px;
	height:20px;
}
.navigation ul li span {
	display:inline-block;
	white-space:nowrap;
	margin-top:3px;
}
.navigation ul li a {
	text-decoration:none;
	font-size:small;
}
.navigation ul li a:link, .navigation ul li a:visited {
	color:#333;
}
.hide {
	display:none;
}
.message {
	display:block;
	margin:10px 0px;
	padding:10px;
	color:#FFF;
	background-color:red;
	text-align:center;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.scrolling {
	margin:0px auto;
	overflow-x:auto;
}
.ttable {
	color:#333;
	background-color:#FFF;
	border-collapse: collapse;
}
.ttable > thead {
	background-color:#EEE;
}
.ttable > tbody > tr > td {
}
.ttable > tfoot {
	background-color:#EEE;
	font-weight:bold;
}
.remove {
	display: inline-block;
	margin-top:5px;
	padding:2px 5px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	border:1px solid #2a9144;
	color:#FFF;
	background-color:#2a9144;
}
.board {
	position:relative;
	width:100%;
	padding-bottom:100%;
	overflow:hidden;
}
.circle {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.centerdot {
	position:absolute;
	top:36%;
	left:36%;
	width:28%;
	height:28%;
	z-index:2;
}
.arrow {
	position:absolute;
	bottom:0px;
	left:45%;
	width:10%;
	height:10%;
	z-index:3;
}
.centerdot span,
.circle span,
.arrow span {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.centerdot span {
	background-image: url(../images/center.png);
}
.centerdot.start span {
	background-image: url(../images/center.png);
}
.centerdot.stop span {
	background-image: url(../images/center.png);
}
.board.kind1 .circle span,
.circle span {
	background-image: url(../images/circle_1.png);
}
.board.kind2 .circle span {
	background-image: url(../images/circle_2.png);
}
.arrow span {
	background-image: url(../images/pin.png);
}
.gift {
	margin:0 auto;
	width: 100%;
	background: url(../images/prize_grnd.png) no-repeat center center;
	background-size: 100% 100%;
}
.nowrap {
	white-space: nowrap;
}
.textbold {
	color:#0e1d62;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.textpad {
	color:#FFF;
	border:1px solid #2a9144;
	background-color: #00ad4d;
	padding:10px 20px;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	-webkit-appearance: none;
}
.yellow {
	color:#f9e200;
}
.green {
	color:#2a9144;
}
.grey {
	color:#999;
}
.red {
	color:red;
}
.term {
	color:#1f285c;
	font-size:x-small;
}
a.pagenav {
	display:inline-block;
	padding:5px 10px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	text-decoration:none;
}
a.pagenav:link, a.pagenav:visited {
	color:#FFF;
	background-color:#169a98;
}
a.pagenav:hover,
a.pagenav.active {
	color:#000;
	background-color:#ffd74e;
}