@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{
	clear: both;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	/* background: #c40018; */
	/* color: #FFF; */
}
/* .footer a {color: #FFF;
} */
.gotop {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 80%;
	background-image: linear-gradient(#f1ab41, #ee9035);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.gotop::before, .gotop::after {
	width: 28px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	content: "";
}
.gotop::before {
	transform: rotate(-50deg) translate(0, -90%);
	left: 12px;
}
.gotop::after {
	transform: rotate(50deg) translate(0, -90%);
	right: 12px;
}
.gotop:focus {outline: none;}