body {
    margin: 0px;
    background-color: #ffb793;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

header {
    background-color: #000000;
    height: 45px;
    padding: 1px;
    position: relative;
}

header .wrapper {
    margin: 0 auto;
    position: relative;
}
.wrapper {padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.wrapper:before,.wrapper:after{display:table;content:" "}
.wrapper:after{clear:both}
.wrapper:before,.wrapper:after{display:table;content:" "}
.wrapper:after{clear:both}
@media(min-width:768px){.wrapper{width:750px}}
@media(min-width:992px){.wrapper{width:970px}}
@media(min-width:1200px){.wrapper{width:1170px}}
header top{
	margin: 0 auto;	
}

nav {
    background-color: #000000;
	position: absolute;
    top: 0;
}

nav>ul {
    padding: 0;
    margin: 0;
}

nav>ul>li {
    display: inline-block;
    margin: 0 10px;
}

nav>ul>li>a {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    font-size: 1.25em;
    padding-bottom: 1px;
    border-bottom: 2px solid #000000;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

nav>ul>li>a:hover {
    border-bottom: 2px solid #ffffff;
}

nav>ul>li>a:visited {
	color: #ffffff;
}

h1 img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.titleh2 {
	font-size: 1.5em;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.top {
	/*width: 1200px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.style1{
	border: 1px solid #a9a9a9;
	margin-bottom: 0px;
	background-color: #d2b48c;
	font-size: 1.2em;
	line-height: 15px;
	border-collapse: collapse;
}

.style1 tr th, .style1 tr td{
	text-align: center;
	border: 1px solid #696969;
	background-color: #F0FFF0;
	font-size: 1.2em;
	line-height: 15px;
	padding: 10px 0;
}

.style2{
	width: 15%;	
}

.style3 {
	text-align: left;
    line-height: 25px;
	margin-left : 2em; 
	text-indent : -2em ;
}

.style3 img{
	width: 2em;
	height: 2em;
}

.style0 {
	text-align: center;
    line-height: 25px;
}

.style4{
	border: 1px solid #555555;
	margin-bottom: 0px;
	background-color: #ffd5a1;
	font-size: 1.1em;
	line-height: 1.1em;
	border-collapse: collapse;
}

.style4 tr th {
	text-align: center;
	border: 1px solid #555555;
	background-color: #fbfa77;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 10px 0;
}
.style4 tr td{
	text-align: center;
	border: 1px solid #555555;
    <!-- 下面這個是表格顏色 -->
	background-color: #a5c299; 
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 10px 0;
}

.style5 {
	color: #FF0000;
}


.style6 {
    line-height: 25px;
}

.style7 {
	display:block; 
	margin:auto
}
.style8{
	border: 1px solid #555555;
	margin-bottom: 0px;
	background-color: #FFE4E1;
	font-size: 1.6em;
	line-height: 15px;
	border-collapse: collapse;
}
.a-new {
    display: block;
    padding: 20px;
    background-color: #FFE4E1;
    margin-bottom: 5px;
    clear: both;
    line-height: 26px;
}

.a-new label {
    width: 4%;
    text-align: right;
    display: inline-block;
    float: left;
    text-align: justify;
	text-justify:inter-ideograph;

}

.a-new p {
    width: 92%;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    float: left;
    margin: 0;
    text-align: justify;
	text-justify:inter-ideograph;

}
.a-new p .anewimg {
	width: 2em;
	height: 2em;

}
.description {
    display: block;
    padding: 20px;
    background-color: #fbfa77;
    margin-bottom: 5px;
    clear: both;
    line-height: 26px;
	font-size: 1.5em;
}

.description p {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: justify;
	text-justify:inter-ideograph;

}

.wrapper {
    /*width: 1200px;*/
    margin: 20px auto;
}

.row {
    margin: 0 -15px;
}

.content-grid {
    width: 100%;
    line-height: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    border: 2px;
    float: left;
    margin: 0;
}

.content {
    padding: 0 20px;
}

#clear {
    clear: both;
}


a:visited {
	color: #0000FF;
}

footer {
	background-color: #000000;
	padding: 3px;
	height: auto;
}

footer .wrapper {
    margin: 0 auto;
}

footer p {
    font-size: 0.933em;
    line-height: 1.4em;
    margin: 0;
    color: #ffffff;
}

footer top{
	margin: 0 auto;	
}

footer nav {
    background-color: #000000;
	position: absolute;
    right: 0;
    top: 0;
    height: 35px;
}