/*-----メンバー紹介装飾-----*/
table{
  font-size: 24px;
  border-collapse: collapse;
  border: solid 2px #000000;
  margin: auto;
}

th{
  background-color:#f3dda1;
  border: solid 2px #000000;
}

td{
  background-color: #d6d6d6;
  border: solid 2px #000000;
}

#menber2{
  background-color: #ffffff;
}

/*-----メンバー紹介装飾-----*/

/*-----取材装飾-----*/
.shuzai{
  display: flex;
}

.shuzai img{
  width: 320px;
}

.shuzai p{
  padding-top: 40px;
}

.example{
  font-size: 24px;
  text-decoration: underline #000000;
}

/*-----取材装飾-----*/

/*-----活動年表装飾-----*/
.nenpyou{
  width: 480px;
  height: 300px;
  border: solid 2px #000000;
  overflow-y: scroll;
  margin: auto;
}

.n1{
  border-bottom: solid 1px #000000;
  padding-bottom: px;
  background-color: #d6d6d6;
}
/*-----活動年表装飾-----*/