@charset "utf-8";
body{
    background-color: #000000;
    background-repeat: repeat;
    background-position: center top;
    background-image: url(images/bg.gif);
    font-family: "微軟正黑體";
    color: #FFFFFF;
    background-attachment: fixed;
}


#main{
    width: 100%;
    height: 1023px;
    padding-bottom: 3%;
    margin: auto;
    display: block;
    background-image: url(images/background3.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width : 1024px) {

	.tabele01{
		width: 60%;
	}
	.tabele01 table{
		width: 100%;
	}
	.tabele02{
		width: 60%;
	}
	.tabele02 table{
		width: 100%;
	}
}

@media screen and (max-width : 768px) {
	.tabele01{
		width: 95%;
	}
	.tabele01 table{
		width: 100%;
	}
	
	.tabele02{
		width: 95%;
	}
	.tabele02 table{
		width: 100%;
	}
}


.main1{
    width: 100%;
    padding: 0;
    margin: 1% auto 3% auto;
    text-align: center;
}

.main1 div{
    width: 100%;
    display: inline;
    margin: 0 auto 0 auto;
}

.main1 a img{
		padding: 0 10px 0 10px;
		-webkit-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
   		transition: all 0.5s ease ,;
	}	
.main1 a img:hover{
	transform: translateY(-10px);
}



.sport_logo{
	width: 174px;
	height: 31px;
	margin-top: 10px;
}

.logo{
	width: 1080px;
	margin: auto;
}

.text01{
	margin-top: 38px;
	margin-left: 75px;
	width: 353px;
	height: 35px;
	float: left;
}

.text02{
	margin-top: 15px;
	margin-left: 103px;
	width: 297px;
	height: 46px;
	float: left;
}

.text03{
	float: right;
	width: 248px;
	height: 101px;
	margin-top: 211px;
	margin-right: 48px;
}


#main2 {
/*	width: 100%;*/
	margin-left: auto;
	margin-right: auto;
}

.game_list{
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #DFDFDF;
}

.game_list2{
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #CFF6FF;
}

.game_list3{
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FF99E1;
}

.tabele01{
	background-color: #88959C;
/*	width: 100%;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.tabele02{
	background-color: #A67D89;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.country{
	font-size: 18px;
	color: #FFF7AA;
}


.tabele01 td{
font-size: 20px;
height: 50px;    
}

.tabele01 img{
height: 50px;
vertical-align : middle;	
margin: 2%;	
}


.tabele02 td{
font-size: 20px;
height: 50px;
}

.tabele02 img{
height: 50px;
vertical-align : middle;	
margin: 2%;	
}

.tr_back{
    background-image: -webkit-linear-gradient(270deg,rgba(62,37,107,1.00) 0%,rgba(0,74,152,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(62,37,107,1.00) 0%,rgba(0,74,152,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(62,37,107,1.00) 0%,rgba(0,74,152,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(62,37,107,1.00) 0%,rgba(0,74,152,1.00) 100%);
    font-size: 20px;
    height: 40px;
}

.tr_back2{
    background-image: -webkit-linear-gradient(270deg,rgba(120,0,96,1.00) 0%,rgba(85,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(120,0,96,1.00) 0%,rgba(85,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(120,0,96,1.00) 0%,rgba(85,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(120,0,96,1.00) 0%,rgba(85,0,0,1.00) 100%);
    font-size: 20px;
    height: 40px;
}


.footer{
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: center;
	margin: 40px 0 20px 0;
}
html{
	scroll-behavior:smooth
}
