@charset "utf-8";
/* CSS Document */

/*--------reset----------*/
html {
  box-sizing: border-box;
}
.nav img{
	float:left;
	
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

ol, ul {
  /*list-style: none;*/
	padding-left: 30px;
}

img {
  vertical-align: bottom;
	border: 0;
}

body{
	/* background: url("images/bg.jpg"); */
	background-attachment: fixed;
	background-size:cover;
}

h2 {
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #fff;
}
.content table{
	border-collapse: collapse;
}

th {
	font-weight: normal;
	border: #f7c469 solid 1px;
	
}

td {
	font-size: 18px;
	line-height: 1.8;
	/*color: #B7282C;*/
	color:#463007;
}

.wrapper{width: 840px;margin: 0 auto;}
.content {width: 840px; margin: 0 auto;}
.blank {background: url("images/bg-03.png");background-repeat: no-repeat;height: 350px;}
.footer{
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	/* background: #c40018; */
	/* color: #FFF; */
}
/* .footer a {color: #FFF;
} */
.gotop{
	background-image: linear-gradient(#f1ab41, #ee9035);
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 12px;
	border-radius: 50px;
	font-size: 14px;
}

.gotop a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.button a {
    padding: 1px 10px;
    margin: 0 10px;
    color: #FFF;
    background-image: linear-gradient(#e9813c, #dd7017);
    border-radius: 20px;
    text-decoration: none;
}