*{
	letter-spacing:1px;	
}
a{
	color:#ffcbc8;
	cursor:pointer;
	text-decoration:none;
}
p,h1,h2,h3,h4,h5{
	color: #fff;
}
body{
	background-attachment: fixed;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	min-height:500px;
	margin:0;
}
#wrapper {
	width:100%;	
}
.index_bg{
	background-image:url(../images/index_bg.jpg);
	background-repeat:no-repeat;
}
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(255,203,200,1);*/
}

ul.nav_btn li {float: left;}

ul.nav_btn li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}

ul.nav_btn li.icon {display: none;}

#nav ul li a.active{
	color: rgba(255,203,200,1);
	/*border-bottom: solid 1px rgba(255,203,200,.4);*/
} 

.menu{
	position:absolute;
	top:50%;
	left:50%;
	margin-top: 5%;
	margin-left:-15%;
}
.menu a{
	float:left;
	-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:5px;
}
.btn_start{
	position: fixed;
	width: 8%;

}
.main{
	display:block;
	margin:0 auto;
}
.fx{
	margin: auto;
	display: block;
	width:70%;	
}
.cover{
	/*z-index: 1;*/	
	position: fixed;
	bottom: -20px;
	left: 0;
	width: 85%;
}
.logo {
	z-index: 999;
    width: 160px;
    position: fixed;
    right: 25px;
    bottom: 40px;
}
.sponsor_logo {
    margin: 0;
    width: 20%;
}
#about ul li{
	width:100%;
	float:left;
	font-size:16px;
	margin:0;

}
#about span{
	float:left;
	font-size:16px;
	letter-spacing:1px;
	background-color:#ffcbc8;
	color:#351311;
	padding:5px 15px;
	margin-right:15px;
}
#about p{
	color: #fff;
	line-height:25px;
	margin:0;
}
#about,#rule,#play,#gift{
	/*background-image:url(../images/info_bg.png);*/
	background-size: contain;
	width:55%;
	padding:1.5% 7% 8% 7%; 
	margin:0 auto;
}
#rule ul{
	font-size:15px;
	list-style:circle;
	list-style:cjk-ideographic;
	padding:20px 50px 150px 50px;
}
#rule ul li{
	margin-bottom:25px;
	line-height:25px;
	color: #fff;
}
#about h1{
	margin:80px auto 60px 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:80px auto 60px 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;
	letter-spacing:1.2px;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
#gift h1{
	margin:80px auto 60px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/gift_title.png);
	background-repeat:no-repeat;
}
.gift h4 {
    font-size: 25px;
    text-align: center;
    width: auto;
    color: #fff;
    padding: 15px 0;
    font-weight: normal;
	background-color:#ffcbc8;
	color:#351311;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.gift ul{
	padding: 0;
}
.gift ul li {
	color: #fff;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 80px auto;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
}
#rule h1{
	margin:80px auto 60px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
}
#content{
	display: inline-block;
}
#content .left::before{
	content: "";
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -150px;
	margin-top: -150px;
	background: url(../images/drop.gif);
	z-index: 999;
	width: 500px;
	height: 140px;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}
#content .left{
	z-index: -1;
	position: relative;
	float: left;
	width: 60%;
}
#content .right{
	float: right;
	margin-top: 10%;
	width: 40%;
}
#content .frame{
	width: 80%;
	margin: 0 10%;
}
#content .item{
	width: 45%;
	margin: 5% 5% 0 0;
	cursor: pointer;
}
form .item{
	float: left;
	width: 100%;
}
form h1{
	color:#55201c;	
}
form p{
	margin:0;
	color:#333;
	font-size:15px;
	line-height:18px;
}
form h4{
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 96%;
	border:#55201c 1px solid;
	background-color:rgba(255,255,255,0.4);
	padding:.4em 2%;
	letter-spacing:1px;
	text-align:center;
	margin:10px 0;
	color:#55201c;	
}
form h4.sel{
	/*color:#C30;
	border:#C30 1px solid;*/
	border:#db7b77 1px solid;
	color:#fff;
	background-color:#db7b77;
}
form a{
	float:left;
	width:18.5%;
	padding:.5%;
	height:100%;
	margin:1% .1%;
}
#about ul,#play ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#about ul li{
	float:left;
	margin-bottom:2.5em;
}
#play .info{
	margin:6% auto 20% auto;
}
input{
	height:18px;
	margin:5px 0;
	width:100%;	
}
label{
	color: #fff;
	font-size:16px;
	letter-spacing:0.1em;
	float:left;
}
.info{
	width:100%;
	float:left;
	padding:0%;
	/*background-color:rgba(191,180,166,0);*/
}
.form-group .warn{
	line-height:18px;
	font-size:15px;
	color:#C30;
	float:right;
}

.form-control{
	font-size: 15px;
	float:left;
	width:97%;
	height:20px;
    padding: 10px 1.5% 10px 1.5%;
    margin: 5px auto 10px auto;
    background: rgba(255,255,255,.95);
    border: 0;
}
button,#submit{
	float:left;
	width:100%;
	cursor:pointer;
	letter-spacing:3px;
	font-size:18px;
	border:0;
	background-color:#ffcbc8;
	color:#000;
	margin-top: 20px;
	height:50px;
	border-radius: 0;
	-webkit-appearance: none;
}
.start{
	display:none;	
}
#form{
	padding-bottom:80px;	
}

#footer{
	/*background-color:rgba(85,32,28,0.9);color:#FFF;*/
	color: #551f1c;
	position:fixed;
	bottom:0;
	width:100%;
	padding: 10px;
	font-size:15px;
	text-align:center;
	z-index:999;
}
/*#scrolldown{
	display:none;	
}*/

.fb-like{
	top:3px;
	z-index:999;
	/*position:absolute;*/
	margin-left:10px;
}

#dialog p{
	color: #000;
}


@media(max-width:768px){
	body{
		background-image:none;
		background-repeat:no-repeat;
		background-position:top center;
		margin:0;
		background-color:#000;
		/*background-image:url(../images/bg_m.jpg);*/
		background-size: cover;
		height: 100%;
	}
    #background {
	    background-image:url(../images/bg_m.jpg);
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	    height: 100%;
	    width: 100%;
	    position: fixed;
	    background-position: top center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    z-index: -1;
        background-attachment: initial !important;
    }
	ul.nav_btn{
		color: #fff;
		background-color:rgba(255,203,200,1);
	}
	ul.nav_btn li:not(:first-child) {display: none;}
	ul.nav_btn li.icon {
		float: right;
		display: inline-block;
	}
	ul.nav_btn li a{
		padding:12px;
		letter-spacing:1px;
		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;
	}
	#nav ul li a.active{
		color:#fff;	
		background-color:inherit;
	}
	.info{
		padding:10% 0;
	}
	.index_bg{
		position:absolute;
		left:0;
		width:100%;
		margin:0;
		background-size:cover;
		background-image:url(../images/index_bg_m.jpg);
		background-repeat:no-repeat;
		background-position: center center;
		height: 100%;
	}
	.menu{
		display:none;	
	}
	.sponsor_logo{
	    margin: 5%;
	    width: 90%;
	}
	.logo {
	    width: 80px;
	    position: absolute;
	    right: 10px;
	    top: 60px;
	}
	.cover{
		display: none;
	}
	.fx{
		margin: auto;
		display: block;
		width:85%;	
	}
	#about,#rule,#play,#gift{
		float:left;
		width:95%;
		padding:1% 2.5% 8% 2.5%; margin:0 auto;
	}
	#about h1{
		margin:110px auto 0 auto;
		text-indent:-9999px;
		width:70%;
		display:block;
		background-size:contain;
		background-position: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;
		padding:2% 0;
		text-align:center;
		margin:0;
	}
	#about p{
		padding:3%;
		float:left;
	}
	#play h1{
		margin:110px auto 0 auto;
		text-indent:-9999px;
		width:70%;
		display:block;
		background-size:contain;
		background-position:center;
		background-image:url(../images/play_title.png);
		background-repeat:no-repeat;
	}
	#rule h1{
		margin:110px auto 0 auto;
		text-indent:-9999px;
		width:70%;
		display:block;
		background-size:contain;
		background-position:center;
		background-image:url(../images/rule_title.png);
		background-repeat:no-repeat;
	}
	#content .left::before{
		margin-left: -75px;
		margin-top: -35px;
		width: 250px;
		height: 70px;
		background-size: 80%;
	}
	#content .left{
		z-index: 0;
		float: left;
		width: 52%;
	}
	#content .right{
		float: right;
		margin-top: 6%;
		width: 48%;
	}
	#content .frame{
		width: 95%;
		margin: 0 5% 0 0;
	}
	#content .item{
		width: 44%;
		margin: 6% 6% 0 0;
		cursor: pointer;
	}
	#gift h1{
		margin:110px auto 0 auto;
		text-indent:-9999px;
		width:70%;
		display:block;
		background-size:contain;
		background-position:center;
		background-image:url(../images/gift_title.png);
		background-repeat:no-repeat;
	}
	#rule ul{
		padding:0px 50px 100px 50px;
	}
	.target_img{
		width: 95%;
		float: left;
	}
	.material_img{
		float:left;
		width:80%;
		margin:10%;
	}
	#play h3{
		margin:0 auto 20px auto;
		text-align:left;
		font-size:20px;
		line-height:36px;
		letter-spacing:1px;
	}
	#play .info{
		margin: 0;
	}
	form .item{
		width: 100%;
	}
	form a{
		float:left;
		width:30%;
		padding:0;
		margin:1.5%;
	}
	.item input{
		margin-left:45.5%;
		height:25px;
		float:left;
		width:25px;;
	}
	form h4{
		-webkit-border-radius: 36px;
		   -moz-border-radius: 36px;
				border-radius: 36px;
		font-size:1em;
		padding:8px 0;
		letter-spacing:1px;
	}
	form p{
		line-height:25px;
		text-align:center;
		font-size:15px;
		width:100%;
		float:left;	
	}
	button,#submit{
		letter-spacing:3px;
		font-size:1.3em;
	}
	.form-control{
		width:89%;
		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%;
		color: #000;
		background-color:rgba(255,255,255,0.8);	
	}*/
	#footer{
		display:none;	
	}
}