@charset "UTF-8";
/*音響・超音波サブソサイエティ　音響・超音波サブソサイエティ　役員名簿*/
.subsocieties.list table {
  width: 100%;
  border-top: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
  border-collapse: collapse;
}
.subsocieties.list table th, .subsocieties.list table td {
  width: 33%;
  border-bottom: solid 1px #aaa;
  padding: 10px 5%;
}
.subsocieties.list table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.subsocieties.list thead {
  background-color: #333;
  color: #fff;
  text-align: left;
}
.subsocieties.list table.table_white tbody tr:nth-child(even) {
  background-color: #fff !important;
}
@media screen and (max-width:1050px) {
  /*音響・超音波サブソサイエティ　音響・超音波サブソサイエティ　役員名簿*/
  .subsocieties.list table {
    width: 800px;
  }
  .subsocieties.list .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .subsocieties.list .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .subsocieties.list .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .subsocieties.list .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .subsocieties.list table th, .subsocieties.list table td {
    white-space: normal !important;
  }
}