@charset "UTF-8";
* {
  font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
}

body,
html {
  background-color: #000;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

header {
  margin: 0 auto;
  border-bottom: #313131 solid 10px;
}

header .black-pantyhose {
  background-image: url(../img/vision.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 24.89%;
}

@media (max-width: 425px) {
  header .black-pantyhose {
    background-image: url(../img/vision_m.jpg);
    padding-bottom: 62.2%;
  }
}

.botton {
  font-size: 1.2em;
  text-align: center;
  margin-top: -7vh;
  margin-bottom: 10vh;
}

.botton a {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000;
}

.botton a:hover {
  background: #333;
  color: #fff;
}

.activity-info {
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
}

.activity-info .content {
  margin-bottom: 80px;
}

.activity-info .content h1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-bottom: #ff0000 solid 5px;
  letter-spacing: 10px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .activity-info .content h1 {
    letter-spacing: 0;
    font-size: 1.5em;
  }
}

.activity-info .content p {
  font-size: 1.2em;
}

.activity-ranking {
  margin-bottom: 30px;
  color: #fff;
}

.activity-ranking .title {
  margin-bottom: -20px;
  text-align: center;
}

.activity-ranking .title img {
  width: 80%;
  height: auto;
}

.activity-ranking h5 {
  text-align: center;
  padding: 20px 0;
}

.activity-ranking table {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.activity-ranking table thead {
  background-color: #e21569;
  color: #fff;
}

.activity-ranking table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

@media (max-width: 375px) {
  .activity-ranking table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

.activity-ranking table tbody {
  font-size: 1.1em;
  font-weight: 600;
}

.activity-ranking table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.activity-ranking table tbody tr td {
  width: 25%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 375px) {
  .activity-ranking table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=style.css.map */