@charset "UTF-8";
/*運営委員会メンバー*/
.steering_committee nav ul li:first-child {
  width: 36% !important;
}
.steering_committee nav ul li:last-child {
  width: 60% !important;
}
.steering_committee nav ul li a {
  font-size: 14px !important;
}
.steering_committee table {
  width: 100%;
  border-top: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
  border-collapse: collapse;
}
.steering_committee table th, .steering_committee table td {
  width: 50%;
  border-bottom: solid 1px #aaa;
  padding: 10px 5%;
}
.steering_committee table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.steering_committee thead {
  background-color: #333;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:1050px) {
  /*運営委員会メンバー*/
  .steering_committee nav ul li:first-child {
    width: auto !important;
  }
  .steering_committee nav ul li:last-child {
    width: auto !important;
  }
  .steering_committee nav ul li:last-child .block {
    display: block;
  }
  .steering_committee table {
    width: 700px;
  }
  .steering_committee .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .steering_committee .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .steering_committee .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .steering_committee .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .steering_committee table th, .steering_committee table td {
    white-space: normal !important;
  }
}