@charset "utf-8";

/* 年表 */
table{
  font-size: 20px;
  width: 100%;
}
td {
  line-height: 2.50;
  border-bottom: 1px solid rgba(10,102,10, .8);
}

.year{
  margin: auto;
  margin-bottom: 50px;
  text-align: left;
  width: 15em;
}

.contents{
  padding-left: 1em;
}


/* 役員終わり */