@charset "utf-8";
body{
    background-color: #000000;
    background-repeat: no-repeat,repeat;
    background-position: center 50px,center top;
    background-image: url("images/top_bg.jpg"),url(images/background2.png);
    font-family: "微軟正黑體";
    color: #666;
    background-attachment: scroll,fixed;
}


#main{
	width: 1312px;
	height: 650px;
	display: block;
	margin: 0 auto 0 auto;
}

#main_left{
/*    width: 700px;*/
    margin: auto;
    text-align: center;
}

.sport_logo{
	width: 1140px;
	margin: 10px auto 0 auto;
	padding: 0;
}

.logo{

    text-align: center;
/*	width: 700px;*/
}

.text01{
	margin-top: 28px;
	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: 450px;
	height: 130px;
	margin-top: 211px;
	margin-right: 40px;
}


#main2{
	width: 1312px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
}

.game_list{
	margin-left: auto;
	margin-right: auto;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.game_list2{
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #666;
}

.game_list3{
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FF3131;
}

.tabele01{
	background-color: #999;
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.country{
    font-size: 24px;
    color: #006D8A;
    line-height: 50px;
}


.tabele01 td{
height: 20px;
font-size: 18px;	
}


.tr_back{
    background-image: -webkit-linear-gradient(270deg,rgba(60,10,176,1.00) 0%,rgba(199,165,6,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(0,60,98,1.00) 0%,rgba(34,105,188,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(60,10,176,1.00) 0%,rgba(199,165,6,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(60,10,176,1.00) 0%,rgba(199,165,6,1.00) 99.48%);
    font-size: 20px;
    height: 40px;
	color: #fff;
}


.select_menu{
    width: 100%;
    margin: 5% auto 0 auto;
    text-align: center;
}

.select_text{
    padding: 1%;
    font-size: 1.4em;
    border: 5px solid #00C3FF;
    border-radius: 10px;
}


.footer{
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: center;
	margin: 40px 0 20px 0;
	color: #666;
}




