.bg-wave {
  /*
  background-image: url(../img/index/bg_thunderSP.jpg);
  background-repeat: no-repeat;
  background-position: center left;
   background-size: 100% auto; 
  background-size: cover;
  */
  background: linear-gradient(180deg, #370344,#0e2567,#660e67);
}

h3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 0.6em;
  background-color: #ffbecd;
  border-radius: 7px;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffbecd;
  width: 0;
  height: 0;
}

table{
  background-color: #fff;
  color:#000;
  margin: 0 auto;
  font-size: 25px;
  width:100%;
  border: 1px solid #000;
  cursor: default;
}
table th{
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff;
  background-color: #c90683;
  padding:10px;
}
table td{
  text-align: center;
  border: 1px solid hsl(0, 0%, 100%);
  padding:10px;
}
@media (max-width: 767px) {
  table{
    width:100%;
    font-size: 15px;
  }
  table th{
    padding:3px;
  }
  table td{
    padding:3px;
  }
}
tr.odd{
  background-color: rgb(255, 255, 255);
}
tr.even{
  background-color: rgb(227, 225, 225);
}
td.race {
  background-color: #ff80ef;
  color: #fff;
}
tr:hover td {
  background-color: rgb(45, 220, 255);
  color:#fff;
}

/*表示エリア
---------------------------------------------------------------------------- */
.yoso-area {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid rgba(244, 188, 31, 1);
}
.yoso-area p {
  margin: 10px 0px;
}


.table-fit {
  width:100%;
  margin: 0 auto;
}