@charset "UTF-8";
section {
  padding-bottom: 40px;
}
.cup-ifo {
  margin-bottom: 50px;
}
table.table {
  width: 1000px;
  margin: 50px auto 0;
}
table.table th {
  border-style: solid;
  background: #e5e5e5;
  color: #333;
}
table.table th.first,
table.table td.first {
  border-left: none;
}
table.table th.last,
table.table td.last {
  border-right: none;
}
.rule {
  padding-bottom: 0;
}
.rule .text {
  margin: 40px 40px 0;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  table.table {
    width: 92%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  table.table {
    width: 100%;
    margin: 6vw auto 0;
  }
  table.table tbody th, table.table th.first, table.table td.first {
    border-left-width: 1px;
    font-size: 3vw;
    padding: 3vw 2vw;
  }
  table.table th {
    border-width: 0 1px 1px 0;
      border-top-width: 0px;
    padding: 3vw;
  }
  table.table td {
    border-width: 0 1px 1px 0;
    padding: 3vw 2vw;
  }
  table.table td {
    border-style: solid;
    border-color: #bbb;
    font-size:3vw;
  }
  .rule .text {
    margin: 6vw 0 0;
  }
  .cup-ifo {
    margin-bottom: 16vw;
    padding-bottom: 0;
  }
}