body{
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom:0;
		padding:0 auto;
		margin:0 auto;
		background-repeat:no-repeat;
		background-size:cover;
		background: #343d46;
		z-index:0;
		width:100%;
		max-width:800px;
		}
.imagemap{
	position:relative;width:100%;
	}

img{
	display:block;width:100%;
		}

.inputcontain-1 input#dname{
	
	position:absolute;
	left:19.5%;
	width:61%;
	top: 45.36%;
	height: 5.2%;
	background: #fff;
	border: none;
	color: #000;
	font-size:1.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	z-index:500;
	 
	   
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
	}

.inputcontain-2 input#hname{
	
	position:absolute;
	left:19.5%;
	width:61%;
	top: 54.07%;
	height: 5.2%;
	background: #fff;
	border: none;
	color: #000;
	font-size:1.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	z-index:500;
	 
	   
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
	}

input[type="dname"]::placeholder {  
                  
                /* Firefox, Chrome, Opera */ 
	font-size:1.3em;
	text-align: center;
	} 

input[type="hname"]::placeholder {  
                  
	/* Firefox, Chrome, Opera */ 
	font-size:1.3em;
	text-align: center;
	} 

.page01-click {
	position:absolute;
	top: 63.06%;
	height:4.07%;
	left: 38.5%;
	width: 23%;
	}

.page02-click {
	position:absolute;
	top: 88.27%;
	height:4.07%;
	left: 38.5%;
	width: 23%;
	z-index:1000;
	}

.slidesrc_click_game01 {
	position:absolute;
	top: 56.88%;
	height:6.74%;
	left: 20%;
	width: 60%;
	}


input[id="checkall"] {
	display: none;
	}

input[id="checkall"] + label {
	position:absolute;
	display: inline-block;
	top:26.89%;
	height:1.9%;
	left:67.625%;
	width:3.25%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="checkall"]:checked + label {
	background-color: #666666;
	}

input[id="cb2"] {
	display: none;
	}

input[id="cb2"] + label {
	position:absolute;
	display: inline-block;
	top:49.64%;
	height:1.34%;
	left:23.625%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb2"]:checked + label {
	background-color: #666666;
	}

input[id="cb2_no"] {
	display: none;
	}

input[id="cb2_no"] + label {
	position:absolute;
	display: inline-block;
	top:49.64%;
	height:1.34%;
	left:58.25%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb2_no"]:checked + label {
	background-color: #666666;
	}

input[id="cb3"] {
	display: none;
	}

input[id="cb3"] + label {
	position:absolute;
	display: inline-block;
	top:73.87%;
	height:1.34%;
	left:23.625%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb3"]:checked + label {
	background-color: #666666;
	}

input[id="cb3_no"] {
	display: none;
	}

input[id="cb3_no"] + label {
	position:absolute;
	display: inline-block;
	top:73.87%;
	height:1.34%;
	left:58.25%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb3_no"]:checked + label {
	background-color: #666666;
	}

input[id="cb4"] {
	display: none;
	}

input[id="cb4"] + label {
	position:absolute;
	display: inline-block;
	top:81.88%;
	height:1.34%;
	left:23.625%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb4"]:checked + label {
	background-color: #666666;
	}

input[id="cb4_no"] {
	display: none;
	}

input[id="cb4_no"] + label {
	position:absolute;
	display: inline-block;
	top:81.88%;
	height:1.34%;
	left:58.25%;
	width:2.375%;
	border: 1px solid #000;
	cursor: pointer;
	}

input[id="cb4_no"]:checked + label {
	background-color: #666666;
	}

	.swiper-container {
        width: 100%;
        margin: 0;
    }
    .swiper-slide {
		/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }
	
		.rslides {
		  position: relative;
		  list-style: none;
		  overflow: hidden;
		  width: 100%;
		  padding: 0;
		  margin: 0;
		  }

		.rslides li {
		  -webkit-backface-visibility: hidden;
		  position: absolute;
		  display: none;
		  width: 100%;
		  left: 0;
		  top: 0;
		  }

		.rslides li:first-child {
		  position: relative;
		  display: block;
		  float: left;
		  }

		.rslides img {
		  display: block;
		  height: auto;
		  float: left;
		  width: 100%;
		  border: 0;
		  }

	.left {
		text-align:left;	
		}

	ul{
				width:100%;
				list-style:none;
				padding:0;
				margin:0;
		}


		.block {
		  max-width: 800px;
		  width: 100%;
		  height: 100%;
		  float: left;
		  z-index: 10;
		  background-color: white;
		  overflow: hidden;
		}
		@media screen and (max-width: 599px) {
		  .block {
			max-width: 100%;
		  }
		}
		.block > div {
		  display: block;
		  position: relative;
		}
		.block > div:nth-child(1):before {
		  position: absolute;
		  left: 0;
		  top: 0;
		  background-color: #466970;
		  padding: 7.5px;
		  margin: 0;
		  color: white;
		}
		.block > div:nth-child(2):before {
		  position: absolute;
		  left: 0;
		  top: 0;
		  margin: 0;
		}
		}
		.block > div input + label {
		  cursor: pointer;
		  display: block;
		  -webkit-transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
		  transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
		}
		.block > div input ~ div {
		  visibility: hidden;
		  max-height: 0;
		  padding: 0;
		  opacity: 0;
		  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
		  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
		}
		.block > div input ~ div p {
		  padding: 0 15px;
		}
		.block > div input:checked + label {
		  -webkit-transition: background-color 0s ease-in-out 0s;
		  transition: background-color 0s ease-in-out 0s;
		}
		.block > div input:checked ~ div {
		  display: block;
		  opacity: 1;
		  visibility: visible;
		  max-height: 100%;
		  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
		  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
		}

		.details {
		  width: calc(100% - 400px - 15px);
		  float: right;
		  margin: 15px 15px 0 0;
		  padding: 15px;
		  background-color: #3399ff;
		}
		@media screen and (max-width: 599px) {
		  .details {
			float: left;
			width: calc(100% - 30px);
			margin: 15px;
		  }
		}
		.details * {
		  display: inline-block;
		  margin: 7.5px 0;
		  line-height: 20px;
		  color: white;
		}
		.details h1 {
		  font-size: 36px;
		  font-weight: bold;
		  line-height: 40px;
		  margin: 0;
		  clear: both;
		}
		.details a {
		  clear: both;
		  font-family: "FontAwesome", Sans-Serif;
		  font-size: 14px;
		  text-decoration: none;
		}
		.details a.follow {
		  float: left;
		  font-weight: bold;
		  background-color: #333333;
		  margin: 15px 0 0;
		  padding: 7.5px 15px;
		  cursor: pointer;
		}
		.details a.follow:before {
		  margin: 0 7.5px 0 0;
		}
		.details a.follow strong {
		  color: #99ccff;
		}
		.details a.follow:hover {
		  background-color: #66b3ff;
		}
		.details a.follow:hover strong {
		  color: #4d4d4d;
		}


.stampbtn {
	position:absolute;
	top: 70.16%; left:68.22%;height: 3.15%;width:27.24%;

}
