@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 h3 {
  margin-bottom: 20px;
}
#monthly #rentan-photo {
  float: right;
  margin: 0 10px;
  width: 300px;
  height: 200px;
}
#monthly p span {
  color: #0071b0;
  font-weight: bold;
}
#monthly h4 {
  text-align: center;
  color: #2c3d7a;
  font-size: 20px;
}
#monthly h4 span {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}
#monthly #shokin20 {
  display: flex;
  justify-content: space-around
}
#monthly #shokin20 table {
  width: 46%;
}
#monthly #shokin20 table tr th,
#monthly #shokin20 table tr td {
  padding: 2px;
  text-align: center;
  border-right: solid 1px #000;
  border-bottom: dashed 1px #000;
  border-left: solid 1px #000;
}
#monthly #shokin20 table tr th {
  background: #dcdddd;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: normal;
}
#monthly #shokin20 table tr th:first-child,
#monthly #shokin20 table tr td:first-child {
  border-left: 0;
}
#monthly #shokin20 table tr th:last-child,
#monthly #shokin20 table tr td:last-child {
  border-right: 0;
}
#monthly #shokin20 table tr:nth-child(6) td,
#monthly #shokin20 table tr:nth-child(11) td {
  border-bottom: solid 1px #000;
}
#monthly #shokin20 table tr td:nth-child(2) {
  font-weight: bold;
}



