/*  ================================================================================
 * 2016 Gamania Digital Entertainment Co., Ltd. All Rights Reserved.
================================================================================  */
/* CSS Document */
ul, il{
	list-style-image: none;
	list-style-type: none;}	

html {	overflow-x: hidden;}
*, body, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
a {
 text-decoration: none;
 outline: none; /* for Firefox */
 outline: medium none;
}
	
a:visited {
	background: none;
	font-weight: normal;
	}
.ie6 img {	width:100%;}
/*---------------------------------------------*/
body{
	font-family: "微軟正黑體";
	font-size: 16px;
	background-color: #336119;
	background-image: url(../img/bf_qrcode_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
/*--------------------------------------------------------------*/
.main{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 1150px;
	height: 1030px;
	overflow: hidden;
	}
	
h1.logo{
	display: block;
	width: 503px;
	height: 138px;
	overflow: hidden;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
}
/*---------------------------ex--url*/
.ex a{
	width: 100px;
	height: 98px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left:385px;
	top: 280px;
	z-index: 50;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/ex.png);
	}
.ex a:hover{ opacity:0.7;}


/*-----------------------------HP box*/
.HpBox{
	width: 589px;
	height: 81px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/HP.png);
	position: absolute;
	left: 50%;
	margin-top: 170px;
    padding-left: 56px;
	margin-left:-103px;
	z-index: 20;
	}
	
.meter {
  position: relative;
  width: 526px;
  height: 37px;
  background-color: transparent;
}
.meter span {
  	display: block;
	line-height: 1;
	position: relative;
	min-width: 0%;
	background: #09ff00;
	border-radius: 0px;
	-webkit-transition: width 0.1s ease, background-color 0.1s ease;
	transition: width 0.1s ease, background-color 0.1s ease;
	margin-top: 6px;
	height: 100%;
	width: 100%;
}

.meter p {
	line-height: 36px;
	text-align: center;
	color: #ff0000;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 0px;
	margin-left: 220px;
}
.button{
	text-align: center;
	display: block;
	background-color: #ffffff;
	width: 100px;
	float: left;
	border: 1px solid #000000;
	}
/*-----------------------------blood box*/
.atk-1, .atk-2, .atk-3, .atk-4, .atk-5, .atk-6, .atk-7, .atk-8, .atk-9, .atk-10, .dead{
	width: 336px;
	height: 101px;
	position: absolute;
	left: 50%;
	top: 262px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 90;
	margin-left: -120px;
	}
	
.atk-1{background-image: url(../img/10000.png);}
.atk-2{background-image: url(../img/20000.png);}
.atk-3{background-image: url(../img/30000.png);}
.atk-4{background-image: url(../img/40000.png);}
.atk-5{background-image: url(../img/50000.png);}
.atk-6{background-image: url(../img/80000.png);}
.atk-7{background-image: url(../img/100000.png);}
.atk-8{background-image: url(../img/150000.png);}
.atk-9{background-image: url(../img/300000.png);}
.atk-10{background-image: url(../img/600000.png);}
.dead{background-image: url(../img/dead.png);}
/*-----------------------------dragon box*/
.dragonbox, .standby, .injured{
	width: 925px;
	height: 592px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;	
	top:162px;
	margin-left:-304px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.dragonbox{z-index: 10;}
.standby{z-index: 13;}
.injured{background-image: url(../img/dg3.jpg);z-index: 15;opacity:0;}

/*-----------------------------qr_code box*/
.qr_code{
	height: 154px;
	width: 154px;
	top: 470px;
	margin-left: 155px;
	}
.qr_codetxt{
	height: 61px;
	width: 327px;
	top: 630px;
	margin-left: 75px;
	}

/*-----------------------------camp box*/
.campbox, .rankingBox, .dailyBox, .qr_code, .qr_codetxt{
	display: block;
	overflow: hidden;
	position: absolute;
	left:50%;
	z-index: 20;
	color: #FFF;
	}
.campbox{
	background-image: url(../img/campBox.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 211px;
	width: 328px;
	top: 130px;
	margin-left: -485px;
}

.campbox h2, .rankingBox h2, .dailyBox h2{
	height: 43px;
	width: 117px;
	margin-left: 10px;
}
/*-----------------------------ranking box*/
.rankingBox{
	background-image: url(../img/rankingBox.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 325px;
	width: 399px;
	top: 350px;
	margin-left: -485px;
	}

/*-----------------------------daily box*/
.dailyBox{
	width: 783px;
	
	top: 685px;
	margin-left: -485px;
	}
.daily{
	width: 783px;
	display: block;
	overflow: hidden;
	clear: both;
    padding: 0px;
	}
.daily img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}

/*-----------------------------app Box*/
.appBox{
	width: 200px;
	height: 132px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 728px;
	margin-left: 320px;
	left: 50%;
	z-index: 25;
	background-image: url(../img/bf_appstore.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 145px;
	}
a.google, a.ios{
	width: 169px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
a.google{margin-top: 10px;background-image: url(../img/google.png);}
a.ios{margin-top: 5px;background-image: url(../img/ios.png);}
a.google:hover, a.ios:hover{ opacity:0.7;}

.fbBox a{
	width: 169px;
	height: 112px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 67px;
	left: 50%;
	z-index: 25;
	background-image: url(../img/bg_fb.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: -325px;
}
.fbBox a:hover{background-position: 0px -112px;}
/*-----------------------------footer*/
    footer{
	clear:both;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #ffffff;
    }

.table {
	width: 100%;
	margin-right: 0em;
	margin-left: 0em;
	border: 0px;
	box-shadow: none;
	border-radius: 0em;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0px;
}
.table thead tr td{height: 46px;}
.table tbody tr{height: 38px;}
/*---------------------------------*/
name, day, use, hurt{
	display: inline-block;
	margin-right: 10px;
}
name{color:#b87dbf;width:160px;}
day{width:50px;margin-left: 10px;}
use{color:#fff600;width:155px;margin-left: 10px;}
hurt{color:#00fffc;width:60px;margin-left: 10px;}

.txt{
	width: 100%;
	height:247px;
	overflow: hidden;
	background-image: url(../img/main-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	color: #FFF;
	}
.txt ul{
	display: block;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.txt li{
	width: 741px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;

	}
	div#abgne_marquee {
		position: relative;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		width: 100%;
		height: 250px;
		padding-left: 23px;
	}
	div#abgne_marquee ul, div#abgne_marquee li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#abgne_marquee ul {
		position: absolute;
		
	}
	div#abgne_marquee ul li{
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	}
