@charset "UTF-8";
/*********************************/
/* カラー定義 */
/*********************************/
.inner-wrapper {
  max-width: 60rem;
  margin: 2rem auto;
  padding: 0 1rem;
}
.inner-wrapper table.table-band-descriptors {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.inner-wrapper table.table-band-descriptors th, .inner-wrapper table.table-band-descriptors td {
  padding: 5px;
  border: 1px solid #000;
  cursor: pointer;
}
.inner-wrapper table.table-band-descriptors th {
  background-color: #36658A;
  color: #F9F9F9;
  text-align: center;
}
.inner-wrapper table.table-band-descriptors td:first-child {
  text-align: center;
  font-weight: bold;
}
.inner-wrapper table.table-band-descriptors td:nth-child(n+2) {
  vertical-align: top;
}
.inner-wrapper table.table-band-descriptors td {
  transition: all 0.6s ease;
}
.inner-wrapper table.table-band-descriptors td:hover {
  background-color: #D6D7D8;
  transform: scale(1.1);
}
.inner-wrapper ul {
  padding: 0 0 0 1.5rem;
}
.inner-wrapper ul li {
  list-style: circle;
  margin: 0.5rem 0;
}/*# sourceMappingURL=local.css.map */