table {
  border-collapse: collapse;
  border: solid 2px #000000;
  font-size: 20px;
  width: 900px;
}


thead {
  text-align: center;
  background-color: #bebaf5;
}

tbody {
  background-color: #ffffff;
}

tfoot {
  background-color: #ffffff;
}
th {
  border-left: dashed 1px #000000;
  border-bottom: double 5px #000000;
  width: 60%;
  padding-left: 10px;
}

td {
  border-left: dashed 1px #000000;
  border-bottom: double 5px #000000;
  width: 20%;
  padding-right: 10px;
}


table tr:nth-child(even){
  background-color: #eee
}




.tokki {
  text-align: left;
  color: red;
  font-size: 20px;
}

caption {
  font-size: 25px;
  font-weight: 700;
}

/*
.tenpo-td {
  border: none;
  width: 400px;
}
*/