@charset "utf-8";

/* 会の概要 */
.title{
  background-color: pink;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
}
img.minna{
  display: block;
  width: 70%;
  margin: 15px auto;
}
.yokonarabi{
  display: flex;
  flex-wrap: wrap;
}
.item_square{
  width: 85%;
  margin: 5px auto;
  padding: 15px;
  border: solid 3px pink;
}
p.p01{
  margin: 5px 0;
  font-weight: bold;
  text-align: left;
}
img.ari{
  width: 30px;
  margin: 10px auto 0;
}

/* table ひとつめ　*/
.table01{
  margin: 15px 0 0 0;
  border-top: dotted 2px gray;
  border-bottom: dotted 2px gray;
}
.table01 th.left{
  width: 21%;
  padding: 3px 0;
}
.table01 td{
  padding: 5px 0px;
  color: #000;
  font-weight: bold;
}
.table01 td a{
  color: blue;
}



/* 例会について */
h2.page_title_sub{
  background: #ffffef;
  border-top: solid 1px red;
  padding: 10px 30px;
  width: 100%;
  margin: 20px 0 0;;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.reikai p{
  width: 95%;
  padding: 10px 20px;
}

/* table ふたつめ　*/
table{
  width: 100%;
  background-color: #ececec;
  font-size: 15px;
}
td.left{
  width: 20%;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0px 5px 20px;
}
td.right{
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 15px 5px 0px;
}
