.explain-box {
  letter-spacing: 0.2em;
  font-size: 12px;
}

.explain-box .icon {
  margin-left: 0 !important;
  margin-right: 10px;
}

.biglink-ico-external {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: #b5b5b5;
  transition: all 0.5s;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}

.biglink-ico-external:after {
  content: "";
  background: url(/v=/common/img/ico-external.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  margin-left: 10px;
}

.biglink-ico-external:hover {
  opacity: 0.7;
}

.footer-box {
  padding: 0 30px;
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .stats-contents-wrap a, .stats-contents-wrap a {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .stats-contents-wrap a:hover, .stats-contents-wrap a:hover {
    opacity: .7;
  }
  .standing-contents-wrap {
    padding: 30px;
  }
  .standing-contents-wrap .standing-body {
    padding: 60px 0 0;
    overflow: hidden;
    position: relative;
  }
  .standing-contents-wrap .standing-body .standing-wrap {
    background: #fff;
    padding: 30px;
  }
  .standing-contents-wrap .standing-body .standing-wrap:before {
    content: "";
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    margin-left: 20px;
    top: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap:after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 15px;
    top: 25px;
    width: 70px;
    height: 70px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .standing-contents-wrap .standing-body .standing-wrap h5 {
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 40px;
    text-align: center;
    width: 93.5%;
  }
  .standing-contents-wrap .standing-body .standing-wrap table {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    border-top: solid 1px #b9b9b9;
    margin-bottom: 30px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr th {
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr th + td {
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .logo {
    vertical-align: middle;
    padding-right: 20px;
    max-width: 40px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tr {
    border-bottom: solid 1px #b9b9b9;
  }
  .standing-contents-wrap .standing-body .standing-wrap table th {
    padding: 5px 10px 5px 20px;
    vertical-align: middle;
  }
  .standing-contents-wrap .standing-body .standing-wrap table td {
    padding: 5px 10px;
    vertical-align: middle;
  }
  .standing-contents-wrap .standing-body .standing-wrap .all table th, .standing-contents-wrap .standing-body .standing-wrap .all table td {
    padding: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .all .title {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
  }
  .standing-contents-wrap .standing-body .standing-wrap .icon {
    display: inline-block;
    background: #000;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    font-family: "bleageFont";
    font-size: 24px;
    line-height: 32px;
    padding-left: 2px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .col {
    width: 32.6%;
    padding-right: 1%;
    float: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .scroll {
    position: relative;
    z-index: 1;
  }
  .standing-contents-wrap .standing-body .standing-wrap .scroll p{
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 93.5%;
  }
  #club_standing_table tbody tr td:nth-child(1){
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .cf .col:last-child {
    padding-right: 0;
  }
  .standing-contents-wrap .standing-body .standing-wrap table .icon {
    float: right;
  }
  .standing-contents-wrap .standing-body .standing-wrap table thead {
    background: #f7f7f7;
    font-size: 12px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:nth-child(odd) {
    background: #fff;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:nth-child(even) {
    background: #f7f7f7;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:hover {
    background: #b4b4b4;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box h5 {
    font-size: 14px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box ul li {
    display: inline-block;
    padding-right: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box ul li:last-child {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body.body--schedule .layout-content {
    overflow: visible;
  }
  .standing-contents-wrap {
    padding: 30px 10px;
  }
  .standing-contents-wrap .standing-body {
    overflow: hidden;
    position: relative;
    margin: 0 15px;
    padding: 40px 0 0 0;
  }
  .standing-contents-wrap .standing-body .standing-wrap {
    background: #fff;
    padding: 50px 15px 15px;
  }
  .standing-contents-wrap .standing-body .standing-wrap:before {
    content: "";
    width: 100%;
    height: 40px;
    background: #fff;
    position: absolute;
    margin-left: 10px;
    top: 14px;
  }
  .standing-contents-wrap .standing-body .standing-wrap:after {
    content: "";
    z-index: 0;
    position: absolute;
    left: -1px;
    top: 25px;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .standing-contents-wrap .standing-body .standing-wrap h5 {
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 40px;
    text-align: center;
    width: 91%;
    z-index: 1;
  }
  .standing-contents-wrap .standing-body .standing-wrap table {
    width: 100%;
    text-align: center;
    border-top: solid 1px #b9b9b9;
    margin-bottom: 30px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr th {
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr th + td {
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .logo {
    vertical-align: middle;
    padding-right: 20px;
    max-width: 40px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tr {
    border-bottom: solid 1px #b9b9b9;
  }
  .standing-contents-wrap .standing-body .standing-wrap table th {
    padding: 5px 10px 5px 20px;
    vertical-align: middle;
  }
  .standing-contents-wrap .standing-body .standing-wrap table td {
    padding: 5px 10px;
    vertical-align: middle;
  }
  .standing-contents-wrap .standing-body .standing-wrap .all table th, .standing-contents-wrap .standing-body .standing-wrap .all table td {
    padding: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .all .title {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
  }
  .standing-contents-wrap .standing-body .standing-wrap .icon {
    display: inline-block;
    background: #000;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-family: "bleageFont";
  }
  .standing-contents-wrap .standing-body .standing-wrap .col {
    width: 32.6%;
    padding-right: 1%;
    float: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .scroll {
    margin-bottom: 35px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .cf .col:last-child {
    padding-right: 0;
  }
  .standing-contents-wrap .standing-body .standing-wrap table .icon {
    margin-left: 8px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table thead {
    background: #f7f7f7;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:nth-child(odd) {
    background: #fff;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:nth-child(even) {
    background: #f7f7f7;
  }
  .standing-contents-wrap .standing-body .standing-wrap table tbody tr:hover {
    background: #b4b4b4;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box {
    color: #fff;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box h5 {
    font-size: 14px;
    color: #fff;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box ul li {
    display: inline-block;
    padding-right: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box ul li:last-child {
    display: block;
  }
  .standing-contents-wrap .standing-body .standing-wrap .tab-player-link {
    width: 100%;
    margin: 0 auto 30px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table th, .standing-contents-wrap .standing-body .standing-wrap table td {
    padding: 10px;
  }
  .standing-contents-wrap .standing-body .standing-wrap .scroll p{
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 93.5%;
  }
  #club_standing_table tbody tr td:nth-child(1){
    text-align: left;
  }
  .standing-contents-wrap .standing-body .standing-wrap .col {
    width: 100%;
  }
  .standing-contents-wrap .standing-body .standing-wrap .scroll {
    white-space: nowrap;
    overflow: auto;
  }
  .standing-contents-wrap .standing-body .standing-wrap .info-box {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1260px) {
  .standing-contents-wrap .standing-body .standing-wrap table {
    font-size: 11px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table th, .standing-contents-wrap .standing-body .standing-wrap table td {
    padding: 5px;
  }
  .standing-contents-wrap .standing-body .standing-wrap table .icon {
    font-size: 14px;
  }
}

/*# sourceMappingURL=../css/standings.css.map */