@charset "UTF-8";
@import url(../css/header.css);
@import url(../css/footer.css);
.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  display: block;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000B52;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

/*Friday Market settting */
/* ================= 內容 ================= */
.content {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.content h3 {
  width: 100%;
  text-align: left;
  font-size: 2em;
  color: #7b8289;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  margin: 1em 0 0.5em 0;
}
@media only screen and (orientation: portrait) {
  .content h3 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .content h3 {
    width: 75%;
  }
}

.order_forms .container, .article5, .article4, .article3, .article2, .article1 {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.sub_title {
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  color: #033064;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  padding: 1em;
}
@media only screen and (orientation: portrait) {
  .sub_title {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .sub_title {
    width: 69%;
    margin: 0 auto;
  }
}

.info_text {
  width: 100%;
  text-align: center;
}

.article1 {
  padding: 4em 0 0 0;
  font-size: 1.2em;
}
.article1 h3, .article1 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
}
.article1 h3 {
  font-size: 2em;
  line-height: 1.2em;
}

.article2 {
  padding: 4em 0 0 0;
  font-size: 1.2em;
}
.article2 h3, .article2 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
}
.article2 h3 {
  font-size: 2em;
  line-height: 1.2em;
}

.article3 {
  padding: 4em 0 0 0;
  font-size: 1.2em;
}
.article3 h3, .article3 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
}
.article3 h3 {
  font-size: 2em;
  line-height: 1.2em;
}

.article4 {
  padding: 4em 0 0 0;
  font-size: 1.2em;
}
.article4 h3, .article4 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
}
.article4 h3 {
  font-size: 2em;
  line-height: 1.2em;
}

.article5 {
  padding: 4em 0 0 0;
  font-size: 1.2em;
}
.article5 h3, .article5 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
}
.article5 h3 {
  font-size: 2em;
  line-height: 1.2em;
}

.article2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article4 {
  width: 100%;
  max-width: 90%;
}

.article3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (orientation: portrait) {
  .article3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article5 {
  padding-bottom: 4em;
}

#infoContent a {
  color: #033064;
}
#infoContent a:hover {
  color: #c28604;
  border-bottom: #c28604 1px dashed;
}

.answerQ {
  width: 100%;
  padding: 0 !important;
}
.answerQ .sub_title {
  width: 100%;
  border-bottom: 2px #000B52 solid;
  padding: 0;
}
.answerQ .title {
  text-align: left;
  font-size: 24px;
}
.answerQ .gototop {
  text-align: right;
  font-size: 14px;
  color: #033064;
}
.answerQ .gototop a {
  color: #033064;
}
.answerQ .gototop a:hover {
  color: #F9AC07;
  border-bottom: #F9AC07 1px dashed;
}
.answerQ .detail {
  text-align: left;
}
.answerQ .detail p {
  margin: 0.5em 0;
  font-size: 15px;
}
.answerQ .detail ul li {
  list-style-type: disc;
  font-weight: lighter;
  font-size: 15px;
}

.order_forms {
  width: 100%;
  padding: 1em;
}
.order_forms .container .article-settle-wrap {
  position: relative;
  overflow-x: auto;
}
.order_forms .container .ordersInfo {
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 0.4em;
}
@media screen and (min-width: 1280px) {
  .order_forms .container .ordersInfo {
    width: 75%;
    margin: 0 auto;
  }
}
.order_forms .container .ordersInfo th {
  background-color: #d8dadd;
  text-align: center;
  border-radius: 0.4em;
  padding: 0.5em;
  font-weight: bold;
  white-space: inherit;
  word-wrap: break-word;
}
.order_forms .container .ordersInfo td {
  padding: 0.25em;
  white-space: inherit;
  word-wrap: break-word;
}
.order_forms .container .ordersInfo input {
  width: 100%;
  line-height: 1.8em;
  padding: 0.5em;
  border-radius: 0.4em;
  border: #868e96 1px solid;
}
.order_forms .container .ordersInfo .th {
  width: 25%;
  background-color: #d8dadd;
  text-align: right;
  border-radius: 0.4em;
  padding: 0.5em;
}
.order_forms .container .recordInfo {
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 0.4em;
}
@media screen and (min-width: 1280px) {
  .order_forms .container .recordInfo {
    width: 75%;
    margin: 0 auto;
  }
}
.order_forms .container .recordInfo th {
  background-color: #d8dadd;
  text-align: center;
  border-radius: 0.4em;
  padding: 0.5em;
  font-weight: bold;
  white-space: inherit;
  word-wrap: break-word;
}
.order_forms .container .recordInfo tr:nth-child(even) {
  background: #F2F5F7;
}
.order_forms .container .recordInfo tr:nth-child(odd) {
  background: #F0F1F2;
}
.order_forms .container .recordInfo td {
  padding: 0.25em;
  border-radius: 0.4em;
  white-space: inherit;
  word-wrap: break-word;
  text-align: center;
}
.order_forms .container .recordInfo input {
  width: 100%;
  line-height: 1.8em;
  padding: 0.5em;
  border-radius: 0.4em;
  border: #868e96 1px solid;
}
.order_forms .container .recordInfo .th {
  width: 25%;
  background-color: #d8dadd;
  text-align: right;
  border-radius: 0.4em;
  padding: 0.5em;
}