/* ========================================== */
/* ========================================== */

.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #000;
  empty-cells: show;
  margin: 0 auto;
  margin-bottom: 100px;
  }

.table th {
  width: 25%;
  padding: 10px;
  background-color: #f5deb3;
  border: solid 1px #000;
  color: #000;
  }
  
.table td {
  width: 75%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  }


/* ========================================== */
/* ========================================== */

.syoutori table {
  width: 98%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #000;
  empty-cells: show;
  margin: 0 auto;
  margin-bottom: 100px;
  }

.syoutori th {
  width: 30%;
  padding: 10px;
  background-color: #cecece;
  border: solid 1px #000;
  color: #000;
  }
  
.syoutori td {
  width: 68%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  }

/* ------------------------------------------ */

@media (min-width: 768px) {

.syoutori table {
  width: 100%;
  }
  
}

