@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
@import url("../../../../../Common/Css/all.css");
/*==================== 排行榜 ====================*/
.ranktext {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 900;
}

.rankform {
  padding: 2% 1%;
}

.rankform .rank-box {
  margin: 0 auto;
  width: 100%;
  border-top: 1px #ffdc73 solid;
  border-left: 1px #ffdc73 solid;
  color: #000;
}

.rankform .rank-box tr:nth-child(odd) {
  background: #fff7d1;
}

.rankform .rank-box tr:nth-child(even) {
  background: #ffffff;
}

.rankform .rank-box tr.redblod {
  color: red;
  font-weight: bold;
}

.rankform .rank-box tr.rank-title {
  background: transparent url("../../../../Global/form_title_bg.jpg") center top repeat-x;
  background-size: 1px 100%;
}

.rankform .rank-box tr.rank-title th {
  color: #4d2608;
}

.rankform .rank-box tr.rank-title th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.rank-title th:nth-child(2) {
  width: 30%;
}

.rankform .rank-box tr.rank-title th:nth-child(3) {
  width: 25%;
}

.rankform .rank-box tr.rank-title th:nth-child(4) {
  width: 30%;
}

.rankform .rank-box tr.type1 th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(2) {
  width: 20%;
}

.rankform .rank-box tr.type1 th:nth-child(3) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(4) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(5) {
  width: 20%;
}

.rankform .rank-box tr.type1 th:nth-child(6) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(2) {
  width: 25%;
}

.rankform .rank-box tr.type2 th:nth-child(3) {
  width: 20%;
}

.rankform .rank-box tr.type2 th:nth-child(4) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(5) {
  width: 25%;
}

.rankform .rank-box tr th, .rankform .rank-box tr td {
  padding: 1% 0.5%;
  border-right: 1px solid #ffdc73;
  border-bottom: 1px solid #ffdc73;
}

.rankform .rank-box tr td {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2em;
  position: relative;
}

.rankform .rank-box tr td .icon1 {
  margin: 0 0 0 0;
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown1.png") center top no-repeat;
  background-size: auto;
  z-index: 99;
}

.rankform .rank-box tr td .icon2 {
  margin: 0 0 0 0;
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown2.png") center top no-repeat;
  background-size: auto;
  z-index: 99;
}

.rankform .rank-box tr td .icon3 {
  margin: 0 0 0 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown3.png") center top no-repeat;
  background-size: auto;
  z-index: 99;
}

/*====================主要架構====================*/
html {
  font-size: 24px;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Hiragino Sans GB", "Source Han Sans CN", Fira Sans, "Droid Sans", "Helvetica Neue", arial, sans-serif;
  color: #fffcd9;
}

@media all and (max-width: 525px) {
  html {
    font-size: 20px;
  }
}

@media all and (max-width: 460px) {
  html {
    font-size: 18px;
  }
}

@media all and (max-width: 360px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #650e2b;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  /*@include background('wrap_bg2', $repeat:repeat-y, $size:1921px, $type: '.jpg');
    @include pc-width(){
        background-size:194%;
    }
    @include app-width() {
        @include background('app_wrap_bg2', $repeat:repeat-y, $size:100%, $type: '.jpg');
    }*/
}

#wrapper #wrapper-header {
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: 1921px;
  /*@include app-width() {
            @include background('app_wrap_bg', $size:100%, $type: '.jpg');
        }*/
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper-header {
    background-size: 194%;
  }
}

#wrapper #wrapper-footer {
  height: 100%;
  /*@include background('wrap_bg3', $size:1921px, $position:center bottom, $type: '.jpg');
        @include pc-width() {
            background-size: 194%;
        }
        @include app-width() {
            @include background('app_wrap_bg3', $size:100%, $position:center bottom, $type: '.jpg');
        }*/
}

#container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 100%;
  }
}

#content {
  height: auto;
  padding: 82% 0 2%;
  /*@include pc-width() {
        padding: 92% 0 2%;
    }*/
}

/*====================內容====================*/
.item {
  width: 100%;
  height: auto;
  padding: 1% 0 2%;
  position: relative;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  left: -1%;
}

@media all and (max-width: 1000px) {
  .item .item-title {
    left: -2%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title {
    left: 0%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 45%;
  }
}

.item .item-con {
  padding: 1% 0;
}

@media all and (max-width: 1000px) {
  .item .item-con {
    padding: 1%;
  }
}

.item .item-con h3 {
  padding: 0 0 2% 0;
  color: #fffc00;
  font-size: 1.8em;
}

.color01 {
  color: #ffb007;
}

.l-list-sp4 {
  text-indent: -3.8em;
  padding: 0 0 0 3.8em;
}
/*# sourceMappingURL=index.css.map */