﻿*{
	letter-spacing:1.5px;	
}
a{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}
.loader,
.loader:after {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	z-index: 9999;
	letter-spacing: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
.loader {
	overflow-x: hidden;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(18,96,133, 0.2);
	border-right: 1.1em solid rgba(18,96,133, 0.2);
	border-bottom: 1.1em solid rgba(18,96,133, 0.2);
	border-left: 1.1em solid #126085;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body{
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	background-image:url(../images/index_bg.jpg);
	/*background-color:#000;*/
}
#wrapper {
	width:100%;	
}
.index_bg{
	/*position:absolute;
	left:50%;
	width:1000px;
	margin:0 -500px;
	height:930px;*/
	background-attachment : fixed;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	/*position:absolute;
	left:50%;
	width:1000px;
	margin:0 -500px;
	height:930px;*/
	background-image : url(../images/index_bg.jpg);
}
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(40,35,35,1);
}

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; 
}
.css-table{
	border-right: solid 1px #666;
	border-left: solid 1px #666;
	width: 100%;
    display: table;
}
.head{
	font-size: 20px;
	letter-spacing: 3px;
	text-align: center;
	border: solid 1px #222;
	padding: 20px 0;
	background-color: #222;
	color: #fff;
	width: 100%;
}
.css-table .tbody{
	line-height: 60px;
    display:table-row-group;
}
.css-table .tr{
	text-align: center;
    display:table-row;
}
.css-table .th, .css-table .td{
	border-bottom: solid 1px #666;
	margin:5px; 
    display:table-cell;
}
.num{
	color: #000;
	background-color: rgba(0,0,0,.15);
}
hr{
	height: 20px;
}
.self{
	font-weight: bolder;;
	color: #cd0c43;
}
.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;
}
.cover{
	display: block;
	margin: 0 auto;
}

#about ul li{
	width:100%;
	float:left;
	font-size:15px;
	margin:0;
}
#form ul{
	display: inline-block;
}
#about span{
	float:left;
	font-size:13px;
	letter-spacing:1px;
	background-color:#222;
	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;
}
fieldset{
	border: 0;
}
#about,#rule,#userbasic,#result,#form{
	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); 
	background-size:contain; 
	background-color:#fff; 
	margin:0px auto;
	background-image: url(../images/info_bga.jpg);
	padding: 80px 2.5% 100px 2.5%;
	width: 950px; 
}

#play{
	width:1000px;
	margin:0px auto; 
}

#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:30px;
}
#userbasic h1{
	margin:20px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/userbasic_title.png);
	background-repeat:no-repeat;
}
#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:10px auto 20px auto;
	text-indent:-9999px;
	width:400px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/about_title.png);
	background-repeat:no-repeat;
}
#form h1{
	margin:10px auto 20px auto;
	text-indent:-9999px;
	width:520px;
	height:96px;
	display:block;
	background-size:contain;
	background-image:url(../images/form_title.png);
	background-repeat:no-repeat;
}
#play h3{
	margin:0 auto 30px auto;
	color:#111;
	text-align:center;
	font-size:18px;
	line-height:28px;
	letter-spacing:2px;
}
#taiwan{
	background-image: url(../images/taiwan.png);
	width: 1000px;
	height: 930px;
}

.tag{
	background-image: url(../images/tag_img.png);
	width: 85px;
	height: 50px;
	display: inline-block;
	position: absolute;
}
.tag h5{
	font-size: 13px;
	margin: 30px 0 0 12px;
	color: #fff;
	float: left;
}
.tag b{
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 0;
}
.hide{
	display:none;
}
.message{
	width:100%;
	height:450px;
}
.message h1{
	color: #111;
	text-align: center;
	font-size: 42px;
}
.content{
	margin: auto;
	padding: 0;
	width: 600px;
	height: 400px;
}
.data {
	display: table;
	width: 100%;
	padding: 0%;
	background: #fff;
}
.data .thead{
	font-size: 16px;
	background-color: #633b30;
	color: #fff;
    display:table-header-group;
}
.data .tbody{
    display:table-row-group;
    font-size: 15px;
    letter-spacing: 0;
}
.data .tr{
    display:table-row;
    padding: 5px;   
}
.data .th, .data .td{
    display:table-cell;
    min-width:70px;
    padding:15px;
    line-height:25px;

}
.fc-875243{
	color: #875243;
}
#map_01{
	position: absolute;
	margin:180px 0 0 700px;
}
#map_02{
	position:absolute;
	margin:60px 0 0 700px;
}
#map_03{
	position:absolute;
	margin:125px 0 0 815px;
}
#map_04{
	position:absolute;
	margin:130px 0 0 610px;
}
#map_05{
	position:absolute;
	margin:175px 0 0 520px;
}
#map_06{
	position:absolute;
	margin:255px 0 0 620px;
}
#map_07{
	position:absolute;
	margin:300px 0 0 525px;
	z-index: 1;
}
#map_08{
	position:absolute;
	margin:350px 0 0 435px;
}
#map_09{
	position:absolute;
	margin:435px 0 0 435px;
}
#map_10{
	position:absolute;
	margin:515px 0 0 480px;
}
#map_11{
	position:absolute;
	margin:420px 0 0 585px;
}
#map_12{
	position:absolute;
	margin:585px 0 0 390px;
}
#map_13{
	position:absolute;
	margin:660px 0 0 450px;
}
#map_14{
	position:absolute;
	margin:730px 0 0 570px;
}
#map_15{
	position:absolute;
	margin:560px 0 0 675px;
}
#map_16{
	position:absolute;
	margin:425px 0 0 715px;
}
#map_17{
	position:absolute;
	margin:250px 0 0 780px;
}
#map_18{
	position:absolute;
	margin:100px 0 0 380px;
}
#map_19{
	position:absolute;
	margin:290px 0 0 190px;
}
#map_20{
	position:absolute;
	margin:455px 0 0 250px;
}
#house{
	position:absolute;
	margin:230px 0 0 465px;
}
.house{
	background-image: url(../images/house.png);
	width: 135px;
	height: 120px;
	display: inline-block;
	position: absolute;
}
#userbasic h2{
	margin:0 auto 30px auto;
	color:#222;
	text-align:left;
	font-size:18px;
	line-height:28px;
	letter-spacing:2px;
}
#rule h1{
	margin:10px 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;
}
.form-group{
	width:100%;
	float:left;
}
#about ul,#play ul,#userbasic ul, #result ul,#form 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;
	float:left;
	padding:50px 5.01% 50px 5.01%;
	/*border:#870e0e 1px solid;*/
	background-color:rgba(0,0,0,0.05);
	width:90%;
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;*/
}
.inner{
	cursor: pointer;
}
.null{
	  position: relative;
}
.content h2{
	letter-spacing: 2px;
	text-align: left;
    position: relative;
    height:auto;
    line-height: 35px;
    top:50%;
    transform:translateY(-50%);
}
.fix{
	padding: 0;
	margin:0;
	width: 98%;
	/*border:solid 1px rgba(0,0,0,0.3);*/
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.g-recaptcha {
	clear: both;
		margin:30px 0 0 0;
}
.form-control{
	border:#ccc 1px solid;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	float:left;
	width:98%;
	padding:5px 1% 5px 1%;
	margin:5px auto 10px auto;
}
button,#submit{
	font-family: '新細明體', Arial, Helvetica, sans-serif;
	cursor:pointer;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	letter-spacing:3px;
	font-size:22px;
	font-weight:bold;
	border:0;
	transition: all 0.5s ease;
	background-color:#222;
	color:#FFF;
	height:50px;
	margin-top:30px;
	padding:0 20px;
	margin:auto;
	display:block;
}
button:hover,#submit:hover{
	background-color:#000;
}
.start{
	display:none;	
}
#footer{
	background-color:rgba(40,35,35,1);
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:13px;
	color:#FFF;
	text-align:center;
}
.fb-like{
	top:-10px;
	z-index:999;
	position:absolute;
	margin-left:10px;
}
#scrolldown{
	display:none;	
}
@media(max-width:500px){
	body{
		background-image:url(../images/bg.jpg);
		background-image:none;
		background-repeat:no-repeat;
		background-position:top center;
		margin:0;
		background-color:#fff;
	}
	ul.nav_btn{
	background-color:#000;
	}
	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;
	}
	.message{
		width:100%;
		height:90%;
	}
	.message h1{
		color: #111;
		font-size: 22px;
		text-align: center;
	}
	.content{
		margin: 0 auto;
		width: 92%;
		height: 75%;

	}
	.data {
		display: table;
		width: 100%;
		padding: 0%;
	}
	.data .th, .data .td{
		letter-spacing: 0;
	    display:table-cell;
		font-size: 13px;
		padding: 10px 5px;
		min-width: 20px;
	}
	.info{
		float:left;
		width:80%;
		padding:10%;
		margin-bottom: 10px;
	}
	.index_bg{
		left:0;
		width:100%;
		background-size:contain;
		background-image:url(../images/index_m.jpg);
		background-repeat:no-repeat;
		background-position: center center;
		height:100%;
		margin:0;
		position:absolute;
	}
	.cover{
		width: 100%;
		height: auto;
		display: inline-block;
		margin: 25% auto 0 auto;
	}
	.menu{
		display:none;	
	}
	#about,#rule,#play,#userbasic,#result,#form{ 
		float:left;
		margin: 0 auto; width:90%; 
		padding:5% 5% 0 5%;
	}
	#form h1{
		margin:60px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/form_title.png);
		background-repeat:no-repeat;
	}
	#about h1{
		margin:60px 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:#222;
		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;
	}
	#userbasic h1{
		margin:60px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/userbasic_title.png);
		background-repeat:no-repeat;
	}
	#result h1{
		margin:60px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/result_title.png);
		background-repeat:no-repeat;
	}
	#taiwan{
		width: 90%;
		height: 100%;
		background-image:none;
		margin: 20% auto 0;
	}
	#map_01,#map_02,#map_03,#map_04,#map_05,#map_06,#map_07,#map_08,#map_09,#map_10,#map_11,#map_12,#map_13,#map_14,#map_15,#map_16,#map_17,#map_18,#map_19,#map_20{
		position: inherit;
		margin: 1%;
	}
	#house{
		display: none;
	}
	.tag{
		background-image: none;
		height: 40px;
		line-height: 40px;
		width: 48%;
		float: left;
	}
	.tag h5{
		text-align: center;
		width: 60px;
		color: #fff;
		font-size: 16px;
		margin: 0;
		float: left;
		padding: 0 30px;
		background-color: rgba( 0,0,0,.8);
	}
	.tag b{
		position: absolute;
		background-color: #C00;
		border-radius: 30px; 
		-webkit-border-radius: 30px; 
		-moz-border-radius: 30px; 
		font-size: 13px;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		margin: 5px 0 0 -20px;
		color: #fff;
	}
	#play h1{
		text-indent:-9999px;
		background-repeat:no-repeat;
		display:block;
		background-position:center;
		background-image:url(../images/play_title.png);
		width:100%;
		margin:60px auto 0 auto;
	}
	#rule h1{
		margin:60px 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{
		font-size:20px;
		letter-spacing:2.5px;
	}
	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{
		display:inherit;
		bottom:15%;
		z-index:999;
		position:fixed;
		left:50%;
		margin-left:-65px;
	}
	#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;	
	}
}