@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #soutenbou {
  background: #deefe0;
  padding: 20px;
  margin-bottom: 30px;
  border-radius:30px;
}

#monthly #soutenbou img.photo_title {
  margin-bottom: 15px;
}

#monthly #soutenbou h4 {
  color: #003686;
  text-align: center;
  font-size:20px;
  letter-spacing:0.05em;
}

#monthly #soutenbou h4 span {
  font-size:18px;
}

#monthly #soutenbou p span {
  font-weight: bold;
  color: #407038;
}

#monthly #soutenbou img.photo_right {
  float:right;
  margin:15px 0px 0px 15px;
}

/*歴代*/
#monthly h3 {
  text-align: center;
  background: #5aa572;
  color: #FFF;
  font-size: 18px;
  margin: 10px auto;
  width: 900px;
}

#monthly #rekidai {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#monthly #rekidai table {
  width: 32%;
}

#monthly #rekidai table th,
#monthly #rekidai table td {
  padding: 2px;
  text-align: center;
}

#monthly #rekidai table th {
  background: #d2e4d4;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#monthly #rekidai table td {
  border-bottom: 1px solid #000;
}

#monthly #rekidai table td.name {
  color: #5aa572;
  font-weight: bold;
}

#monthly #rekidai table td.kontaikai {
  border: none;
  color: #76161b;
  font-weight: bold;
  background: #fce2c4;
  padding: 5px 0px;
  line-height: 2;
}

#monthly #rekidai table td.kontaikai p:first-child {
  line-height: 2;
}

#monthly #rekidai table td.kontaikai span {
  background: #76161b;
  color: #FFFFFF;
  padding: 1px 8px;
  margin-left: 10px;
}

#monthly #rekidai table td.kontaikai span.yusho_box {
  color: #76161b;
  background: #FFFFFF;
  border: 1px solid #76161b;
}