@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: "Noto Sans", "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 94%;
  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: "Noto Sans", "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 94%; }

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: "Noto Sans", "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 84.6%;
  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: "Noto Sans", "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 84.6%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

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: 94%; }

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: #757575;
        border: 1px solid #757575; }
        .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; }

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; }

thead.invisible th {
  padding: 3.33333px;
  font-size: 0.9em; }

body .page-top .topmenu_font li.font_normal {
  border-color: #000; }
body.font-l {
  font-size: 113%; }
  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: 80%; }
  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, .operation_01 .content_block .operation_list h3 {
  background: #fff;
  padding: 15px 45px;
  margin-bottom: 20px;
  font-weight: bold; }

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 h3 {
  font-size: 1.2em;
  color: #487AA1;
  margin: 20px 0; }
.content_box h4 {
  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: 24.51613%;
    float: left;
    margin-right: 0.64516%; }
  .page-top .topmenu {
    width: 74.83871%;
    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: 66.45161%;
      float: left;
      margin-right: 0.64516%; }
      .page-top .topmenu_01 a {
        width: 24.51613%;
        float: left;
        margin-right: 0.64516%;
        margin-left: 28.51613%;
        padding: 2px 5px 0;
        text-align: right;
        margin-right: 8px; }
        .page-top .topmenu_01 a img {
          margin-right: 4px; }
      .page-top .topmenu_01 .search_box {
        width: 45.48387%;
        float: left;
        margin-right: 0.64516%;
        float: right;
        margin-right: 0; }
        .page-top .topmenu_01 .search_box label {
          width: 23.52941%;
          float: left;
          text-align: center;
          font-size: 0.8em;
          background: #f5f5f5;
          line-height: 2.2em; }
        .page-top .topmenu_01 .search_box form {
          width: 74.5098%;
          float: right;
          margin-right: 0; }
          .page-top .topmenu_01 .search_box form input[type="text"] {
            width: 74.83871%;
            float: left;
            margin-right: 0.64516%;
            padding: 4px; }
          .page-top .topmenu_01 .search_box form input[type="submit"] {
            padding: 10px;
            width: 24.51613%;
            float: left;
            margin-right: 0.64516%;
            float: right;
            margin-right: 0;
            padding: 5px 8px;
            background: #f5f5f5;
            border: 1px solid transparent;
            cursor: pointer; }
            .page-top .topmenu_01 .search_box form input[type="submit"]:hover {
              border: 1px solid #067D6F;
              color: #067D6F; }
    .page-top .topmenu_font {
      width: 11.93548%;
      float: left;
      margin-right: 0.64516%;
      text-align: right; }
      .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: 20.32258%;
      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: 1.2em;
        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 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  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="M"],
  .content a[accesskey="L"],
  .content a[accesskey="C"] {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent; }

.content_block {
  position: relative; }

footer {
  color: #fff;
  background: #487AA1;
  border-top: 14px solid #067D6F;
  position: relative; }
  footer a[accesskey="B"] {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.3); }
  footer .footer-words {
    padding: 32px 0; }
    footer .footer-words_01 {
      width: 32.90323%;
      float: left;
      margin-right: 0.64516%; }
    footer .footer-words_02 {
      width: 66.45161%;
      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; }

.tab_block {
  background: #fff;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.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: 3px; }
  .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; }

.index_01 {
  padding: 40px 0 60px;
  background: url(../images/index-centerbg.png) repeat-x left bottom #fafafa;
  position: relative; }
  .index_01 .dashboard {
    width: 45.48387%;
    float: left;
    margin-right: 0.64516%;
    margin-left: 2.09677%;
    margin-right: 2.09677%; }
    .index_01 .dashboard ul li {
      width: 32.90323%;
      float: left;
      margin-right: 0.64516%;
      text-align: center;
      margin-bottom: 20px; }
      .index_01 .dashboard ul li:nth-child(3n) {
        float: right;
        margin-right: 0; }
      .index_01 .dashboard ul li:nth-child(1) a {
        background-image: url(../images/index-dash01.png); }
      .index_01 .dashboard ul li:nth-child(2) a {
        background-image: url(../images/index-dash04.png);
        line-height: 1.3em;
        padding: 80px 20px 0;
        width: 137px;
        height: 137px; }
      .index_01 .dashboard ul li:nth-child(3) a {
        background-image: url(../images/index-dash02.png); }
      .index_01 .dashboard ul li:nth-child(4) a {
        background-image: url(../images/index-dash03.png); }
      .index_01 .dashboard ul li:nth-child(5) a {
        background-image: url(../images/index-dash05.png); }
      .index_01 .dashboard ul li:nth-child(6) a {
        background-image: url(../images/index-dash06.png); }
      .index_01 .dashboard ul li:nth-child(7) a {
        background-image: url(../images/index-dash07.png); }
      .index_01 .dashboard ul li:nth-child(8) a {
        background-image: url(../images/index-dash08.png); }
      .index_01 .dashboard ul li:nth-child(9) a {
        background-image: url(../images/index-dash09.png); }
      .index_01 .dashboard ul li a {
        display: block;
        width: 137px;
        line-height: 68px;
        padding-top: 63px;
        border-radius: 50%;
        border: 3px solid #067D6F;
        background: no-repeat top center rgba(255, 255, 255, 0.8);
        color: #067D6F;
        transition: all 0.2s ease-out; }
        .index_01 .dashboard ul li a:hover {
          background-color: #fd8c00;
          background-position: bottom center;
          border-color: #fd8c00;
          color: #fff; }
  .index_01 .news_block {
    width: 49.67742%;
    float: left;
    margin-right: 0.64516%;
    float: right;
    margin-right: 0; }
    .index_01 .news_block .block_title {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; }
      .index_01 .news_block .block_title h2 {
        width: 66.45161%;
        float: left;
        margin-right: 0.64516%;
        background: url(../images/index-news01.png) no-repeat 10px center;
        padding-left: 40px; }
      .index_01 .news_block .block_title a {
        width: 32.90323%;
        float: left;
        margin-right: 0.64516%;
        float: right;
        margin-right: 0;
        text-align: right;
        padding-right: 30px;
        line-height: 45px;
        font-size: 1.2em;
        background: url(../images/index_news02.png) no-repeat right center; }
      .index_01 .news_block .block_title a, .index_01 .news_block .block_title a:visited {
        color: #333; }
    .index_01 .news_block .news_list {
      background: rgba(255, 255, 255, 0.9);
      padding: 30px 50px; }

.news_list {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .news_list .list_item {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #333; }
    .news_list .list_item .date {
      width: 24.51613%;
      float: left;
      margin-right: 0.64516%;
      color: #067D6F; }
    .news_list .list_item .title {
      width: 74.83871%;
      float: left;
      margin-right: 0.64516%;
      float: right;
      margin-right: 0; }
      .news_list .list_item .title a,
      .news_list .list_item .title a:visited {
        color: #414141; }
      .news_list .list_item .title a:hover {
        color: #2770b3; }

.index_02 {
  padding: 3em 0;
  background: url(../images/index-bg2.jpg) repeat left bottom; }
  .index_02 h3 {
    color: #067D6F;
    font-size: 1.8em;
    letter-spacing: 5px; }
  .index_02 ul {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .index_02 ul li {
      width: 24.51613%;
      float: left;
      margin: 5px auto; }
      .index_02 ul li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .index_02 ul li:nth-child(4n + 2) {
        margin-left: 25.16129%;
        margin-right: -100%;
        clear: none; }
      .index_02 ul li:nth-child(4n + 3) {
        margin-left: 50.32258%;
        margin-right: -100%;
        clear: none; }
      .index_02 ul li:nth-child(4n + 4) {
        margin-left: 75.48387%;
        margin-right: -100%;
        clear: none; }
      .index_02 ul li img {
        border: 1px solid #f5f5f5; }

/*--Pages--*/
.content_block {
  width: 74.83871%;
  float: left;
  margin-right: 0.64516%;
  float: right;
  margin-right: 0; }
  .content_block h2 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2em;
    letter-spacing: 0; }
  .content_block .content_box {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 50px;
    margin-bottom: 20px;
    overflow: auto; }

.left_col {
  position: relative;
  width: 24.51613%;
  float: left;
  margin-right: 0.64516%;
  padding-left: 1.67742%;
  padding-right: 1.67742%;
  margin-top: 55px; }
  .left_col .category {
    background: url("../images/left-column01.png") no-repeat top left #067D6F;
    background-size: 100% auto;
    padding: 45px 22px;
    margin-bottom: 20px; }
    .left_col .category ul {
      margin-top: 10px; }
      .left_col .category ul li {
        border-bottom: 1px dotted #fff;
        padding: 5px 0; }
        .left_col .category ul li a {
          display: block;
          padding: 10px;
          font-size: 1.2em;
          color: #fff;
          transition: all 0.15s linear; }
          .left_col .category ul li a:hover {
            margin-left: 5px; }
        .left_col .category ul li.current a {
          background: #fff;
          color: #487AA1;
          display: inline-block;
          width: 95%;
          padding: 5px 10px;
          position: relative;
          margin-bottom: 10px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .left_col .category ul li.current a:after {
            content: "";
            position: absolute;
            top: 10px;
            right: -24px;
            border-left: 20px solid #fff;
            border-top: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent; }
  .left_col .related_links li {
    margin: 0 0 20px;
    opacity: 0.9; }
    .left_col .related_links li:hover {
      opacity: 1; }

.news_01 .content_block .news_list ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px dotted #000; }
.news_01 .content_block .news_list .list_item .date {
  width: 16.12903%;
  float: left;
  margin-right: 0.64516%; }
.news_01 .content_block .news_list .list_item .title {
  width: 74.83871%;
  float: left;
  margin-right: 0.64516%; }
.news_01 .content_block .news_content {
  background: rgba(255, 255, 255, 0.9); }
  .news_01 .content_block .news_content .date {
    color: #067D6F; }
  .news_01 .content_block .news_content .text {
    padding: 30px 0; }
    .news_01 .content_block .news_content .text img {
      margin: 1em; }

.content_block .about_text_02 {
  padding: 0 0 50px; }
  .content_block .about_text_02 .tab_container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 50px; }
    .content_block .about_text_02 .tab_container > div {
      border-bottom: 1px dotted #000;
      padding-bottom: 30px; }

.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; }

.about_album {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .about_album li {
    width: 24.51613%;
    float: left;
    margin-bottom: 5px; }
    .about_album li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .about_album li:nth-child(4n + 2) {
      margin-left: 25.16129%;
      margin-right: -100%;
      clear: none; }
    .about_album li:nth-child(4n + 3) {
      margin-left: 50.32258%;
      margin-right: -100%;
      clear: none; }
    .about_album li:nth-child(4n + 4) {
      margin-left: 75.48387%;
      margin-right: -100%;
      clear: none; }
    .about_album li img {
      padding: 3.33333px;
      border: 1px solid #ccc; }

.device_table td {
  vertical-align: top;
  text-align: center;
  padding: 30px 5px 0; }
  .device_table td h4 {
    background: url("../images/picDeviceTitle.png") no-repeat left center #2770b3;
    color: #fff;
    padding: 5px 35px;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px; }
  .device_table td p {
    text-align: left;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    margin-top: -40px;
    padding: 35px 20px 30px; }

.slide-list > li h4 {
  background: url("../images/list-arrow.png") right top no-repeat #f1f1f1;
  padding: 15px 20px;
  margin: 2px 0; }
.slide-list > li > div {
  padding: 30px; }

.download_list {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .download_list ul {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .download_list ul li {
      width: 49.67742%;
      float: left;
      margin-right: 0.64516%;
      padding: 20px 0px 0px 0px;
      margin-bottom: 10px;
      border: 1px solid #f0f0f0;
      border-radius: 3px;
      transition: all 0.15s linear; }
      .download_list ul li:nth-child(2n) {
        float: right;
        margin-right: 0; }
      .download_list ul li h3 {
        font-size: 1.02em;
        color: #333;
        padding-left: 40px;
        margin-top: 0;
        margin-bottom: 1em;
        background: url("../images/download-icon01.png") no-repeat 10px center transparent; }
      .download_list ul li .link {
        background: #fafafa;
        margin-bottom: 0;
        padding: 5px 10px;
        text-align: right; }
        .download_list ul li .link a {
          font-size: 0.6em;
          font-weight: bold;
          padding: 3px 18px;
          border-radius: 3px;
          display: inline-block;
          background-color: #eee;
          border: 1px solid #ddd;
          font-weight: bold; }
          .download_list ul li .link a.pdf {
            color: #db2e2e; }
            .download_list ul li .link a.pdf:hover {
              background-color: #db2e2e;
              border-color: #db2e2e; }
          .download_list ul li .link a.doc {
            color: #221782; }
            .download_list ul li .link a.doc:hover {
              background-color: #221782;
              border-color: #221782; }
          .download_list ul li .link a.odt {
            color: #2c72b7; }
            .download_list ul li .link a.odt:hover {
              background-color: #2c72b7;
              border-color: #2c72b7; }
          .download_list ul li .link a:hover {
            background: url("../images/download-icon02.png") no-repeat center center;
            color: transparent; }
      .download_list ul li:hover {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }

.service_link, .guestbook .guest_link {
  width: 20.32258%;
  float: left;
  margin-right: 0.64516%;
  float: right;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #FAFAFA;
  padding: 8px 8px 8px 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  z-index: 999;
  color: #333; }
  .service_link:visited, .guestbook .guest_link:visited {
    color: #333; }
  .service_link:before, .guestbook .guest_link:before {
    content: '';
    display: inline-block;
    background: url("../images/service-icon02.png") no-repeat;
    width: 42px;
    height: 51px;
    top: -9px;
    position: absolute;
    left: -18px; }

.service_01 .content_block .service_event {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .service_01 .content_block .service_event .registion caption {
    color: #487AA1;
    text-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em; }
  .service_01 .content_block .service_event .registion tr:nth-child(2n) {
    background-color: #fafafa; }
  .service_01 .content_block .service_event .registion th {
    background: #067D6F;
    color: #fff;
    padding: 8px;
    line-height: 1.3em; }
  .service_01 .content_block .service_event .registion td {
    padding: 20px 8px;
    border-bottom: 1px dotted #333; }
    .service_01 .content_block .service_event .registion td:nth-child(1) {
      color: #067D6F; }
    .service_01 .content_block .service_event .registion td:nth-child(2) a, .service_01 .content_block .service_event .registion td:nth-child(2) a:visited {
      color: #333; }
    .service_01 .content_block .service_event .registion td .btn {
      padding: 6px 10px 6px 24px;
      background: url("../images/service-icon01.png") no-repeat 8px center #fff;
      color: #fd8c00;
      border: 1px solid #fd8c00; }
      .service_01 .content_block .service_event .registion td .btn:hover {
        background-color: #fd8c00;
        color: #fff; }
  .service_01 .content_block .service_event .regist_search {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: url("../images/service-icon03.png") no-repeat left center;
    padding: 30px 0 30px 200px; }
    .service_01 .content_block .service_event .regist_search_01 {
      border-bottom: 1px dotted #333; }
      .service_01 .content_block .service_event .regist_search_01 .form_item .item {
        display: inline-block; }
    .service_01 .content_block .service_event .regist_search_02 {
      border-bottom: 1px dotted #333; }
      .service_01 .content_block .service_event .regist_search_02 label {
        line-height: inherit; }
      .service_01 .content_block .service_event .regist_search_02 .form_item .item {
        display: table;
        width: 100%; }
        .service_01 .content_block .service_event .regist_search_02 .form_item .item > * {
          display: table-cell; }
          .service_01 .content_block .service_event .regist_search_02 .form_item .item > *:nth-child(1) {
            width: 18%; }
          .service_01 .content_block .service_event .regist_search_02 .form_item .item > *:nth-child(2) {
            width: 23%; }
    .service_01 .content_block .service_event .regist_search_03 {
      text-align: right;
      margin-top: 10px; }

.service_msg p {
  font-size: 1.2em; }
  .service_msg p:nth-child(2n) {
    margin-bottom: 30px; }

.operation_01 h3 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
.operation_01 .content_block .operation_list {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  .operation_01 .content_block .operation_list h3 {
    color: #333;
    padding: 0 45px;
    margin-bottom: 0; }
  .operation_01 .content_block .operation_list .operation_content {
    padding: 0 30px 40px;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .operation_01 .content_block .operation_list .operation_content a, .operation_01 .content_block .operation_list .operation_content a:visited {
      color: #333; }
    .operation_01 .content_block .operation_list .operation_content h4 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      color: #487AA1;
      font-size: 1.2em;
      padding: 8px 18px; }
  .operation_01 .content_block .operation_list ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .operation_01 .content_block .operation_list ul .list_item {
      border-bottom: 1px dotted #333;
      margin-top: 10px;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .operation_01 .content_block .operation_list ul .list_item .year {
        border-right: 1px dotted #333;
        color: #067D6F;
        width: 11.93548%;
        float: left;
        margin-right: 0.64516%;
        text-align: center; }
      .operation_01 .content_block .operation_list ul .list_item ul {
        padding: 0 20px 20px;
        display: table;
        width: 83.22581%;
        float: left;
        margin-right: 0.64516%;
        float: right;
        margin-right: 0; }
        .operation_01 .content_block .operation_list ul .list_item ul li {
          text-align: center;
          display: table-cell; }
          .operation_01 .content_block .operation_list ul .list_item ul li a {
            padding: 10px 20px; }
            .operation_01 .content_block .operation_list ul .list_item ul li a:hover {
              background: #487AA1;
              color: #fff;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px; }
.operation_01 .content_block .month_block {
  background: #fff; }
  .operation_01 .content_block .month_block .list_item .year {
    margin: 20px 0; }
  .operation_01 .content_block .month_block .list_item ul li {
    width: 16.12903%;
    float: left; }
    .operation_01 .content_block .month_block .list_item ul li:nth-child(6n) {
      float: right;
      margin-right: 0; }
    .operation_01 .content_block .month_block .list_item ul li:nth-child(7), .operation_01 .content_block .month_block .list_item ul li:nth-child(8), .operation_01 .content_block .month_block .list_item ul li:nth-child(9), .operation_01 .content_block .month_block .list_item ul li:nth-child(10), .operation_01 .content_block .month_block .list_item ul li:nth-child(11), .operation_01 .content_block .month_block .list_item ul li:nth-child(12) {
      margin: 1em 0 0; }
    .operation_01 .content_block .month_block .list_item ul li a {
      padding: 10px; }
.operation_01 .content_block .half_block {
  background: #fff; }
  .operation_01 .content_block .half_block .list_item .year {
    width: 16.12903%;
    float: left;
    margin-right: 0.64516%;
    margin: 20px; }
  .operation_01 .content_block .half_block .list_item ul {
    margin-top: 20px;
    width: 74.83871%;
    float: left;
    margin-right: 0.64516%; }
    .operation_01 .content_block .half_block .list_item ul li {
      width: 49.67742%;
      float: left;
      margin-right: 0.64516%; }
      .operation_01 .content_block .half_block .list_item ul li:nth-child(2) {
        float: right;
        margin-right: 0; }
.operation_01 .content_block .day_block ul .list_item {
  margin-top: 20px; }
  .operation_01 .content_block .day_block ul .list_item .year {
    width: 16.12903%;
    float: left;
    margin-right: 0.64516%;
    margin: 20px;
    text-align: left; }
  .operation_01 .content_block .day_block ul .list_item ul {
    margin-top: 20px;
    width: 74.83871%;
    float: left;
    margin-right: 0.64516%;
    float: right;
    margin-right: 0; }
    .operation_01 .content_block .day_block ul .list_item ul li {
      width: 13.6129%;
      float: left;
      margin-right: 0.64516%;
      margin-bottom: 1.4em; }
      .operation_01 .content_block .day_block ul .list_item ul li:nth-child(7n) {
        float: right;
        margin-right: 0; }
      .operation_01 .content_block .day_block ul .list_item ul li a {
        background: #f5f5f5;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .operation_01 .content_block .day_block ul .list_item ul li span {
        padding: 10px 20px;
        color: #ccc; }

.guestbook {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .guestbook .guest_link {
    width: 16.12903%;
    float: left;
    margin-right: 0.64516%;
    float: right;
    margin-right: 0; }
    .guestbook .guest_link:before {
      background: url("../images/guest-icon05.png") no-repeat; }
  .guestbook .guest_block {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: url("../images/guest-line.png") repeat-y 22px top;
    margin-bottom: 30px;
    padding-bottom: 10px; }
    .guestbook .guest_block .guest_01 {
      background: url("../images/guest-icon04.png") no-repeat left 0;
      padding: 8px 10px 0 68px; }
      .guestbook .guest_block .guest_01 h4 {
        color: #067D6F;
        font-size: 1.2em;
        margin-bottom: 3px; }
      .guestbook .guest_block .guest_01 .author,
      .guestbook .guest_block .guest_01 .date,
      .guestbook .guest_block .guest_01 .mail {
        color: #000000;
        font-size: 0.9em;
        margin-right: 5px; }
        .guestbook .guest_block .guest_01 .author img,
        .guestbook .guest_block .guest_01 .date img,
        .guestbook .guest_block .guest_01 .mail img {
          vertical-align: sub;
          margin-right: 5px; }
    .guestbook .guest_block .guest_02 {
      margin: 20px 20px 20px 68px; }
    .guestbook .guest_block .guest_03 {
      background: #fafafa;
      border: 1px dotted #000;
      margin-left: 68px;
      padding: 20px 30px; }
      .guestbook .guest_block .guest_03 h4 {
        color: #fd8c00; }

.links {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .links .links_list ul li {
    width: 32.90323%;
    float: left;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin-bottom: 10px; }
    .links .links_list ul li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .links .links_list ul li:nth-child(3n + 2) {
      margin-left: 33.54839%;
      margin-right: -100%;
      clear: none; }
    .links .links_list ul li:nth-child(3n + 3) {
      margin-left: 67.09677%;
      margin-right: -100%;
      clear: none; }
    .links .links_list ul li a {
      color: #333; }
    .links .links_list ul li img {
      padding: 30px 10px; }
    .links .links_list ul li p {
      background: #fafafa;
      margin-bottom: 0;
      padding: 5px 10px;
      transition: all 0.15s linear; }
    .links .links_list ul li:hover {
      border: 1px solid #fd8c00; }
      .links .links_list ul li:hover p {
        background: #fd8c00;
        color: #fff; }

.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: 16.12903%;
      float: left;
      margin-right: 0.64516%; }
    .contact_text .contact_info dl dd {
      width: 32.90323%;
      float: left;
      margin-right: 0.64516%; }
      .contact_text .contact_info dl dd:last-child {
        float: right;
        margin-right: 0; }

.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; }

ol.guide {
  line-height: 2em; }
  ol.guide li a {
    color: #333;
    font-weight: bold; }
    ol.guide li a:hover {
      color: #fd8c00; }
  ol.guide ul li {
    display: inline-block;
    width: 15%;
    margin-right: 1%;
    background: url(../images/list-bullet.png) no-repeat left center; }
    ol.guide ul li a {
      padding: 5px 0 5px 10px;
      font-weight: normal;
      color: #487AA1; }

/*--搜尋框--*/
.content_box .search_box {
  width: 49.67742%;
  float: left;
  margin-right: 0.64516%;
  clear: both;
  margin-bottom: 1.5em; }
  .content_box .search_box label {
    width: 24.51613%;
    float: left;
    margin-right: 0.64516%;
    padding-top: 0.6em;
    text-align: right; }
  .content_box .search_box input[type="text"] {
    width: 58.06452%;
    float: left;
    margin-right: 0.64516%; }
  .content_box .search_box input[type="submit"] {
    width: 16.12903%;
    float: left;
    margin-right: 0.64516%;
    float: right;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: #f5f5f5;
    color: #067D6F;
    border: 1px solid transparent; }
    .content_box .search_box input[type="submit"]:hover {
      border: 1px solid #067D6F; }

.day_block .table-h3 {
  margin: 20px 0 0 0;
  padding: 0 16px; }
  .day_block .table-h3 b {
    font-size: 1.2em;
    font-weight: bold; }
    .day_block .table-h3 b sub {
      font-size: 0.6em; }
  .day_block .table-h3 p {
    float: right;
    margin-right: 0;
    font-size: 0.9em;
    font-weight: 400;
    color: #067D6F; }
.day_block table {
  width: 97%;
  margin: 0 1.5%; }
.day_block thead.table-gray {
  background: #487AA1;
  color: #fff; }
.day_block thead th {
  padding: 10px; }
.day_block th, .day_block td {
  padding: 10px; }
  .day_block th.border-gray, .day_block td.border-gray {
    border-bottom: dotted 1px #000; }
  .day_block th.border-dotted, .day_block td.border-dotted {
    border-bottom: dotted 2px #fff; }
