@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  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 #title-3ren {
  padding-bottom: 30px;
}

#monthly p strong {
  color: #ff0000;
}
#monthly h4 {
  text-align: center;
  color: #004098;
}
#monthly h4 span {
  font-weight: normal;
  color: #4c5159;
}
#monthly table {
  width: 100%;
  margin: 10px 0;
}
#monthly table th,
#monthly table td {
  padding: 4px 0 2px 0;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#monthly table th {
  background: #e6e6e6;
}
#monthly table td span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: solid 1px #000;
  border-radius: 20px;
}
#monthly table td span.w1 {
}
#monthly table td span.w2 {
  background: #000;
  color: #fff;
}
#monthly table td span.w3 {
  background: #ff0000;
  color: #fff;
  border: #ff0000;
}
#monthly table td span.w4 {
  background: #0075c2;
  color: #fff;
  border: #0075c2;
}
#monthly table td span.w5 {
  background: #ffff00;
}
#monthly table td span.w6 {
  background: #009944;
  color: #fff;
  border: #009944;
}
#monthly #takei {
  width: 200px;
  float: right;
  margin-left: 1em;
  font-size: 14px;
  color: #004098;
}
#monthly #takei img {
  width: 200px;
  height: 200px;
}

