/* 影響範囲を .tomoshibi-table に限定 */
.tomoshibi-table table {
  border-collapse: collapse;
  width: 100%;
}

.tomoshibi-table th,
.tomoshibi-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 0.9rem;
}

.tomoshibi-table th {
  background-color: #f2f2f2;
}

.tomoshibi-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tomoshibi-table .tomoshibi-vol {
  width: 70px;
  white-space: nowrap;
}

.tomoshibi-table .tomoshibi-link {
  margin-bottom: 6px;
}

.tomoshibi-table .tomoshibi-items {
  margin: 0;
  padding-left: 1.2em;
}

