body{
    font-family: "微軟正黑體", Arial;
    color: #303030;
    background-color: #7abefd;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-attachment: fixed;
}
.top{
/*			background-image: url(images/top.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;*/
	text-align: center;
	margin-top: 51px;
}
.mt20{
	margin-top: 50px;
}

.mt10{
	margin-top: 25px;
}

.pb20{
	padding-bottom: 50px;
}
.navbar-default{
	background-color: #00240e;
	color: #000; 
	border-bottom-color: #000;
	border-bottom-color: #00240e;
	/*border-bottom-width: 0px;*/
}
.navbar-default .navbar-nav>li>a{
	color: #FFF;
	font-size: 20px;

}
.navbar-default .navbar-nav>li>a:hover{
	background-color: #184183;
	font-size: 20px;
	color: #FFF;

}
.dropdown>ul>li>a{
	color: #4e4e4e;
	font-size: 20px;

}
.dropdown>ul>li>a:hover{
	background-color: #4e4e4e;
	font-size: 20px;
	color: #e8e8e8;

}
.navbar-default .navbar-header>a{
	color: #000;
	font-size: 22px;
}
.navbar-default .navbar-header>a:hover{
	color: #005821;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
	color: #000;
}
.navbar-default .navbar-toggle{
	color: #000;
}

.copyright{
	font-size: 9px;
	text-align: center;
	color: #646464;
	line-height: 1em;
	margin-top: 20px;
	/*border-top-width: 1px;
	border-top-color: #646464;
	border-top-style: solid;*/
	padding-top: 20px;
}

.txt1{
	font-size: 24px;
	color: #1d428a;
	padding-top: 10px;
	line-height: 25px;
	font-weight: bold
}

.txt2{
	font-size: 20px;
	color: #000;
	padding: 7px;
	line-height: 30px;
	padding-bottom: 35px;
	font-weight: bold
}

.note{
	font-size: 13px;
	line-height: 19px;
	color: #000;
	margin-top: 0px;
/*	padding-top: 10px;*/
	padding: 10px;
}

.col-sm-6 img{
	width: 100%;
	padding-top: 17px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 5px;
	text-align: center;
}
.col-sm-6 p{
	color: #000;
	padding-bottom: 15px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
}
.col-sm-4 img{
	width: 100%;
	padding-top: 17px;
	margin-bottom: 5px;
	text-align: center;
}
.col-sm-4 p{
	color: #000;
	padding-bottom: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
}
.col-sm-3 img{
	width: 100%;
	padding-top: 17px;
	margin-bottom: 5px;
	text-align: center;
}
.col-sm-3 p{
	color: #000;
	padding-bottom: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
}

.winner{
	text-align: center;
	background-color: #FFF;
	border-radius: 15px;
	font-size: 1.75em;
	line-height: 1em;
	padding: 0 40px 0 40px;
}
.tt01{
	border-left: 5px solid #c52c68;
	padding-left: 10px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 25px;
}

        .table tr th {
          text-align: center;
          font-size: 1.5em;
          color: #6A0001;		
        }
        .table tr td {
          text-align: center;
          font-size: 1.3em;
          color: #333;    
        }
        .table caption {
          text-align: center;
          font-size: 1.5em;
          font-weight: bolder;
          color: #000;
        }
		.vs_text{
			font-size: x-large;
		}
        .table{
          background-color: #FFF;
          padding: 15px;
        }


        .table caption{
          color: #000;
          margin: 30px;
        }
        .table thead tr th{
          line-height: 36px;
        }


        .table tbody tr td{
      	line-height: 36px;
      	line-height: 30px;
      	margin: auto;
        }
