@charset "UTF-8";
/*--------------------------------------------- jQuery UI datepicker reset*/
body > .ui-datepicker .ui-state-default:focus,
body > .ui-datepicker .ui-widget-content .ui-state-default:focus {
  color: #fff !important;
  background: #e00 !important;
  outline: none; }

body > .ui-datepicker .ui-datepicker-prev:focus,
body > .ui-datepicker .ui-datepicker-next:focus {
  border: 2px dashed #e00;
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  transition: background-color 5000s ease-in-out 0s; }

select {
  background-size: 10px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png); }

/*-------------------------------------------------------------- 按鈕*/
.butn,
input[type=button].butn,
input[type=submit].butn {
  width: auto;
  display: inline-block;
  padding: 5px 15px;
  line-height: normal;
  background-color: #008269;
  color: #fff;
  border: none;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------- color setting ---------------------*/ }
  .butn:hover, .butn:focus,
  input[type=button].butn:hover,
  input[type=button].butn:focus,
  input[type=submit].butn:hover,
  input[type=submit].butn:focus {
    color: #353535;
    background-color: #ffd9a1; }
  .butn + .butn,
  input[type=button].butn + .butn,
  input[type=submit].butn + .butn {
    margin-left: 10px; }
  .butn.round,
  input[type=button].butn.round,
  input[type=submit].butn.round {
    border-radius: 50px; }
  .butn-big,
  input[type=button].butn-big,
  input[type=submit].butn-big {
    min-width: 150px;
    line-height: normal;
    background-color: #008269;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 4px solid #12b091; }
    .butn-big:hover,
    input[type=button].butn-big:hover,
    input[type=submit].butn-big:hover {
      background-color: #097661;
      border-color: #1ec8a7; }
    .butn-big:focus,
    input[type=button].butn-big:focus,
    input[type=submit].butn-big:focus {
      color: #353535;
      background-color: #ffeed4;
      border-color: #FFB03B; }
    .butn-big + .butn-big,
    input[type=button].butn-big + .butn-big,
    input[type=submit].butn-big + .butn-big {
      margin-left: 15px; }
    .butn-big.big-cancel,
    input[type=button].butn-big.big-cancel,
    input[type=submit].butn-big.big-cancel {
      background-color: #d33a2f;
      border-color: #e75e54; }
      .butn-big.big-cancel:hover,
      input[type=button].butn-big.big-cancel:hover,
      input[type=submit].butn-big.big-cancel:hover {
        background-color: #d63d32;
        border-color: #fb756b; }
      .butn-big.big-cancel:focus,
      input[type=button].butn-big.big-cancel:focus,
      input[type=submit].butn-big.big-cancel:focus {
        color: #353535;
        background-color: #fff;
        border-color: #e44f4f; }
  @media only screen and (max-width: 375px) {
    .butn-box .butn-big, .butn-box
    input[type=button].butn-big, .butn-box
    input[type=submit].butn-big {
      width: calc((100% - 15px) / 2);
      min-width: inherit;
      float: left; } }
  .template-2 .butn, .template-2
  input[type=button].butn, .template-2
  input[type=submit].butn {
    background-color: #066caa; }
    .template-2 .butn:hover, .template-2
    input[type=button].butn:hover, .template-2
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #025385; }
    .template-2 .butn:focus, .template-2
    input[type=button].butn:focus, .template-2
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffc790; }
    .template-2 .butn-big, .template-2
    input[type=button].butn-big, .template-2
    input[type=submit].butn-big {
      color: #fff;
      background-color: #066caa;
      border-color: #025282; }
      .template-2 .butn-big:hover, .template-2
      input[type=button].butn-big:hover, .template-2
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #025385;
        border-color: #003c61; }
      .template-2 .butn-big:focus, .template-2
      input[type=button].butn-big:focus, .template-2
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffc790;
        border-color: #ff9733; }
      .template-2 .butn-big.big-cancel, .template-2
      input[type=button].butn-big.big-cancel, .template-2
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #d33a2f;
        border-color: #e75e54; }
        .template-2 .butn-big.big-cancel:hover, .template-2
        input[type=button].butn-big.big-cancel:hover, .template-2
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #ff5549;
          border-color: #df4d43; }
        .template-2 .butn-big.big-cancel:focus, .template-2
        input[type=button].butn-big.big-cancel:focus, .template-2
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffd5d2;
          border-color: #999; }
  .template-3 .butn, .template-3
  input[type=button].butn, .template-3
  input[type=submit].butn {
    color: #000000;
    background-color: #e7b55d; }
    .template-3 .butn:hover, .template-3
    input[type=button].butn:hover, .template-3
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #d29e41; }
    .template-3 .butn:focus, .template-3
    input[type=button].butn:focus, .template-3
    input[type=submit].butn:focus {
      color: #fff;
      background-color: #df3232; }
    .template-3 .butn-big, .template-3
    input[type=button].butn-big, .template-3
    input[type=submit].butn-big {
      color: #000;
      background-color: #eec989;
      border-color: #d29e41; }
      .template-3 .butn-big:hover, .template-3
      input[type=button].butn-big:hover, .template-3
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #d29e41;
        border-color: #eec989; }
      .template-3 .butn-big:focus, .template-3
      input[type=button].butn-big:focus, .template-3
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .template-3 .butn-big.big-cancel, .template-3
      input[type=button].butn-big.big-cancel, .template-3
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #e0c3e1;
        border-color: #7c4e7d; }
        .template-3 .butn-big.big-cancel:hover, .template-3
        input[type=button].butn-big.big-cancel:hover, .template-3
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #b18fb2;
          border-color: #7c4e7d; }
        .template-3 .butn-big.big-cancel:focus, .template-3
        input[type=button].butn-big.big-cancel:focus, .template-3
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .template-4 .butn, .template-4
  input[type=button].butn, .template-4
  input[type=submit].butn {
    color: #353535;
    background-color: #c3e8ee; }
    .template-4 .butn:hover, .template-4
    input[type=button].butn:hover, .template-4
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #d0edf1; }
    .template-4 .butn:focus, .template-4
    input[type=button].butn:focus, .template-4
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .template-4 .butn-big, .template-4
    input[type=button].butn-big, .template-4
    input[type=submit].butn-big {
      color: #353535;
      background-color: #c3e8ee;
      border-color: #82cfdb; }
      .template-4 .butn-big:hover, .template-4
      input[type=button].butn-big:hover, .template-4
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #def2f5;
        border-color: #a9dee6; }
      .template-4 .butn-big:focus, .template-4
      input[type=button].butn-big:focus, .template-4
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
      .template-4 .butn-big.big-cancel, .template-4
      input[type=button].butn-big.big-cancel, .template-4
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #dae7ea;
        border-color: #cdd4d6; }
        .template-4 .butn-big.big-cancel:hover, .template-4
        input[type=button].butn-big.big-cancel:hover, .template-4
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #f0f5f6;
          border-color: #e0e4e5; }
        .template-4 .butn-big.big-cancel:focus, .template-4
        input[type=button].butn-big.big-cancel:focus, .template-4
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #ff9733; }
  .template-5 .butn, .template-5
  input[type=button].butn, .template-5
  input[type=submit].butn {
    color: #353535;
    background-color: #ffc790; }
    .template-5 .butn:hover, .template-5
    input[type=button].butn:hover, .template-5
    input[type=submit].butn:hover {
      background-color: #ff9733;
      border-color: #ffc790; }
    .template-5 .butn:focus, .template-5
    input[type=button].butn:focus, .template-5
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ff9733; }
    .template-5 .butn-big, .template-5
    input[type=button].butn-big, .template-5
    input[type=submit].butn-big {
      color: #353535;
      background-color: #ffc790;
      border-color: #ff9733; }
      .template-5 .butn-big:hover, .template-5
      input[type=button].butn-big:hover, .template-5
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-5 .butn-big:focus, .template-5
      input[type=button].butn-big:focus, .template-5
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
      .template-5 .butn-big.big-cancel, .template-5
      input[type=button].butn-big.big-cancel, .template-5
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #efeec0;
        border-color: #b2b052; }
        .template-5 .butn-big.big-cancel:hover, .template-5
        input[type=button].butn-big.big-cancel:hover, .template-5
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #b2b052;
          border-color: #cfce92; }
        .template-5 .butn-big.big-cancel:focus, .template-5
        input[type=button].butn-big.big-cancel:focus, .template-5
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #e44f4f; }
  .template-6 .butn, .template-6
  input[type=button].butn, .template-6
  input[type=submit].butn {
    color: #353535;
    border: 1px solid #fff;
    background-color: #cde9fa; }
    .template-6 .butn:hover, .template-6
    input[type=button].butn:hover, .template-6
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #cde9fa; }
    .template-6 .butn:focus, .template-6
    input[type=button].butn:focus, .template-6
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #FFE16D; }
    .template-6 .butn-big, .template-6
    input[type=button].butn-big, .template-6
    input[type=submit].butn-big {
      color: #353535;
      background-color: #ecf7fd;
      border-color: #94c4e4; }
      .template-6 .butn-big:hover, .template-6
      input[type=button].butn-big:hover, .template-6
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #cde9fa;
        border-color: #81a9c3; }
      .template-6 .butn-big:focus, .template-6
      input[type=button].butn-big:focus, .template-6
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #FFE16D;
        border-color: #e44f4f; }
      .template-6 .butn-big.big-cancel, .template-6
      input[type=button].butn-big.big-cancel, .template-6
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #f5f5f5;
        border-color: #b1c5ce; }
        .template-6 .butn-big.big-cancel:hover, .template-6
        input[type=button].butn-big.big-cancel:hover, .template-6
        input[type=submit].butn-big.big-cancel:hover {
          color: #353535;
          background-color: #ececec;
          border-color: #83949b; }
        .template-6 .butn-big.big-cancel:focus, .template-6
        input[type=button].butn-big.big-cancel:focus, .template-6
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #FFE16D;
          border-color: #e44f4f; }
  .template-7 .butn, .template-7
  input[type=button].butn, .template-7
  input[type=submit].butn {
    color: #353535;
    background-color: #c8e0c8; }
    .template-7 .butn:hover, .template-7
    input[type=button].butn:hover, .template-7
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #deecde; }
    .template-7 .butn:focus, .template-7
    input[type=button].butn:focus, .template-7
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .template-7 .butn-big, .template-7
    input[type=button].butn-big, .template-7
    input[type=submit].butn-big {
      color: #353535;
      background-color: #deecde;
      border-color: #9dc89d; }
      .template-7 .butn-big:hover, .template-7
      input[type=button].butn-big:hover, .template-7
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #c8e0c8;
        border-color: #87bc87; }
      .template-7 .butn-big:focus, .template-7
      input[type=button].butn-big:focus, .template-7
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
      .template-7 .butn-big.big-cancel, .template-7
      input[type=button].butn-big.big-cancel, .template-7
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #e9ede9;
        border-color: #cdd4d6; }
        .template-7 .butn-big.big-cancel:hover, .template-7
        input[type=button].butn-big.big-cancel:hover, .template-7
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #dfe6df;
          border-color: #bac4c7; }
        .template-7 .butn-big.big-cancel:focus, .template-7
        input[type=button].butn-big.big-cancel:focus, .template-7
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #ff9733; }
  .template-12 .butn, .template-12
  input[type=button].butn, .template-12
  input[type=submit].butn {
    color: #353535;
    border: 1px solid #fff;
    background-color: #f8e2e4; }
    .template-12 .butn:hover, .template-12
    input[type=button].butn:hover, .template-12
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #f5d4d8; }
    .template-12 .butn:focus, .template-12
    input[type=button].butn:focus, .template-12
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #FFE16D; }
    .template-12 .butn-big, .template-12
    input[type=button].butn-big, .template-12
    input[type=submit].butn-big {
      color: #353535;
      background-color: #f8e2e4;
      border-color: #ecaab2; }
      .template-12 .butn-big:hover, .template-12
      input[type=button].butn-big:hover, .template-12
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #fbf0f1;
        border-color: #e99da5; }
      .template-12 .butn-big:focus, .template-12
      input[type=button].butn-big:focus, .template-12
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #FFE16D;
        border-color: #e44f4f; }
      .template-12 .butn-big.big-cancel, .template-12
      input[type=button].butn-big.big-cancel, .template-12
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #cbe4ee;
        border-color: #b1c5ce; }
        .template-12 .butn-big.big-cancel:hover, .template-12
        input[type=button].butn-big.big-cancel:hover, .template-12
        input[type=submit].butn-big.big-cancel:hover {
          color: #353535;
          background-color: #d8ebf2;
          border-color: #a7bdc7; }
        .template-12 .butn-big.big-cancel:focus, .template-12
        input[type=button].butn-big.big-cancel:focus, .template-12
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #FFE16D;
          border-color: #e44f4f; }
  .color-style1 .butn, .color-style1
  input[type=button].butn, .color-style1
  input[type=submit].butn {
    color: #fff;
    background-color: #36669c; }
    .color-style1 .butn:hover, .color-style1
    input[type=button].butn:hover, .color-style1
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #285b95; }
    .color-style1 .butn:focus, .color-style1
    input[type=button].butn:focus, .color-style1
    input[type=submit].butn:focus {
      color: #000;
      background-color: #ffd79f; }
    .color-style1 .butn-big, .color-style1
    input[type=button].butn-big, .color-style1
    input[type=submit].butn-big {
      color: #fff;
      background-color: #36669c;
      border-color: #284f7c; }
      .color-style1 .butn-big:hover, .color-style1
      input[type=button].butn-big:hover, .color-style1
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #285b95;
        border-color: #759cc6; }
      .color-style1 .butn-big:focus, .color-style1
      input[type=button].butn-big:focus, .color-style1
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #ffd79f;
        border-color: #ffb44a; }
      .color-style1 .butn-big.big-cancel, .color-style1
      input[type=button].butn-big.big-cancel, .color-style1
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #757575;
        border-color: #cccccc; }
        .color-style1 .butn-big.big-cancel:hover, .color-style1
        input[type=button].butn-big.big-cancel:hover, .color-style1
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #666666;
          border-color: #bdbdbd; }
        .color-style1 .butn-big.big-cancel:focus, .color-style1
        input[type=button].butn-big.big-cancel:focus, .color-style1
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #dedede;
          border-color: #ffb44a; }
  .color-style2 .butn, .color-style2
  input[type=button].butn, .color-style2
  input[type=submit].butn {
    color: #fff;
    background-color: #a83d3d; }
    .color-style2 .butn:hover, .color-style2
    input[type=button].butn:hover, .color-style2
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #be4f4f; }
    .color-style2 .butn:focus, .color-style2
    input[type=button].butn:focus, .color-style2
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffc36d; }
    .color-style2 .butn-big, .color-style2
    input[type=button].butn-big, .color-style2
    input[type=submit].butn-big {
      color: #fff;
      background-color: #a83d3d;
      border-color: #e05757; }
      .color-style2 .butn-big:hover, .color-style2
      input[type=button].butn-big:hover, .color-style2
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #be4f4f;
        border-color: #ed9f9f; }
      .color-style2 .butn-big:focus, .color-style2
      input[type=button].butn-big:focus, .color-style2
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffc36d;
        border-color: #e39019; }
      .color-style2 .butn-big.big-cancel, .color-style2
      input[type=button].butn-big.big-cancel, .color-style2
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #757575;
        border-color: #cccccc; }
        .color-style2 .butn-big.big-cancel:hover, .color-style2
        input[type=button].butn-big.big-cancel:hover, .color-style2
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #666666;
          border-color: #bdbdbd; }
        .color-style2 .butn-big.big-cancel:focus, .color-style2
        input[type=button].butn-big.big-cancel:focus, .color-style2
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #dedede;
          border-color: #ffb852; }
  .color-style2.template-7 .butn, .color-style2.template-7
  input[type=button].butn, .color-style2.template-7
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style2.template-7 .butn:hover, .color-style2.template-7
    input[type=button].butn:hover, .color-style2.template-7
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style2.template-7 .butn:focus, .color-style2.template-7
    input[type=button].butn:focus, .color-style2.template-7
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style2.template-7 .butn-big, .color-style2.template-7
    input[type=button].butn-big, .color-style2.template-7
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style2.template-7 .butn-big:hover, .color-style2.template-7
      input[type=button].butn-big:hover, .color-style2.template-7
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style2.template-7 .butn-big:focus, .color-style2.template-7
      input[type=button].butn-big:focus, .color-style2.template-7
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style2.template-7 .butn-big.big-cancel, .color-style2.template-7
      input[type=button].butn-big.big-cancel, .color-style2.template-7
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style2.template-7 .butn-big.big-cancel:hover, .color-style2.template-7
        input[type=button].butn-big.big-cancel:hover, .color-style2.template-7
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style2.template-7 .butn-big.big-cancel:focus, .color-style2.template-7
        input[type=button].butn-big.big-cancel:focus, .color-style2.template-7
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style3 .butn, .color-style3
  input[type=button].butn, .color-style3
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style3 .butn:hover, .color-style3
    input[type=button].butn:hover, .color-style3
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style3 .butn:focus, .color-style3
    input[type=button].butn:focus, .color-style3
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style3 .butn-big, .color-style3
    input[type=button].butn-big, .color-style3
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style3 .butn-big:hover, .color-style3
      input[type=button].butn-big:hover, .color-style3
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style3 .butn-big:focus, .color-style3
      input[type=button].butn-big:focus, .color-style3
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style3 .butn-big.big-cancel, .color-style3
      input[type=button].butn-big.big-cancel, .color-style3
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style3 .butn-big.big-cancel:hover, .color-style3
        input[type=button].butn-big.big-cancel:hover, .color-style3
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style3 .butn-big.big-cancel:focus, .color-style3
        input[type=button].butn-big.big-cancel:focus, .color-style3
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style4 .butn, .color-style4
  input[type=button].butn, .color-style4
  input[type=submit].butn {
    color: #fff;
    background-color: #188144; }
    .color-style4 .butn:hover, .color-style4
    input[type=button].butn:hover, .color-style4
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #15733c; }
    .color-style4 .butn:focus, .color-style4
    input[type=button].butn:focus, .color-style4
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .color-style4 .butn-big, .color-style4
    input[type=button].butn-big, .color-style4
    input[type=submit].butn-big {
      color: #ffffff;
      background-color: #188144;
      border-color: #39ad6a; }
      .color-style4 .butn-big:hover, .color-style4
      input[type=button].butn-big:hover, .color-style4
      input[type=submit].butn-big:hover {
        color: #ffffff;
        background-color: #15733c;
        border-color: #46c27a; }
      .color-style4 .butn-big:focus, .color-style4
      input[type=button].butn-big:focus, .color-style4
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
      .color-style4 .butn-big.big-cancel, .color-style4
      input[type=button].butn-big.big-cancel, .color-style4
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #6d6d6d;
        border-color: #999999; }
        .color-style4 .butn-big.big-cancel:hover, .color-style4
        input[type=button].butn-big.big-cancel:hover, .color-style4
        input[type=submit].butn-big.big-cancel:hover {
          color: #ffffff;
          background-color: #757575;
          border-color: #aaaaaa; }
        .color-style4 .butn-big.big-cancel:focus, .color-style4
        input[type=button].butn-big.big-cancel:focus, .color-style4
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffe2c5;
          border-color: #e44f4f; }
  .color-style4.template-7 .butn, .color-style4.template-7
  input[type=button].butn, .color-style4.template-7
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style4.template-7 .butn:hover, .color-style4.template-7
    input[type=button].butn:hover, .color-style4.template-7
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style4.template-7 .butn:focus, .color-style4.template-7
    input[type=button].butn:focus, .color-style4.template-7
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style4.template-7 .butn-big, .color-style4.template-7
    input[type=button].butn-big, .color-style4.template-7
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style4.template-7 .butn-big:hover, .color-style4.template-7
      input[type=button].butn-big:hover, .color-style4.template-7
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style4.template-7 .butn-big:focus, .color-style4.template-7
      input[type=button].butn-big:focus, .color-style4.template-7
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style4.template-7 .butn-big.big-cancel, .color-style4.template-7
      input[type=button].butn-big.big-cancel, .color-style4.template-7
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style4.template-7 .butn-big.big-cancel:hover, .color-style4.template-7
        input[type=button].butn-big.big-cancel:hover, .color-style4.template-7
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style4.template-7 .butn-big.big-cancel:focus, .color-style4.template-7
        input[type=button].butn-big.big-cancel:focus, .color-style4.template-7
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style5 .butn, .color-style5
  input[type=button].butn, .color-style5
  input[type=submit].butn {
    color: #353535;
    background-color: #ff9999; }
    .color-style5 .butn:hover, .color-style5
    input[type=button].butn:hover, .color-style5
    input[type=submit].butn:hover {
      color: #000;
      background-color: #faa; }
    .color-style5 .butn:focus, .color-style5
    input[type=button].butn:focus, .color-style5
    input[type=submit].butn:focus {
      color: #000;
      background-color: #ffe2c5; }
    .color-style5 .butn-big, .color-style5
    input[type=button].butn-big, .color-style5
    input[type=submit].butn-big {
      color: #000;
      background-color: #ff9999;
      border-color: #ffbcbc; }
      .color-style5 .butn-big:hover, .color-style5
      input[type=button].butn-big:hover, .color-style5
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #faa;
        border-color: #ffcdcd; }
      .color-style5 .butn-big:focus, .color-style5
      input[type=button].butn-big:focus, .color-style5
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #ffe2c5;
        border-color: #ea6e6e; }
      .color-style5 .butn-big.big-cancel, .color-style5
      input[type=button].butn-big.big-cancel, .color-style5
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #aaaaaa;
        border-color: #cccccc; }
        .color-style5 .butn-big.big-cancel:hover, .color-style5
        input[type=button].butn-big.big-cancel:hover, .color-style5
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #cccccc;
          border-color: #aaaaaa; }
        .color-style5 .butn-big.big-cancel:focus, .color-style5
        input[type=button].butn-big.big-cancel:focus, .color-style5
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #ffe2c5;
          border-color: #ea6e6e; }
  .color-style6 .butn, .color-style6
  input[type=button].butn, .color-style6
  input[type=submit].butn {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .butn:hover, .color-style6
    input[type=button].butn:hover, .color-style6
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #9733ad; }
    .color-style6 .butn:focus, .color-style6
    input[type=button].butn:focus, .color-style6
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .color-style6 .butn-big, .color-style6
    input[type=button].butn-big, .color-style6
    input[type=submit].butn-big {
      color: #fff;
      background-color: #802b93;
      border-color: #aa57bd; }
      .color-style6 .butn-big:hover, .color-style6
      input[type=button].butn-big:hover, .color-style6
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #9733ad;
        border-color: #b66fc7; }
      .color-style6 .butn-big:focus, .color-style6
      input[type=button].butn-big:focus, .color-style6
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #b66fc7; }
      .color-style6 .butn-big.big-cancel, .color-style6
      input[type=button].butn-big.big-cancel, .color-style6
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #6d6d6d;
        border-color: #999999; }
        .color-style6 .butn-big.big-cancel:hover, .color-style6
        input[type=button].butn-big.big-cancel:hover, .color-style6
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #757575;
          border-color: #aaaaaa; }
        .color-style6 .butn-big.big-cancel:focus, .color-style6
        input[type=button].butn-big.big-cancel:focus, .color-style6
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffe2c5;
          border-color: #b66fc7; }

/*-------------------------------------------------------------- 標題*/
.title-paging,
.tool-button .light-box .light-box-content .title {
  color: #008269;
  padding: 0 5px;
  line-height: normal;
  font-size: 1.56rem;
  font-weight: bold;
  margin: 7px 0 10px;
  border-bottom: 4px solid #008269;
  padding-bottom: 2px;
  box-shadow: 0px 3px 0px 0px #ddd;
  /* English Version */ }
  .title-paging.full,
  .tool-button .light-box .light-box-content .title.full {
    margin: 5px 0 25px; }
  html:lang(en) .title-paging, html:lang(en)
  .tool-button .light-box .light-box-content .title {
    font-size: 1.35rem; }

h1.h1-page-title {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 5px 0;
  line-height: normal;
  margin-bottom: 10px;
  border-bottom: 4px solid #008269;
  box-shadow: 0px 3px 0px 0px #ddd;
  color: #575757;
  position: relative; }

h2.h2-title, .template-2 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2 {
  color: #008269;
  padding: 0 5px;
  line-height: normal;
  font-size: 1.56rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px solid #008269;
  padding-bottom: 5px;
  box-shadow: 0px 2px 0px 0px #ddd;
  /* English Version */ }
  html:lang(en) h2.h2-title, html:lang(en) .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content html:lang(en) h2 {
    font-size: 1.35rem; }

h2.h2-page-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 20px;
  border-top: 4px solid #008269;
  color: #575757;
  position: relative;
  background-color: #f5f5f5;
  /* English Version */ }
  html:lang(en) h2.h2-page-title {
    font-size: 1.35rem; }

h3.title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #777;
  margin: 25px 0 15px;
  border-bottom: 3px solid #cccccc; }

/*-------------------------------------------------------------- template*/
.template-2 .title-paging,
.template-2 .tool-button .light-box .light-box-content .title {
  font-size: 1.35rem;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  margin-top: 0;
  padding: 5px 0 5px 10px;
  background-color: #fbfbfb;
  box-shadow: none; }

.template-2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-2 .title, .template-4 .lightBox-bg .lightBox-content .template-2 .title, .template-5 .lightBox-bg .lightBox-content .template-2 .title, .template-6 .lightBox-bg .lightBox-content .template-2 .title, .template-7 .lightBox-bg .lightBox-content .template-2 .title, .template-12 .lightBox-bg .lightBox-content .template-2 .title, .color-style1 .lightBox-bg .lightBox-content .template-2 .title, .color-style2 .lightBox-bg .lightBox-content .template-2 .title, .color-style3 .lightBox-bg .lightBox-content .template-2 .title, .color-style4 .lightBox-bg .lightBox-content .template-2 .title, .color-style5 .lightBox-bg .lightBox-content .template-2 .title, .color-style6 .lightBox-bg .lightBox-content .template-2 .title, .template-2 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-2 h2, .template-2 h2.h2-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  background-color: #fbfbfb; }

.template-2 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  margin-bottom: 15px; }

.template-3 .title-paging,
.template-3 .tool-button .light-box .light-box-content .title {
  font-size: 1.35rem;
  color: #575757;
  border-bottom: none;
  border-left: 5px solid #49304a;
  margin-top: 0;
  padding: 5px 0 5px 10px;
  box-shadow: none;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 ); }

.template-3 .tool-button .light-box .light-box-content .title {
  width: calc(100% - 65px); }

.template-3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3 .title, .template-3 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-3 .title, .template-5 .lightBox-bg .lightBox-content .template-3 .title, .template-6 .lightBox-bg .lightBox-content .template-3 .title, .template-7 .lightBox-bg .lightBox-content .template-3 .title, .template-12 .lightBox-bg .lightBox-content .template-3 .title, .color-style1 .lightBox-bg .lightBox-content .template-3 .title, .color-style2 .lightBox-bg .lightBox-content .template-3 .title, .color-style3 .lightBox-bg .lightBox-content .template-3 .title, .color-style4 .lightBox-bg .lightBox-content .template-3 .title, .color-style5 .lightBox-bg .lightBox-content .template-3 .title, .color-style6 .lightBox-bg .lightBox-content .template-3 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3 h2.h2-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: none;
  border-left: 5px solid #49304a;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 ); }

.template-3 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  border: none;
  margin-bottom: 15px; }

.template-4 .title-paging,
.template-4 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  text-align: left;
  color: #015488;
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  border: 3px solid #ddd;
  border-left: 5px solid #48c1d6;
  box-shadow: none; }

.template-4 .tool-button .light-box .light-box-content .title {
  width: calc(100% - 70px); }

.template-4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-4 .title, .template-3 .lightBox-bg .lightBox-content .template-4 .title, .template-4 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-4 .title, .template-6 .lightBox-bg .lightBox-content .template-4 .title, .template-7 .lightBox-bg .lightBox-content .template-4 .title, .template-12 .lightBox-bg .lightBox-content .template-4 .title, .color-style1 .lightBox-bg .lightBox-content .template-4 .title, .color-style2 .lightBox-bg .lightBox-content .template-4 .title, .color-style3 .lightBox-bg .lightBox-content .template-4 .title, .color-style4 .lightBox-bg .lightBox-content .template-4 .title, .color-style5 .lightBox-bg .lightBox-content .template-4 .title, .color-style6 .lightBox-bg .lightBox-content .template-4 .title, .template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-4 h2, .template-4 h2.h2-page-title {
  font-size: 1.375rem;
  text-align: left;
  color: #015488;
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  border: 3px solid #ddd;
  border-left: 5px solid #48c1d6;
  box-shadow: none; }

.template-5 .title-paging,
.template-5 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  color: #686868;
  border-bottom: 3px solid #f69537;
  margin-top: 0;
  padding: 5px 15px;
  background-color: #f4f4f4;
  box-shadow: none; }

.template-5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-5 .title, .template-3 .lightBox-bg .lightBox-content .template-5 .title, .template-4 .lightBox-bg .lightBox-content .template-5 .title, .template-5 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-5 .title, .template-7 .lightBox-bg .lightBox-content .template-5 .title, .template-12 .lightBox-bg .lightBox-content .template-5 .title, .color-style1 .lightBox-bg .lightBox-content .template-5 .title, .color-style2 .lightBox-bg .lightBox-content .template-5 .title, .color-style3 .lightBox-bg .lightBox-content .template-5 .title, .color-style4 .lightBox-bg .lightBox-content .template-5 .title, .color-style5 .lightBox-bg .lightBox-content .template-5 .title, .color-style6 .lightBox-bg .lightBox-content .template-5 .title, .template-5 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-5 h2, .template-5 h2.h2-page-title {
  font-size: 1.375rem;
  color: #686868;
  border-top: none;
  border-bottom: 3px solid #f69537;
  margin-top: 0;
  padding: 5px 15px;
  background-color: #f4f4f4;
  box-shadow: none; }

.template-5 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  margin-bottom: 15px; }

.template-6 .title-paging,
.template-6 .tool-button .light-box .light-box-content .title {
  font-size: 1.5rem;
  text-align: left;
  color: #014b79;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  padding: 0 8px 5px;
  position: relative;
  border: none;
  border-bottom: 3px solid #7090ac;
  background: none;
  box-shadow: none; }
  .template-6 .title-paging::after,
  .template-6 .tool-button .light-box .light-box-content .title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.template-6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-6 .title, .template-3 .lightBox-bg .lightBox-content .template-6 .title, .template-4 .lightBox-bg .lightBox-content .template-6 .title, .template-5 .lightBox-bg .lightBox-content .template-6 .title, .template-6 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-6 .title, .template-12 .lightBox-bg .lightBox-content .template-6 .title, .color-style1 .lightBox-bg .lightBox-content .template-6 .title, .color-style2 .lightBox-bg .lightBox-content .template-6 .title, .color-style3 .lightBox-bg .lightBox-content .template-6 .title, .color-style4 .lightBox-bg .lightBox-content .template-6 .title, .color-style5 .lightBox-bg .lightBox-content .template-6 .title, .color-style6 .lightBox-bg .lightBox-content .template-6 .title, .template-6 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-6 h2, .template-6 h2.h2-page-title {
  font-size: 1.5rem;
  text-align: left;
  color: #014b79;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  padding: 0 8px 5px;
  position: relative;
  border: none;
  border-bottom: 3px solid #7090ac;
  background: none;
  box-shadow: none; }
  .template-6 h2.h2-title::after, .template-2 .lightBox-bg .lightBox-content .template-6 .title::after, .template-3 .lightBox-bg .lightBox-content .template-6 .title::after, .template-4 .lightBox-bg .lightBox-content .template-6 .title::after, .template-5 .lightBox-bg .lightBox-content .template-6 .title::after, .template-6 .lightBox-bg .lightBox-content .title::after, .template-7 .lightBox-bg .lightBox-content .template-6 .title::after, .template-12 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style1 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style2 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style3 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style4 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style5 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style6 .lightBox-bg .lightBox-content .template-6 .title::after, .template-6 .template-3.color-style1 .lightBox-bg .lightBox-content h2::after, .template-3.color-style1 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style2 .lightBox-bg .lightBox-content h2::after, .template-3.color-style2 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style3 .lightBox-bg .lightBox-content h2::after, .template-3.color-style3 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style4 .lightBox-bg .lightBox-content h2::after, .template-3.color-style4 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style5 .lightBox-bg .lightBox-content h2::after, .template-3.color-style5 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style6 .lightBox-bg .lightBox-content h2::after, .template-3.color-style6 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 h2.h2-page-title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.template-7 .title-paging,
.template-7 .tool-button .light-box .light-box-content .title {
  text-align: left;
  color: #4A824A;
  font-size: 1.5rem;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #4A824A;
  padding: 0 0 3px 18px;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-7 .title-paging::before,
  .template-7 .tool-button .light-box .light-box-content .title::before {
    content: '';
    width: 6px;
    height: 26px;
    display: block;
    background-color: #4A824A;
    position: absolute;
    top: 4px;
    left: 5px; }

.template-7 .title-paging {
  text-align: center;
  padding: 0; }

.template-7 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-7 .title, .template-3 .lightBox-bg .lightBox-content .template-7 .title, .template-4 .lightBox-bg .lightBox-content .template-7 .title, .template-5 .lightBox-bg .lightBox-content .template-7 .title, .template-6 .lightBox-bg .lightBox-content .template-7 .title, .template-7 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-7 .title, .color-style1 .lightBox-bg .lightBox-content .template-7 .title, .color-style2 .lightBox-bg .lightBox-content .template-7 .title, .color-style3 .lightBox-bg .lightBox-content .template-7 .title, .color-style4 .lightBox-bg .lightBox-content .template-7 .title, .color-style5 .lightBox-bg .lightBox-content .template-7 .title, .color-style6 .lightBox-bg .lightBox-content .template-7 .title, .template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-7 h2, .template-7 h2.h2-page-title {
  text-align: left;
  color: #4A824A;
  font-size: 1.5rem;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #4A824A;
  padding: 0 0 3px 18px;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-7 h2.h2-title::before, .template-2 .lightBox-bg .lightBox-content .template-7 .title::before, .template-3 .lightBox-bg .lightBox-content .template-7 .title::before, .template-4 .lightBox-bg .lightBox-content .template-7 .title::before, .template-5 .lightBox-bg .lightBox-content .template-7 .title::before, .template-6 .lightBox-bg .lightBox-content .template-7 .title::before, .template-7 .lightBox-bg .lightBox-content .title::before, .template-12 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style1 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style2 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style3 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style4 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style5 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style6 .lightBox-bg .lightBox-content .template-7 .title::before, .template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 h2.h2-page-title::before {
    content: '';
    width: 6px;
    height: 26px;
    display: block;
    background-color: #4A824A;
    position: absolute;
    top: 4px;
    left: 5px; }

.template-7 .lightBox-bg .lightBox-content .title {
  margin-bottom: 15px; }

.template-12 .title-paging,
.template-12 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  padding: 0 0 10px 0;
  margin: 0 0 25px;
  text-align: center;
  color: #575757;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-12 .title-paging::before,
  .template-12 .tool-button .light-box .light-box-content .title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0a3f7b transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px; }

.template-12 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-12 .title, .template-3 .lightBox-bg .lightBox-content .template-12 .title, .template-4 .lightBox-bg .lightBox-content .template-12 .title, .template-5 .lightBox-bg .lightBox-content .template-12 .title, .template-6 .lightBox-bg .lightBox-content .template-12 .title, .template-7 .lightBox-bg .lightBox-content .template-12 .title, .template-12 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-12 .title, .color-style2 .lightBox-bg .lightBox-content .template-12 .title, .color-style3 .lightBox-bg .lightBox-content .template-12 .title, .color-style4 .lightBox-bg .lightBox-content .template-12 .title, .color-style5 .lightBox-bg .lightBox-content .template-12 .title, .color-style6 .lightBox-bg .lightBox-content .template-12 .title, .template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-12 h2, .template-12 h2.h2-page-title {
  font-size: 1.375rem;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
  text-align: center;
  color: #575757;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-12 h2.h2-title::before, .template-2 .lightBox-bg .lightBox-content .template-12 .title::before, .template-3 .lightBox-bg .lightBox-content .template-12 .title::before, .template-4 .lightBox-bg .lightBox-content .template-12 .title::before, .template-5 .lightBox-bg .lightBox-content .template-12 .title::before, .template-6 .lightBox-bg .lightBox-content .template-12 .title::before, .template-7 .lightBox-bg .lightBox-content .template-12 .title::before, .template-12 .lightBox-bg .lightBox-content .title::before, .color-style1 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style2 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style3 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style4 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style5 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style6 .lightBox-bg .lightBox-content .template-12 .title::before, .template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 h2.h2-page-title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0a3f7b transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px; }

.color-style1 .title-paging,
.color-style1 .tool-button .light-box .light-box-content .title {
  color: #345f8f;
  border-color: #36669c; }

.color-style1 h1.h1-page-title {
  border-color: #36669c;
  color: #575757; }

.color-style1 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style1 .title, .template-3 .lightBox-bg .lightBox-content .color-style1 .title, .template-4 .lightBox-bg .lightBox-content .color-style1 .title, .template-5 .lightBox-bg .lightBox-content .color-style1 .title, .template-6 .lightBox-bg .lightBox-content .color-style1 .title, .template-7 .lightBox-bg .lightBox-content .color-style1 .title, .template-12 .lightBox-bg .lightBox-content .color-style1 .title, .color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .color-style1 .title, .color-style3 .lightBox-bg .lightBox-content .color-style1 .title, .color-style4 .lightBox-bg .lightBox-content .color-style1 .title, .color-style5 .lightBox-bg .lightBox-content .color-style1 .title, .color-style6 .lightBox-bg .lightBox-content .color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .color-style1 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1 h2 {
  color: #345f8f;
  border-color: #36669c; }

.color-style1 h2.h2-page-title {
  border-color: #36669c;
  color: #575757; }

.color-style1.template-4 .title-paging,
.color-style1.template-4 .tool-button .light-box .light-box-content .title,
.color-style1.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style1.template-4 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style1.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-4 h2, .color-style1.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style1.template-7 .title-paging,
.color-style1.template-7 .tool-button .light-box .light-box-content .title,
.color-style1.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style1.template-7 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style1.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 h2.h2-page-title {
  color: #2B79B6;
  border-bottom-color: #2B79B6; }
  .color-style1.template-7 .title-paging::before,
  .color-style1.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style1.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style1.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style1.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 h2.h2-page-title::before {
    background-color: #2B79B6; }

.color-style1.template-12 .title-paging,
.color-style1.template-12 .tool-button .light-box .light-box-content .title,
.color-style1.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style1.template-12 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style1.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 h2, .color-style1.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style1.template-12 .title-paging::before,
  .color-style1.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style1.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style1.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style1.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before, .color-style1.template-12 h2.h2-page-title::before {
    border-color: #36669c transparent transparent transparent; }

.color-style2 .title-paging,
.color-style2 .tool-button .light-box .light-box-content .title {
  color: #875252;
  border-color: #811818; }

.color-style2 h1.h1-page-title {
  border-color: #811818;
  color: #575757; }

.color-style2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style2 .title, .template-3 .lightBox-bg .lightBox-content .color-style2 .title, .template-4 .lightBox-bg .lightBox-content .color-style2 .title, .template-5 .lightBox-bg .lightBox-content .color-style2 .title, .template-6 .lightBox-bg .lightBox-content .color-style2 .title, .template-7 .lightBox-bg .lightBox-content .color-style2 .title, .template-12 .lightBox-bg .lightBox-content .color-style2 .title, .color-style1 .lightBox-bg .lightBox-content .color-style2 .title, .color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .color-style2 .title, .color-style4 .lightBox-bg .lightBox-content .color-style2 .title, .color-style5 .lightBox-bg .lightBox-content .color-style2 .title, .color-style6 .lightBox-bg .lightBox-content .color-style2 .title, .color-style2 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2 h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .color-style2 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2 h2 {
  color: #875252;
  border-color: #811818; }

.color-style2 h2.h2-page-title {
  border-color: #811818;
  color: #575757; }

.color-style2.template-4 .title-paging,
.color-style2.template-4 .tool-button .light-box .light-box-content .title,
.color-style2.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style2.template-4 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style2.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-4 h2, .color-style2.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style2.template-7 .title-paging,
.color-style2.template-7 .tool-button .light-box .light-box-content .title,
.color-style2.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style2.template-7 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style2.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 h2.h2-page-title {
  color: #AD6114;
  border-bottom-color: #AD6114; }
  .color-style2.template-7 .title-paging::before,
  .color-style2.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style2.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style2.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style2.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 h2.h2-page-title::before {
    background-color: #AD6114; }

.color-style2.template-12 .title-paging,
.color-style2.template-12 .tool-button .light-box .light-box-content .title,
.color-style2.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style2.template-12 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style2.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 h2, .color-style2.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style2.template-12 .title-paging::before,
  .color-style2.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style2.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style2.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style2.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before, .color-style2.template-12 h2.h2-page-title::before {
    border-color: #5e0a0a transparent transparent transparent; }

.color-style3 .title-paging,
.color-style3 .tool-button .light-box .light-box-content .title {
  color: #9c5c00;
  border-color: #ca7700; }

.color-style3 h1.h1-page-title {
  border-color: #ca7700;
  color: #575757; }

.color-style3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style3 .title, .template-3 .lightBox-bg .lightBox-content .color-style3 .title, .template-4 .lightBox-bg .lightBox-content .color-style3 .title, .template-5 .lightBox-bg .lightBox-content .color-style3 .title, .template-6 .lightBox-bg .lightBox-content .color-style3 .title, .template-7 .lightBox-bg .lightBox-content .color-style3 .title, .template-12 .lightBox-bg .lightBox-content .color-style3 .title, .color-style1 .lightBox-bg .lightBox-content .color-style3 .title, .color-style2 .lightBox-bg .lightBox-content .color-style3 .title, .color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .color-style3 .title, .color-style5 .lightBox-bg .lightBox-content .color-style3 .title, .color-style6 .lightBox-bg .lightBox-content .color-style3 .title, .color-style3 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3 h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .color-style3 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3 h2 {
  color: #9c5c00;
  border-color: #ca7700; }

.color-style3 h2.h2-page-title {
  border-color: #ca7700;
  color: #575757; }

.color-style3.template-4 .title-paging,
.color-style3.template-4 .tool-button .light-box .light-box-content .title,
.color-style3.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style3.template-4 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style3.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-4 h2, .color-style3.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style3.template-5 .title-paging {
  color: #8c5301;
  border-color: #F5A24A;
  background-color: #ffe6cc; }

.color-style3.template-5 .tool-button .light-box .light-box-content .title,
.color-style3.template-5 h1.h1-page-title,
.color-style3.template-5 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style3.template-5 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style3.template-5 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 h2.h2-page-title {
  color: #595959;
  border-color: #F5A24A;
  background-color: #ffe6cc; }

.color-style3.template-7 .title-paging,
.color-style3.template-7 .tool-button .light-box .light-box-content .title,
.color-style3.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style3.template-7 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style3.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 h2.h2-page-title {
  color: #018378;
  border-bottom-color: #018378; }
  .color-style3.template-7 .title-paging::before,
  .color-style3.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style3.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style3.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style3.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 h2.h2-page-title::before {
    background-color: #018378; }

.color-style3.template-12 .title-paging,
.color-style3.template-12 .tool-button .light-box .light-box-content .title,
.color-style3.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style3.template-12 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style3.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 h2, .color-style3.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style3.template-12 .title-paging::before,
  .color-style3.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style3.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style3.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style3.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before, .color-style3.template-12 h2.h2-page-title::before {
    border-color: #ca7700 transparent transparent transparent; }

.color-style4 .title-paging,
.color-style4 .tool-button .light-box .light-box-content .title {
  color: #188144;
  border-color: #188144; }

.color-style4 h1.h1-page-title {
  border-color: #188144;
  color: #575757; }

.color-style4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style4 .title, .template-3 .lightBox-bg .lightBox-content .color-style4 .title, .template-4 .lightBox-bg .lightBox-content .color-style4 .title, .template-5 .lightBox-bg .lightBox-content .color-style4 .title, .template-6 .lightBox-bg .lightBox-content .color-style4 .title, .template-7 .lightBox-bg .lightBox-content .color-style4 .title, .template-12 .lightBox-bg .lightBox-content .color-style4 .title, .color-style1 .lightBox-bg .lightBox-content .color-style4 .title, .color-style2 .lightBox-bg .lightBox-content .color-style4 .title, .color-style3 .lightBox-bg .lightBox-content .color-style4 .title, .color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .color-style4 .title, .color-style6 .lightBox-bg .lightBox-content .color-style4 .title, .color-style4 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4 h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .color-style4 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4 h2 {
  color: #188144;
  border-color: #188144; }

.color-style4 h2.h2-page-title {
  border-color: #188144;
  color: #575757; }

.color-style4.template-4 .title-paging,
.color-style4.template-4 .tool-button .light-box .light-box-content .title,
.color-style4.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style4.template-4 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style4.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-4 h2, .color-style4.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style4.template-7 .title-paging,
.color-style4.template-7 .tool-button .light-box .light-box-content .title,
.color-style4.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style4.template-7 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style4.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 h2.h2-page-title {
  color: #378166;
  border-bottom-color: #378166; }
  .color-style4.template-7 .title-paging::before,
  .color-style4.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style4.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style4.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style4.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 h2.h2-page-title::before {
    background-color: #378166; }

.color-style4.template-12 .title-paging,
.color-style4.template-12 .tool-button .light-box .light-box-content .title,
.color-style4.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style4.template-12 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style4.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 h2, .color-style4.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style4.template-12 .title-paging::before,
  .color-style4.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style4.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style4.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style4.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before, .color-style4.template-12 h2.h2-page-title::before {
    border-color: #0a5e10 transparent transparent transparent; }

.color-style5 .title-paging,
.color-style5 .tool-button .light-box .light-box-content .title {
  color: #ce4242;
  border-color: #ffa9a9; }

.color-style5 h1.h1-page-title {
  border-color: #ffa9a9;
  box-shadow: 0px 3px 0px 0px #ddd;
  color: #575757; }

.color-style5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style5 .title, .template-3 .lightBox-bg .lightBox-content .color-style5 .title, .template-4 .lightBox-bg .lightBox-content .color-style5 .title, .template-5 .lightBox-bg .lightBox-content .color-style5 .title, .template-6 .lightBox-bg .lightBox-content .color-style5 .title, .template-7 .lightBox-bg .lightBox-content .color-style5 .title, .template-12 .lightBox-bg .lightBox-content .color-style5 .title, .color-style1 .lightBox-bg .lightBox-content .color-style5 .title, .color-style2 .lightBox-bg .lightBox-content .color-style5 .title, .color-style3 .lightBox-bg .lightBox-content .color-style5 .title, .color-style4 .lightBox-bg .lightBox-content .color-style5 .title, .color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .color-style5 .title, .color-style5 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style5 h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .color-style5 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style5 h2 {
  color: #ce4242;
  border-color: #ffa9a9; }

.color-style5 h2.h2-page-title {
  border-color: #ffa9a9;
  color: #575757; }

.color-style5.template-4 .title-paging,
.color-style5.template-4 .tool-button .light-box .light-box-content .title,
.color-style5.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style5.template-4 .lightBox-bg .lightBox-content .title,
.color-style6 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style5.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-4 h2, .color-style5.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style5.template-12 .title-paging,
.color-style5.template-12 .tool-button .light-box .light-box-content .title,
.color-style5.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style5.template-12 .lightBox-bg .lightBox-content .title,
.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style5.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 h2, .color-style5.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style5.template-12 .title-paging::before,
  .color-style5.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style5.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style5.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style5.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before, .color-style5.template-12 h2.h2-page-title::before {
    border-color: #ffa9a9 transparent transparent transparent; }

.color-style6 .title-paging,
.color-style6 .tool-button .light-box .light-box-content .title {
  color: #802b93;
  border-color: #802b93; }

.color-style6 h1.h1-page-title {
  border-color: #802b93;
  color: #575757; }

.color-style6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style6 .title, .template-3 .lightBox-bg .lightBox-content .color-style6 .title, .template-4 .lightBox-bg .lightBox-content .color-style6 .title, .template-5 .lightBox-bg .lightBox-content .color-style6 .title, .template-6 .lightBox-bg .lightBox-content .color-style6 .title, .template-7 .lightBox-bg .lightBox-content .color-style6 .title, .template-12 .lightBox-bg .lightBox-content .color-style6 .title, .color-style1 .lightBox-bg .lightBox-content .color-style6 .title, .color-style2 .lightBox-bg .lightBox-content .color-style6 .title, .color-style3 .lightBox-bg .lightBox-content .color-style6 .title, .color-style4 .lightBox-bg .lightBox-content .color-style6 .title, .color-style5 .lightBox-bg .lightBox-content .color-style6 .title, .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style6 h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2 {
  color: #802b93;
  border-color: #802b93; }

.color-style6 h2.h2-page-title {
  border-color: #802b93;
  color: #575757; }

.color-style6.template-4 .title-paging,
.color-style6.template-4 .tool-button .light-box .light-box-content .title,
.color-style6.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style6.template-4 .lightBox-bg .lightBox-content .title,
.color-style6.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-4 h2, .color-style6.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style6.template-12 .title-paging,
.color-style6.template-12 .tool-button .light-box .light-box-content .title,
.color-style6.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style6.template-12 .lightBox-bg .lightBox-content .title,
.color-style6.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-12 h2, .color-style6.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style6.template-12 .title-paging::before,
  .color-style6.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style6.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style6.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style6.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before, .color-style6.template-12 h2.h2-page-title::before {
    border-color: #5e146e transparent transparent transparent; }

/*-------------------------------------------------------------- 表單*/
.fill-form {
  background-color: #f5f5f5;
  padding: 0.5rem 0;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */ }
  .fill-form-note {
    color: #e00;
    margin: 30px 0 10px; }
    h2.h2-page-title + .fill-form-note,
    .title-paging + .fill-form-note {
      margin-top: 0; }
  .fill-form-title {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 15px 0 10px;
    color: #777; }
  .fill-form .fill-data {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    margin: 0 auto; }
    .fill-form .fill-data a:not([class*='butn']) {
      color: #184e69; }
      .fill-form .fill-data a:not([class*='butn']):hover {
        text-decoration: underline; }
      .fill-form .fill-data a:not([class*='butn']):focus {
        outline: none;
        border: 2px dashed #ff9800 !important; }
    .fill-form .fill-data .data {
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      position: relative; }
      .fill-form .fill-data .data > label {
        width: 90px;
        padding-top: 5px; }
        html:lang(en) .fill-form .fill-data .data > label {
          width: 250px; }
      .fill-form .fill-data .data .focus-red {
        color: #d00; }
      .fill-form .fill-data .data label.radio-checkbox {
        display: inline-block; }
        .fill-form .fill-data .data label.radio-checkbox:focus-within {
          border: 2px dashed #ff9800; }
        .fill-form .fill-data .data label.radio-checkbox input[type=radio],
        .fill-form .fill-data .data label.radio-checkbox input[type=checkbox] {
          margin-right: 5px; }
      .fill-form .fill-data .data .box {
        width: calc(100% - 90px);
        margin-left: 15px; }
        html:lang(en) .fill-form .fill-data .data .box {
          width: calc(100% - 250px); }
        .fill-form .fill-data .data .box > div {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .fill-form .fill-data .data .box > div.div-block {
            display: block; }
            .fill-form .fill-data .data .box > div.div-block .symbol {
              padding: 0 5px; }
          .fill-form .fill-data .data .box > div.div-wrap {
            flex-wrap: wrap; }
          .fill-form .fill-data .data .box > div > div {
            height: 34px;
            line-height: 34px; }
          .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.two select {
            width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]) + input,
            .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.two select + input,
            .fill-form .fill-data .data .box > div.two select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.two > div {
            width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.two > div input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.two > div select {
              width: 100%; }
            .fill-form .fill-data .data .box > div.two > div + div {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.two.symbol input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.two.symbol select {
            width: calc(50% - (36px / 2)); }
          .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.four select {
            width: calc((100% - 20px) / 4); }
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + input,
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.four select + input,
            .fill-form .fill-data .data .box > div.four select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.medium input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium select {
            width: 55%; }
          .fill-form .fill-data .data .box > div.medium.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two select {
            width: calc((55% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.medium.two.symbol input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two.symbol select {
            width: calc(($medium_width / 2) - (36px / 2)); }
          .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small select {
            width: 23%; }
            .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]) + input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.small select + input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.small select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.small.two input,
          .fill-form .fill-data .data .box > div.small.two select {
            width: calc((23% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.small.two.symbol input,
          .fill-form .fill-data .data .box > div.small.two.symbol select {
            width: calc(($small_width / 2) - (36px / 2)); }
          .fill-form .fill-data .data .box > div.link-butn .butn {
            white-space: nowrap;
            padding-left: 8px;
            padding-right: 8px; }
          .fill-form .fill-data .data .box > div.link-butn input + .butn {
            margin-left: 8px; }
          .fill-form .fill-data .data .box > div.verify input:not([type=radio]):not([type=checkbox]) {
            width: 110px;
            margin-right: 12px; }
          .fill-form .fill-data .data .box > div.verify .verify-img {
            margin-right: 12px;
            border: 1px solid #cccccc; }
            .fill-form .fill-data .data .box > div.verify .verify-img img {
              height: 35px; }
          .fill-form .fill-data .data .box > div.verify .voice {
            padding: 3px;
            text-align: center;
            background-color: #e8e8e8;
            border: 1px solid #cccccc;
            border-radius: 50%;
            margin-right: 10px;
            display: inline-block; }
            .fill-form .fill-data .data .box > div.verify .voice img {
              width: 32px;
              height: 32px; }
            .fill-form .fill-data .data .box > div.verify .voice:hover {
              background-color: #d1d0d0; }
          .fill-form .fill-data .data .box > div.verify .refresh {
            color: #184e69;
            background-color: #e8e8e8;
            border-radius: 50px;
            padding: 3px 10px 3px 6px;
            border: 1px solid #cccccc;
            display: inline-block; }
            .fill-form .fill-data .data .box > div.verify .refresh img {
              width: 32px;
              height: 32px;
              vertical-align: -10px; }
            .fill-form .fill-data .data .box > div.verify .refresh:hover {
              text-decoration: none;
              background-color: #d1d0d0; }
          .fill-form .fill-data .data .box > div + * {
            margin-top: 15px; }
          .fill-form .fill-data .data .box > div .symbol {
            min-width: 36px;
            padding: 0 10px;
            text-align: center;
            white-space: nowrap; }
            .fill-form .fill-data .data .box > div .symbol:first-child {
              padding-left: 0; }
        .fill-form .fill-data .data .box.two > div {
          width: 50%;
          float: left;
          margin-top: 0; }
        .fill-form .fill-data .data .box.two::after {
          content: '';
          display: block;
          clear: both; }
        .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']) {
          width: 100%;
          height: 34px;
          padding: 3px 5px;
          border: 2px solid #1ebe9f; }
          .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box select {
          width: 100%;
          height: 34px;
          padding-left: 5px;
          padding-right: 27px;
          border: 2px solid #1ebe9f; }
          .fill-form .fill-data .data .box select:focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box textarea {
          width: 100%;
          height: 120px;
          padding: 5px;
          border: 2px solid #1ebe9f; }
          .fill-form .fill-data .data .box textarea:focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box label {
          height: 34px;
          line-height: 34px; }
          .fill-form .fill-data .data .box label input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box label select {
            width: auto;
            height: 30px; }
          .fill-form .fill-data .data .box label input:not([type=radio]):not([type=checkbox]) {
            width: 170px; }
          .fill-form .fill-data .data .box label.wrap {
            display: block; }
        .fill-form .fill-data .data .box label.radio-checkbox {
          height: auto;
          line-height: 1.5rem;
          margin: 0 8px 0 0; }
          .fill-form .fill-data .data .box label.radio-checkbox:hover {
            color: #1e6385; }
          .fill-form .fill-data .data .box label.radio-checkbox + label.radio-checkbox.wrap {
            margin-top: 5px; }
          .fill-form .fill-data .data .box label.radio-checkbox label {
            height: auto;
            line-height: 1.5rem; }
        .fill-form .fill-data .data .box p {
          width: 100%;
          color: #d00;
          margin-top: 5px; }
          .fill-form .fill-data .data .box p a {
            color: #184e69; }
            .fill-form .fill-data .data .box p a:hover {
              text-decoration: underline; }
  .fill-form .butn-box {
    padding: 1.5rem 1rem 0.8rem;
    text-align: center; }
    .fill-form .butn-box::after {
      content: '';
      display: block;
      clear: both; }
  .fill-form.independence .fill-data {
    width: 100%; }
  .fill-form.independence .data {
    display: block; }
    .fill-form.independence .data > label {
      width: auto !important;
      display: block;
      padding: 0 0 10px; }
    .fill-form.independence .data .box {
      width: 100% !important;
      margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .fill-form .fill-data {
      width: 100%  !important; }
      .fill-form .fill-data .data {
        width: 100% !important;
        display: block; }
        .fill-form .fill-data .data > label {
          width: auto !important;
          display: block;
          padding: 0 0 10px;
          white-space: normal; }
        .fill-form .fill-data .data label.radio-checkbox {
          display: block; }
        .fill-form .fill-data .data .box {
          width: 100% !important;
          margin-left: 0; }
          .fill-form .fill-data .data .box > div.medium input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium select, .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small select {
            width: 50%; }
          .fill-form .fill-data .data .box > div.medium.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two select, .fill-form .fill-data .data .box > div.small.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small.two select {
            width: calc((100% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.four {
            flex-wrap: wrap; }
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.four select {
              width: calc((100% - 20px) / 2); }
              .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + input,
              .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + select,
              .fill-form .fill-data .data .box > div.four select + input,
              .fill-form .fill-data .data .box > div.four select + select {
                margin-left: 20px; }
            .fill-form .fill-data .data .box > div.four *:nth-of-type(2n+1) {
              margin-left: 0; }
            .fill-form .fill-data .data .box > div.four *:nth-of-type(n+3) {
              margin-top: 15px; }
            .fill-form .fill-data .data .box > div.four.symbol input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.four.symbol select {
              width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.four.symbol *:nth-of-type(n+1) {
              margin-top: 15px; }
          .fill-form .fill-data .data .box > div.verify {
            display: block; }
            .fill-form .fill-data .data .box > div.verify input {
              width: 100%;
              margin-bottom: 10px; }
            .fill-form .fill-data .data .box > div.verify .verify-img {
              margin: 0 10px 5px 0; }
            .fill-form .fill-data .data .box > div.verify .voice {
              margin-bottom: 10px; }
          .fill-form .fill-data .data .box.two > div {
            width: 100%;
            float: none; }
          .fill-form .fill-data .data .box label {
            height: auto;
            line-height: normal; }
          .fill-form .fill-data .data .box label.radio-checkbox + label.radio-checkbox {
            margin: 5px 0 0 0; }
    .fill-form .butn-box.two {
      display: flex; }
      .fill-form .butn-box.two > * {
        min-width: inherit;
        width: calc((100% - 15px) / 2); } }
  @media only screen and (max-width: 375px) {
    .fill-form .fill-data .data .box > div.link-butn {
      flex-wrap: wrap; }
      .fill-form .fill-data .data .box > div.link-butn input + .butn,
      .fill-form .fill-data .data .box > div.link-butn .butn + .butn {
        margin: 6px 6px 0 0; } }
  .template-2 .fill-form .fill-data {
    border-color: #ddd; }
    .template-2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-2 .fill-form .fill-data .data .box select,
    .template-2 .fill-form .fill-data .data .box textarea {
      border-color: #a6a6a6; }
      .template-2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-2 .fill-form .fill-data .data .box select:focus,
      .template-2 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-3 .fill-form .fill-data {
    border-color: #ddd; }
    .template-3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-3 .fill-form .fill-data .data .box select,
    .template-3 .fill-form .fill-data .data .box textarea {
      border-color: #956a7f; }
      .template-3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-3 .fill-form .fill-data .data .box select:focus,
      .template-3 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-4 .fill-form .fill-data {
    border-color: #ddd; }
    .template-4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-4 .fill-form .fill-data .data .box select,
    .template-4 .fill-form .fill-data .data .box textarea {
      border-color: #bbb; }
      .template-4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-4 .fill-form .fill-data .data .box select:focus,
      .template-4 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-5 .fill-form .fill-data {
    border-color: #ddd; }
    .template-5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-5 .fill-form .fill-data .data .box select,
    .template-5 .fill-form .fill-data .data .box textarea {
      border-color: #989741; }
      .template-5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-5 .fill-form .fill-data .data .box select:focus,
      .template-5 .fill-form .fill-data .data .box textarea:focus {
        border-color: #e00; }
  .template-6 .fill-form .fill-data {
    border-color: #ddd; }
    .template-6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-6 .fill-form .fill-data .data .box select,
    .template-6 .fill-form .fill-data .data .box textarea {
      border-color: #b9cbd6; }
      .template-6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-6 .fill-form .fill-data .data .box select:focus,
      .template-6 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-7 .fill-form .fill-data {
    border-color: #ddd; }
    .template-7 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-7 .fill-form .fill-data .data .box select,
    .template-7 .fill-form .fill-data .data .box textarea {
      border-color: #b4c0b4; }
      .template-7 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-7 .fill-form .fill-data .data .box select:focus,
      .template-7 .fill-form .fill-data .data .box textarea:focus {
        outline: none;
        border-color: #ff9800; }
  .template-12 .fill-form .fill-data {
    border-color: #ddd; }
    .template-12 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-12 .fill-form .fill-data .data .box select,
    .template-12 .fill-form .fill-data .data .box textarea {
      border-color: #a3b4c3; }
      .template-12 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-12 .fill-form .fill-data .data .box select:focus,
      .template-12 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .color-style1 .fill-form .fill-data,
  .color-style2 .fill-form .fill-data,
  .color-style3 .fill-form .fill-data,
  .color-style4 .fill-form .fill-data,
  .color-style5 .fill-form .fill-data,
  .color-style6 .fill-form .fill-data {
    border-color: #ddd; }
    .color-style1 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style1 .fill-form .fill-data .data .box select,
    .color-style1 .fill-form .fill-data .data .box textarea,
    .color-style2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style2 .fill-form .fill-data .data .box select,
    .color-style2 .fill-form .fill-data .data .box textarea,
    .color-style3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style3 .fill-form .fill-data .data .box select,
    .color-style3 .fill-form .fill-data .data .box textarea,
    .color-style4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style4 .fill-form .fill-data .data .box select,
    .color-style4 .fill-form .fill-data .data .box textarea,
    .color-style5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style5 .fill-form .fill-data .data .box select,
    .color-style5 .fill-form .fill-data .data .box textarea,
    .color-style6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style6 .fill-form .fill-data .data .box select,
    .color-style6 .fill-form .fill-data .data .box textarea {
      border-color: #a6a6a6; }
      .color-style1 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style1 .fill-form .fill-data .data .box select:focus,
      .color-style1 .fill-form .fill-data .data .box textarea:focus,
      .color-style2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style2 .fill-form .fill-data .data .box select:focus,
      .color-style2 .fill-form .fill-data .data .box textarea:focus,
      .color-style3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style3 .fill-form .fill-data .data .box select:focus,
      .color-style3 .fill-form .fill-data .data .box textarea:focus,
      .color-style4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style4 .fill-form .fill-data .data .box select:focus,
      .color-style4 .fill-form .fill-data .data .box textarea:focus,
      .color-style5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style5 .fill-form .fill-data .data .box select:focus,
      .color-style5 .fill-form .fill-data .data .box textarea:focus,
      .color-style6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style6 .fill-form .fill-data .data .box select:focus,
      .color-style6 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }

table caption {
  font-size: 1.5rem;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #777;
  text-align: left; }

@media only screen and (max-width: 768px) {
  table caption {
    width: 100%;
    display: block; } }

/*---------------------------------------------------------- table list*/
table.table-list {
  width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    table.table-list {
      table-layout: fixed;
      word-wrap: break-word; } }
  table.table-list thead tr th {
    color: #fff;
    font-weight: normal;
    padding: 5px 8px;
    text-align: left;
    border: 2px solid #fff;
    background: #008269;
    background: -moz-linear-gradient(top, #008269 0%, #00604e 56%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #008269 0%, #00604e 56%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #008269 0%, #00604e 56%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008269', endColorstr='#00604e',GradientType=0 );
    /* IE6-9 */
    background-color: #008269; }
  table.table-list tbody tr td {
    padding: 5px 8px;
    background-color: #efefef;
    border: 2px solid #fff; }
    table.table-list tbody tr td.empty {
      text-align: center; }
    table.table-list tbody tr td a:not([class*='butn']) {
      color: #1e6385; }
      table.table-list tbody tr td a:not([class*='butn']):hover, table.table-list tbody tr td a:not([class*='butn']):focus {
        outline: none;
        background-color: #FFE16D; }
    table.table-list tbody tr td .top {
      width: 20px;
      margin-right: 5px; }
  @media only screen and (max-width: 768px) {
    table.table-list:not(.no-rwd) {
      width: 100%;
      display: block; }
      table.table-list:not(.no-rwd) thead {
        display: none; }
      table.table-list:not(.no-rwd) tbody {
        width: 100%;
        display: block; }
        table.table-list:not(.no-rwd) tbody tr {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          table.table-list:not(.no-rwd) tbody tr td {
            width: 100% !important;
            display: flex;
            text-align: left !important;
            border: none;
            padding: 10px;
            background-color: #f7f7f7;
            margin-bottom: 2px; }
            table.table-list:not(.no-rwd) tbody tr td.empty {
              display: block;
              text-align: center !important; }
            table.table-list:not(.no-rwd) tbody tr td:first-child {
              border-top: 3px solid #1ebe9f; }
            table.table-list:not(.no-rwd) tbody tr td::before {
              content: attr(data-title);
              font-weight: bold;
              display: inline-block;
              color: #0a987c;
              white-space: nowrap; } }

/*---------------------------------------------------------- table detail*/
table.table-detail {
  width: 100%; }
  table.table-detail th {
    width: 20%;
    background: #1ebe9f;
    border: 2px solid #fff;
    font-weight: normal;
    text-align: left;
    padding: 5px 8px; }
  table.table-detail td {
    width: 80%;
    background-color: #efefef;
    border: 2px solid #fff;
    padding: 5px 8px; }
    table.table-detail td a:not([class*='butn']):hover, table.table-detail td a:not([class*='butn']):focus {
      outline: none;
      background-color: #FFE16D; }
  table.table-detail .invoice th {
    width: 120px;
    text-align: center;
    padding: 5px 2px !important; }
  table.table-detail .invoice td {
    width: 8%;
    text-align: center;
    padding: 5px 2px !important; }
  @media only screen and (max-width: 767px) {
    table.table-detail th, table.table-detail td {
      width: 100%;
      display: block; }
    table.table-detail th {
      color: #fff; }
    table.table-detail .rwd-table {
      display: flex; }
      table.table-detail .rwd-table .invoice {
        width: 100%; }
        table.table-detail .rwd-table .invoice th {
          width: 100%; }
        table.table-detail .rwd-table .invoice td {
          width: 100%; } }

/*---------------------------------------------------------- table of article*/
@media only screen and (max-width: 768px) {
  table.table-article-list {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  table.table-article-list {
    border: none !important;
    display: block; }
    table.table-article-list thead, table.table-article-list .title {
      display: none; }
    table.table-article-list tbody {
      width: 100%;
      display: block; }
      table.table-article-list tbody tr {
        width: 100%;
        display: block;
        padding: 3px 0;
        background-color: #f7f7f7; }
        table.table-article-list tbody tr + tr {
          margin-top: 20px; }
        table.table-article-list tbody tr td {
          width: 100% !important;
          display: flex;
          text-align: left !important;
          align-items: baseline;
          border: none !important;
          padding: 2px 10px !important; }
          table.table-article-list tbody tr td.empty {
            display: block;
            text-align: center !important; }
          table.table-article-list tbody tr td::before {
            content: attr(data-title);
            font-weight: bold;
            color: #08518f;
            display: inline-block;
            white-space: nowrap; }
          table.table-article-list tbody tr td p {
            margin: 5px 0; } }

/*-------------------------------------------------------------- 版型原本色系*/
.template-2 table.table-list thead tr th {
  color: #fff;
  background: #066caa;
  background: -moz-linear-gradient(top, #066caa 0%, #055789 100%);
  background: -webkit-linear-gradient(top, #066caa 0%, #055789 100%);
  background: linear-gradient(to bottom, #066caa 0%, #055789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066caa', endColorstr='#055789',GradientType=0 );
  background-color: #066caa; }

@media only screen and (max-width: 768px) {
  .template-2 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-2 table.table-list tbody tr td:first-child {
      border-top-color: #00568b; }
    .template-2 table.table-list tbody tr td::before {
      color: #066caa; } }

.template-2 table.table-detail th {
  background: #066caa;
  color: #fff;
  border-color: #fff; }

.template-3 table.table-list thead tr th {
  color: #fff;
  border: 2px solid #fff;
  background: #79516e;
  background: -moz-linear-gradient(top, #79516e 0%, #4b314b 56%);
  background: -webkit-linear-gradient(top, #79516e 0%, #4b314b 56%);
  background: linear-gradient(to bottom, #79516e 0%, #4b314b 56%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79516e', endColorstr='#4b314b',GradientType=0 );
  background-color: #79516e; }

@media only screen and (max-width: 768px) {
  .template-3 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-3 table.table-list tbody tr td:first-child {
      border-top-color: #63474a; }
    .template-3 table.table-list tbody tr td::before {
      color: #63474a; } }

.template-3 table.table-detail th {
  color: #ffffff;
  background: #63474a;
  border-color: #ffffff; }

.template-4 table.table-list thead tr th {
  color: #fff;
  background: #02558a; }

@media only screen and (max-width: 768px) {
  .template-4 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-4 table.table-list tbody tr td:first-child {
      border-top-color: #aec5c8; }
    .template-4 table.table-list tbody tr td::before {
      color: #427077; } }

.template-4 table.table-detail th {
  color: #fff;
  background: #02558a;
  border-color: #fff; }

.template-5 table.table-list thead tr th {
  color: #353535;
  background: #ffc572;
  background: -moz-linear-gradient(top, #ffc572 0%, #ffb750 100%);
  background: -webkit-linear-gradient(top, #ffc572 0%, #ffb750 100%);
  background: linear-gradient(to bottom, #ffc572 0%, #ffb750 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc572', endColorstr='#ffb750',GradientType=0 );
  background-color: #ffc572; }

@media only screen and (max-width: 768px) {
  .template-5 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-5 table.table-list tbody tr td:first-child {
      border-top-color: #ffb141; }
    .template-5 table.table-list tbody tr td::before {
      color: #985b01; } }

.template-5 table.table-detail th {
  color: #000000;
  background: #ffc572;
  border-color: #ffffff; }

.template-6 table.table-list thead tr th {
  color: #fff;
  background: #0072bb; }

@media only screen and (max-width: 768px) {
  .template-6 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-6 table.table-list tbody tr td:first-child {
      border-top-color: #0072bb; }
    .template-6 table.table-list tbody tr td::before {
      color: #0154a1; } }

.template-6 table.table-detail th {
  color: #fff;
  background: #0072bb;
  border-color: #fff; }

.template-7 table.table-list thead tr th {
  color: #fff;
  background: #508150;
  background: -moz-linear-gradient(top, #508150 0%, #497749 100%);
  background: -webkit-linear-gradient(top, #508150 0%, #497749 100%);
  background: linear-gradient(to bottom, #508150 0%, #497749 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508150', endColorstr='#497749',GradientType=0 );
  background-color: #508150; }

@media only screen and (max-width: 768px) {
  .template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-7 table.table-list tbody tr td:first-child {
      border-top-color: #b4c0b4; }
    .template-7 table.table-list tbody tr td::before {
      color: #474; } }

.template-7 table.table-detail th {
  color: #fff;
  border-color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#497749+0,508150+100 */
  background: #497749;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #497749 0%, #508150 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #497749 0%, #508150 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #497749 0%, #508150 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497749', endColorstr='#508150',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-color: #497749; }

.template-12 table.table-list thead tr th {
  color: #fff;
  background: #016ed4; }

.template-12 table.table-list tbody tr td {
  background-color: #f6f6f6; }

@media only screen and (max-width: 768px) {
  .template-12 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-12 table.table-list tbody tr td:first-child {
      border-top-color: #016ed4; }
    .template-12 table.table-list tbody tr td::before {
      color: #0154a1; } }

.template-12 table.table-detail th {
  color: #ffffff;
  background: #016ed4;
  border-color: #ffffff; }

.color-style1 table.table-list thead tr th {
  color: #ffffff;
  background: #36669c; }

@media only screen and (max-width: 768px) {
  .color-style1 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style1 table.table-list tbody tr td:first-child {
      border-top-color: #36669c; }
    .color-style1 table.table-list tbody tr td::before {
      color: #0a3f7b; } }

.color-style1 table.table-detail th {
  color: #fff;
  background: #36669c;
  border-color: #fff; }

.color-style2 table.table-list thead tr th {
  color: #fff;
  background: #bd4a4a; }

@media only screen and (max-width: 768px) {
  .color-style2 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style2 table.table-list tbody tr td:first-child {
      border-top-color: #bd4a4a; }
    .color-style2 table.table-list tbody tr td::before {
      color: #811818; } }

.color-style2 table.table-detail th {
  color: #fff;
  background: #bd4a4a;
  border-color: #fff; }

.color-style2.template-7 table.table-list thead tr th {
  color: #fff;
  background: #AD6114; }

@media only screen and (max-width: 768px) {
  .color-style2.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style2.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #AD6114; }
    .color-style2.template-7 table.table-list tbody tr td::before {
      color: #9e5812; } }

.color-style3 table.table-list thead tr th {
  color: #000000;
  background: #f5ac43; }

@media only screen and (max-width: 768px) {
  .color-style3 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style3 table.table-list tbody tr td:first-child {
      border-top-color: #ffb141; }
    .color-style3 table.table-list tbody tr td::before {
      color: #985b01; } }

.color-style3 table.table-detail th {
  color: #000;
  background: #f5ac43;
  border-color: #fff; }

.color-style3.template-7 table.table-list thead tr th {
  color: #fff;
  background: #018378; }

@media only screen and (max-width: 768px) {
  .color-style3.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style3.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #018378; }
    .color-style3.template-7 table.table-list tbody tr td::before {
      color: #017269; } }

.color-style4 table.table-list thead tr th {
  color: #fff;
  background: #1f864a; }

@media only screen and (max-width: 768px) {
  .color-style4 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style4 table.table-list tbody tr td:first-child {
      border-top-color: #188144; }
    .color-style4 table.table-list tbody tr td::before {
      color: #229452; } }

.color-style4 table.table-detail th {
  color: #fff;
  background: #1f864a;
  border-color: #fff; }

.color-style4.template-7 table.table-list thead tr th {
  color: #fff;
  background: #378166; }

@media only screen and (max-width: 768px) {
  .color-style4.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style4.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #378166; }
    .color-style4.template-7 table.table-list tbody tr td::before {
      color: #32755d; } }

.color-style5 table.table-list thead tr th {
  color: #353535;
  background: #fcb2b2; }

@media only screen and (max-width: 768px) {
  .color-style5 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style5 table.table-list tbody tr td:first-child {
      border-top-color: #ffa9a9; }
    .color-style5 table.table-list tbody tr td::before {
      color: #cd4141; } }

.color-style5 table.table-detail th {
  color: #353535;
  background: #fcb2b2;
  border-color: #fff; }

.color-style6 table.table-list thead tr th {
  color: #fff;
  background: #a04bb2; }

@media only screen and (max-width: 768px) {
  .color-style6 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style6 table.table-list tbody tr td:first-child {
      border-top-color: #802b93; }
    .color-style6 table.table-list tbody tr td::before {
      color: #802b93; } }

.color-style6 table.table-detail th {
  color: #fff;
  background: #a04bb2;
  border-color: #fff; }

.accordion {
  width: 100%;
  margin: 0 auto; }
  .accordion .accordion-header {
    font-size: 1rem;
    color: #0d5888;
    cursor: pointer;
    padding: 12px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    background-color: #eee;
    border-radius: 3px;
    transition: 0.4s; }
    .accordion .accordion-header:focus {
      color: #fff;
      background-color: #e00; }
    .accordion .accordion-header:hover, .accordion .accordion-header.active {
      background-color: #cee2ef; }
    .accordion .accordion-header.active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .accordion .accordion-header.active:focus {
        color: #fff;
        background-color: #e00; }
  .accordion .panel {
    background-color: white;
    max-height: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ababab;
    transition: max-height 0.2s ease-out; }
    .accordion .panel + .accordion-header {
      margin-top: 5px; }
    .accordion .panel .panel-content {
      padding: 12px 15px; }

/*---------------------------------------------------------- pages */
.pages {
  text-align: center;
  margin: 35px 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------------------------------------------------- 顏色設定*/ }
  .pages a {
    min-width: 30px;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    background-color: #0ed8b0;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    color: #353535;
    margin: 0 5px; }
    .pages a:hover {
      background: #ff9800; }
    .pages a:focus {
      color: #fff !important;
      background: #e00;
      outline: none; }
    .pages a.active {
      color: #fff;
      background-color: #008269; }
      .pages a.active:focus {
        background: #e00; }
    .pages a.prev, .pages a.first {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 13px 7.5px 0;
      border-style: solid;
      border-color: transparent #0ed8b0 transparent transparent; }
      .pages a.prev:hover, .pages a.first:hover {
        border-color: transparent #ff9800 transparent transparent; }
      .pages a.prev:focus, .pages a.first:focus {
        outline: none;
        border-color: transparent #e00 transparent transparent; }
    .pages a.prev {
      margin: 0 30px 0 10px; }
      .pages a.prev::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        right: -31px; }
    .pages a.first::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      left: -15px; }
    .pages a.first::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #0ed8b0;
      position: absolute;
      top: -8px;
      left: -1px; }
    .pages a.first:hover::after {
      background: #ff9800; }
    .pages a.first:focus::after {
      background: #e00; }
    .pages a.next, .pages a.last {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 0 7.5px 13px;
      border-style: solid;
      border-color: transparent transparent transparent #0ed8b0; }
      .pages a.next:hover, .pages a.last:hover {
        border-color: transparent transparent transparent #ff9800; }
      .pages a.next:focus, .pages a.last:focus {
        outline: none;
        border-color: transparent transparent transparent #e00; }
    .pages a.next {
      margin: 0 10px 0 30px; }
      .pages a.next::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        left: -31px; }
    .pages a.last::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      right: -15px; }
    .pages a.last::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #0ed8b0;
      position: absolute;
      top: -8px;
      right: -1px; }
    .pages a.last:hover::after {
      background: #ff9800; }
    .pages a.last:focus::after {
      background: #e00; }
  .pages p {
    width: 100%;
    margin-top: 20px; }
  @media only screen and (max-width: 414px) {
    .pages {
      display: block;
      position: relative; }
      .pages a {
        padding: 0 5px; }
        .pages a.prev, .pages a.first, .pages a.next, .pages a.last {
          position: absolute;
          top: 55px; }
        .pages a.prev {
          left: calc(50% - 38px); }
          .pages a.prev::before {
            display: none; }
        .pages a.first {
          left: calc(50% - 70px); }
        .pages a.next {
          right: calc(50% - 38px); }
          .pages a.next::before {
            display: none; }
        .pages a.last {
          right: calc(50% - 70px); }
      .pages p {
        margin-top: 60px; } }
  .template-2 .pages a {
    background-color: #066caa;
    color: #fff; }
    .template-2 .pages a:hover {
      background: #666; }
    .template-2 .pages a:focus {
      background: #e00; }
    .template-2 .pages a.active {
      background-color: #aa6500; }
      .template-2 .pages a.active:focus {
        background: #e00; }
    .template-2 .pages a.prev, .template-2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #066caa transparent transparent; }
      .template-2 .pages a.prev:hover, .template-2 .pages a.first:hover {
        background: none;
        border-color: transparent #666 transparent transparent; }
      .template-2 .pages a.prev:focus, .template-2 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-2 .pages a.first::after {
      background: #066caa; }
    .template-2 .pages a.first:hover::after {
      background: #666; }
    .template-2 .pages a.first:focus::after {
      background: #e00; }
    .template-2 .pages a.next, .template-2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #066caa; }
      .template-2 .pages a.next:hover, .template-2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #666; }
      .template-2 .pages a.next:focus, .template-2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-2 .pages a.last::after {
      background: #066caa; }
    .template-2 .pages a.last:hover::after {
      background: #666; }
    .template-2 .pages a.last:focus::after {
      background: #e00; }
  .template-3 .pages a {
    background-color: #69416a;
    color: #fff; }
    .template-3 .pages a:hover {
      background: #ff9800; }
    .template-3 .pages a:focus {
      background: #e00; }
    .template-3 .pages a.active {
      color: #000000;
      background-color: #e7b55d; }
      .template-3 .pages a.active:focus {
        background: #e00; }
    .template-3 .pages a.prev, .template-3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #69416a transparent transparent; }
      .template-3 .pages a.prev:hover, .template-3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff9800 transparent transparent; }
      .template-3 .pages a.prev:focus, .template-3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-3 .pages a.first::after {
      background: #69416a; }
    .template-3 .pages a.first:hover::after {
      background: #ff9800; }
    .template-3 .pages a.first:focus::after {
      background: #e00; }
    .template-3 .pages a.next, .template-3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #69416a; }
      .template-3 .pages a.next:hover, .template-3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff9800; }
      .template-3 .pages a.next:focus, .template-3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-3 .pages a.last::after {
      background: #69416a; }
    .template-3 .pages a.last:hover::after {
      background: #ff9800; }
    .template-3 .pages a.last:focus::after {
      background: #e00; }
  .template-4 .pages a {
    background-color: #b6e3ea;
    color: #353535; }
    .template-4 .pages a:hover {
      background: #ffe2c5; }
    .template-4 .pages a:focus {
      background: #e00; }
    .template-4 .pages a.active {
      background-color: #ffd1a3; }
      .template-4 .pages a.active:focus {
        background: #e00; }
    .template-4 .pages a.prev, .template-4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b6e3ea transparent transparent; }
      .template-4 .pages a.prev:hover, .template-4 .pages a.first:hover {
        background: none;
        border-color: transparent #ffe2c5 transparent transparent; }
      .template-4 .pages a.prev:focus, .template-4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-4 .pages a.first::after {
      background: #b6e3ea; }
    .template-4 .pages a.first:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.first:focus::after {
      background: #e00; }
    .template-4 .pages a.next, .template-4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b6e3ea; }
      .template-4 .pages a.next:hover, .template-4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffe2c5; }
      .template-4 .pages a.next:focus, .template-4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-4 .pages a.last::after {
      background: #b6e3ea; }
    .template-4 .pages a.last:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.last:focus::after {
      background: #e00; }
  .template-5 .pages a {
    background-color: #cdcb7c;
    color: #353535; }
    .template-5 .pages a:hover {
      background: #ffc992; }
    .template-5 .pages a:focus {
      background: #e00; }
    .template-5 .pages a.active {
      background-color: #ff9800; }
      .template-5 .pages a.active:focus {
        background: #e00; }
    .template-5 .pages a.prev, .template-5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #cdcb7c transparent transparent; }
      .template-5 .pages a.prev:hover, .template-5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc992 transparent transparent; }
      .template-5 .pages a.prev:focus, .template-5 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-5 .pages a.first::after {
      background: #cdcb7c; }
    .template-5 .pages a.first:hover::after {
      background: #ffc992; }
    .template-5 .pages a.first:focus::after {
      background: #e00; }
    .template-5 .pages a.next, .template-5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #cdcb7c; }
      .template-5 .pages a.next:hover, .template-5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc992; }
      .template-5 .pages a.next:focus, .template-5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-5 .pages a.last::after {
      background: #cdcb7c; }
    .template-5 .pages a.last:hover::after {
      background: #ffc992; }
    .template-5 .pages a.last:focus::after {
      background: #e00; }
  .template-6 .pages a {
    background-color: #0072bb;
    color: #fff; }
    .template-6 .pages a:hover {
      background: #0063a2; }
    .template-6 .pages a:focus {
      background: #e00; }
    .template-6 .pages a.active {
      color: #000;
      background-color: #f6bba8; }
      .template-6 .pages a.active:focus {
        background: #e00; }
    .template-6 .pages a.prev, .template-6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #0072bb transparent transparent; }
      .template-6 .pages a.prev:hover, .template-6 .pages a.first:hover {
        background: none;
        border-color: transparent #0063a2 transparent transparent; }
      .template-6 .pages a.prev:focus, .template-6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-6 .pages a.first::after {
      background: #0072bb; }
    .template-6 .pages a.first:hover::after {
      background: #0063a2; }
    .template-6 .pages a.first:focus::after {
      background: #e00; }
    .template-6 .pages a.next, .template-6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #0072bb; }
      .template-6 .pages a.next:hover, .template-6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #0063a2; }
      .template-6 .pages a.next:focus, .template-6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-6 .pages a.last::after {
      background: #0072bb; }
    .template-6 .pages a.last:hover::after {
      background: #0063a2; }
    .template-6 .pages a.last:focus::after {
      background: #e00; }
  .template-7 .pages a {
    background-color: #c8e0c8;
    color: #353535; }
    .template-7 .pages a:hover {
      background: #deecde; }
    .template-7 .pages a:focus {
      background: #e00; }
    .template-7 .pages a.active {
      background-color: #d7ada2; }
      .template-7 .pages a.active:focus {
        background: #e00; }
    .template-7 .pages a.prev, .template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #c8e0c8 transparent transparent; }
      .template-7 .pages a.prev:hover, .template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #deecde transparent transparent; }
      .template-7 .pages a.prev:focus, .template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-7 .pages a.first::after {
      background: #c8e0c8; }
    .template-7 .pages a.first:hover::after {
      background: #deecde; }
    .template-7 .pages a.first:focus::after {
      background: #e00; }
    .template-7 .pages a.next, .template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #c8e0c8; }
      .template-7 .pages a.next:hover, .template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #deecde; }
      .template-7 .pages a.next:focus, .template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-7 .pages a.last::after {
      background: #c8e0c8; }
    .template-7 .pages a.last:hover::after {
      background: #deecde; }
    .template-7 .pages a.last:focus::after {
      background: #e00; }
  .template-12 .pages a {
    background-color: #016ed4;
    color: #fff; }
    .template-12 .pages a:hover {
      background: #537382; }
    .template-12 .pages a:focus {
      background: #e00; }
    .template-12 .pages a.active {
      color: #000000;
      background-color: #f8e2e4; }
      .template-12 .pages a.active:focus {
        background: #e00; }
    .template-12 .pages a.prev, .template-12 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #016ed4 transparent transparent; }
      .template-12 .pages a.prev:hover, .template-12 .pages a.first:hover {
        background: none;
        border-color: transparent #537382 transparent transparent; }
      .template-12 .pages a.prev:focus, .template-12 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-12 .pages a.first::after {
      background: #016ed4; }
    .template-12 .pages a.first:hover::after {
      background: #537382; }
    .template-12 .pages a.first:focus::after {
      background: #e00; }
    .template-12 .pages a.next, .template-12 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #016ed4; }
      .template-12 .pages a.next:hover, .template-12 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #537382; }
      .template-12 .pages a.next:focus, .template-12 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-12 .pages a.last::after {
      background: #016ed4; }
    .template-12 .pages a.last:hover::after {
      background: #537382; }
    .template-12 .pages a.last:focus::after {
      background: #e00; }
  .color-style1 .pages a {
    background-color: #4079b9;
    color: #fff; }
    .color-style1 .pages a:hover {
      background: #ffb141; }
    .color-style1 .pages a:focus {
      background: #e00; }
    .color-style1 .pages a.active {
      background-color: #0a3f7b; }
      .color-style1 .pages a.active:focus {
        background: #e00; }
    .color-style1 .pages a.prev, .color-style1 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #4079b9 transparent transparent; }
      .color-style1 .pages a.prev:hover, .color-style1 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style1 .pages a.prev:focus, .color-style1 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style1 .pages a.first::after {
      background: #4079b9; }
    .color-style1 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.first:focus::after {
      background: #e00; }
    .color-style1 .pages a.next, .color-style1 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #4079b9; }
      .color-style1 .pages a.next:hover, .color-style1 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style1 .pages a.next:focus, .color-style1 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style1 .pages a.last::after {
      background: #4079b9; }
    .color-style1 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.last:focus::after {
      background: #e00; }
  .color-style2 .pages a {
    background-color: #ea8686;
    color: #fff; }
    .color-style2 .pages a:hover {
      background: #bc8686; }
    .color-style2 .pages a:focus {
      background: #4079b9; }
    .color-style2 .pages a.active {
      background-color: #9a4343; }
      .color-style2 .pages a.active:focus {
        background: #4079b9; }
    .color-style2 .pages a.prev, .color-style2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ea8686 transparent transparent; }
      .color-style2 .pages a.prev:hover, .color-style2 .pages a.first:hover {
        background: none;
        border-color: transparent #bc8686 transparent transparent; }
      .color-style2 .pages a.prev:focus, .color-style2 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2 .pages a.first::after {
      background: #ea8686; }
    .color-style2 .pages a.first:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2 .pages a.next, .color-style2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ea8686; }
      .color-style2 .pages a.next:hover, .color-style2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #bc8686; }
      .color-style2 .pages a.next:focus, .color-style2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2 .pages a.last::after {
      background: #ea8686; }
    .color-style2 .pages a.last:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style2.template-7 .pages a {
    background-color: #655c5d;
    color: #fff; }
    .color-style2.template-7 .pages a:hover {
      background: #463637; }
    .color-style2.template-7 .pages a:focus {
      background: #4079b9; }
    .color-style2.template-7 .pages a.active {
      background-color: #C25100; }
      .color-style2.template-7 .pages a.active:focus {
        background: #4079b9; }
    .color-style2.template-7 .pages a.prev, .color-style2.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #655c5d transparent transparent; }
      .color-style2.template-7 .pages a.prev:hover, .color-style2.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #463637 transparent transparent; }
      .color-style2.template-7 .pages a.prev:focus, .color-style2.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2.template-7 .pages a.first::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.first:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2.template-7 .pages a.next, .color-style2.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #655c5d; }
      .color-style2.template-7 .pages a.next:hover, .color-style2.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #463637; }
      .color-style2.template-7 .pages a.next:focus, .color-style2.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2.template-7 .pages a.last::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.last:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style3 .pages a {
    background-color: #ffd394;
    color: #000000; }
    .color-style3 .pages a:hover {
      background: #ff7272;
      color: #000000; }
    .color-style3 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3 .pages a.active {
      background-color: #ff9803;
      color: #000000; }
      .color-style3 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3 .pages a.prev, .color-style3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffd394 transparent transparent; }
      .color-style3 .pages a.prev:hover, .color-style3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff7272 transparent transparent; }
      .color-style3 .pages a.prev:focus, .color-style3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3 .pages a.first::after {
      background: #ffd394; }
    .color-style3 .pages a.first:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.first:focus::after {
      background: #e00; }
    .color-style3 .pages a.next, .color-style3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffd394; }
      .color-style3 .pages a.next:hover, .color-style3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff7272; }
      .color-style3 .pages a.next:focus, .color-style3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3 .pages a.last::after {
      background: #ffd394; }
    .color-style3 .pages a.last:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.last:focus::after {
      background: #e00; }
  .color-style3.template-7 .pages a {
    background-color: #A26401;
    color: #fff; }
    .color-style3.template-7 .pages a:hover {
      background: #ffc36d;
      color: #000; }
    .color-style3.template-7 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3.template-7 .pages a.active {
      background-color: #ff9803;
      color: #000; }
      .color-style3.template-7 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3.template-7 .pages a.prev, .color-style3.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #A26401 transparent transparent; }
      .color-style3.template-7 .pages a.prev:hover, .color-style3.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc36d transparent transparent; }
      .color-style3.template-7 .pages a.prev:focus, .color-style3.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3.template-7 .pages a.first::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.first:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.first:focus::after {
      background: #e00; }
    .color-style3.template-7 .pages a.next, .color-style3.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #A26401; }
      .color-style3.template-7 .pages a.next:hover, .color-style3.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc36d; }
      .color-style3.template-7 .pages a.next:focus, .color-style3.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3.template-7 .pages a.last::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.last:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.last:focus::after {
      background: #e00; }
  .color-style4 .pages a {
    background-color: #b9eed0;
    color: #575757; }
    .color-style4 .pages a:hover {
      background: #39ad6a;
      color: #ffffff; }
    .color-style4 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style4 .pages a.active {
      background-color: #188144;
      color: #ffffff; }
      .color-style4 .pages a.active:focus {
        background: #e00; }
    .color-style4 .pages a.prev, .color-style4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b9eed0 transparent transparent; }
      .color-style4 .pages a.prev:hover, .color-style4 .pages a.first:hover {
        background: none;
        border-color: transparent #39ad6a transparent transparent; }
      .color-style4 .pages a.prev:focus, .color-style4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style4 .pages a.first::after {
      background: #b9eed0; }
    .color-style4 .pages a.first:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.first:focus::after {
      background: #e00; }
    .color-style4 .pages a.next, .color-style4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b9eed0; }
      .color-style4 .pages a.next:hover, .color-style4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #39ad6a; }
      .color-style4 .pages a.next:focus, .color-style4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style4 .pages a.last::after {
      background: #b9eed0; }
    .color-style4 .pages a.last:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.last:focus::after {
      background: #e00; }
  .color-style5 .pages a {
    background-color: #ffc7c7;
    color: #353535; }
    .color-style5 .pages a:hover {
      background: #ffa9a9;
      color: #353535; }
    .color-style5 .pages a:focus {
      background: #4079b9; }
    .color-style5 .pages a.active {
      background-color: #dc7878;
      color: #000; }
      .color-style5 .pages a.active:focus {
        background: #4079b9; }
    .color-style5 .pages a.prev, .color-style5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffc7c7 transparent transparent; }
      .color-style5 .pages a.prev:hover, .color-style5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffa9a9 transparent transparent; }
      .color-style5 .pages a.prev:focus, .color-style5 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style5 .pages a.first::after {
      background: #ffc7c7; }
    .color-style5 .pages a.first:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style5 .pages a.next, .color-style5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffc7c7; }
      .color-style5 .pages a.next:hover, .color-style5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffa9a9; }
      .color-style5 .pages a.next:focus, .color-style5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style5 .pages a.last::after {
      background: #ffc7c7; }
    .color-style5 .pages a.last:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style6 .pages a {
    background-color: #e9c6f2;
    color: #802b93; }
    .color-style6 .pages a:hover {
      background: #ffb141;
      color: #ffffff; }
    .color-style6 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style6 .pages a.active {
      background-color: #802b93;
      color: #ffffff; }
      .color-style6 .pages a.active:focus {
        background: #e00; }
    .color-style6 .pages a.prev, .color-style6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #e9c6f2 transparent transparent; }
      .color-style6 .pages a.prev:hover, .color-style6 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style6 .pages a.prev:focus, .color-style6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style6 .pages a.first::after {
      background: #e9c6f2; }
    .color-style6 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.first:focus::after {
      background: #e00; }
    .color-style6 .pages a.next, .color-style6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #e9c6f2; }
      .color-style6 .pages a.next:hover, .color-style6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style6 .pages a.next:focus, .color-style6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style6 .pages a.last::after {
      background: #e9c6f2; }
    .color-style6 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.last:focus::after {
      background: #e00; }

/*-------------------------------------------------------------- template*/
.template-2 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-2 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #03456e;
      border-color: #066caa; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #ff5f53;
      border-color: #ec5044; }

.template-2 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-2 .text-zebra .zebra-box .zebra-title {
    background-color: #066caa;
    color: #fff; }

.template-2 .straight-memu {
  border-left-color: #03456e; }
  .template-2 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-2 .straight-memu li a {
    color: #31708f;
    background-color: #f5f5f5; }
    .template-2 .straight-memu li a:hover {
      color: #ffffff;
      background-color: #066caa; }
  .template-2 .straight-memu li .focus-button {
    color: #fffdee;
    background-color: #03456e; }
    .template-2 .straight-memu li .focus-button:hover {
      color: #fffdee;
      background-color: #013a5d; }

.template-2 .registration-box .focus-red {
  color: #d00; }

.template-2 .registration-box .annotation {
  color: #03456e; }

.template-2 .registration-box .note {
  color: #d00; }

.template-2 .registration-box .unit-name {
  color: #1e76be; }

.template-2 .registration-box .user-name {
  color: #1e76be; }

.template-2 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-2 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-2 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-2 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-2 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-2 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-2 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-2 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-2 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-2 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-2 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-2 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-2 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-2 .video-search ul li a {
  background-color: #03456e;
  color: #fff; }

.template-2 .video-search .video-object div a span {
  color: #03456e; }

.template-2 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-2 .video-button a {
  background-color: #066caa;
  color: #fff; }

.template-2 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }

.template-2 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-2 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-2 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa;
      top: 18px;
      right: 20px; }
    .template-2 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-2 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-2 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-2 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-2 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .template-2 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-2 .tab-title {
  background-color: #efefef; }
  .template-2 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-2 .tab-title li .tab-select {
    background-color: #066caa;
    color: #fff; }

.template-2 .breadcrumb {
  margin-bottom: 58px !important; }

@media screen and (max-width: 990px) {
  .template-2 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-2 .right-content .right-content-menu .title-paging,
  .template-2 .right-content .left-content-menu .title-paging, .template-2 .left-content .right-content-menu .title-paging,
  .template-2 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-2 .right-content .right-content-menu .title-paging::after,
    .template-2 .right-content .left-content-menu .title-paging::after, .template-2 .left-content .right-content-menu .title-paging::after,
    .template-2 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; } }

@media screen and (max-width: 769px) {
  .template-2 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-2 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-2 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-2 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-3 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-3 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #eec989;
      border-color: #d29e41; }
      .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #f6e4c5;
        border-color: #e7b55d; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #b18fb2;
      border-color: #7c4e7d; }
      .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #bfa3c0;
        border-color: #9b629c; }

.template-3 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-3 .text-zebra .zebra-box .zebra-title {
    background-color: #63474a;
    color: #fff; }

.template-3 .straight-memu {
  border-left-color: #49304a; }
  .template-3 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-3 .straight-memu li a {
    color: #40274a;
    background-color: #f5f5f5; }
    .template-3 .straight-memu li a:hover {
      color: #ffffff;
      background-color: #7e6049; }
  .template-3 .straight-memu li .focus-button {
    color: #fffdee;
    background-color: #583d4b; }
    .template-3 .straight-memu li .focus-button:hover {
      color: #fffdee;
      background-color: #583d4b; }

.template-3 .registration-box .focus-red {
  color: #d00; }

.template-3 .registration-box .annotation {
  color: #03456e; }

.template-3 .registration-box .note {
  color: #d00; }

.template-3 .registration-box .unit-name {
  color: #1e76be; }

.template-3 .registration-box .user-name {
  color: #1e76be; }

.template-3 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-3 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-3 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-3 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-3 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-3 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-3 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-3 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-3 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-3 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-3 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-3 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-3 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-3 .video-search ul li a {
  background-color: #dcaa53;
  color: #000000; }
  .template-3 .video-search ul li a:hover, .template-3 .video-search ul li a:focus {
    color: #fff;
    background-color: #563c4a;
    outline: none; }

.template-3 .video-search .video-object div a span {
  color: #583d4b; }

.template-3 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-3 .video-button a {
  background-color: #dcaa53;
  color: #000000; }
  .template-3 .video-button a:hover, .template-3 .video-button a:focus {
    color: #fff;
    background-color: #563c4a;
    outline: none; }

.template-3 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-3 .tool-button.tool-by-h2 a {
    border-color: #dcccb0;
    border-radius: 50%; }

.template-3 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-3 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-3 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #935b95;
      top: 18px;
      right: 20px; }
      .template-3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #7e4e80; }
      .template-3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #ffe2c5; }
    .template-3 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-3 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-3 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-3 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-3 .bulletin-title-list .link-button {
  background-color: #63474a; }
  .template-3 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-3 .tab-title {
  background-color: #efefef; }
  .template-3 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-3 .tab-title li .tab-select {
    background-color: #a58349;
    color: #fff; }

.template-3 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-3 .breadcrumb a {
    color: #353535; }
  .template-3 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-3 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-3 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-3 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-3 .right-content .right-content-menu .title-paging,
  .template-3 .right-content .left-content-menu .title-paging, .template-3 .left-content .right-content-menu .title-paging,
  .template-3 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-3 .right-content .right-content-menu .title-paging::after,
    .template-3 .right-content .left-content-menu .title-paging::after, .template-3 .left-content .right-content-menu .title-paging::after,
    .template-3 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-3 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-3 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-3 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-3 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-3 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-4 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-4 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      color: #353535;
      background-color: #c3e8ee;
      border-color: #82cfdb; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #def2f5;
        border-color: #a9dee6; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      color: #353535;
      background-color: #dae7ea;
      border-color: #cdd4d6; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #f0f5f6;
        border-color: #e0e4e5; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #ff9733; }

.template-4 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-4 .text-zebra .zebra-box .zebra-title {
    background-color: #015488;
    color: #fff; }

.template-4 .straight-memu {
  border-left-color: #015488; }
  .template-4 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-4 .straight-memu li a {
    color: #40274a;
    background-color: #f5f5f5; }
    .template-4 .straight-memu li a:hover {
      color: #fff;
      background-color: #0169aa; }
  .template-4 .straight-memu li .focus-button {
    color: #fff;
    background-color: #015488; }
    .template-4 .straight-memu li .focus-button:hover {
      color: #fff;
      background-color: #015488; }
    .template-4 .straight-memu li .focus-button:focus {
      border-color: #FFE16D; }

.template-4 .registration-box .focus-red {
  color: #d00; }

.template-4 .registration-box .annotation {
  color: #03456e; }

.template-4 .registration-box .note {
  color: #d00; }

.template-4 .registration-box .unit-name {
  color: #1e76be; }

.template-4 .registration-box .user-name {
  color: #1e76be; }

.template-4 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-4 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-4 .registration-box ul li div .registration-text input {
    border-color: #bbb; }
    .template-4 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-4 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-4 .registration-box ul li .member-data div h3 {
    color: #fff;
    background-color: #015488; }
  .template-4 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #bbb; }
  .template-4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-4 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #bbb; }
  .template-4 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-4 .registration-box div .determine {
  color: #353535;
  text-shadow: none;
  background-color: #c3e8ee;
  border-color: #82cfdb; }
  .template-4 .registration-box div .determine:hover {
    color: #353535;
    text-shadow: none;
    background-color: #def2f5;
    border-color: #a9dee6; }
  .template-4 .registration-box div .determine:focus {
    color: #353535;
    text-shadow: none;
    background-color: #ffe2c5;
    border-color: #ff9733; }

.template-4 .registration-box div .cancel {
  color: #353535;
  text-shadow: none;
  background-color: #dae7ea;
  border-color: #cdd4d6; }
  .template-4 .registration-box div .cancel:hover {
    color: #353535;
    text-shadow: none;
    background-color: #f0f5f6;
    border-color: #e0e4e5; }
  .template-4 .registration-box div .cancel:focus {
    color: #353535;
    text-shadow: none;
    background-color: #fff;
    border-color: #ff9733; }

.template-4 .video-search ul li a {
  color: #353535;
  background-color: #a9dee6; }
  .template-4 .video-search ul li a:hover {
    color: #353535;
    background-color: #75c9d7; }
  .template-4 .video-search ul li a:focus {
    color: #353535;
    background-color: #FFE16D;
    outline: none; }

.template-4 .video-search .video-object div a span {
  color: #353535; }

.template-4 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-4 .video-button a {
  color: #353535;
  background-color: #a9dee6; }
  .template-4 .video-button a:hover {
    color: #353535;
    background-color: #75c9d7; }
  .template-4 .video-button a:focus {
    color: #353535;
    background-color: #FFE16D;
    outline: none; }

.template-4 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-4 .tool-button.tool-by-h2 a {
    border-color: #dcccb0;
    border-radius: 50%; }

.template-4 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-4 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-4 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #015488;
      top: 21px;
      right: 20px; }
      .template-4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0173bb; }
      .template-4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #ffe2c5; }
    .template-4 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-4 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-4 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-4 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #bbb; }
        .template-4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-4 .bulletin-title-list .link-button {
  background-color: #015488; }
  .template-4 .bulletin-title-list .link-button a {
    color: #fff; }

.template-4 .tab-title {
  background-color: #efefef; }
  .template-4 .tab-title li a {
    color: #575757;
    background-color: #d9d9d9; }
  .template-4 .tab-title li .tab-select {
    color: #353535;
    background-color: #7fd4e2; }

.template-4 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-4 .breadcrumb a {
    color: #353535; }
  .template-4 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-4 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-4 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-4 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-4 .right-content .right-content-menu .title-paging,
  .template-4 .right-content .left-content-menu .title-paging, .template-4 .left-content .right-content-menu .title-paging,
  .template-4 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-4 .right-content .right-content-menu .title-paging::after,
    .template-4 .right-content .left-content-menu .title-paging::after, .template-4 .left-content .right-content-menu .title-paging::after,
    .template-4 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-4 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-4 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-4 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-4 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-4 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-5 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-5 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffe9d4;
      border-color: #ff9733; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #efeec0;
      border-color: #b2b052; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #b2b052;
        border-color: #cfce92; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.template-5 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-5 .text-zebra .zebra-box .zebra-title {
    background-color: #066caa;
    color: #fff; }

.template-5 .straight-memu {
  border-left-color: #f69537; }
  .template-5 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .template-5 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-5 .straight-memu li a:hover {
      color: #353535;
      background-color: #efeec0; }
  .template-5 .straight-memu li .focus-button {
    color: #353535;
    background-color: #ffb56d; }
    .template-5 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #ffb56d; }

.template-5 .registration-box .focus-red {
  color: #d00; }

.template-5 .registration-box .annotation {
  color: #03456e; }

.template-5 .registration-box .note {
  color: #d00; }

.template-5 .registration-box .unit-name {
  color: #1e76be; }

.template-5 .registration-box .user-name {
  color: #1e76be; }

.template-5 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-5 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-5 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-5 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-5 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-5 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-5 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-5 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-5 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-5 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-5 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-5 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-5 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-5 .video-search ul li a {
  color: #353535;
  background-color: #dddca1; }
  .template-5 .video-search ul li a:hover {
    background-color: #efeec0; }
  .template-5 .video-search ul li a:focus {
    background-color: #ffcc83; }

.template-5 .video-search .video-object div a span {
  color: #03456e; }

.template-5 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-5 .video-button a {
  color: #353535;
  background-color: #dddca1; }
  .template-5 .video-button a:hover {
    background-color: #efeec0; }
  .template-5 .video-button a:focus {
    background-color: #ffcc83; }

.template-5 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }

.template-5 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-5 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-5 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa;
      top: 18px;
      right: 20px; }
      .template-5 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0776ba; }
      .template-5 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #d10000; }
    .template-5 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-5 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-5 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-5 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-5 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .template-5 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-5 .tab-title {
  background-color: #efefef; }
  .template-5 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-5 .tab-title li .tab-select {
    background-color: #066caa;
    color: #fff; }

.template-5 .breadcrumb {
  background-color: #f8f8f8;
  margin-bottom: 58px !important; }

@media screen and (max-width: 990px) {
  .template-5 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-5 .right-content .right-content-menu .title-paging,
  .template-5 .right-content .left-content-menu .title-paging, .template-5 .left-content .right-content-menu .title-paging,
  .template-5 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-5 .right-content .right-content-menu .title-paging::after,
    .template-5 .right-content .left-content-menu .title-paging::after, .template-5 .left-content .right-content-menu .title-paging::after,
    .template-5 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #f69537 transparent transparent transparent; } }

@media screen and (max-width: 769px) {
  .template-5 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-5 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-5 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-5 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-6 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-6 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ecf7fd;
      border-color: #94c4e4; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        background-color: #cde9fa;
        border-color: #81a9c3; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #f5f5f5;
      border-color: #b1c5ce; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #ececec;
        border-color: #83949b; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }

.template-6 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-6 .text-zebra .zebra-box .zebra-title {
    background-color: #0072bb;
    color: #fff; }

.template-6 .straight-memu {
  border-left-color: #0072bb; }
  .template-6 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-6 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-6 .straight-memu li a:hover {
      color: #353535;
      background-color: #d8ebf2; }
  .template-6 .straight-memu li .focus-button {
    color: #353535;
    background-color: #f6bba8; }
    .template-6 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #f6bba8; }

.template-6 .registration-box .focus-red {
  color: #d00; }

.template-6 .registration-box .annotation {
  color: #03456e; }

.template-6 .registration-box .note {
  color: #d00; }

.template-6 .registration-box .unit-name {
  color: #1e76be; }

.template-6 .registration-box .user-name {
  color: #1e76be; }

.template-6 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-6 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-6 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-6 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-6 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-6 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-6 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-6 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-6 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-6 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-6 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-6 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-6 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-6 .video-search ul li a {
  color: #000000;
  border: 1px solid #fff;
  background-color: #cde9fa; }
  .template-6 .video-search ul li a:hover {
    background-color: #aedbf7; }
  .template-6 .video-search ul li a:focus {
    color: #fff;
    background-color: #e00; }

.template-6 .video-search .video-object div a span {
  color: #353535; }

.template-6 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-6 .video-button a {
  color: #000000;
  background-color: #cde9fa; }
  .template-6 .video-button a:hover {
    background-color: #aedbf7; }
  .template-6 .video-button a:focus {
    color: #fff;
    background-color: #e00; }

.template-6 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-6 .tool-button.tool-by-h2 a {
    border-color: #d4d4d4;
    border-radius: 50%; }
    .template-6 .tool-button.tool-by-h2 a:hover {
      background-color: #f7fbff; }

.template-6 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-6 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-6 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #aa77ac;
      top: 18px;
      right: 20px; }
    .template-6 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-6 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-6 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-6 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-6 .bulletin-title-list .link-button {
  background-color: #0063a2; }
  .template-6 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-6 .tab-title {
  background-color: #efefef; }
  .template-6 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-6 .tab-title li .tab-select {
    background-color: #0063a2;
    color: #fff; }

.template-6 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-6 .breadcrumb a {
    color: #353535; }
  .template-6 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-6 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-6 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-6 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-6 .right-content .right-content-menu .title-paging,
  .template-6 .right-content .left-content-menu .title-paging, .template-6 .left-content .right-content-menu .title-paging,
  .template-6 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-6 .right-content .right-content-menu .title-paging::after,
    .template-6 .right-content .left-content-menu .title-paging::after, .template-6 .left-content .right-content-menu .title-paging::after,
    .template-6 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-6 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-6 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-6 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-6 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-6 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-7 .left-content .left-content-text,
.template-7 .right-content .right-content-text {
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding: 15px; }

.template-7 .left-content .left-content-menu,
.template-7 .right-content .right-content-menu {
  padding: 15px 0 0;
  background: #4A824A;
  border-radius: 5px; }
  .template-7 .left-content .left-content-menu .title-paging,
  .template-7 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-7 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffe9d4;
      border-color: #ff9733; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #efeec0;
      border-color: #b2b052; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #b2b052;
        border-color: #cfce92; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.template-7 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-7 .text-zebra .zebra-box .zebra-title {
    color: #fff;
    background-color: #508150; }

.template-7 .straight-memu {
  padding: 0;
  border: 1px solid #b6b6b6;
  border-radius: 0 0 10px 0;
  box-shadow: 0px 3px 0px 0px #b6b6b6; }
  .template-7 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7 .straight-memu li:last-child a {
    border-radius: 0 0 10px 0; }
  .template-7 .straight-memu li a {
    color: #000;
    text-align: left;
    background-color: #fff; }
    .template-7 .straight-memu li a:hover {
      color: #000;
      background-color: #f0f0f0; }
    .template-7 .straight-memu li a:focus {
      border: none;
      outline-width: 3px;
      outline-offset: 3px;
      outline-style: dashed;
      outline-color: #b57db5; }
  .template-7 .straight-memu li .focus-button {
    color: #386238;
    background-color: #dbe6db; }
    .template-7 .straight-memu li .focus-button:hover {
      color: #386238;
      background-color: #dbe6db; }

.template-7 .registration-box .focus-red {
  color: #d00; }

.template-7 .registration-box .annotation {
  color: #03456e; }

.template-7 .registration-box .note {
  color: #d00; }

.template-7 .registration-box .unit-name {
  color: #1e76be; }

.template-7 .registration-box .user-name {
  color: #1e76be; }

.template-7 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-7 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-7 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-7 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-7 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-7 .registration-box ul li .member-data div h3 {
    color: #fff;
    background-color: #03456e; }
  .template-7 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-7 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-7 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-7 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-7 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-7 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-7 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-7 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-7 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-7 .video-search ul li a {
  color: #fff;
  background-color: #666; }
  .template-7 .video-search ul li a:hover {
    background-color: #ff9d02; }
  .template-7 .video-search ul li a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #b57db5;
    background-color: #deecde; }

.template-7 .video-search .video-object div a span {
  color: #474; }

.template-7 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-7 .video-button a {
  color: #fff;
  background-color: #666; }
  .template-7 .video-button a:hover {
    background-color: #ff9d02; }
  .template-7 .video-button a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #b57db5;
    background-color: #deecde; }

.template-7 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -55px; }

.template-7 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-7 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-7 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa; }
      .template-7 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0776ba; }
      .template-7 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #d10000; }
    .template-7 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-7 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-7 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-7 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-7 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-7 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-7 .bulletin-title-list .link-button {
  padding: 8px 5px;
  background-color: #6baa6b; }
  .template-7 .bulletin-title-list .link-button a {
    color: #626262;
    padding: 2px 14px;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #fff; }
    .template-7 .bulletin-title-list .link-button a:hover {
      color: #4f4f4f;
      background-color: #eaffea; }
    .template-7 .bulletin-title-list .link-button a:focus {
      border-color: #ff9733;
      background-color: #fff7de; }

.template-7 .tab-title {
  background-color: #efefef; }
  .template-7 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-7 .tab-title li .tab-select {
    color: #fff;
    background-color: #508150; }

.template-7 .breadcrumb {
  background-color: #f8f8f8;
  margin-bottom: 58px !important; }

.template-7 .article-page article a {
  text-decoration: underline; }

@media screen and (max-width: 990px) {
  .template-7 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-7 .left-content .left-content-menu,
  .template-7 .right-content .right-content-menu {
    background: none !important; }
    .template-7 .left-content .left-content-menu .title-paging,
    .template-7 .right-content .right-content-menu .title-paging {
      font-size: 1.2rem;
      font-weight: normal;
      padding: 5px 35px 5px 10px;
      background-color: #4a824a; }
      .template-7 .left-content .left-content-menu .title-paging::before,
      .template-7 .right-content .right-content-menu .title-paging::before {
        display: none; }
      .template-7 .left-content .left-content-menu .title-paging::after,
      .template-7 .right-content .right-content-menu .title-paging::after {
        top: 16px;
        right: 10px;
        border-color: #fff transparent transparent transparent; }
  .template-7 .left-content .left-content-text,
  .template-7 .right-content .right-content-text {
    border: none; }
  .template-7 .breadcrumb {
    border-radius: 5px;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .template-7 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-7 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-7 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-7 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-12 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-12 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #f8e2e4;
      border-color: #ecaab2; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        background-color: #fbf0f1;
        border-color: #e99da5; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #cbe4ee;
      border-color: #b1c5ce; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #d8ebf2;
        border-color: #a7bdc7; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }

.template-12 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-12 .text-zebra .zebra-box .zebra-title {
    background-color: #015db2;
    color: #fff; }

.template-12 .straight-memu {
  border-left-color: #016ed4; }
  .template-12 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-12 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-12 .straight-memu li a:hover {
      color: #353535;
      background-color: #d8ebf2; }
  .template-12 .straight-memu li .focus-button {
    color: #353535;
    background-color: #f2c6cb; }
    .template-12 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #f2c6cb; }

.template-12 .registration-box .focus-red {
  color: #d00; }

.template-12 .registration-box .annotation {
  color: #03456e; }

.template-12 .registration-box .note {
  color: #d00; }

.template-12 .registration-box .unit-name {
  color: #1e76be; }

.template-12 .registration-box .user-name {
  color: #1e76be; }

.template-12 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-12 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-12 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-12 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-12 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-12 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-12 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-12 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-12 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-12 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-12 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-12 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-12 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-12 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-12 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-12 .video-search ul li a {
  color: #000000;
  border: 1px solid #fff;
  background-color: #f8e2e4; }
  .template-12 .video-search ul li a:hover {
    background-color: #f2c6cb; }
  .template-12 .video-search ul li a:focus {
    color: #fff;
    background-color: #e00; }

.template-12 .video-search .video-object div a span {
  color: #353535; }

.template-12 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-12 .video-button a {
  background-color: #f8e2e4;
  color: #000000; }
  .template-12 .video-button a:hover {
    background-color: #f2c6cb; }
  .template-12 .video-button a:focus {
    color: #fff;
    background-color: #e00; }

.template-12 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-12 .tool-button.tool-by-h2 a {
    border-color: #d4d4d4;
    border-radius: 50%; }
    .template-12 .tool-button.tool-by-h2 a:hover {
      background-color: #f7fbff; }

.template-12 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-12 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-12 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #aa77ac;
      top: 18px;
      right: 20px; }
    .template-12 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-12 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-12 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-12 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-12 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-12 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-12 .bulletin-title-list .link-button {
  background-color: #015db2; }
  .template-12 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-12 .tab-title {
  background-color: #efefef; }
  .template-12 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-12 .tab-title li .tab-select {
    background-color: #015db2;
    color: #fff; }

.template-12 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-12 .breadcrumb a {
    color: #353535; }
  .template-12 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-12 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-12 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-12 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-12 .right-content .right-content-menu .title-paging,
  .template-12 .right-content .left-content-menu .title-paging, .template-12 .left-content .right-content-menu .title-paging,
  .template-12 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-12 .right-content .right-content-menu .title-paging::after,
    .template-12 .right-content .left-content-menu .title-paging::after, .template-12 .left-content .right-content-menu .title-paging::after,
    .template-12 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-12 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-12 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-12 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-12 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-12 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

/*-------------------------------------------------------------- color style setting*/
.color-style1 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style1 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #0a3f7b;
      border-color: #36669c; }
      .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #0d4f9a;
        border-color: #3f76b5; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style1 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style1 .text-zebra .zebra-box .zebra-title {
    background-color: #36669c;
    color: #fff; }

.color-style1 .straight-memu {
  border-left-color: #36669c; }
  .color-style1 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style1 .straight-memu li a {
    background-color: #f5f5f5;
    color: #31708f; }
    .color-style1 .straight-memu li a:hover {
      color: #353535;
      background-color: #ffb141; }
  .color-style1 .straight-memu li .focus-button {
    background-color: #36669c;
    color: #f8f6e7; }
    .color-style1 .straight-memu li .focus-button:hover {
      background-color: #36669c;
      color: #f8f6e7; }

.color-style1 .registration-box .focus-red {
  color: #d00; }

.color-style1 .registration-box .annotation {
  color: #03456e; }

.color-style1 .registration-box .note {
  color: #d00; }

.color-style1 .registration-box .unit-name {
  color: #1e76be; }

.color-style1 .registration-box .user-name {
  color: #1e76be; }

.color-style1 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style1 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style1 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style1 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style1 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style1 .registration-box ul li .member-data div h3 {
    background-color: #36669c;
    color: #fff; }
  .color-style1 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style1 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style1 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style1 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style1 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style1 .registration-box div .determine {
  background-color: #36669c;
  color: #fff;
  border-color: #284f7c;
  text-shadow: none; }
  .color-style1 .registration-box div .determine:hover {
    background-color: #285b95;
    color: #fff;
    border-color: #003c61;
    text-shadow: none; }

.color-style1 .registration-box div .cancel {
  background-color: #aaaaaa;
  color: #fff;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style1 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style1 .video-search ul li a {
  color: #fff;
  background-color: #36669c; }
  .color-style1 .video-search ul li a:hover, .color-style1 .video-search ul li a:focus {
    background-color: #3f76b5; }

.color-style1 .video-search .video-object div a span {
  color: #03456e; }

.color-style1 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style1 .video-button a {
  color: #fff;
  background-color: #36669c; }
  .color-style1 .video-button a:hover, .color-style1 .video-button a:focus {
    background-color: #3f76b5; }

.color-style1 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style1 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style1 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa; }
      .color-style1 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #285b95; }
      .color-style1 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style1 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style1 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style1 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style1 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style1 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .color-style1 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style1 .tab-title {
  background-color: #efefef; }
  .color-style1 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style1 .tab-title li .tab-select {
    background-color: #36669c;
    color: #fff; }

@media screen and (max-width: 800px) {
  .color-style1 .right-content .right-content-menu .title-paging::after,
  .color-style1 .right-content .left-content-menu .title-paging::after, .color-style1 .left-content .right-content-menu .title-paging::after,
  .color-style1 .left-content .left-content-menu .title-paging::after {
    border-color: #345f8f transparent transparent transparent; } }

@media screen and (max-width: 990px) {
  .color-style1 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #0a3f7b;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 415px) {
  .color-style1 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style1 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style1 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style1 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #36669c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36669c 0%, #27507e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36669c 0%, #27507e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36669c 0%, #27507e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36669c', endColorstr='#27507e',GradientType=0 );
    /* IE6-9 */
    background-color: #36669c; } }

.color-style2 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style2 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #a83d3d;
      border-color: #e05757; }
      .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #be4f4f;
        border-color: #ed9f9f; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style2 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style2 .text-zebra .zebra-box .zebra-title {
    background-color: #bd4a4a;
    color: #fff; }

.color-style2 .straight-memu {
  border-left-color: #811818; }
  .color-style2 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style2 .straight-memu li a {
    background-color: #f5f5f5;
    color: #715151; }
    .color-style2 .straight-memu li a:hover {
      background-color: #a45b5b;
      color: #ffffff; }
  .color-style2 .straight-memu li .focus-button {
    background-color: #811818;
    color: #f8f6e7; }
    .color-style2 .straight-memu li .focus-button:hover {
      background-color: #811818;
      color: #f8f6e7; }

.color-style2 .registration-box .focus-red {
  color: #d00; }

.color-style2 .registration-box .annotation {
  color: #03456e; }

.color-style2 .registration-box .note {
  color: #d00; }

.color-style2 .registration-box .unit-name {
  color: #1e76be; }

.color-style2 .registration-box .user-name {
  color: #1e76be; }

.color-style2 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style2 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style2 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style2 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style2 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style2 .registration-box ul li .member-data div h3 {
    background-color: #811818;
    color: #fff; }
  .color-style2 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style2 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style2 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style2 .registration-box div .determine {
  background-color: #811818;
  color: #fff;
  border-color: #5e0a0a;
  text-shadow: none; }
  .color-style2 .registration-box div .determine:hover {
    background-color: #be4f4f;
    color: #fff;
    border-color: #a33333;
    text-shadow: none; }

.color-style2 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style2 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style2 .video-search ul li a {
  color: #fff;
  background-color: #be4f4f; }
  .color-style2 .video-search ul li a:hover, .color-style2 .video-search ul li a:focus {
    background-color: #ac3f3f; }

.color-style2 .video-search .video-object div a span {
  color: #575757; }

.color-style2 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style2 .video-button a {
  color: #fff;
  background-color: #be4f4f; }
  .color-style2 .video-button a:hover, .color-style2 .video-button a:focus {
    background-color: #ac3f3f; }

.color-style2 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style2 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #c23d3d; }
      .color-style2 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #be4f4f; }
      .color-style2 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style2 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style2 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style2 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style2 .tool-button a:hover, .color-style2 .tool-button a:focus, .color-style2 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style2 .bulletin-title-list .link-button {
  background-color: #bb4242; }
  .color-style2 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style2 .tab-title {
  background-color: #efefef; }
  .color-style2 .tab-title li a {
    color: #575757;
    background-color: #d9d9d9; }
  .color-style2 .tab-title li .tab-select {
    background-color: #811818;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #811818;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style2 .right-content .right-content-menu .title-paging::after,
  .color-style2 .right-content .left-content-menu .title-paging::after, .color-style2 .left-content .right-content-menu .title-paging::after,
  .color-style2 .left-content .left-content-menu .title-paging::after {
    border-color: #875252 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style2 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style2 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #eb6f6f; }
    .color-style2 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #eb6f6f; } }

@media (min-width: 48em) {
  .color-style2 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #c94c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c94c4c 0%, #c53f3f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c94c4c 0%, #c53f3f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c94c4c 0%, #c53f3f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94c4c', endColorstr='#c53f3f',GradientType=0 );
    /* IE6-9 */
    background-color: #c94c4c; } }

.color-style3 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style3 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #F6C4C4;
        border-color: #e44f4f; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #bbbbbb;
      border-color: #999999; }
      .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.color-style3 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style3 .text-zebra .zebra-box .zebra-title {
    background-color: #f39713;
    color: #fff; }

.color-style3 .straight-memu {
  border-left-color: #ca7700; }
  .color-style3 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style3 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style3 .straight-memu li a:hover {
      background-color: #ffd598;
      color: #575757; }
  .color-style3 .straight-memu li .focus-button {
    background-color: #f7bb64;
    color: #000000; }
    .color-style3 .straight-memu li .focus-button:hover {
      background-color: #f7bb64;
      color: #000000; }

.color-style3 .registration-box .focus-red {
  color: #d00; }

.color-style3 .registration-box .annotation {
  color: #03456e; }

.color-style3 .registration-box .note {
  color: #d00; }

.color-style3 .registration-box .unit-name {
  color: #1e76be; }

.color-style3 .registration-box .user-name {
  color: #1e76be; }

.color-style3 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style3 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style3 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style3 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style3 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style3 .registration-box ul li .member-data div h3 {
    background-color: #ca7700;
    color: #fff; }
  .color-style3 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style3 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style3 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style3 .registration-box div .determine {
  background-color: #ffa21d;
  color: #fff;
  border-color: #e39019;
  text-shadow: none; }
  .color-style3 .registration-box div .determine:hover {
    background-color: #ffb141;
    color: #fff;
    border-color: #f6970f;
    text-shadow: none; }

.color-style3 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style3 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style3 .video-search ul li a {
  color: #353535;
  background-color: #ffc36d; }
  .color-style3 .video-search ul li a:hover, .color-style3 .video-search ul li a:focus {
    color: #ffffff;
    background-color: #ac3f3f; }

.color-style3 .video-search .video-object div a span {
  color: #575757; }

.color-style3 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style3 .video-button a {
  color: #353535;
  background-color: #ffc36d; }
  .color-style3 .video-button a:hover, .color-style3 .video-button a:focus {
    color: #ffffff;
    background-color: #ac3f3f; }

.color-style3 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style3 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #000000;
      background-color: #eb9212; }
      .color-style3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #ffb750; }
      .color-style3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #fff;
        background-color: #e00; }
    .color-style3 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style3 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style3 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style3 .tool-button a:hover, .color-style3 .tool-button a:focus, .color-style3 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style3 .bulletin-title-list .link-button {
  background-color: #ca7700; }
  .color-style3 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style3 .tab-title {
  background-color: #efefef; }
  .color-style3 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style3 .tab-title li .tab-select {
    background-color: #ffb141;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #ca7700;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style3 .right-content .right-content-menu .title-paging::after,
  .color-style3 .right-content .left-content-menu .title-paging::after, .color-style3 .left-content .right-content-menu .title-paging::after,
  .color-style3 .left-content .left-content-menu .title-paging::after {
    border-color: #ca7700 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style3 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style3 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #e7a039; }
    .color-style3 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #e7a039; } }

@media (min-width: 48em) {
  .color-style3 .paging-content:not(.article-page) table th {
    color: #353535;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #ffc572;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc572 0%, #ffb750 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc572 0%, #ffb750 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc572 0%, #ffb750 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc572', endColorstr='#ffb750',GradientType=0 );
    /* IE6-9 */
    background-color: #ffc572; } }

.color-style4 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style4 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #188144;
      border-color: #39ad6a; }
      .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #15733c;
        border-color: #46c27a; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style4 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style4 .text-zebra .zebra-box .zebra-title {
    background-color: #229452;
    color: #fff; }

.color-style4 .straight-memu {
  border-left-color: #188144; }
  .color-style4 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style4 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style4 .straight-memu li a:hover {
      background-color: #e8e7e7;
      color: #575757; }
  .color-style4 .straight-memu li .focus-button {
    background-color: #46c27a;
    color: #303030; }
    .color-style4 .straight-memu li .focus-button:hover {
      background-color: #46c27a;
      color: #303030; }

.color-style4 .registration-box .focus-red {
  color: #d00; }

.color-style4 .registration-box .annotation {
  color: #03456e; }

.color-style4 .registration-box .note {
  color: #d00; }

.color-style4 .registration-box .unit-name {
  color: #1e76be; }

.color-style4 .registration-box .user-name {
  color: #1e76be; }

.color-style4 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style4 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style4 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style4 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style4 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style4 .registration-box ul li .member-data div h3 {
    background-color: #188144;
    color: #fff; }
  .color-style4 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style4 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style4 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style4 .registration-box div .determine {
  background-color: #188144;
  color: #fff;
  border-color: #39ad6a;
  text-shadow: none; }
  .color-style4 .registration-box div .determine:hover {
    background-color: #278a51;
    color: #fff;
    border-color: #50c882;
    text-shadow: none; }

.color-style4 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style4 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style4 .video-search ul li a {
  color: #fff;
  background-color: #287a4a; }
  .color-style4 .video-search ul li a:hover, .color-style4 .video-search ul li a:focus {
    background-color: #20603a; }

.color-style4 .video-search .video-object div a span {
  color: #575757; }

.color-style4 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style4 .video-button a {
  background-color: #287a4a;
  color: #fff; }
  .color-style4 .video-button a:hover, .color-style4 .video-button a:focus {
    background-color: #20603a; }

.color-style4 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style4 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #188144; }
      .color-style4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #15733c; }
      .color-style4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style4 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style4 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style4 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style4 .tool-button a:hover, .color-style4 .tool-button a:focus, .color-style4 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style4 .bulletin-title-list .link-button {
  background-color: #0a5e10; }
  .color-style4 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style4 .tab-title {
  background-color: #efefef; }
  .color-style4 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style4 .tab-title li .tab-select {
    background-color: #188144;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #0a5e10;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style4 .right-content .right-content-menu .title-paging::after,
  .color-style4 .right-content .left-content-menu .title-paging::after, .color-style4 .left-content .right-content-menu .title-paging::after,
  .color-style4 .left-content .left-content-menu .title-paging::after {
    border-color: #188144 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style4 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style4 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style4 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style4 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #1f864a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1f864a 0%, #1c7842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1f864a 0%, #1c7842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1f864a 0%, #1c7842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f864a', endColorstr='#1c7842',GradientType=0 );
    /* IE6-9 */
    background-color: #1f864a; } }

.color-style5 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style5 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ff9999;
      border-color: #ffbcbc; }
      .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #faa;
        border-color: #ffcdcd; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #aaaaaa;
      border-color: #cccccc; }
      .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #cccccc;
        border-color: #aaaaaa; }

.color-style5 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style5 .text-zebra .zebra-box .zebra-title {
    color: #fff;
    background-color: #fb9191; }

.color-style5 .straight-memu {
  border-left-color: #ffa9a9; }
  .color-style5 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style5 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style5 .straight-memu li a:hover {
      background-color: #ffbcbc;
      color: #000; }
  .color-style5 .straight-memu li .focus-button {
    background-color: #ffdede;
    color: #000; }
    .color-style5 .straight-memu li .focus-button:hover {
      background-color: #ffdede;
      color: #000; }

.color-style5 .registration-box .focus-red {
  color: #d00; }

.color-style5 .registration-box .annotation {
  color: #03456e; }

.color-style5 .registration-box .note {
  color: #d00; }

.color-style5 .registration-box .unit-name {
  color: #1e76be; }

.color-style5 .registration-box .user-name {
  color: #1e76be; }

.color-style5 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style5 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style5 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style5 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style5 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style5 .registration-box ul li .member-data div h3 {
    background-color: #ff7d7d;
    color: #fff; }
  .color-style5 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style5 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style5 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style5 .registration-box div .determine {
  background-color: #ff9999;
  color: #fff;
  border-color: #ffbcbc;
  text-shadow: none; }
  .color-style5 .registration-box div .determine:hover {
    background-color: #ff7d7d;
    color: #fff;
    border-color: #ffaaaa;
    text-shadow: none; }

.color-style5 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style5 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style5 .video-search ul li a {
  color: #000;
  background-color: #ff9f9f; }
  .color-style5 .video-search ul li a:hover, .color-style5 .video-search ul li a:focus {
    background-color: #ffb0b0; }

.color-style5 .video-search .video-object div a span {
  color: #575757; }

.color-style5 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style5 .video-button a {
  color: #000;
  background-color: #ff9f9f; }
  .color-style5 .video-button a:hover, .color-style5 .video-button a:focus {
    background-color: #ffb0b0; }

.color-style5 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style5 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style5 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #000;
      background-color: #ff9999; }
      .color-style5 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #faa; }
      .color-style5 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #FFE16D; }
    .color-style5 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style5 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style5 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style5 .tool-button a:hover, .color-style5 .tool-button a:focus, .color-style5 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style5 .bulletin-title-list .link-button {
  background-color: #ffa9a9; }
  .color-style5 .bulletin-title-list .link-button a {
    color: #920303; }

.color-style5 .tab-title {
  background-color: #efefef; }
  .color-style5 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style5 .tab-title li .tab-select {
    background-color: #ffdede;
    color: #bf5858; }

@media screen and (max-width: 990px) {
  .color-style5 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #dc7878;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style5 .right-content .right-content-menu .title-paging::after,
  .color-style5 .right-content .left-content-menu .title-paging::after, .color-style5 .left-content .right-content-menu .title-paging::after,
  .color-style5 .left-content .left-content-menu .title-paging::after {
    border-color: #dc7878 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style5 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style5 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #eb8d8d; }
    .color-style5 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #eb8d8d; } }

@media (min-width: 48em) {
  .color-style5 .paging-content:not(.article-page) table th {
    color: #000;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #fb9191;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fb9191 0%, #ff7d7d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb9191 0%, #ff7d7d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb9191 0%, #ff7d7d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9191', endColorstr='#ff7d7d',GradientType=0 );
    /* IE6-9 */
    background-color: #fb9191; } }

.color-style6 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style6 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #802b93;
      border-color: #aa57bd; }
      .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #9733ad;
        border-color: #b66fc7; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style6 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style6 .text-zebra .zebra-box .zebra-title {
    background-color: #a04bb2;
    color: #fff; }

.color-style6 .straight-memu {
  border-left-color: #802b93; }
  .color-style6 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style6 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style6 .straight-memu li a:hover {
      background-color: #e8e7e7;
      color: #575757; }
  .color-style6 .straight-memu li .focus-button {
    background-color: #a04bb2;
    color: #f8f6e7; }
    .color-style6 .straight-memu li .focus-button:hover {
      background-color: #a04bb2;
      color: #f8f6e7; }

.color-style6 .registration-box .focus-red {
  color: #d00; }

.color-style6 .registration-box .annotation {
  color: #03456e; }

.color-style6 .registration-box .note {
  color: #d00; }

.color-style6 .registration-box .unit-name {
  color: #1e76be; }

.color-style6 .registration-box .user-name {
  color: #1e76be; }

.color-style6 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style6 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style6 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style6 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style6 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style6 .registration-box ul li .member-data div h3 {
    background-color: #802b93;
    color: #fff; }
  .color-style6 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style6 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style6 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style6 .registration-box div .determine {
  background-color: #802b93;
  color: #fff;
  border-color: #aa57bd;
  text-shadow: none; }
  .color-style6 .registration-box div .determine:hover {
    background-color: #9b4cad;
    color: #fff;
    border-color: #bc6ece;
    text-shadow: none; }

.color-style6 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style6 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style6 .video-search ul li a {
  background-color: #802b93;
  color: #fff; }

.color-style6 .video-search .video-object div a span {
  color: #575757; }

.color-style6 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style6 .video-button a {
  background-color: #802b93;
  color: #fff; }

.color-style6 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style6 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style6 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #ab43c3; }
      .color-style6 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #9733ad; }
      .color-style6 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style6 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style6 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style6 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style6 .tool-button a:hover, .color-style6 .tool-button a:focus, .color-style6 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style6 .bulletin-title-list .link-button {
  background-color: #5e146e; }
  .color-style6 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style6 .tab-title {
  background-color: #efefef; }
  .color-style6 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style6 .tab-title li .tab-select {
    background-color: #802b93;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style6 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #802b93;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style6 .right-content .right-content-menu .title-paging::after,
  .color-style6 .right-content .left-content-menu .title-paging::after, .color-style6 .left-content .right-content-menu .title-paging::after,
  .color-style6 .left-content .left-content-menu .title-paging::after {
    border-color: #802b93 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style6 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style6 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style6 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style6 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #a04bb2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a04bb2 0%, #813092 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a04bb2 0%, #813092 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a04bb2 0%, #813092 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a04bb2', endColorstr='#813092',GradientType=0 );
    /* IE6-9 */
    background-color: #a04bb2; } }

/*-------------------------------------------------------------- color style setting of template 3*/
.template-1.color-style1 {
  background: #ffffff; }

.template-1.color-style2 {
  background: #ffffff; }

.template-1.color-style3 {
  background: #ffffff; }

.template-1.color-style4 {
  background: #ffffff; }

.template-1.color-style5 {
  background: #ffffff; }

.template-1.color-style6 {
  background: #ffffff; }

.template-3.color-style1 .title-paging,
.template-3.color-style1 .tool-button .light-box .light-box-content h2 {
  border-color: #066caa;
  box-shadow: none; }

.template-3.color-style1 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style1 h2.h2-page-title {
  border-color: #066caa;
  box-shadow: none; }

.template-3.color-style1 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style2 .title-paging,
.template-3.color-style2 .tool-button .light-box .light-box-content h2 {
  border-color: #5e0a0a;
  box-shadow: none; }

.template-3.color-style2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-3.color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style2 h2.h2-page-title {
  border-color: #5e0a0a;
  box-shadow: none; }

.template-3.color-style2 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style3 .title-paging,
.template-3.color-style3 .tool-button .light-box .light-box-content h2 {
  border-color: #ca7700;
  box-shadow: none; }

.template-3.color-style3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-3.color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style3 h2.h2-page-title {
  border-color: #ca7700;
  box-shadow: none; }

.template-3.color-style3 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style4 .title-paging,
.template-3.color-style4 .tool-button .light-box .light-box-content h2 {
  border-color: #0a5e10;
  box-shadow: none; }

.template-3.color-style4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-3.color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style4 h2.h2-page-title {
  border-color: #0a5e10;
  box-shadow: none; }

.template-3.color-style4 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style5 .title-paging,
.template-3.color-style5 .tool-button .light-box .light-box-content h2 {
  border-color: #ffa9a9;
  box-shadow: none;
  background: #ffdfdf;
  background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

.template-3.color-style5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-3.color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style5 h2.h2-page-title {
  border-color: #ffa9a9;
  box-shadow: none;
  background: #ffdfdf;
  background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

.template-3.color-style5 .tool-button.tool-by-h2 a {
  border-color: #c8aeae; }
  .template-3.color-style5 .tool-button.tool-by-h2 a:hover, .template-3.color-style5 .tool-button.tool-by-h2 a:focus, .template-3.color-style5 .tool-button.tool-by-h2 a:active {
    border-color: #dc7878;
    background-color: #fff2f2; }

.template-3.color-style5 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style6 .title-paging,
.template-3.color-style6 .tool-button .light-box .light-box-content h2 {
  border-color: #5e146e;
  box-shadow: none; }

.template-3.color-style6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-3.color-style6 .lightBox-bg .lightBox-content .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 h2.h2-page-title {
  border-color: #5e146e;
  box-shadow: none; }

.template-3.color-style6 .breadcrumb a {
  color: #6f6f6f; }

.template-7.color-style1 .left-content .left-content-menu,
.template-7.color-style1 .right-content .right-content-menu {
  background: #2B79B6; }
  .template-7.color-style1 .left-content .left-content-menu .title-paging,
  .template-7.color-style1 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style1 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style1 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style1 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style1 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style1 .straight-memu li a:focus {
      outline-color: #d48649; }
  .template-7.color-style1 .straight-memu li .focus-button {
    color: #215e8d;
    background-color: #d5e4f0; }
    .template-7.color-style1 .straight-memu li .focus-button:hover {
      color: #215e8d;
      background-color: #d5e4f0; }

.template-7.color-style1 .video-search ul li a {
  color: #fff;
  background-color: #2B79B6; }
  .template-7.color-style1 .video-search ul li a:hover {
    color: #fff;
    background-color: #115892; }
  .template-7.color-style1 .video-search ul li a:focus {
    outline-color: #d48649;
    background-color: #2B79B6; }

.template-7.color-style1 .video-button a {
  color: #fff;
  background-color: #2B79B6; }
  .template-7.color-style1 .video-button a:hover {
    color: #fff;
    background-color: #115892; }
  .template-7.color-style1 .video-button a:focus {
    outline-color: #d48649;
    background-color: #2B79B6; }

@media screen and (max-width: 800px) {
  .template-7.color-style1 .left-content .left-content-menu .title-paging,
  .template-7.color-style1 .right-content .right-content-menu .title-paging {
    background-color: #2B79B6; }
    .template-7.color-style1 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style1 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style2 .left-content .left-content-menu,
.template-7.color-style2 .right-content .right-content-menu {
  background: #AD6114; }
  .template-7.color-style2 .left-content .left-content-menu .title-paging,
  .template-7.color-style2 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style2 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style2 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style2 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style2 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style2 .straight-memu li a:focus {
      outline-color: #529eeb; }
  .template-7.color-style2 .straight-memu li .focus-button {
    color: #7f470f;
    background-color: #efdfd0; }
    .template-7.color-style2 .straight-memu li .focus-button:hover {
      color: #7f470f;
      background-color: #efdfd0; }

.template-7.color-style2 .video-search ul li a {
  color: #fff;
  background-color: #463637; }
  .template-7.color-style2 .video-search ul li a:hover {
    color: #fff;
    background-color: #AD6114; }
  .template-7.color-style2 .video-search ul li a:focus {
    outline-color: #529eeb;
    background-color: #6c5455; }

.template-7.color-style2 .video-button a {
  color: #fff;
  background-color: #463637; }
  .template-7.color-style2 .video-button a:hover {
    color: #fff;
    background-color: #AD6114; }
  .template-7.color-style2 .video-button a:focus {
    outline-color: #529eeb;
    background-color: #6c5455; }

.template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #AD6114; }
  .template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style2 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style2 .tool-button a:hover, .template-7.color-style2 .tool-button a:focus, .template-7.color-style2 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style2 .left-content .left-content-menu .title-paging,
  .template-7.color-style2 .right-content .right-content-menu .title-paging {
    background-color: #AD6114; }
    .template-7.color-style2 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style2 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style3 .left-content .left-content-menu,
.template-7.color-style3 .right-content .right-content-menu {
  background: #018378; }
  .template-7.color-style3 .left-content .left-content-menu .title-paging,
  .template-7.color-style3 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style3 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style3 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style3 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style3 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style3 .straight-memu li a:focus {
      outline-color: #fe7c87; }
  .template-7.color-style3 .straight-memu li .focus-button {
    color: #01504a;
    background-color: #cce6e4; }
    .template-7.color-style3 .straight-memu li .focus-button:hover {
      color: #01504a;
      background-color: #cce6e4; }

.template-7.color-style3 .video-search ul li a {
  color: #fff;
  background-color: #A26401; }
  .template-7.color-style3 .video-search ul li a:hover {
    color: #000;
    background-color: #fda00b; }
  .template-7.color-style3 .video-search ul li a:focus {
    color: #01504a;
    outline-color: #fe7c87;
    background-color: #cce6e4; }

.template-7.color-style3 .video-button a {
  color: #fff;
  background-color: #A26401; }
  .template-7.color-style3 .video-button a:hover {
    color: #000;
    background-color: #fda00b; }
  .template-7.color-style3 .video-button a:focus {
    color: #01504a;
    outline-color: #fe7c87;
    background-color: #cce6e4; }

.template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #018378; }
  .template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style3 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style3 .tool-button a:hover, .template-7.color-style3 .tool-button a:focus, .template-7.color-style3 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style3 .left-content .left-content-menu .title-paging,
  .template-7.color-style3 .right-content .right-content-menu .title-paging {
    background-color: #018378; }
    .template-7.color-style3 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style3 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style4 .left-content .left-content-menu,
.template-7.color-style4 .right-content .right-content-menu {
  background: #378166; }
  .template-7.color-style4 .left-content .left-content-menu .title-paging,
  .template-7.color-style4 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style4 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style4 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style4 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style4 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style4 .straight-memu li a:focus {
      outline-color: #c87e99; }
  .template-7.color-style4 .straight-memu li .focus-button {
    color: #285d4a;
    background-color: #d7e6e0; }
    .template-7.color-style4 .straight-memu li .focus-button:hover {
      color: #285d4a;
      background-color: #d7e6e0; }

.template-7.color-style4 .video-search ul li a {
  color: #fff;
  background-color: #B45E08; }
  .template-7.color-style4 .video-search ul li a:hover {
    color: #000;
    background-color: #f7a24d; }
  .template-7.color-style4 .video-search ul li a:focus {
    color: #000;
    outline-color: #c87e99;
    background-color: #f7a24d; }

.template-7.color-style4 .video-button a {
  color: #fff;
  background-color: #B45E08; }
  .template-7.color-style4 .video-button a:hover {
    color: #000;
    background-color: #f7a24d; }
  .template-7.color-style4 .video-button a:focus {
    color: #000;
    outline-color: #c87e99;
    background-color: #f7a24d; }

.template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #378166; }
  .template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style4 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style4 .tool-button a:hover, .template-7.color-style4 .tool-button a:focus, .template-7.color-style4 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style4 .left-content .left-content-menu .title-paging,
  .template-7.color-style4 .right-content .right-content-menu .title-paging {
    background-color: #378166; }
    .template-7.color-style4 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style4 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.article-page article .cp.table {
  table-layout: fixed;
  width: 100%;
  padding: 1px 0;
  border-top: 2px solid #02cfbe;
  border-bottom: 2px solid #f0f0f0;
  margin: 8px 0; }
  .article-page article .cp.table tr th {
    color: #fff;
    background-color: #018378; }
  .article-page article .cp.table tr + tr td {
    border-top: 1px solid #b6b6b6; }
  .article-page article .cp.table tr + tr td:first-child {
    background-color: #fcf9f9; }
  .article-page article .cp.table tr + tr td + td {
    border-left: 1px solid #b6b6b6; }

.article-page article .item01 {
  margin: 5px 0 8px 2rem;
  position: relative; }
  .article-page article .item01 p {
    margin: 0;
    position: absolute; }
  .article-page article .item01 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item02 {
  margin: 5px 0 8px 3rem;
  position: relative; }
  .article-page article .item02 p {
    margin: 0;
    position: absolute; }
  .article-page article .item02 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item03 {
  margin: 5px 0 8px 4rem;
  position: relative; }
  .article-page article .item03 p {
    margin: 0;
    position: absolute; }
  .article-page article .item03 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item04 {
  margin: 5px 0 8px 5rem;
  position: relative; }
  .article-page article .item04 p {
    margin: 0;
    position: absolute; }
  .article-page article .item04 p + span {
    margin-left: 3rem;
    display: block; }

.color-style1 .article-page article .cp.table {
  border-top: 2px solid #569fd7; }
  .color-style1 .article-page article .cp.table tr th {
    color: #fff;
    background-color: #2B79B6; }

.color-style2.template-7 .article-page article .cp.table {
  border-top: 2px solid #e68727; }
  .color-style2.template-7 .article-page article .cp.table tr th {
    color: #fff;
    background-color: #AD6114; }

.t-l {
  text-align: left !important; }

.t-c {
  text-align: center !important; }

.t-e {
  text-align: right !important; }

.box-bg {
  padding: 1.2rem;
  background-color: #f5f5f5;
  margin-bottom: 30px; }

.font-size-xlarge {
  font-size: 1.5rem; }

.font-size-large {
  font-size: 1.25rem; }

.font-size-small {
  font-size: 0.9rem; }

.font-size-xsmall {
  font-size: 0.8rem; }

/*-------------------- light box ---------------------*/
.lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0; }
  .lightBox-bg .lightBox-displayNone {
    width: 100%;
    text-align: center; }
    .lightBox-bg .lightBox-displayNone .displayNone-button {
      width: 35px;
      height: 35px;
      line-height: 31px;
      color: #fff;
      font-size: 1.2rem;
      background-color: #353535;
      display: inline-block;
      border-radius: 50%;
      margin: 1vh 0;
      border: 2px solid #a0a0a0; }
      .lightBox-bg .lightBox-displayNone .displayNone-button:hover {
        background-color: #131313;
        border-color: #ffb1b1; }
      .lightBox-bg .lightBox-displayNone .displayNone-button:focus {
        color: #000000;
        background-color: #fff5f5;
        border-color: #ffb1b1; }
  .lightBox-bg .lightBox-content {
    background-color: #fff;
    width: 90%;
    max-width: 750px;
    padding: 15px;
    font-weight: 300;
    padding-bottom: 0;
    border-radius: 15px;
    border: 5px solid rgba(0, 0, 0, 0.4); }
    .lightBox-bg .lightBox-content .title {
      text-align: center;
      padding: 5px 0;
      border-bottom: 3px solid #008269;
      box-shadow: 0px 3px 0px #ddd;
      font-weight: 400;
      margin-bottom: 15px;
      color: #7b7b7b;
      font-size: 2rem; }
    .lightBox-bg .lightBox-content .lightBox-text {
      height: 50vh;
      overflow: auto; }
      .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td input {
        width: 90%;
        height: 28px; }
    .lightBox-bg .lightBox-content .lightBox-button {
      display: flex;
      margin-top: 15px;
      border-top: 2px solid #ddd; }
      .lightBox-bg .lightBox-content .lightBox-button .button-box {
        display: block;
        width: 100%;
        padding: 10px 0 15px; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box a {
          font-weight: 500;
          display: block;
          width: 100%;
          max-width: 100px;
          text-align: center;
          margin: auto;
          color: #fff;
          padding: 3px;
          border-radius: 5px; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
          background-color: #008269;
          border: 5px solid #12b091; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
            background-color: #097661;
            border-color: #1ec8a7; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
            color: #353535;
            background-color: #ffeed4;
            border-color: #FFB03B;
            outline: none; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
          background-color: #d33a2f;
          border: 5px solid #e75e54; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
            background-color: #d63d32;
            border-color: #fb756b; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
            color: #353535;
            background-color: #fff;
            border-color: #e44f4f;
            outline: none; }

/*-------------------- content ---------------------*/
.features-height {
  height: 298px; }

#main-container .banner {
  padding: 0; }

.paging-content {
  position: relative; }

.left-content {
  height: 100%;
  min-height: 360px;
  height: 100%;
  min-height: 360px; }
  .left-content .left-content-menu {
    width: 20%;
    vertical-align: top;
    float: right; }
  .left-content .left-content-text {
    width: 78%;
    display: inline-block;
    vertical-align: top; }
  .left-content .left-content-menu {
    width: 20%;
    vertical-align: top;
    float: left;
    margin-right: 2%;
    position: relative; }
  .left-content .left-content-text {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    position: relative; }

.right-content {
  height: 100%;
  min-height: 360px; }
  .right-content .right-content-menu {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative; }
  .right-content .right-content-text {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    position: relative; }

.text-zebra .zebra-box {
  background-color: #efefef; }
  .text-zebra .zebra-box .zebra-title {
    padding: 5px 15px;
    background-color: #16a98d;
    color: #fff;
    font-size: 1.125rem; }
  .text-zebra .zebra-box .zebra-content {
    padding: 5px 15px; }

/*-------------------------------------------------------------- breadcrumb*/
.breadcrumb {
  width: auto;
  line-height: normal;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px 15px;
  margin: 0;
  border-radius: 50px;
  color: #626262;
  box-shadow: 1px 1px 1px #c1bebe; }
  .breadcrumb a {
    color: #c50000; }
    .breadcrumb a:hover {
      text-decoration: underline; }
    .breadcrumb a:focus {
      outline: none;
      background-color: #FFE16D; }
  .breadcrumb span {
    color: #626262;
    margin: 0 5px; }

/*-------------------------------------------------------------- */
.straight-memu {
  margin-top: 5px;
  padding: 0 3px 0 0;
  border-left: 4px solid #008269; }
  .straight-memu li + li {
    border-top: 1px solid #cad9e1; }
  .straight-memu li a {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #31708f;
    text-align: center;
    line-height: normal; }
    .straight-memu li a:hover {
      background-color: #008269;
      color: #ffffff; }
    .straight-memu li a:focus {
      outline: none;
      border: 2px dashed #e00; }
  .straight-memu li .focus-button {
    color: #000;
    background-color: #ffc877; }
    .straight-memu li .focus-button:hover {
      color: #000;
      background-color: #ffc877; }

.paging-list ul li {
  border-bottom: 1px solid #ddd; }
  .paging-list ul li a {
    line-height: normal;
    display: block;
    padding: 10px;
    color: #696969; }
    .paging-list ul li a:hover {
      background-color: #f6f6f6; }
    .paging-list ul li a:focus {
      outline: none;
      background-color: #fdedd5; }
    .paging-list ul li a .top {
      width: 20px;
      margin-right: 5px; }

.guide {
  margin-top: 10px; }
  .guide .guide-text {
    background-color: #f5f5f5;
    margin: 1% 0;
    padding: 15px; }
    .guide .guide-text p {
      margin: 15px; }
  .guide ul {
    padding: 5px 15px; }
    .guide ul a:focus {
      outline: none;
      border: 2px dashed #ff9800; }
      .guide ul a:focus h2 {
        border: 2px dashed #ff9800; }

/*-------------------------------------------------------------- member registration*/
.registration-box {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: auto; }
  .registration-box .focus-red {
    color: #d00; }
  .registration-box .annotation {
    font-size: 0.875rem;
    padding: 5px 0 0;
    display: block;
    color: #0a987c; }
  .registration-box .note {
    color: #d00;
    margin-right: 1%;
    display: block; }
  .registration-box .unit-name {
    color: #1e76be;
    font-weight: 900;
    margin: 0 1%; }
  .registration-box .user-name {
    color: #1e76be;
    margin-right: 5%; }
  .registration-box .registration-content {
    background-color: #f5f5f5;
    margin: 1% 0; }
  .registration-box ul {
    vertical-align: top;
    padding-top: 0; }
    .registration-box ul li {
      padding: 15px 0;
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px;
      display: flex; }
      .registration-box ul li .registration-width-short {
        padding: 0 15px; }
      .registration-box ul li .content-explanation {
        padding: 0 15px; }
      .registration-box ul li div .registration-text {
        width: 100%; }
        .registration-box ul li div .registration-text input {
          width: auto;
          display: inline-block;
          padding: 3px 5px;
          margin-top: 10px;
          border: 2px solid #1ebe9f; }
          .registration-box ul li div .registration-text input:focus {
            border-color: #ff9800; }
        .registration-box ul li div .registration-text p {
          padding: 10px 0 0;
          color: #d00; }
        .registration-box ul li div .registration-text .input-check {
          display: inline-block;
          width: 70px;
          padding: 11px; }
        .registration-box ul li div .registration-text .address {
          width: 130px; }
      .registration-box ul li div .input-name {
        width: 100%; }
      .registration-box ul li .member-data {
        width: 100%; }
        .registration-box ul li .member-data div {
          margin-bottom: 5%; }
          .registration-box ul li .member-data div h3 {
            background-color: #0eac8d;
            padding: 5px;
            color: #fff;
            font-size: 1.125rem;
            font-weight: 400; }
          .registration-box ul li .member-data div p {
            padding: 5px 0; }
            .registration-box ul li .member-data div p span {
              font-size: 1.06rem;
              color: #ff2c1c;
              margin-right: 10px; }
    .registration-box ul .registration-width-average {
      display: flex; }
      .registration-box ul .registration-width-average .registration-width-short {
        width: 100%; }
        .registration-box ul .registration-width-average .registration-width-short .pull-down-menu {
          padding: 10px 0; }
          .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
            width: 100%;
            display: inline-block;
            padding: 3px 5px;
            margin-top: 10px;
            border: 2px solid #1ebe9f; }
            .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
              border-color: #ff9800; }
    .registration-box ul .registration-average .registration-width-short {
      width: 100%; }
      .registration-box ul .registration-average .registration-width-short div div {
        width: 100%; }
        .registration-box ul .registration-average .registration-width-short div div select {
          width: 100%;
          display: inline-block;
          padding: 3px 5px;
          margin-top: 10px;
          border: 2px solid #1ebe9f; }
          .registration-box ul .registration-average .registration-width-short div div select:focus {
            border-color: #ff9800; }
      .registration-box ul .registration-average .registration-width-short .content-box {
        padding: 10px 0;
        width: 60%;
        display: flex; }
        .registration-box ul .registration-average .registration-width-short .content-box .content-padding {
          margin-right: 5%; }
  .registration-box .verification {
    display: flex; }
    .registration-box .verification .verification-img {
      margin-top: 6px;
      margin-right: 15px; }
      .registration-box .verification .verification-img img {
        width: 100%;
        max-width: 100px;
        min-width: 100px; }
    .registration-box .verification .renew {
      display: inline-block;
      width: 70px;
      margin-left: 1%;
      padding-top: 2%; }
  .registration-box div .determine {
    width: 150px;
    background-color: #0a987c;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 6px solid #12b091;
    text-shadow: 2px 2px 3px #0c6856;
    margin-right: 15px;
    margin-bottom: 5%; }
    .registration-box div .determine:hover {
      background-color: #15ae90;
      color: #fff;
      border: 6px solid #1ebe9f;
      text-shadow: 2px 2px 3px #0c6856; }
  .registration-box div .cancel {
    width: 150px;
    background-color: #d33a2f;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 6px solid #e75e54;
    text-shadow: 2px 2px 3px #8a2922;
    margin-right: 1%;
    margin-bottom: 5%; }
    .registration-box div .cancel:hover {
      background-color: #ff5549;
      color: #FFF;
      border: 6px solid #df4d43;
      text-shadow: 2px 2px 3px #8a2922; }
  .registration-box .member-login .registration-content {
    width: 100%; }
  @media screen and (max-width: 414px) {
    .registration-box ul li {
      display: block; }
    .registration-box div .determine {
      margin: 1rem 12px 0.8rem 15px; }
    .registration-box div .cancel {
      margin: 1rem 15px 0.8rem 0; } }
  @media only screen and (max-width: 375px) {
    .registration-box div .determine,
    .registration-box div .cancel {
      width: calc((100% - 42px) / 2);
      float: left; }
    .registration-box div::after {
      content: '';
      display: block;
      clear: both; } }

.member-registration .fill-form .data {
  width: 60%; }

/*-------------------------------------------------------------- application*/
.application {
  margin-bottom: 35px; }
  .application .fill-form {
    margin: 10px 0 20px; }
    .application .fill-form .fill-data {
      width: 70%;
      margin: 0 auto; }
      .application .fill-form .fill-data .data > label {
        width: 100px; }
      .application .fill-form .fill-data .data .box {
        width: calc(100% - 100px); }
    .application .fill-form.login-form .fill-data {
      width: 60%; }
      .application .fill-form.login-form .fill-data .add-member,
      .application .fill-form.login-form .fill-data .forget-pwd-link {
        position: absolute;
        top: 0;
        right: 0; }
  .application table.table-list [class^=butn] {
    margin: 3px 0; }
  .application table.table-detail + table.table-list {
    margin-top: 35px; }
  @media only screen and (max-width: 1200px) {
    .application .fill-form.login-form .fill-data {
      width: 75%; } }
  @media only screen and (max-width: 990px) {
    .application .fill-form.login-form .fill-data {
      width: 95%; } }

/*-------------------------------------------------------------- hot to home*/
.hot-to-home {
  margin-bottom: 35px; }
  .hot-to-home ul li {
    margin: 10px 0; }
    .hot-to-home ul li + li {
      margin-top: 20px; }
    .hot-to-home ul li a {
      font-size: 1.25rem; }
  .hot-to-home .fill-form .data {
    width: 60%; }
  .hot-to-home.home-search .fill-form .fill-data {
    width: 65%; }
    .hot-to-home.home-search .fill-form .fill-data .data {
      width: 100%; }
  .hot-to-home.home-search .box-bg p {
    margin: 5px 0; }
  .hot-to-home.home-search .box-bg ol {
    margin-left: 17px; }

/*-------------------------------------------------------------- consumption*/
.consumption {
  margin-bottom: 35px; }
  .consumption .fill-form .data {
    width: 80%; }
    .consumption .fill-form .data .box label.radio-checkbox:not(.wrap) input:not([type=radio]):not([type=checkbox]) {
      width: auto; }
    .consumption .fill-form .data .box label.wrap {
      height: auto;
      line-height: 1.2;
      margin-top: 6px; }
  .consumption.hospital .hospital-item-list {
    margin-bottom: 30px; }
    .consumption.hospital .hospital-item-list .fill-form {
      display: none; }
      .consumption.hospital .hospital-item-list .fill-form:nth-of-type(1) {
        display: block; }
      .consumption.hospital .hospital-item-list .fill-form-title a {
        position: relative;
        display: inline-block;
        padding-right: 30px;
        color: #777777; }
        .consumption.hospital .hospital-item-list .fill-form-title a::after {
          content: '';
          width: 18px;
          height: 18px;
          line-height: 15px;
          text-align: center;
          color: #777777;
          display: block;
          border: 1px solid #777;
          position: absolute;
          right: 0;
          top: 7px; }
        .consumption.hospital .hospital-item-list .fill-form-title a.open::after {
          content: '+'; }
        .consumption.hospital .hospital-item-list .fill-form-title a.close::after {
          content: '-';
          line-height: 12px; }
        .consumption.hospital .hospital-item-list .fill-form-title a:hover {
          color: #1e6385; }
          .consumption.hospital .hospital-item-list .fill-form-title a:hover::after {
            color: #1e6385;
            border-color: #1e6385; }
        .consumption.hospital .hospital-item-list .fill-form-title a:focus {
          outline: none;
          text-decoration: none;
          border: 2px dashed #d10000; }
      .consumption.hospital .hospital-item-list .fill-form .fill-data .data > label {
        width: 130px; }
      .consumption.hospital .hospital-item-list .fill-form .fill-data .data .box {
        width: calc(100% - 130px); }
  .consumption.rent .fill-form .fill-data .data > label {
    width: 100px; }
  .consumption.rent .fill-form .fill-data .data .box {
    width: calc(100% - 100px); }
  .consumption.purchase .fill-form .fill-data .data .box > div label.radio-checkbox input:not([type=radio]):not([type=checkbox]) {
    width: 100px; }
  @media only screen and (max-width: 768px) {
    .consumption {
      /** 醫院、診所 **/
      /** 購買個人房屋、購買高爾夫球證 **/ }
      .consumption.purchase .fill-form .fill-data .data .box > div.two.small input:not([type=radio]):not([type=checkbox]),
      .consumption.purchase .fill-form .fill-data .data .box > div.two.small select, .consumption.golf .fill-form .fill-data .data .box > div.two.small input:not([type=radio]):not([type=checkbox]),
      .consumption.golf .fill-form .fill-data .data .box > div.two.small select {
        width: 20%; }
      .consumption.purchase .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
      .consumption.purchase .fill-form .fill-data .data .box > div.small select, .consumption.golf .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
      .consumption.golf .fill-form .fill-data .data .box > div.small select {
        width: 50%; } }

/*-------------------------------------------------------------- login*/
.login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
  width: 60%; }
  .login .fill-form .fill-data .add-member, .forget-pwd .fill-form .fill-data .add-member,
  .login .fill-form .fill-data .forget-pwd-link,
  .forget-pwd .fill-form .fill-data .forget-pwd-link {
    position: absolute;
    top: 0;
    right: 0; }

@media only screen and (max-width: 1200px) {
  .login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
    width: 75%; } }

@media only screen and (max-width: 990px) {
  .login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
    width: 95%; } }

/*-------------------------------------------------------------- forget pwd*/
/*-------------------------------------------------------------- album*/
.album {
  position: relative; }
  .album .fill-form .fill-data {
    width: 70%;
    margin: 0 auto; }
  .album ul {
    padding: 0 5px;
    margin-top: 30px; }
    .album ul::after {
      content: '';
      clear: both;
      display: block; }
    .album ul li {
      width: calc((100% - 70px) / 3);
      margin-bottom: 30px;
      float: left; }
      .album ul li + li {
        margin-left: 34px; }
      .album ul li:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; }
      .album ul li a {
        display: block; }
        .album ul li a:hover div {
          border-color: #f9b249;
          box-shadow: none; }
        .album ul li a:hover p {
          color: #1e76be; }
        .album ul li a:focus {
          outline-width: 3px;
          outline-offset: 0px;
          outline-style: dashed;
          outline-color: #e75e54; }
          .album ul li a:focus div {
            box-shadow: none; }
      .album ul li div {
        background-color: #fff;
        border: 3px solid #ffffff;
        box-shadow: 1px 1px 3px #b2b1b1; }
        .album ul li div img {
          width: 100%; }
      .album ul li p {
        color: #353535;
        font-size: 1.1rem;
        margin-top: 10px;
        padding: 0 3px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .album ul li p.date {
          color: #565656;
          font-size: 0.9rem;
          margin-top: 5px; }
  .album-carousel {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51; }
    .album-carousel .album-content {
      background: #ffffff;
      padding: 10px 10px 8px;
      position: relative;
      box-shadow: 1px 1px 10px #333333; }
      .album-carousel .album-content .prev,
      .album-carousel .album-content .next {
        width: 28px;
        height: 28px;
        cursor: pointer;
        border: 1px solid #eeeeee;
        background-color: #333333;
        background-image: url(../img/left-right.svg);
        background-repeat: no-repeat;
        background-size: 6px;
        background-position: center;
        box-shadow: 1px 1px 5px #333333;
        position: absolute;
        top: calc(50% - 28px);
        left: 20px; }
      .album-carousel .album-content .next {
        background-image: url(../img/turn-right.svg);
        left: auto;
        right: 20px; }
      .album-carousel .album-content .album-close {
        width: 35px;
        height: 35px;
        display: block;
        text-indent: -99999px;
        background-color: #333333;
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        border: 3px solid #ffffff;
        border-radius: 50%;
        box-shadow: 1px 1px 5px #333333;
        position: absolute;
        right: -15px;
        top: -15px; }
      .album-carousel .album-content .album-photo {
        margin-bottom: 5px; }
        .album-carousel .album-content .album-photo img {
          max-width: 90vw;
          max-height: 90vh; }
  @media only screen and (max-width: 769px) {
    .album ul li {
      width: calc((100% - 35px) / 2); }
      .album ul li:nth-of-type(3n+1) {
        clear: initial;
        margin-left: 34px; }
      .album ul li:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0; } }
  @media only screen and (max-width: 414px) {
    .album ul li {
      width: 100%;
      float: none; }
      .album ul li + li {
        margin-left: 0; }
      .album ul li:nth-of-type(3n+1) {
        margin-left: 0; }
    .album-carousel .album-content {
      padding: 5px; }
      .album-carousel .album-content .prev,
      .album-carousel .album-content .next {
        width: 22px;
        height: 22px;
        display: block; }
      .album-carousel .album-content .album-close {
        width: 25px;
        height: 25px;
        background-size: 11px;
        border-width: 2px;
        right: -8px;
        top: -10px; } }

/*-------------------------------------------------------------- article page*/
.article-page {
  position: relative; }
  .article-page a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #ff6e63; }
  .article-page article {
    padding: 10px; }
    .article-page article * {
      font-size: revert;
      margin: revert;
      padding: revert;
      list-style-type: revert; }
    .article-page article a {
      color: #2f71aa; }
      .article-page article a:hover {
        color: #b92f2f; }
    .article-page article img {
      max-width: 100% !important; }
    .article-page article ul, .article-page article ol {
      margin-left: -1em; }
      .article-page article ul ul, .article-page article ul ol, .article-page article ol ul, .article-page article ol ol {
        margin-top: 8px; }
      .article-page article ul li, .article-page article ol li {
        list-style-type: inherit; }
        .article-page article ul li + li, .article-page article ol li + li {
          margin-top: 8px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .article-page article ul, .article-page article ol {
        margin-left: 1em; }
      .article-page article h3 {
        font-size: 1.17em;
        margin: 1em; }
      .article-page article h4 {
        margin: 1.33em; }
      .article-page article h5 {
        font-size: 0.83em;
        margin: 1.67em; }
      .article-page article h6 {
        font-size: 0.67em;
        margin: 2.33em; } }
    .article-page article p {
      margin: 10px 0; }
    .article-page article table {
      width: 100%;
      margin: auto; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .article-page article table {
          table-layout: fixed; }
          .article-page article table * {
            word-wrap: break-word; } }
      .article-page article table thead th {
        padding: 3px; }
      .article-page article table tbody th, .article-page article table tbody td {
        padding: 3px; }
    .article-page article::after {
      content: '';
      display: block;
      clear: both; }
  .article-page .info {
    margin: 20px 0 0;
    padding: 10px 10px 0;
    border-top: 3px solid #dddddd; }
    .article-page .info span {
      display: inline-block; }
      .article-page .info span + span {
        padding-left: 18px;
        margin-left: 15px;
        border-left: 1px solid #b1b1b1; }
  .article-page .attachment {
    padding: 10px 10px;
    margin-top: 20px;
    border-top: 3px solid #dddddd; }
    .article-page .attachment h3, .article-page .attachment .title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .article-page .attachment div a {
      display: inline-block;
      font-size: 1.05rem;
      padding: 5px 0 5px 30px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 22px; }
      .article-page .attachment div a.file-word {
        background-image: url(../img/file-word.png); }
      .article-page .attachment div a.file-excel {
        background-image: url(../img/file-excel.png); }
      .article-page .attachment div a.file-pdf {
        background-image: url(../img/file-pdf.png); }
      .article-page .attachment div a.file-odt {
        background-image: url(../img/file-odt.png); }
      .article-page .attachment div a.file-ods {
        background-image: url(../img/file-ods.png); }
      .article-page .attachment div a.file-pic {
        background-image: url(../img/file-pic.png); }
      .article-page .attachment div a.file-zip {
        background-image: url(../img/file-zip.png); }
      .article-page .attachment div a.file-other {
        background-image: url(../img/file-other.png); }
    .article-page .attachment .preview-img {
      padding-top: 10px;
      margin-top: 20px;
      border-top: 3px solid #dddddd;
      display: none; }
      .article-page .attachment .preview-img .img-list {
        display: flex;
        flex-wrap: wrap; }
        .article-page .attachment .preview-img .img-list a {
          width: 25%;
          padding: 5px; }
          .article-page .attachment .preview-img .img-list a img {
            width: 100%; }
          .article-page .attachment .preview-img .img-list a p {
            text-align: center;
            margin: 5px 0; }
      .article-page .attachment .preview-img .preview {
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55; }
        .article-page .attachment .preview-img .preview img {
          max-width: 80%;
          max-height: 90%; }
        .article-page .attachment .preview-img .preview .close-preview {
          width: 33px;
          height: 33px;
          border-radius: 50%;
          border: 3px solid rgba(0, 0, 0, 0.8);
          background: #fff;
          position: absolute;
          top: 15px;
          right: 15px; }
          .article-page .attachment .preview-img .preview .close-preview:hover {
            border-color: #fff; }
          .article-page .attachment .preview-img .preview .close-preview:focus {
            color: #fff;
            border: 2px dashed #fff;
            background: #000; }
  @media only screen and (max-width: 1050px) {
    .article-page .info span {
      width: 48%;
      margin: 5px 0;
      text-align: center; }
      .article-page .info span:nth-of-type(2n+1) {
        padding-left: 0;
        margin-left: 0;
        border-left: none; } }
  @media only screen and (max-width: 600px) {
    .article-page .info span {
      width: 100%;
      text-align: left; }
      .article-page .info span + span {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
    .article-page article {
      padding: 10px 0; }
      .article-page article table {
        width: 100% !important; }
      .article-page article img {
        height: auto !important; } }
  @media only screen and (max-width: 414px) {
    .article-page article table * {
      word-break: break-word; } }

/*-------------------------------------------------------------- statistics*/
.statistics .fill-form {
  margin-bottom: 20px; }
  .statistics .fill-form .fill-data {
    width: 70%;
    margin: 0 auto; }

.statistics table.table-list tr td .icon {
  width: 20px; }

/*-------------------------------------------------------------- tree*/
.tree {
  padding: 10px; }
  .tree > ul {
    display: block; }
    .tree > ul > li:last-child::before {
      display: none; }
    .tree > ul > li > div::before {
      display: none; }
  .tree ul {
    position: relative; }
    .tree ul li {
      position: relative; }
      .tree ul li::before {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
        border-left: 1px solid #999999;
        bottom: 50px;
        height: calc(100% + 30px);
        top: -10px;
        width: 1px;
        -webkit-transition: "border-color 0.1s ease 0.1s";
        -moz-transition: "border-color 0.1s ease 0.1s";
        -o-transition: "border-color 0.1s ease 0.1s";
        transition: "border-color 0.1s ease 0.1s"; }
      .tree ul li:last-child::before {
        height: 30px; }
      .tree ul li div {
        margin-bottom: 10px;
        position: relative; }
        .tree ul li div::before {
          content: '';
          width: 20px;
          height: 1px;
          position: absolute;
          background: #999999;
          top: 15px;
          left: -20px; }
        .tree ul li div::after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 16px;
          left: 10px; }
        .tree ul li div.expand::after {
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #525081 transparent transparent transparent; }
        .tree ul li div.shut::after {
          border-style: solid;
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #525081 transparent; }
        .tree ul li div a {
          padding: 6px 30px;
          color: #696969;
          font-size: 0.875rem;
          display: inline-block;
          border: 1px solid #999999;
          border-radius: 5px;
          margin-right: 15px;
          white-space: nowrap;
          background-color: #ffffff;
          cursor: pointer; }
          .tree ul li div a:hover {
            background: #fdf4c8; }
          .tree ul li div a.active {
            background: #fdf4c8;
            border-color: #bf863f; }
      .tree ul li ul {
        margin-left: 35px;
        display: none; }

.short-field {
  width: 10%;
  text-align: center; }

.tab-title {
  background-color: #efefef;
  display: flex;
  list-style-type: none; }
  .tab-title li {
    padding: 10px 5px 0; }
    .tab-title li a {
      background-color: #d9d9d9;
      display: block;
      padding: 5px 15px;
      color: #575757;
      border-radius: 10px 10px 0px 0px; }
      .tab-title li a:hover {
        color: #ffffff;
        background-color: #aaaaaa; }
      .tab-title li a:focus {
        color: #ffffff;
        background-color: #ff9800;
        outline: none; }
    .tab-title li .tab-select {
      background-color: #095c4c;
      color: #fff; }
      .tab-title li .tab-select:focus {
        color: #ffffff;
        background-color: #ff9800; }

.bulletin-title-list .wdn_responsive_table {
  width: 100%; }

.bulletin-title-list .link-button {
  background-color: #0c6856;
  text-align: right;
  padding: 5px; }
  .bulletin-title-list .link-button a {
    color: #efefef;
    padding: 0 5px; }
    .bulletin-title-list .link-button a:hover {
      color: #FFE16D; }
    .bulletin-title-list .link-button a:focus {
      border: 2px dashed #FFE16D;
      outline: none; }

.video-button {
  margin: 20px 0 10px; }
  .video-button a {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    background-color: #008269;
    margin-right: 10px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    line-height: normal; }
    .video-button a:hover, .video-button a:focus {
      color: #353535;
      background-color: #ffcc83;
      outline: none; }

.video-search ul {
  background-color: #efefef;
  padding: 2%;
  margin-bottom: 10px; }
  .video-search ul li {
    display: flex;
    margin: 10px 0; }
    .video-search ul li a {
      display: inline-block;
      width: auto;
      padding: 5px 15px;
      background-color: #008269;
      color: #fff;
      border-radius: 50px;
      line-height: normal; }
      .video-search ul li a:hover, .video-search ul li a:focus {
        color: #353535;
        background-color: #ffcc83;
        outline: none; }

.video-search .video-object div:nth-of-type(4n+1) {
  clear: both; }

.video-search .video-object div:nth-of-type(n+5) {
  margin-top: 20px; }

.video-search .video-object div a {
  display: block;
  text-align: center; }
  .video-search .video-object div a img {
    width: 100%; }
  .video-search .video-object div a span {
    display: block;
    color: #555; }
  .video-search .video-object div a .video-name {
    font-size: 1.3rem;
    font-weight: bold; }
  .video-search .video-object div a .video-text {
    margin: 5px 0; }
  .video-search .video-object div a .video-date {
    background-color: #efefef;
    padding: 2px 0; }
  .video-search .video-object div a:hover {
    background-color: #e7e7e7; }
  .video-search .video-object div a:focus {
    border: 2px dashed #d10000;
    outline: none; }

.video-box {
  width: 100%; }

.video-content {
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .video-content .video-box {
    width: 100%;
    height: 100%;
    min-height: 500px; }
    .video-content .video-box iframe {
      height: 100%;
      min-height: 500px; }
  .video-content .h2-title {
    margin-top: 15px; }
  .video-content .video-source {
    background-color: #efefef;
    padding: 15px; }
    .video-content .video-source img {
      width: 100%;
      max-width: 250px; }
  .video-content .video-button {
    text-align: right;
    margin: 15px auto 5%; }

.tool-button {
  text-align: right; }
  .tool-button.tool-by-h2 {
    min-height: 33px;
    margin-bottom: 11px; }
    .tool-button.tool-by-h2 a {
      width: 33px;
      height: 33px;
      line-height: 28px;
      padding: 0;
      text-align: center; }
      .tool-button.tool-by-h2 a img {
        width: 70%; }
  .tool-button .light-box {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9; }
    .tool-button .light-box .light-box-content {
      width: 100%;
      max-width: 910px;
      max-height: 90vh;
      margin: 5vh auto;
      border-radius: 15px;
      padding: 15px;
      background-color: #fff;
      position: relative; }
      .tool-button .light-box .light-box-content a {
        border: none; }
      .tool-button .light-box .light-box-content .mail-eliminate {
        color: #fff;
        padding: 7px 6px 5px;
        background-color: #008269;
        width: 50px;
        text-align: center;
        border-radius: 0px;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 2; }
        .tool-button .light-box .light-box-content .mail-eliminate:hover {
          background-color: #00715b; }
        .tool-button .light-box .light-box-content .mail-eliminate:focus {
          background-color: #d10000; }
      .tool-button .light-box .light-box-content .light-box-main-content {
        max-height: calc(90vh - 80px);
        overflow: auto; }
      .tool-button .light-box .light-box-content p {
        color: #d00; }
      .tool-button .light-box .light-box-content .fill-data {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
        margin: 0 auto 1%; }
        .tool-button .light-box .light-box-content .fill-data .data {
          display: block; }
          .tool-button .light-box .light-box-content .fill-data .data a {
            color: #184e69; }
            .tool-button .light-box .light-box-content .fill-data .data a:focus {
              background: none;
              outline: none;
              border: 2px dashed #ff9800 !important; }
          .tool-button .light-box .light-box-content .fill-data .data label {
            width: auto !important;
            display: block;
            padding: 0 0 10px;
            text-align: left;
            font-size: 1.25rem;
            color: #6e6e6e;
            font-weight: 500; }
            .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
              color: #d00; }
          .tool-button .light-box .light-box-content .fill-data .data .box {
            width: 100% !important;
            margin-left: 0; }
            .tool-button .light-box .light-box-content .fill-data .data .box div {
              display: flex;
              justify-content: flex-start;
              align-items: center; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify input:not([type=radio]):not([type=checkbox]) {
              width: 110px;
              margin-right: 12px; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img {
              width: auto;
              margin-right: 10px;
              padding: 0;
              border: 1px solid #cccccc;
              border-radius: 0; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img img {
                height: 35px; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice {
              padding: 3px;
              text-align: center;
              background-color: #e8e8e8;
              border: 1px solid #cccccc;
              border-radius: 50%;
              margin-right: 10px;
              display: inline-block; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice img {
                width: 32px;
                height: 32px; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice:hover {
                background-color: #d1d0d0; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh {
              color: #184e69;
              background-color: #e8e8e8;
              border-radius: 50px;
              padding: 3px 10px 3px 6px;
              display: inline-block;
              width: auto; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh img {
                width: 32px;
                height: 32px;
                vertical-align: -10px; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh:hover {
                background-color: #d1d0d0; }
            .tool-button .light-box .light-box-content .fill-data .data .box p {
              text-align: left;
              margin-top: 5px; }
              .tool-button .light-box .light-box-content .fill-data .data .box p a {
                width: auto; }
                .tool-button .light-box .light-box-content .fill-data .data .box p a:hover {
                  background: none;
                  text-decoration: underline; }
            .tool-button .light-box .light-box-content .fill-data .data .box .mail-text {
              text-align: left;
              background-color: #eaeaea;
              padding: 12px;
              color: #646464; }
          .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
            width: 100%;
            height: 34px;
            padding: 3px 5px;
            border: 2px solid #1ebe9f; }
            .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
              border: 2px dashed #ff9800; }
      .tool-button .light-box .light-box-content .butn-box {
        text-align: center;
        margin-top: 25px; }
  .tool-button > a {
    display: inline-block;
    width: 40px;
    padding: 6px;
    border-radius: 6px;
    margin-left: 5px;
    border: 1px solid #ddd;
    background-color: #ffffff; }
    .tool-button > a img {
      width: 100%; }
    .tool-button > a:hover {
      background-color: #f0f0f0; }
    .tool-button > a:focus {
      outline: none;
      border: 2px dashed #ff6e63 !important; }
  @media screen and (max-width: 769px) {
    .tool-button.tool-by-h2 {
      text-align: left;
      margin-bottom: 0; }
      .tool-button.tool-by-h2 a {
        margin-bottom: 10px; } }

/*-------------------------------------------------------------- page retrievals*/
.page-retrievals .help {
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dddddd; }

.page-retrievals .tree {
  width: 100%;
  min-height: 200px;
  overflow-y: auto;
  background-color: #f1f1f1;
  margin-top: 10px; }

@media screen and (max-width: 990px) {
  .registration-box .verification {
    display: block; }
    .registration-box .verification .renew {
      width: 35px; }
  .tool-button .light-box .light-box-content {
    max-width: 90vw;
    border-radius: 0;
    overflow: auto; }
    .tool-button .light-box .light-box-content .mail-eliminate {
      width: 30px;
      height: 30px;
      line-height: 25px;
      padding: 0;
      color: #1ebe9f;
      text-align: center;
      border-radius: 40px;
      border: 3px solid #ddd;
      background-color: #f4f4f4; }
    .tool-button .light-box .light-box-content .fill-data .data .box .verify {
      display: block; }
      .tool-button .light-box .light-box-content .fill-data .data .box .verify input:not([type=radio]):not([type=checkbox]) {
        width: 100%; }
      .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img {
        margin: 15px auto; } }

@media screen and (max-width: 800px) {
  .right-content .right-content-menu,
  .right-content .left-content-menu, .left-content .right-content-menu,
  .left-content .left-content-menu {
    float: none;
    width: 100%; }
    .right-content .right-content-menu .title-paging,
    .right-content .left-content-menu .title-paging, .left-content .right-content-menu .title-paging,
    .left-content .left-content-menu .title-paging {
      padding: 0 25px 0 5px;
      position: relative; }
      .right-content .right-content-menu .title-paging::after,
      .right-content .left-content-menu .title-paging::after, .left-content .right-content-menu .title-paging::after,
      .left-content .left-content-menu .title-paging::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #1ebe9f transparent transparent transparent;
        position: absolute;
        top: 15px;
        right: 5px; }
    .right-content .right-content-menu .straight-memu,
    .right-content .left-content-menu .straight-memu, .left-content .right-content-menu .straight-memu,
    .left-content .left-content-menu .straight-memu {
      display: none; }
  .right-content .right-content-text,
  .right-content .left-content-text, .left-content .right-content-text,
  .left-content .left-content-text {
    float: none;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px !important; }
  .left-content {
    padding: 0 !important; }
    .left-content .left-content-menu {
      padding: 0 15px !important; }
    .left-content .left-content-text {
      padding: 0 15px !important; }
  .right-content {
    padding: 0 !important; }
    .right-content .right-content-menu {
      padding: 0 15px !important; }
    .right-content .right-content-text {
      padding: 0 15px !important; } }

@media screen and (max-width: 767px) {
  .video-object div + div {
    margin-top: 20px; } }

@media screen and (max-width: 415px) {
  .lightBox-bg .lightBox-content {
    width: 95%;
    padding: 10px 6px;
    border-width: 3px;
    border-radius: 10px; }
    .lightBox-bg .lightBox-content .lightBox-text table.table-list thead tr th {
      font-size: 0.75rem; }
    .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td {
      font-size: 0.75rem; }
      .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td input {
        width: 100%; }
  .video-content .video-box {
    min-height: 250px; }
    .video-content .video-box iframe {
      min-height: 250px; }
  .registration-box ul .registration-width-average {
    display: block; }
  .registration-box .verification {
    display: block; }
    .registration-box .verification .renew {
      width: 45px; }
  table {
    width: 100%; }
  .tab-inner {
    display: flex; }
    .tab-inner .tab-title {
      display: block;
      width: 100px;
      background-color: rgba(0, 0, 0, 0); }
      .tab-inner .tab-title li a {
        padding: 15px 5px;
        text-align: center;
        border-radius: 10px 0px 0px 10px; }
    .tab-inner .bulletin-title-list {
      width: 100%; }
      .tab-inner .bulletin-title-list .wdn_responsive_table {
        box-shadow: -5px 0px 0 #1d917a; }
      .tab-inner .bulletin-title-list .link-button {
        box-shadow: -5px 0px 0 #1d917a; } }
