@charset "utf-8";
.down_menu {
	font-family: "微軟正黑體";
	font-size: 1.05em;
	margin-bottom: 0.5em;
	color: #FFF;
	font-weight: bolder;
}
.down_menu a {
	text-decoration: none;
	padding-right: 0.2em;
	padding-left: 0.2em;
	color: #FFF;
}
.down_menu a:link {
   text-decoration: none;
   color: #FFF;
}
.down_menu a:hover {
	text-decoration: none;
	color: #FF0;
}
.down_menu a:visited {
	text-decoration: none;
	color: #FFF;
}



.down01 {
	background-color: #856226;
	color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: "微軟正黑體";
	margin-top: 1.5em;
	overflow: hidden;
}
.down_left {
	font-family: "微軟正黑體";
	font-size: 0.9em;
	line-height: 25px;
	text-align: left;
}
.down_left a {
	color: #FFF;
	text-decoration: none;
}
.down_left a:link {
	text-decoration: none;
}
.down_left a:visited {
	color: #FFF;
	text-decoration: none;
}
.down_left a:hover {
	color: #FF0;
}
.down_right {
	text-align: right;
}
.down_right img {
	margin-left: 0.5em;
	margin-top: 0.5em;
}
down_right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/**********************不同解析度******************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){
	}
@media(max-width:768px){
		.down_left {
	font-size: 0.9em;
	line-height: 25px;
	text-align: center;
}

.down_right {
	text-align: center;
}

.down_right img {
	margin-top: 0.5em;
}

.down_menu {
	text-align: center;
}
	}
@media(max-width:640px){
	.down_left {
	font-size: 0.9em;
	line-height: 25px;
	text-align: center;
}

.down_right {
	text-align: center;
}

.down_right img {
	margin-top: 0.5em;
}
	}
@media(max-width:480px){
		.down_left {
	font-size: 0.9em;
	line-height: 25px;
	text-align: center;
}

.down_right {
	text-align: center;
}
.down_right img {
	margin-top: 0.5em;
}
	}
@media(max-width:320px){}.
