@charset "utf-8";

/*　会の経緯　*/
.keii{
}
.keii p{
  width: 88%;
  margin: 15px 15px 10px 25px;
  line-height: 1.4;
  font-weight: bold;
}

/* 　jump to each year   */
ul.jump_year{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0 0;
  background-color: #000;
  padding: 5px 0;
}
li.year{
  margin: 0px;
  padding: 7px 10px;
}
li.year a{
  color: #fff;
}

/* 　各年のテーマ一覧　*/
section.year{
  width: 100%;
}
.year_title{
  position: relative;
  margin: 0;
  padding: 10px 0 10px 25px;
  color: #663300;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  background: #e0efff;
  border-top: solid 1px #663300;
}
p.return_to_top{
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30%;
  text-align: center;
  font-size: 18px;
}
p.return_to_top a{
  color: #663300;
}

p.return{
  padding: 5px 20px 5px 0;
  color: #663300;
  text-align: right;
  background-color: #000;
  border-top: solid 1.5px red;
  margin: 0px 0 0 0;
}
p.return a{
  font-size: 17px;
  color: #fff;
}

ul.each_month{
  margin: 0px;
  padding: 0px 0px;
  line-height: 1.4;
  font-size: 16px;
  border-top: solid 1px red;
}
li.date{
  background-color: #dedede;
  width:;
  padding: 15px 15px 0 25px;
  font-size: 16px;
  font-weight: bold;
}
li.date:before {
  content: "\025b6";
  position: relative;
  margin: 0px 7px 0 0;
  font-size: 15px;
  color: #663300;
}
ul.right{
}
li.subject{
  width: 100%;
  background-color: #dedede;
  margin: 0;
  padding: 5px 20px 10px 25px;
  font-weight: bold;
}
li.subject p{
  margin: 15px 0 0 0;
}
li.subject a{
  color: green;
}
li.month_report{
  width: 100%;
  margin: 0;
  padding: 8px 10px 0px 25px;
  color: green;
}
li.summary{
  width: 88%;
  margin: 5px 20px 5px 25px;
  line-height: 1.5;
  font-weight: bold;
}
li.summary a{
  color: red;
  font-weight: bold;
}
