body{
	font-family: "微軟正黑體", Arial;
	font-size: 1.6vh;
	color: #FFF;
	line-height: 4vh;
	background-color: #4f6921;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
.top{
/*	background-image: url(images/top.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;*/
	text-align: center;
	margin-top: 51px;
}

.mt25{
	margin-top: 25px;
}

.pb20{
	padding-bottom: 20px;
}

.pb50{
	padding-bottom: 50px;
}
.navbar-default {
  background-color: #76a22c;
  border-bottom: 1px solid #8fbc44;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #4b6d13;
  color: #fff;
}

.dropdown > ul > li > a {
  color: #4e4e4e;
  font-size: 20px;
}

.navbar-default .navbar-header > a {
  color: #000;
  font-size: 22px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.dropdown>ul>li>a:hover{
	background-color: #4e4e4e;
	font-size: 20px;
	color: #e8e8e8;

}

.copyright{
	font-size: 9px;
	text-align: center;
	color: #a1a698;
	line-height: 1em;
	margin-top: 20px;
	padding-top: 20px;
}

.txt1{
	font-size: 24px;
	color: #FFF;
	padding-top: 10px;
	line-height: 25px;
	font-weight: bold
}

.txt2{
	font-size: 20px;
	color: #FFF;
	padding: 7px;
	line-height: 30px;
	padding-left: 15px;
	padding-bottom: 35px;
	font-weight: bold
}

.note{
	font-size: 13px;
	line-height: 19px;
	color: #000;
	margin-top: 0px;
	padding: 10px;
}


.col-sm-4 {
	padding: 30px;
}

.col-sm-4 img{
	width: 100%;
	text-align: center;
	border-radius: 5px;
	border: 4px solid #cdf52c;
	box-shadow: 0 0 0 4px #000;
}
.col-sm-4 p{
	color: #374e0d;
	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: 7px solid #cdf52c;
	padding-left: 10px;
	height: 13px;
	padding-top: 1px;
	padding-bottom: 25px;
}



