.navi_menu {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.kekka table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
  border: 1px #999999 solid;
  margin-bottom: 50px;
}

.kekka caption {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.kekka th,
td {
  text-align: center;
  vertical-align: middle;
}

.kekka tr {
  border: 1px #ccc dotted;
}

.kekka td {
  border: none;
  padding: 7px 0px;
}

.kekka td.school {
  width: 25%;
}

.kekka td.ten {
  letter-spacing: 0.1em;
  width: 24%;
  text-align: center;
}

.kekka td.stadium {
  width: 26%;
  font-size: 1rem;
  border-left: 1px #ccc dotted;
}

.kekka tr.bg {
  background: #f5f5f5;
}

.kekka tr.bt {
  border-top: 1px #999999 solid;
}

.kekka .called {
  font-size: 1rem;
  letter-spacing: 0em;
  display: block;
  margin-top: -2px;
}

.kekka .day {
  font-weight: normal;
}

.kekka_s table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
  border: 1px #999999 solid;
  margin-bottom: 50px;
}

.kekka_s caption {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.kekka_s td {
  border: none;
  padding: 7px 0px;
}

.kekka_s td.school {
  width: 25%;
  font-size: 1.3rem;
}

.kekka_s td.ten {
  letter-spacing: 0.1em;
  width: 30%;
  text-align: center;
  font-size: 1.3rem;
}

.kekka_s td.shousai {
  width: 20%;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 1px #ccc solid;
}

.kekka_s table th {
  color: #333333;
}

.kekka_s tr.bg {
  background: #f5f5f5;
}

.kekka_s tr.bt {
  border-top: 1px #999999 solid;
}

.kekka_s .called {
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: -2px;
}

.kekka_s .day {
  font-weight: normal;
}

.score table .encho {
  width: 100%;
  background: #333333;
  color: #ffffff;
  border: none;
  border-collapse: collapse;
  font-size: 80%;
  margin-bottom: 30px;
}

.panel table {
  width: 100%;
  table-layout: fixed;
  background: #333333;
  color: #ffffff;
  border: none;
  margin-bottom: 50px;
}

.panel table tr th {
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

.panel table tr td {
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  background: #333333;
  border: 1px solid #333333;
}

.panel table tr th.team {
  width: 20%;
  background: #333333;
}

.panel table tr td.kei {
  color: #ffdc00;
}

input[type="checkbox"].scorebox {
  display: none;
}

input[type="checkbox"].scorebox+div.panel {
  display: none;
}

input[type="checkbox"].scorebox:checked+div.panel {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .navi_menu {
    text-align: right;
    font-size: 1.6rem;
  }

  .kekka caption {
    font-size: 1.6rem;
  }

  .kekka td.stadium {
    font-size: 1.2rem;
  }

  .kekka_s caption {
    font-size: 1.6rem;
  }

  .kekka_s td.school {
    font-size: 1.4rem;
  }

  .kekka_s td.ten {
    font-size: 1.5rem;
  }

  .kekka_s .called {
    font-size: 1.1rem;
  }

  .kekka_s td.shousai {
    font-size: 1.3rem;
  }

  .panel table {
    font-size: 1.5rem;
  }

}