﻿@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  line-height: 1.6;
  color: #1F1F1F;
  background-color: #fff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
img {
  max-width: 100%;
  vertical-align: middle;
}
/*可利用*/
.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > img, .img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
#contact_form label.error{
  color: red;
}


/* ------------------------------------ */
.page{
  margin: 20px 0;
  text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #018943;
}
.page a {
    font-size: 18px;
    padding: 0 10px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.page .prev, .page .next {
    font-size: 0;
    vertical-align: middle;
}

.page .next {
    padding-left: 10px;
}