*{
	letter-spacing:1.5px;	
}
a{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}
body{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	background-color:#000;
}
#wrapper {
	width:100%;	
}
.index_bg{
	/*position:absolute;
	left:50%;
	width:1000px;
	margin:0 -500px;
	height:930px;*/
	background-attachment : fixed;
	background-image:url(../images/index_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
}
ul.nav_btn {
	list-style-type: none;
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:rgba(135,14,14,0.85);
}

ul.nav_btn li {float: left;}

ul.nav_btn li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 13px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

ul.nav_btn li a:hover {text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff;}

ul.nav_btn li.icon {display: none;	background-color:#000;}

#nav ul li a.active{
	color:#fff;
	text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff; 
}

.menu{
	position:absolute;
	top:600px;
	left:50%;
	margin-left:200px;
	width:180px;
	height:165px;	
}
.menu a{
	float:left;
	height:165px;
	width:60px;
	-moz-transition:margin-top .2s ease-out;
	-webkit-transition:margin-top .2s ease-out;
	-o-transition:margin-top .2s ease-out;
	-ms-transition:margin-top .2s ease-out;
}
.menu a:hover{
	margin-top:-10px;
}
.btn_01{
	background-image:url(../images/menu_01.png);
}
.btn_02{
	background-image:url(../images/menu_02.png);
}
.btn_03{
	background-image:url(../images/menu_03.png);
}
.main{
	display:block;
	margin:0 auto;
}
#about ul li{
	width:100%;
	float:left;
	font-size:15px;
	margin:0;

}
#about span{
	float:left;
	font-size:13px;
	letter-spacing:1px;
	background-color:#870e0e;
	color:#FFF;
	padding:5px 10px;
	margin-right:10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
#about p{
	line-height:25px;
	margin:0;
}
#about,#rule,#play{
	background-image:url(../images/info_bga.jpg);
	width:900px;
	padding:80px 2.5% 80px 2.5%; 
	margin:0px auto;
	box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
}
#result{
	position:absolute;
	left:47.5%;
	top:calc(50% - 180px);
	margin-left:-450px;
	background-image:url(../images/info_bga.jpg);
	width:900px;
	padding:80px 2.5% 80px 2.5%; 
	box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 2px 100px rgba(0,0,0,0.5); 
}
#rule ul{
	margin:0;
	font-size:15px;
	list-style:circle;
	list-style:cjk-ideographic;
	padding:20px 50px 0 50px;
}
#rule ul li{
	margin-bottom:18px;
	line-height:22px;
}
#result h1{
	margin:20px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/result_title.png);
	background-repeat:no-repeat;
}
#about h1{
	margin:20px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/about_title.png);
	background-repeat:no-repeat;
}
#play h1{
	margin:20px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/play_title.png);
	background-repeat:no-repeat;
}
#play h3{
	margin:0 auto 30px auto;
	color:#111;
	text-align:left;
	font-size:18px;
	line-height:28px;
	letter-spacing:2px;
}
#play h2{
	margin:0 auto 30px auto;
	color:#222;
	text-align:left;
	font-size:18px;
	line-height:28px;
	letter-spacing:2px;
}
#rule h1{
	margin:20px auto 0px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
}

form h1{
	color:#870e0e;	
}
form p{
	margin:0;
	color:#333;
	font-size:13px;
	line-height:18px;
}
form h4{
	border:#870e0e 1px solid;
	background-color:rgba(255,255,255,0.4);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	padding:6px 0;
	letter-spacing:5px;
	text-align:center;
	margin:10px 0;
	color:#870e0e;	
}
form h4.sel{
	color:#fff;
	border:#870e0e 1px solid;	
}
form a{
	float:left;
	width:20%;
	padding:5% 1.5% 2.5% 1.5%;
	height:100%;
	margin:0 1%;
}
.form-group .warn{
	margin-left: 5px;
	line-height:18px;
	font-size:13px;
	color:#870e0e;
	float:right;
}
#about ul,#play ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#about ul li{
	float:left;
	margin-bottom:20px;
}
input{
	height:18px;
	margin:0 0;
	width:100%;	
}
label{
	font-size:15px;
	letter-spacing:0.1em;
	float:left;
}
.info{
	color:#222;
	width:90%;
	float:left;
	padding:50px 5.01% 50px 5.01%;
	/*border:#870e0e 1px solid;*/
	background-color:rgba(0,0,0,0.05);
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;*/
}
.fix{
	display:block;
	margin:0 auto;
	width:100%;
	/*max-width: 600px*/
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;*/
}
.g-recaptcha {
	clear: both;
		margin:30px 0 0 0;
}
.form-control{
	float:left;
	width:98%;
	height:20px;
	padding:5px 1% 5px 1%;
	margin:10px auto 10px auto;
	border:#ccc 1px solid;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
button,#submit{
	float:left;
	width:100%;
	cursor:pointer;
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;*/
	letter-spacing:5px;
	font-size:20px;
	font-weight:bolder;
	border:0;
	background-color:#870e0e;
	color:#FFF;
	height:60px;
}
.start{
	display:none;	
}
#form{
	padding-bottom:80px;	
}
#footer{
	background-color:rgba(135,14,14,0.85);
	position:fixed;
	bottom:0;
	width:100%;
	line-height:40px;
	font-size:13px;
	color:#FFF;
	text-align:center;
	left:0;
	height:40px;

}
.fb-like{
	top:6px;
	z-index:999;
	position:absolute;
	margin-left:5px;
}
#scrolldown{
	display:none;	
}
@media(max-width:768px){
	body{
		background-image:none;
		background-repeat:no-repeat;
		background-position:top center;
		margin:0;
		background-color:#000;
	}
	ul.nav_btn{
		background-color:rgba(0,0,0,1);
	}
	ul.nav_btn li:not(:first-child) {display: none;}
	ul.nav_btn li{
		height:54px;
	}
	ul.nav_btn li.icon {
		float: right;
		display: inline-block;
	}
	ul.nav_btn li a{
		padding:15px 20px;
		letter-spacing:3px;
		font-size:20px;
	}
	ul.nav_btn.responsive {
		position:fixed;
	}
	ul.nav_btn.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.nav_btn.responsive li {
		float: none;
		display: inline;
	}
	ul.nav_btn.responsive li a {
		display: block;
		text-align: center;
	}
	.info{
		float:left;
		width:80%;
		padding:10%;
		margin-bottom: 10px;
	}
	.fix{
		width:100%;	
	}
	.index_bg{
		position:absolute;
		left:0;
		width:100%;
		margin:0;
		background-size:contain;
		background-image:url(../images/index_m.jpg);
		background-repeat:no-repeat;
		background-position: center center;
		height: 100%;
	}
	.menu{
		display:none;	
	}
	#about,#rule,#play{
		float:left;
		width:90%; margin:0 auto;
		padding:1% 5% 20% 5%;
	}
	#result{
		position:absolute;
		left:0;
		top:calc(50% - 180px);
		margin-left:0;
		background-image:url(../images/info_bga.jpg);
		width:85%;	
		padding:80px 7.5% 80px 7.5%; 
	}
	#about h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/about_title.png);
		background-repeat:no-repeat;
	}
	#about ul li {
		margin: 0 auto 2% auto;
	}
	#about span{
		font-size:18px;
		float:left;
		width:100%;
		letter-spacing:2px;
		background-color:#870e0e;
		color:#FFF;
		padding:2% 0;
		text-align:center;
		margin:0;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
	}
	#about p{
		padding:3%;
		float:left;
	}
	#result h1{
		margin:0 auto;
		width:100%;
	}
	#play h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/play_title.png);
		background-repeat:no-repeat;
	}
	#rule h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/rule_title.png);
		background-repeat:no-repeat;
	}
	#rule ul{
		padding:0px 50px 0 50px;
	}
	#play h3{
		margin:0 auto 20px auto;
		color:#111;
		text-align:left;
		font-size:20px;
		line-height:30px;
		letter-spacing:2px;
	}
	.g-recaptcha {
		max-width:200px;
		float:left;
		margin-top:10px;
		transform:scale(0.82);
		-webkit-transform:scale(0.82);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	button,#submit{
		letter-spacing:2.5px;
		font-size:20px;
	}
	form a{
		float:left;
		width:88%;
		padding:2% 6%;
		margin:3% 1%;
	}
	.item input{
		margin-left:45.5%;
		height:25px;
		float:left;
		width:25px;;
	}
	form h4{
		font-size:18px;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
		padding:8px 0;
		width:100%;
		border:#870e0e 1px solid;
		letter-spacing:5px;
		text-align:center;
		color:#870e0e;	
		float:left;
	}
	form p{
		line-height:25px;
		text-align:center;
		font-size:15px;
		width:100%;
		float:left;	
	}
	.form-control{
		width:90%;
		padding:3% 5% 3% 5%;
	}
	.start{
		left:10%;
		width:80%;
		display:inherit;
		position:fixed;
		z-index:999;
		bottom:8%;
	}
	#scrolldown{
		text-align:center;
		position:fixed;
		bottom:0;
		z-index:999;
		height:50px;
		line-height:50px;
		width:100%;
		background-color:rgba(255,255,255,0.8);	
	}
	#footer{
		display: none;
	}
@media(max-width:321px){
	.g-recaptcha {
		transform:scale(0.69);
		-webkit-transform:scale(0.69);
	}
}