*{
	font-family: Microsoft JhengHei;
}
a{
	color:#666;
	cursor:pointer;
	text-decoration:none;
}
body{
	background-attachment: fixed;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	background-color:#fff;	
}
p,h1,h2,h3,h4,a,li{
	font-weight: normal;
	color: #666;
	letter-spacing:1px;	
}

body.blur{
	background-image:url(../images/bg_blur.jpg);
}

#wrapper {
	position: relative;
	width:100%;	
	height: 100vh;
}
.hideScrollY{
	overflow-y: hidden;
}
.index_bg{
	cursor: pointer;
	background-image: url(../images/index_bg.png);
	overflow: hidden;
	width: 75%;
	margin-left: 12.5%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left: 0;
    /*top:50%;*/
   -webkit-transform:translate(0,-50%);
   -moz-transform:translate(0,-50%);
   -o-transform:translate(0,-50%);
   transform:translate(0,-50%);
}
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(47,26,38,0.85);
}

ul.nav_btn li {float: left;}

ul.nav_btn li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 18px;
	letter-spacing: 1.5px;
	-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;
}

ul.nav_btn li a:hover {
	height: 100%;
	margin-top: -5px;
}

ul.nav_btn li.icon {display: none;}

#nav ul li a.active{
	color:#fff;	
}

.fx{
	margin:20px 0;
	width:100%;	
}
#about ul li{
	width:100%;
	float:left;
	font-size:15px;
	margin:0;

}
#about span{
	float:left;
	font-size:18px;
	letter-spacing:1px;
	background-color:#555;
	background-color: #fe9cac;
	color:#fff;
	padding:8px 18px;
	margin-right:10px;
}
#about p{
	font-size: 16px;
	margin:10px 18px;
	line-height:22px;
}
#about,#rule,#play,#gift{
	/*transform:translate(0) rotate(3deg) ;*/
	/*background-color:rgba(255,255,255,0.7);*/
	background-image: url(../images/bg_repeat.png);
	background-size: contain;
	background-position: center;
	background-repeat: repeat-y;
	/*background-image:url(../images/info_bg.png);*/
	width:55%;
	padding:1.5% 8% 6% 8%; 
	margin:0 auto;
	/*box-shadow: 0px 2px 100px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 2px 100px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 2px 100px rgba(0,0,0,0.1); */
}
#rule ul{
	list-style:circle;
	list-style:cjk-ideographic;
	padding:20px 50px 0 50px;
}
#rule ul li{
	font-size:16px;
	margin-bottom:25px;
	line-height:24px;
}
#about h1{
	margin:90px auto 60px auto;
	text-indent:-9999px;
	width:450px;
	height:108px;
	display:block;
	background-size:contain;
	background-image:url(../images/about_title.png);
	background-repeat:no-repeat;
}
#play h1{
	margin:90px auto 60px auto;
	text-indent:-9999px;
	width:450px;
	height:108px;
	display:block;
	background-size:contain;
	background-image:url(../images/play_title.png);
	background-repeat:no-repeat;
}
#play h2{
	color: #fe9cac;
}
#play .item{
	width: 95%;
	padding: 5% 2.5%;
	display: inline-block;
	/*background-color: rgba(0,0,0,.03);*/
}
#play h3{
	color: #666;
	margin:0 auto 8% auto;
	font-weight: normal;
	text-align:left;
	font-size:20px;
	line-height: 32px;
	letter-spacing:1px;
}
#gift h1{
	margin:90px auto 60px auto;
	text-indent:-9999px;
	width:450px;
	height:108px;
	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: rgba(47,26,38,1);
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.gift ul{
	padding: 0;
}
.gift ul li {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 50px auto;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
}
#rule h1{
	margin:90px auto 60px auto;
	text-indent:-9999px;
	width:450px;
	height:108px;
	display:block;
	background-size:contain;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
}
.item_img{
	display: inline-block;
	width:100%;
}
form h1{
	color:#555;	
}
form p{
	margin:5%;
	color:#666;
	font-size:15px;
	line-height:26px;
}
#step1 p{
	text-align: left;
}
#step2 p{
	text-align: center;
}
form h4{
	display: none;
	width: 100%;
	font-weight: normal;
	font-size: 20px;
	background-color:rgba(255,157,173,.9);
	padding:8px 0;
	letter-spacing:3px;
	text-align:center;
	margin:10px 0 0;
	color:#fff;	

}
form h4.sel{
	/*color:#C30;
	border:#C30 1px solid;*/
	border:#c04d27 1px solid;
	color:#666;
	background-color:#c04d27;
}
form a.cast_sel{
	float:left;
	width:29%;
	padding:1% 1.5%;
	height:100%;
	margin:0 .5%;
}
form div.BB{
	float:left;
	width:46%;
	padding:1% 1.5%;
	height:100%;
	margin:0 .5%;
}
#about ul,#play ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#about ul li,#play ul li{
	float:left;
	margin-bottom:4%;
}
input{
	height:18px;
	margin:5px 0;
	width:100%;	
}
label{
	color: #666;
	font-size:18px;
	letter-spacing:2px;
	float:left;
}
.info{
	width:100%;
	float:left;
	padding:0;
	margin-top: 3%;
	/*border:#ff9dad 1px solid;*/
	/*transform:translate(-100px,20px) rotate(-3deg) ;*/
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;*/
}
.form-group .warn{
	line-height:18px;
	font-size:15px;
	color:#C30;
	float:right;
}

.form-control{
	font-size: 15px;
	float:left;
	width:98%;
	height:25px;
	padding:5px 1% 5px 1%;
	margin:5px auto 10px auto;
	border:#ddd 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:3px;
	font-size:24px;
	border:0;
	background-color:#ff9dad;
	color:#fff;
	height:62px;
}
.start{
	display:none;	
}
#form{
	padding-bottom:80px;	
}
.fb-like{
	top:4px;
	z-index:999;
	/*position:absolute;*/
	margin-left:10px;
}
#footer{
	background-color:rgba(47,26,38,0.85);
	position:fixed;
	bottom:0;
	padding:15px 0;
	width:100%;
	font-size:15px;
	color:#fff;
	text-align:center;
}
#scrolldown{
	display:none;	
}

.sponsor {
    margin: 0;
    width: 20%;
}

.logo {
	z-index: 999;
    width: 200px;
    position: fixed;
    right: 30px;
    bottom: 65px;
}

/* plugin style */
.remodal-confirm,.remodal-confirm:hover{
	background: #ff9dad;
}

fieldset{
	border: 0;
}

@media(max-width:768px){
	body{
		background-attachment: fixed;
		background-image:url(../images/bg_m.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		background-size: cover;
		margin:0;
		background-color:#ffe7e2;	
	}
	ul.nav_btn{
	background-color:rgba(0,0,0,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:15px 20px;
		letter-spacing:3px;
		font-size:20px;
	}
	ul.nav_btn li a:hover {
	    height: 100%;
	    margin-top: 0;
	}
	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{
		width:100%;
	}
	.index_bg{
		position:absolute;
		left:0;
		width:100%;
		margin:0;
		background-size:cover;
		background-image:url(../images/index_m.png);
		background-repeat:no-repeat;
		background-position: center center;
		height: 100%;
	}
	.menu{
		display:none;	
	}
	#about,#rule,#play,#gift{
		float:left;
		width:80%;
		padding:1% 10% 8% 10%; margin:0 auto;
	}
	#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:20px;
		float:left;
		width:100%;
		letter-spacing:2px;
		background-color: #fe9cac;
	    color: #fff;
		padding:2% 0;
		text-align:center;
		margin:0;
	}
	#about p{
		padding:3%;
		float:left;
	}
	#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;
	}
	#gift h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/gift_title.png);
		background-repeat:no-repeat;
	}
	#play h3{
		margin:0 auto 20px auto;
		color:#666;
		text-align:left;
		font-size:20px;
		line-height:30px;
		letter-spacing:2px;
	}
	#play .item{
		width: 100%;
		padding: 0;
		display: inline-block;
	}
	form div.BB{
	    width: 100%;
	    padding: 5% 0;
	}
	form a.cast_sel{
	    float: left;
	    width: 44%;
	    padding: 2%;
	    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:#555 1px solid;
		letter-spacing:5px;
		text-align:center;
		color:#555;	
		float:left;
	}
	form p{
		line-height:25px;
		text-align:center;
		font-size:15px;
		float:left;	
	}
	.form-control{
		width:89%;
		padding:3% 5% 3% 5%;
	}

	.start{
		left:10%;
		width:80%;
		display:inherit;
		position:fixed;
		z-index:999;
		bottom:8%;
	}
	#scrolldown{
		font-size: 18px;
		letter-spacing: 2px;
		text-align:center;
		position:fixed;
		bottom:0;
		z-index:999;
		height:50px;
		line-height:50px;
		width:100%;
		color: #fff;
		background-color:rgba(0,0,0,0.3);	
	}
	#footer{
		display:none;	
	}

	.sponsor {
	    margin: 5% 0;
	    width: 100%;
	}

	.logo {
	    width: 120px;
	    position: absolute;
	    right: 10px;
	    top: 70px;
	}
}