
*{margin: 0;padding: 0;list-style: none;}

body{
	font-family: ariel,"微軟正黑體",sans-serif;	
	box-sizing: border-box;
	background-color: #171E31;
}

#WRAP{
	width: 100%;	
}


#BTN{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 40px;
}

#BTN a{
	display: inline-block;
	width: 20%;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	letter-spacing: 1px;
}


.cpbl{
	color:#00a0ff;
	border: 1px solid #00a0ff;
}

.cpbl:hover{
	color:#fff;
	background-color: #00a0ff;
}

.mlb{
	color: #ff0096;
	border: 1px solid #ff0096;
}

.mlb:hover{
	color: #fff;
	background-color:#ff0096 ;
}


.cpbl_active{
	color:#fff;
	background-color: #00a0ff;
}

.mlb_active{
	color: #fff;
	background-color:#ff0096 ;
}

h5{
	display: block;
	width: 1650px;
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto;
}

section{
	width: 100%;
}

#BOX{
	width: 1650px;
	height: 1680px;
	background-image: url(../images/gamebg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	display: none;
	overflow: hidden;
}



#CONTENT li{
	float: left;	
}


.peoList li{
	clear: both;
	position: relative;
}

.peoList li a{
	display: table-cell;
	width: 120px;
	height:50px;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 5px;
	vertical-align:middle;
	background-image: linear-gradient(to top, #007adf 0%, #00ecbc 100%);
}

.peoList a:hover{
	background-image: linear-gradient(to top, #00ecbc 0%, #007adf 100%);
}


.mlbbg li a{
	background-image: linear-gradient(to top, #fe5196  0%, #f77062 100%);	
}

.mlbbg li a:hover{
	background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);	
}

.peoList a.lose{
	background-image: linear-gradient(to top, #666 0%, #666 100%);
	color: #ccc;
}

.mlbbg li a.lose{
	background-image: linear-gradient(to top, #666 0%, #666 100%);
	color: #ccc;
}


.data{
	display: none;
	position: absolute;
	z-index: 99;
	padding-top: 2px;
	width: 250px;
	
}

.area9 .data{
	right: 0px;
}

table{
	background-color: #333;
	border-collapse:collapse;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

table td{
	border: 1px solid #666;
	
}

span{
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

.data2{
	display: none;
	width: 1400px;
	height: 435px;
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.close{
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 1365px;
	top: -35px;
	background-color: #181d32;
}

.area1{
	margin-top: 26px;
	margin-left: 6px;
}

.area1 li{
	margin-bottom: 50px;
}

.area2{
	margin-top: 76px;
	margin-left: 70px;
}

.area2 li{
	margin-bottom: 150px;
}


.area3{
	margin-left: 70px;
	margin-top: 176px;
}


.area3 li{
	margin-bottom: 350px;
}

.area4{
	margin-left: 70px;
	margin-top: 376px;
}

.area4 li{
	margin-bottom: 750px;
}

.area5{
	margin-left: 70px;
	margin-top: 596px;
}

.area6{
	margin-left: 70px;
	margin-top: 376px;
}

.area6 li{
	margin-bottom: 750px;
}

.area7{
	margin-left: 70px;
	margin-top: 176px;
}

.area7 li{
	margin-bottom: 350px;
}

.area8{
	margin-left: 70px;
	margin-top: 76px;
}

.area8 li{
	margin-bottom: 150px;
}

.area9{
	margin-left: 70px;
	margin-top: 26px;
}

.area9 li{
	margin-bottom: 50px;
}

