body {
    text-align: center;
    width: 100%;
    font-family: "Hiragino Kaku Gothic Pro", "Raleway", "ヒラギノ角ゴ Pro W3", "蘋果儷中黑", "Apple LiGothic Medium", "黑體-繁", "Heiti TC Light", \5FAE\8EDF\6B63\9ED1\9AD4, "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", Arial, sans-serif;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 5px 10px 12px 10px;
    font-size: 1.1em;
    background: #000;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    z-index: 15;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#gotop:hover {
    /*color: #CCC;*/
    background-color: #333;
}

a {
    display: inline-block;
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
    padding: 8px 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover,
.active {
    color: #CCC;
}
.active {
  color: #f0c8b3;
}
.top {
    position: fixed;
    padding: 10px 0px;
    width: 100%;
    background-color: #000;
    z-index: 10;
}
.down {
    padding: 11px 0px;
    width: 100%;
    background-color: #FFF;
}
table {
    text-align: center;
    margin: 0 auto;
    /*width: 960px;*/
}
/* table img {
  width: 960px;
  height: auto;
} */

@media (max-width: 1360px) {
    table img {
      width: 1200px;
      height: auto;
    }
}
@media (max-width: 1200px) {
    table img {
      width: 1020px;
      height: auto;
    }
}

@media (max-width: 1020px) {
    table img {
      width: 960px;
      height: auto;
    }
}
@media (max-width: 960px) {
    table img {
      width: 760px;
      height: auto;
    }
}
@media (max-width: 760px) {
    table img {
      width: 620px;
      height: auto;
    }
}
@media (max-width: 640px) {
    table img {
      width: 480px;
      height: auto;
    }
}
@media (max-width: 500px) {
    table img {
      width: 300px;
      height: auto;
    }
    .down {
        /* padding: 15px 0px 20px 0px; */
        width: 100%;
        background-color: #FFF;
    }
}
@media (min-width: 1366px) {
    table img {
      width: 1200px;
      height: auto;
    }
}
