@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: "Noto Serif TC", "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;
}
.content table{
	border-collapse: collapse;
}

th {
	font-weight: normal;
	/* border: #fff solid 1px; */
	
}

td {
	font-size: 20px;
	line-height: 2.6;
	color:#463007;
	padding-left: 95px;
	
}

.wrapper{width: 840px;margin: 0 auto;}
.content {width: 840px; margin: 0 auto;}
.tangyuan{
	background-color: #f3ccab;
	margin: 0 auto;
	padding:160px 30px 30px 30px;
	padding-bottom: 60px;
	font-family: "Noto sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;

}
.title h3{
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #c66e33;
	padding-bottom: 20px;
	letter-spacing: 10px;
  }
.tangyuan table {
	text-align: left;
}
.tangyuan table th {
	text-align: center;
	font-size: 23px;
	background-color: #c66e33;
	color:#fff;
	line-height: 45px; 
}
tr:nth-child(odd) {
  background: rgba(249, 230, 213, 0.6);
}
.footer{
	clear: both;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	font-family: "Noto sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.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;
}
