@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  box-sizing: border-box; }

html,
body {
  min-height: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

img {
  height: auto;
  max-height: 100%; }

.container {
  height: 100%; }
  @media (min-width: 0px) {
    .container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      width: 1140px; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 640px) {
    .container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      width: 1140px; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      width: 1140px; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

section, .wrapper, footer {
  min-width: 1140px;
  margin: 0 auto; }

html,
body {
  height: 100%;
  min-height: 100%;
  overflow-x: auto; }

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, "微軟正黑體";
  font-size: 106%;
  line-height: 1.7;
  color: #333; }

a {
  text-decoration: none;
  color: #2770b3;
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */ }
  a:hover {
    color: #5e8db2; }
  a:visited {
    color: #2770b3; }
  a:hover {
    color: #5e8db2; }
  a:active {
    color: #5e8db2; }

p {
  margin-bottom: 0.6em; }

table td {
  padding: 3.33333px; }

@media (min-width: 0px) {
  .table .th {
    display: none; }
  .table .td {
    padding: 10px; } }
@media (min-width: 1024px) {
  .table {
    display: table;
    margin: 15px 0; }
    .table .th, .table .tr {
      display: table-row;
      transition: all 0.20s ease-in; }
    .table .td {
      display: table-cell;
      padding: 10px;
      vertical-align: middle; } }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea,
select {
  border: 1px solid #ddd;
  padding: 10px 5px;
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, "微軟正黑體";
  font-size: 106%; }

select {
  padding: 5px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%; }

.btn {
  padding: 10px 15px;
  border-radius: 3.33333px;
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, "微軟正黑體";
  font-size: 95.4%;
  cursor: pointer;
  transition: all 0.20s ease-in;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #487AA1;
  border: 1px solid #487AA1;
  color: #fff; }
  .btn:visited {
    color: #fff; }
  .btn:hover {
    background: #fff;
    color: #487AA1; }

.ui-datepicker.ui-widget {
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, "微軟正黑體";
  font-size: 95.4%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Georgia, Century; }

h1, .font-xxl {
  font-size: 2.2em; }

h2, .font-xl {
  font-size: 1.8em; }

h3, .font-l {
  font-size: 1.2em; }

h4, .font-md {
  font-size: 106%; }

h5, .font-s {
  font-size: 0.9em; }

h6, .font-xs {
  font-size: 0.6em; }

.color-success {
  color: #4aba60; }

.color-alarm {
  color: #ef9f37; }

.color-error {
  color: #ef6060; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.pagination {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px; }
  .pagination .pages {
    display: inline-block;
    margin: 0 10px; }
    .pagination .pages li {
      display: inline-block;
      padding: 0 5px;
      background: #487AA1;
      border: 1px solid #487AA1;
      color: #fff; }
      .pagination .pages li:hover, .pagination .pages li.current {
        background: #fff;
        color: #487AA1; }
        .pagination .pages li:hover > a, .pagination .pages li.current > a {
          color: #487AA1; }
      .pagination .pages li.disabled {
        background: #bfbfbf;
        border: 1px solid #bfbfbf; }
        .pagination .pages li.disabled:hover,
        .pagination .pages li.disabled > a {
          color: #fff; }
      .pagination .pages li > a {
        display: block;
        color: #fff; }

/*--全站設定--*/
h1 {
  color: #067D6F;
  font-size: 1.8em;
  letter-spacing: 5px; }

h2 {
  color: #000;
  letter-spacing: 5px; }

hr {
  border: none;
  border-bottom: 1px dotted #333;
  clear: both;
  margin: 18px 0; }

ol {
  list-style-type: decimal;
  padding-left: 20px; }

.text-center {
  text-align: center; }

.back {
  text-align: center;
  border-top: 1px dotted #333;
  padding: 20px 0; }
  .back a {
    display: inline-block;
    color: #487AA1;
    border: 1px solid #487AA1;
    padding: 5px 15px 5px 40px;
    background: url(../images/news-icon2.png) no-repeat 12px center; }
    .back a:hover {
      background: url(../images/news-icon2h.png) no-repeat 12px center #487AA1;
      color: #fff; }

.float_l {
  float: left;
  margin-right: 10px; }

.float_r {
  float: right;
  margin-left: 10px; }

body .page-top .topmenu_font li.font_normal {
  border-color: #000; }
body.font-l {
  font-size: 18px; }
  body.font-l .topmenu_font li.font_normal {
    border-color: #f5f5f5; }
  body.font-l .topmenu_font li.font_large {
    border-color: #000; }
body.font-s {
  font-size: 12px; }
  body.font-s .topmenu_font li.font_normal {
    border-color: #f5f5f5; }
  body.font-s .topmenu_font li.font_small {
    border-color: #000; }

.content_block h2 {
  background: #fff;
  padding: 15px 45px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
  letter-spacing: 0; }

form .form_group.half_l, form .form_group.half_r {
  width: 49.67742%;
  float: left; }
  form .form_group.half_l > label, form .form_group.half_r > label {
    width: 50.5%; }
form .form_group.half_r {
  float: right;
  margin-right: 0; }
form select {
  margin-bottom: 3px; }

.form_msg {
  padding: 6px 12px;
  margin: 8px 0; }
  .form_msg.error {
    background-color: #fff0f0;
    color: #e50000;
    border: 1px solid #e50000; }
  .form_msg.success {
    background-color: #e5fff3;
    color: #00a743;
    border: 1px solid #00a743; }
  .form_msg p {
    margin-bottom: 0; }

.btn_available {
  background-color: #067D6F;
  border-color: #067D6F; }
  .btn_available:hover {
    border-color: #487AA1; }

.content_box h2, .content_box h4 {
  font-size: 1.2em;
  color: #487AA1;
  margin: 20px 0;
  letter-spacing: 0; }
.content_box h3, .content_box h5 {
  color: #067D6F;
  font-size: 1.2em;
  margin: 10px 0; }

/*--基本設定--*/
.page-top {
  padding: 20px 0;
  border-top: 3px solid #067D6F;
  position: relative; }
  .page-top a[accesskey="U"] {
    position: absolute;
    top: 0;
    left: 130px;
    color: transparent; }
    .page-top a[accesskey="U"]:focus {
      color: #000; }
  .page-top a.content-link {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent; }
    .page-top a.content-link:focus {
      color: #000; }
  .page-top .logo {
    width: 32.90323%;
    float: left;
    margin-right: 0.64516%; }
  .page-top .topmenu {
    width: 58.06452%;
    float: left;
    margin-right: 0.64516%;
    float: right;
    margin-right: 0;
    margin: 14px 0; }
    .page-top .topmenu a,
    .page-top .topmenu a:visited {
      color: #333; }
    .page-top .topmenu_01 {
      width: 58.06452%;
      float: left;
      margin-right: 0.64516%;
      text-align: right; }
      .page-top .topmenu_01 a {
        margin-right: 8px; }
        .page-top .topmenu_01 a img {
          margin-right: 8px; }
    .page-top .topmenu_font {
      width: 16.12903%;
      float: left;
      margin-right: 0.64516%;
      text-align: center; }
      .page-top .topmenu_font li {
        display: inline-block;
        width: 26px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid #f5f5f5; }
        .page-top .topmenu_font li:hover {
          border-color: #000; }
    .page-top .topmenu_02 {
      width: 24.51613%;
      float: left;
      margin-right: 0.64516%;
      float: right;
      margin-right: 0;
      text-align: right; }
      .page-top .topmenu_02 a {
        background: #eee;
        border: 1px solid #e4e4e4;
        padding: 6px 20px; }
        .page-top .topmenu_02 a:nth-child(1) {
          border-radius: 3px 0 0 3px;
          margin-right: -5px; }
        .page-top .topmenu_02 a:nth-child(2) {
          border-radius: 0px 3px 3px 0px; }
        .page-top .topmenu_02 a.active {
          background: #067D6F;
          color: #fff; }
        .page-top .topmenu_02 a:hover {
          background: linear-gradient(#faf7e0, #9fdad7, #9fdad7);
          color: #000; }

.mainmenu {
  background: #067D6F; }
  .mainmenu .firstmenu {
    display: table;
    width: 100%; }
    .mainmenu .firstmenu li {
      display: table-cell;
      border-right: 1px solid #fff; }
      .mainmenu .firstmenu li:nth-child(1) {
        border-left: 1px solid #fff; }
      .mainmenu .firstmenu li.current a {
        background: #006030; }
      .mainmenu .firstmenu li a {
        font-size: 19px;
        text-align: center;
        background: #067D6F;
        display: block;
        color: #fff;
        padding: 8px; }
        .mainmenu .firstmenu li a:hover {
          background: linear-gradient(#faf7e0, #9fdad7, #9fdad7);
          color: #000; }

.breadcrumb {
  padding: 15px 0;
  position: relative; }
  .breadcrumb .bread_home {
    background: url("../images/breadcrumb-index.png") no-repeat left center;
    padding-left: 25px; }
  .breadcrumb a,
  .breadcrumb span {
    color: #000000; }
    .breadcrumb a:after,
    .breadcrumb span:after {
      content: '>'; }
    .breadcrumb a:last-child:after,
    .breadcrumb span:last-child:after {
      content: ''; }

.content {
  background: #fafafa;
  position: relative; }
  .content a[accesskey="C"] {
    position: absolute;
    top: 0;
    left: 0;
    color: #000000; }

footer {
  color: #fff;
  background: #487AA1;
  border-top: 14px solid #067D6F;
  position: relative; }
  footer a[accesskey="B"] {
    position: absolute;
    top: 0;
    left: 0;
    color: #000000; }
  footer .footer-words {
    padding: 32px 0; }
    footer .footer-words_01 {
      width: 66.45161%;
      float: left;
      margin-right: 0.64516%; }
    footer .footer-words_02 {
      width: 32.90323%;
      float: left;
      margin-right: 0.64516%;
      float: right;
      margin-right: 0; }
  footer .copyright {
    background: #444;
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0; }
    footer .copyright a {
      color: #fff; }

.form_group {
  display: table;
  width: 100%; }
  .form_group > label {
    display: table-cell;
    width: 25%;
    padding: 10px;
    background: #f0f0f0;
    vertical-align: middle;
    line-height: 43px; }
    .form_group > label > span {
      color: #ef6060;
      font-size: 0.6em;
      margin-left: 5px; }
  .form_group .form_item {
    display: table-cell;
    width: 75%;
    padding: 10px;
    vertical-align: middle; }

/*--Index--*/
.banner {
  background: linear-gradient(#faf7e0, #9fdad7, #9fdad7);
  text-align: center; }

.index01 h2 {
  color: #067D6F; }

/*--Pages--*/
.content_block {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  .content_block a[accesskey="M"] {
    color: transparent; }
  .content_block h3 {
    color: #487AA1; }
  .content_block .content_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 50px;
    margin-bottom: 20px;
    overflow: auto; }

.about_table tr {
  border-bottom: 1px solid #ccc; }
  .about_table tr:nth-child(2n+1) {
    background: #fafafa; }
.about_table th {
  background: #487AA1;
  color: #fff;
  padding: 10px; }
.about_table td {
  padding: 10px; }

.contact_map {
  position: relative; }
  .contact_map .contact_add {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; }

.contact_text {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .contact_text .contact_info dl {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0  0 20px;
    border-bottom: 1px dotted #000; }
    .contact_text .contact_info dl dt {
      color: #487AA1;
      width: 7.74194%;
      float: left;
      margin-right: 0.64516%; }
    .contact_text .contact_info dl dd {
      width: 32.90323%;
      float: left;
      margin-right: 0.64516%; }

.contact_form_01 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .contact_form_01 .form_group {
    border-bottom: 1px dotted #000;
    vertical-align: middle; }
  .contact_form_01 #contact_captcha {
    width: 49.67742%;
    float: left;
    margin-right: 0.64516%; }
.contact_form_02 {
  margin: 20px 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .contact_form_02 .form_group {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    .contact_form_02 .form_group .btn {
      margin-right: 10px; }

.guide {
  line-height: 2em; }
  .guide li a {
    color: #333;
    font-weight: bold; }
    .guide li a:hover {
      color: #fd8c00; }
