@charset "utf-8";
/*@import url("reset.css");*/
* {-webkit-box-sizing: border-box;box-sizing: border-box;}

html {
	font-family: Arial, "微軟正黑體", "新細明體", sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	color:#666666;
	padding-top: 65px;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix {
	zoom:1;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

nav {
  background-color: #a3161f;
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0px;
  /*box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);*/
}

nav .menu ul {
  list-style-type: none;
}

nav .menu li {
  list-style-type: none;
  float: left;
  width: 20%;
  text-align: center;
}

nav .menu li a {
  color: #FFFFFF;
  display: block;
  line-height: 65px;
  font-size: 28px;
  font-family: Arial, "微軟正黑體", "新細明體", sans-serif;
  text-decoration: none;
}

nav .menu li a:hover {
  background-color: #456bac;
  text-decoration: none;
}

nav .menu li a.active {
  background-color: #165684;
  text-decoration: none;
}

.menu {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0px;
}

section {
  clear: both;
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
}

.section-odd {
  background-color: #f5f5f5;
}

.wrapper {
  box-sizing: border-box;
  width:1000px;
  margin: 0 auto;
  padding: 20px 50px 30px;
}

.section-main {
	background-color: #e54d3d;
  height: 725px;
  text-align: center;
}

h1 {
	font-family: Arial, "微軟正黑體", "新細明體", sans-serif;
	font-size: 30px;
	color: #2c71a6;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
	/*border-bottom: #dddddd 1px solid;*/
}

h2 {
	font-family: Arial, "微軟正黑體", "新細明體", sans-serif;
	font-size: 30px;
	color: #a3161f;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
	/*border-bottom: #dddddd 1px solid;*/
}

.info {
	font-size: 18px;
	margin: 0 auto;
	width: 700px
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

p:last-child {
	margin-top: 15px;
	margin-bottom: 0px;
}

.check {
	color: #a3161f;
	font-size: 20px;
	line-height: 1.2em;
	border-bottom: #333333 1px solid;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.word {
	text-align: justify;
}

.ps {
	margin: 10px 0;
}

.ps-word {
	margin: 10px 0 0;
	color: #a3161f;
	font-weight: 600;
	text-align: center;
}

#sign dt {
	float: left;
	width: 30px;
}

#sign dd {
	margin-left: 30px;
}

.btn-all {
	text-align:center;
}

a.btn {
	clear:both;
	display:inline-block;
	font-size: 24px;
	color: #333333;
	background-color: #ffffff;
	border: #333333 1px solid;
	margin: 20px 10px;
	padding: 15px;
	text-align: center;
}

a:hover.btn {
	border: #d0d0d0 1px solid;
	background-color: #f9f9f9;
}

.btn-all {
	text-align:center;
}

a.btn2 {
	clear:both;
	display:inline-block;
	font-size: 24px;
	color: #333333;
	background-color: #ffffff;
	border: #333333 1px solid;
	margin: 20px 10px;
	padding: 15px;
	text-align: center;
}

a:hover.btn2 {
	border: #d0d0d0 1px solid;
	background-color: #f9f9f9;
}
.map-all {
	width: 900px;
	margin: 0 auto;
}

footer {
	min-width: 1200px;
	background-color: #515151;
	text-align: center;
	padding: 40px 0px 30px;
	box-sizing: border-box;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0d0d0d;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 43%;
}

a:hover.back-to-top {
	background-color: #808080;
}

.table {
    font-size: 16px;
    width: 700px;
    margin: 0 auto;
    background: #fff;
    border-collapse: collapse;
    border: #f5f5f5 solid 2px;
}

.table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table th {
    padding: 7px 5px;
    background-color: #f5f5f5;
}

.table td {
    padding: 7px;
    color: #666;
    border-left: #f5f5f5 2px solid;
    border-right: #f5f5f5 2px solid;
}

.center {
	text-align: center;
}
