		body{
			font-family: "微軟正黑體", Arial;
			font-size: 1.6vh;
			color: #303030;
			line-height: 4vh;
			background-color: #c8e6e1;
/*			background-image: url(images/bg.jpg);
			background-size: cover;
			background-repeat: no-repeat;*/
			background-position: 50% 0px;
		}
		.title01{
			font-size: 2vh;
			text-align: center;
			font-weight: bold;
			background-color: #f0ad4e;
			border-radius: 10px;
			/*margin-right: 5px;*/
			background-color: #ffd824;
			margin-bottom: 15px;
			padding: 5px;

		}
		.top{
			background-image: url(images/top_bg.jpg);
			background-position: 50% 0%;
			background-size: cover;
			text-align: center;
			margin-top: 51px;
		}
		.mt20{
			margin-top: 20px;
		}
		.navbar-default {
			background-color: #035a93;
		}

		.navbar-default .navbar-nav > li > a {
			color: #fff;
			font-size: 20px;
		}

		.navbar-default .navbar-nav > li > a:hover {
			background-color: #a6977c;
			color: #fff;
		}

		.dropdown > ul > li > a {
			color: #4e4e4e;
			font-size: 20px;
		}

		.dropdown > ul > li > a:hover {
			background-color: #4e4e4e;
			color: #e8e8e8;
		}

		.navbar-default .navbar-header > a {
			color: #000;
			font-size: 22px;
		}

		.navbar-default .navbar-header > a:hover {
			color: #a6977c;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff;
		}
		
		.copyright{
			font-size: 10px;
			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: 10px;
		}
		.table tr th {
			text-align: center;
			font-size: 20px;
			color: #000;
		}
		.table tr td {
			text-align: center;
			font-size: 20px;
			/*color: #000;*/
		}
		.table caption {
			text-align: center;
			font-size: 36px;
			font-weight: bolder;
			color: #FFF;
		}
		.table{
			background-color: #FFF;
			padding: 15px;
			/*min-width: 1170px;*/
		}
		.table thead tr th{
			line-height: 36px;
		}
		.table tbody tr td img{
			margin-right: 20px;
			margin-left: 20px;
		}
/*		.match-team {
			display: flex;
			justify-content: center;  /* 水平置中圖片+VS */
			align-items: center;      /* 垂直置中圖片+VS */
			gap: 10px;                /* 圖片間距 */
		}*/

		.match-team img {
			width: 80px;              /* 可自行調整大小 */
			height: auto;
		}
		.vs {
			font-weight: bold;
			font-size: 16px;
		}
