@charset "utf-8";
.Cruiser {
  background-color: #F5ECCD;
}
.cruiser0 {
  color: #F5ECCD;
  margin-right: -20px;
}
.bb {
  background-color: #FFCACA;
}
.bb0 {
  color: #FFCACA;
  margin-right: -20px;
}
.cv {
  background-color: #D0C5FE;
}
.cv0 {
  color: #D0C5FE;
  margin-right: -20px;
}
.dstryr {
  background-color: #E1C5E7;
}
.dstryr0 {
  color: #E1C5E7;
  margin-right: -20px;
}
.esct {
  background-color: #E9D6E6;
}
.esct0 {
  color: #E9D6E6;
  margin-right: -20px;
}
.go {
  width: 5%;
}
.half {
  width: 50%;
}
.jhu {
  width: 10%;
}
.jhugo {
  width: 15%;
}
.kokki {
  border-width: 1px 1px 1px 1px;
  height: 200px;
  width: 25%;
}
.kokkini {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
}
.kokkisan {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
.kousin {
  text-align: right;
  width: 98%;
}
.nanatengo {
  width: 7.5%;
}
.nijigo {
  height: 25%;
  padding: 5px;
}
.nitengo {
  width: 2.5%;
}
.no-bgclr {
  background-color: white;
  color: inherit;
  text-align: right;
}
.san {
  width: 33.3%;
}
.sanjhu {
  width: 30%;
}
.sanjhugo {
  width: 35%;
}
.ss {
  background-color: #D9E8DB;
}
.ss0 {
  color: #D9E8DB;
  margin-right: -20px;
}
.title00 {
  background-color: red;
  color: white;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.title01 {
  background-color: #1c2766;
  color: white;
  font-weight: bold;
}
.tokumu {
  background-color: #E6FFFA;
}
.tokumu0 {
  color: #E6FFFA;
  margin-right: -20px;
}
.top {
  background-color: red;
  color: white;
  font-weight: bold;
}
.white {
  background-color: #FFFFFF;
  width: 98%;
}
.yon {
  width: 25%;
}
.zerogo {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  width: 5%;
}
a {
  background-color: inherit;
  color: #1c2766;
  margin: 1px;
  padding: 1px;
  text-decoration: underline;
}
a:hover {
  background-color: #D8D5F4;
  color: inherit;
  margin: 1px;
  padding: 1px;
  text-decoration: underline;
}
body {
  font-family: "Verdana", "Roboto", "Droid Sans", "Noto Sans JP", "Yu Gothic UI", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  text-align: center;
}
p {
  background-color: #1c2766;
  color: white;
  padding: 5px;
}
table {
  margin-bottom: 10px;
  text-align: left;
  border: 1px solid black;
  width: 100%;
  font-size: 1.2rem;
}
td {
  border: 1px solid black;
  padding: 3px;
}
th {
  border: 1px solid black;
  text-align: center;
}
img {
  border-width: 0px 0px 0px 0px;
}
table.tablesorter {
  padding: 3px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #000;
  padding: 4px;
}
table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  padding: 10px;
}
table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}
html {
  font-size: 62.5%
}
@media screen and (max-width: 640px) {
  table.tablesorter thead {
    display: none;
  }
  table.tablesorter tfoot {
    display: none;
  }
  table.tablesorter tbody th {
    display: block;
  }
  table.tablesorter tbody td {
    display: block;
  }
  table.tablesorter tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.tablesorter tbody td p {
    padding-left: 6em;
  }
  html {
    font-size: 100%
  }
}