@charset "utf-8";
/* CSS Document */
@import url("reset.css");


a{outline:none;}
map area { outline: none;}
img{ vertical-align:top;}
ul li{list-style: none;}

*{ margin:0; padding:0;}

.WRAPPER{width: 100%;height: auto;background-color: #eeeeee;padding-bottom: 30px;}

.COVER{width: 950px;height:447px;margin: 0 auto;position: relative;}
.COVER>img{width: 100%;height: auto;}
.COVER p{width: 200px;height: 50px;background-color:#c30d23;border-radius: 0px 0px 10px 10px;position: absolute;top: 0;right: 50px;text-align: center;font: bold 30px/45px "微軟正黑體";}
.COVER p a{display: block;color: #fff;text-decoration: none;}


.TXT_CONTANT{width: 820px;height: auto;padding: 30px 65px 30px 65px;margin: 0 auto;background-color: #fff;text-align: left;}
.TXT_CONTANT h4{width: 100%;height: 40px;background-color: #c30d23;font: bold 22px/40px "微軟正黑體";color: #fff; border-radius: 5px;padding-left: 10px;margin-bottom: 15px;}
.TXT_CONTANT h5{font: bold 22px/40px "微軟正黑體";color: #c30d23;padding-left: 35px;}
.TXT_CONTANT p{padding-left: 45px;font: 18px/26px "微軟正黑體";color: #000;}
.TXT_CONTANT p a,.TXT_CONTANT li a{text-decoration: underline;color: #000;}
.TXT_CONTANT ul,.TXT_CONTANT ol{width: 85%;margin: 0 auto;}
.TXT_CONTANT li{font: 18px/26px "微軟正黑體";color: #000;margin-bottom: 20px;}
.TXT_CONTANT table{width: 90%;margin: 0 auto;}
.TXT_CONTANT table.A{width: 100%;}
.TXT_CONTANT table,.TXT_CONTANT tr,.TXT_CONTANT td{border: 1px solid #c30d23;text-align: center;font:16px/18px "微軟正黑體";padding: 10px;margin-top: 10px;vertical-align: middle;}
.TXT_CONTANT tr:nth-child(1){color:#fff;background-color: #c30d23;}


@media screen and (max-width:768px){
	*{ margin:0; padding:0;}
	html, body{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.WRAPPER{padding-bottom: 5%;overflow: hidden;}

	.COVER{width: 100%;height:auto;margin: 0 auto;}
/*	.COVER p{width: 100px;height: 25px;background-color:#c30d23;border-radius: 0px 0px 5px 5px;position: absolute;top: 0;right: 10px; text-align: center;font: bold 15px/20px "微軟正黑體";white-space: nowrap;}*/
	.COVER p{width: 20%;height: auto;background-color:#c30d23;position: absolute;top: 0;right: 5%; text-align: center;font: bold 3vw/2.5vh "微軟正黑體";white-space: nowrap;}
	.COVER p a{display: block;color: #fff;text-decoration: none;}

	.TXT_CONTANT{width: 90%;height: auto;padding: 5% 5% 5% 5%;margin: 0 auto;}
	.TXT_CONTANT h4{width: 95%;height: 40px;font: bold 1.2em/40px "微軟正黑體";padding-left: 5%;margin-bottom: 3%;}
	.TXT_CONTANT p{padding-left: 3%;font: 1em/2em "微軟正黑體";color: #000;}
	.TXT_CONTANT ul,.TXT_CONTANT ol{padding-left: 8%;}
	.TXT_CONTANT li{font: 1em/2em "微軟正黑體";margin-bottom:3%;}
	.TXT_CONTANT table{width: 100%;}
	
}