@charset "UTF-8";
@import url(/css/normalize.css);
@import url(/include/i_GTrank.css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background: none;
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  line-height: 24px;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  /*iPhone旋轉後 文字不要放大*/
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

h1 {
  display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
}

.img-border {
  border: 3px solid #fff;
}

.img-radius {
  border-radius: 15px;
}

.img-block {
  display: block;
  margin: 0 auto;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-indent-3em {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}

.txt-indent-4em {
  display: block;
  margin-left: 4em;
  text-indent: -4em;
}

.txt-indent-5em {
  display: block;
  margin-left: 5em;
  text-indent: -5em;
}

.txt-indent-6em {
  display: block;
  margin-left: 6em;
  text-indent: -6em;
}

.txt-indent-7em {
  display: block;
  margin-left: 7em;
  text-indent: -7em;
}

.txt-indent-8em {
  display: block;
  margin-left: 8em;
  text-indent: -8em;
}

.txt-indent-9em {
  display: block;
  margin-left: 9em;
  text-indent: -9em;
}

.txt-indent-10em {
  display: block;
  margin-left: 10em;
  text-indent: -10em;
}

.f-danger {
  color: #f00;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da199d;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-bold {
  font-weight: bold;
}

.f-lg {
  font-size: 1.2em;
}

.f-sm {
  font-size: .8em;
}

.ico {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 5px;
  font-size: .8em;
  color: #fff;
  -webkit-box-shadow: 1px 1px #555;
          box-shadow: 1px 1px #555;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
}

.ico-danger {
  background-color: #f00;
  color: #fff;
}

.ico-fun {
  background-color: #f7f40a;
  color: #f00;
}

.ico-primary {
  background-color: #007bff;
  color: #fff;
}

.ico-success {
  background-color: #28a745;
  color: #fff;
}

.ico-info {
  background-color: #17a2b8;
  color: #fff;
}

.ico-beauty {
  background-color: #da199d;
  color: #fff;
}

.ico-light {
  background-color: #fff;
  color: #343434;
}

.ico-wraning {
  background-color: #ffc107;
  color: #c50018;
}

.ico-dark {
  background-color: #000;
  color: #fff;
}

.ico-secondary {
  background-color: #868e96;
  color: #223141;
}

.row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.row .row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.col {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  margin-bottom: 8px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-5ths {
  width: 20%;
}

@media only screen and (max-width: 560px) {
  .ms-col-1 {
    width: 8.33333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-2 {
    width: 16.66667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-3 {
    width: 25%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-4 {
    width: 33.33333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-5 {
    width: 41.66667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-6 {
    width: 50%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-7 {
    width: 58.33333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-8 {
    width: 66.66667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-9 {
    width: 75%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-10 {
    width: 83.33333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-11 {
    width: 91.66667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-12 {
    width: 100%;
  }
  .ms-col-5ths {
    width: 20%;
  }
}

@media only screen and (max-width: 400px) {
  .xms-col-1 {
    width: 8.33333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-2 {
    width: 16.66667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-3 {
    width: 25%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-4 {
    width: 33.33333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-5 {
    width: 41.66667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-6 {
    width: 50%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-7 {
    width: 58.33333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-8 {
    width: 66.66667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-9 {
    width: 75%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-10 {
    width: 83.33333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-11 {
    width: 91.66667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-12 {
    width: 100%;
  }
  .xms-col-5ths {
    width: 20%;
  }
}

@media only screen and (max-width: 798px) {
  .m-col-1 {
    width: 8.33333%;
  }
  .m-col-2 {
    width: 16.66667%;
  }
  .m-col-3 {
    width: 25%;
  }
  .m-col-4 {
    width: 33.33333%;
  }
  .m-col-5 {
    width: 41.66667%;
  }
  .m-col-6 {
    width: 50%;
  }
  .m-col-7 {
    width: 58.33333%;
  }
  .m-col-8 {
    width: 66.66667%;
  }
  .m-col-9 {
    width: 75%;
  }
  .m-col-10 {
    width: 83.33333%;
  }
  .m-col-11 {
    width: 91.66667%;
  }
  .m-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .ms-col-1 {
    width: 8.33333%;
  }
  .ms-col-2 {
    width: 16.66667%;
  }
  .ms-col-3 {
    width: 25%;
  }
  .ms-col-4 {
    width: 33.33333%;
  }
  .ms-col-5 {
    width: 41.66667%;
  }
  .ms-col-6 {
    width: 50%;
  }
  .ms-col-7 {
    width: 58.33333%;
  }
  .ms-col-8 {
    width: 66.66667%;
  }
  .ms-col-9 {
    width: 75%;
  }
  .ms-col-10 {
    width: 83.33333%;
  }
  .ms-col-11 {
    width: 91.66667%;
  }
  .ms-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .xms-col-1 {
    width: 8.33333%;
  }
  .xms-col-2 {
    width: 16.66667%;
  }
  .xms-col-3 {
    width: 25%;
  }
  .xms-col-4 {
    width: 33.33333%;
  }
  .xms-col-5 {
    width: 41.66667%;
  }
  .xms-col-6 {
    width: 50%;
  }
  .xms-col-7 {
    width: 58.33333%;
  }
  .xms-col-8 {
    width: 66.66667%;
  }
  .xms-col-9 {
    width: 75%;
  }
  .xms-col-10 {
    width: 83.33333%;
  }
  .xms-col-11 {
    width: 91.66667%;
  }
  .xms-col-12 {
    width: 100%;
  }
}

.table.table-full {
  width: 100%;
}

.table.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}

ol.list, ul.list {
  margin-left: 3em;
  text-align: left;
  margin-bottom: 0.8em;
}

ol.list li > ul, ol.list li ol, ul.list li > ul, ul.list li ol {
  margin-left: 1.2em;
}

ol.list li > ul > li, ol.list li ol > li, ul.list li > ul > li, ul.list li ol > li {
  text-indent: 0;
}

ol.path, ul.path {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ol.list-arrow, ul.list-arrow {
  list-style-type: none;
}

ol.list-arrow > li, ul.list-arrow > li {
  text-indent: -1.2em !important;
}

ol.list-arrow > li::before, ul.list-arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

ol.list-asterisk, ul.list-asterisk {
  list-style-type: none;
  margin-left: 3em;
}

ol.list-asterisk > li, ul.list-asterisk > li {
  text-indent: -1.2em !important;
}

ol.list-asterisk > li:before, ul.list-asterisk > li:before {
  content: '● ';
}

ol.list-example, ul.list-example {
  list-style-type: none;
  margin-left: 4em;
}

ol.list-example > li, ul.list-example > li {
  text-indent: -2.2em !important;
}

ol.list-example > li:before, ul.list-example > li:before {
  content: '例： ';
}

ol.list-exampleNum, ul.list-exampleNum {
  list-style-type: none;
  margin-left: 5.75em;
}

ol.list-exampleNum > li, ul.list-exampleNum > li {
  counter-increment: step-counter;
  text-indent: -4em !important;
}

ol.list-exampleNum > li:before, ul.list-exampleNum > li:before {
  content: "舉例" counter(step-counter) "： ";
}

ol.list-check, ul.list-check {
  list-style-type: none;
  margin-left: 3em;
}

ol.list-check > li, ul.list-check > li {
  text-indent: -1.2em !important;
}

ol.list-check > li:before, ul.list-check > li:before {
  content: '\f00c  ';
  font-family: FontAwesome;
  font-size: 1em;
}

ol.list-star, ul.list-star {
  list-style-type: none;
  margin-left: 3em;
}

ol.list-star > li, ul.list-star > li {
  text-indent: -1.2em !important;
}

ol.list-star > li:before, ul.list-star > li:before {
  content: '\f005  ';
  font-family: FontAwesome;
  font-size: 1em;
}

ol.list-hand, ul.list-hand {
  list-style-type: none;
  margin-left: 3em;
}

ol.list-hand > li, ul.list-hand > li {
  text-indent: -1.2em !important;
}

ol.list-hand > li:before, ul.list-hand > li:before {
  content: '\f0a4  ';
  font-family: FontAwesome;
  font-size: 1em;
}

ol.list-thumbs, ul.list-thumbs {
  list-style-type: none;
  margin-left: 3em;
}

ol.list-thumbs > li, ul.list-thumbs > li {
  text-indent: -1.2em !important;
}

ol.list-thumbs > li:before, ul.list-thumbs > li:before {
  content: '\f087  ';
  font-family: FontAwesome;
  font-size: 1em;
}

ol.list-upperAlpha, ul.list-upperAlpha {
  list-style-type: upper-alpha;
}

ol table, ul table {
  margin-left: 0;
  text-indent: 0;
}

#abgne_float_ad {
  display: none;
  position: absolute;
  z-index: 99999;
}

#abgne_float_ad .abgne_close_ad {
  display: block;
  text-align: right;
  cursor: pointer;
  font-size: 12px;
}

#abgne_float_ad img {
  border: none;
  display: block;
  margin: 0 auto;
}

#ma_area {
  width: 90px;
  height: 82px;
  margin: 0 auto;
}

#ma_area img {
  float: left;
  display: block;
  margin: 5px 5px;
}
