@charset "UTF-8";
/*---------------------------
tool
----------------------------*/
main {
  padding: 1.0em;
}

.top {
  margin-bottom: 1.0em;
}

@media screen and (max-width: 640px) {
  .top {
    /*sp*/
    font-size: 0.8rem;
  }
}

.top .genre,
.top .update,
.top .title {
  margin-bottom: 0.5em;
}

.top h3 {
  margin-bottom: 0.5em;
}

.bottom .desp {
  text-align: center;
  padding-top: 1.0em;
  font-size: 0.8em;
}

@media screen and (max-width: 640px) {
  .bottom .desp {
    /*sp*/
    font-size: 0.6rem;
  }
}

.bottom .produce {
  padding-top: 0.5em;
  font-size: 0.6em;
  text-align: right;
}

.bottom .produce a {
  color: #000;
}

.menu {
  margin-bottom: 1.0em;
}

.menu ul {
  list-style: none;
}

@media screen and (max-width: 640px) {
  .menu ul {
    /*sp*/
  }
  .menu ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

.menu ul li {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .menu ul li {
    /*sp*/
    display: block;
    float: left;
    width: 25%;
    text-align: center;
  }
}

.menu ul li a {
  display: block;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 0.3em 1.0em;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .menu ul li a {
    /*sp*/
    padding: 0.3em;
    font-size: 0.8rem;
  }
}

.menu ul li a:hover {
  background: #000;
  color: #fff;
}

.menu ul li a.current {
  background: #000;
  color: #fff;
}

.order {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
}

.order table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.8em;
  border: 1px solid #ccc;
}

.order table thead tr {
  background: #000;
  color: #fff;
}

.order table thead tr th {
  padding: 10px 5px;
}

.order table tr:nth-of-type(even) {
  background: #eee;
}

.order table th,
.order table td {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

.order table td {
  border-right: 1px dotted #ccc;
  text-align: center;
}

.order table td:nth-of-type(1) {
  width: 5%;
}

.order table td:nth-of-type(2) {
  text-align: left;
}

.order table td:last-child {
  background: #999;
  color: #fff;
}

.table {
  /*戦績表*/
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .table {
    /*sp*/
  }
  .table:before {
    content: "戦績表は横にスクロールします ▶▶▶";
    display: block;
    padding: 8px;
    font-size: 0.7rem;
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    color: #fff;
    text-align: left;
  }
}

.table table {
  font-size: 0.6em;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .table table {
    /*sp*/
    width: 200%;
    font-size: 0.6rem;
  }
}

.table table tr:nth-child(even) {
  background: #eee;
}

.table table th {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  padding: 10px;
}

.table table th:last-child {
  background: #999;
  color: #fff;
}

.table table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  padding: 10px;
}

.table table th:last-child {
  width: 10%;
  background: #999;
  width: 5%;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .table table th:last-child {
    /*769px~1000px(inner1000pxの場合)*/
    width: 10%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .table table th:last-child {
    /*tablet*/
    width: 10%;
  }
}

@media screen and (max-width: 640px) {
  .table table th:last-child {
    /*sp*/
    width: 5%;
  }
}

.table::-webkit-scrollbar {
  width: 5px;
  background: #000;
}

.table::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eee;
}

.table::-webkit-scrollbar-thumb {
  background: #999;
}

.table::-webkit-scrollbar-thumb:horizontal {
  background: #999;
}

.match table {
  width: 100%;
  font-size: 0.8em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .match table {
    width: 100%;
    font-size: 0.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .match table thead {
    /*sp*/
    display: none;
  }
}

.match table thead th {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .match table tbody {
    /*sp*/
    display: block;
  }
}

.match table tr {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .match table tr {
    /*sp*/
    display: block;
    margin-bottom: 0.5em;
    border: 1px solid #ccc;
  }
  .match table tr:after {
    content: "";
    display: block;
    clear: both;
  }
}

.match table tr:nth-child(even) {
  background: #eee;
}

@media screen and (max-width: 640px) {
  .match table tr:nth-child(even) {
    /*sp*/
    background: #fff;
  }
}

.match table th {
  background: #eee;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .match table th {
    /*sp*/
    display: none;
  }
}

.match table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match table td .status {
  display: block;
  padding: 0.3em;
}

@media screen and (max-width: 640px) {
  .match table td {
    /*sp*/
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    display: block;
    text-align: center;
    background: url(../img/table_bg.png);
    background-size: 100%;
    border-right: none;
  }
  .match table td:nth-child(1):before {
    width: 50%;
    content: "キックオフ";
    float: left;
    font-weight: bold;
  }
  .match table td:nth-child(1) {
    border-bottom: 1px solid #ccc;
  }
  .match table td:nth-child(2) {
    width: 35%;
    text-align: center;
    font-weight: bold;
    background: none;
    float: left;
    padding: 5px 0px;
    border-bottom: none;
  }
  .match table td:nth-child(3) {
    width: 30%;
    text-align: center;
    background: none;
    float: left;
    border-bottom: none;
    padding: 5px 0px;
  }
  .match table td:nth-child(4) {
    width: 35%;
    text-align: center;
    font-weight: bold;
    background: none;
    float: right;
    padding: 5px 0px;
    border-bottom: none;
  }
  .match table td:nth-child(5):before {
    width: 50%;
    content: "試合会場";
    float: left;
    font-weight: bold;
  }
  .match table td:nth-child(5) {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
}
/*# sourceMappingURL=tool.css.map */