@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 #funaken-title {
  margin-bottom: 10px;
}

#monthly p strong {
  color: #34866d;
}

#monthly .funaken-left {
  float: left;
  margin-right: 5px;
}
#monthly .funaken-right {
  float: right;
  margin-left: 5px;
}

#monthly h4 {
  margin-bottom: 10px;
  padding: 3px 0;
  text-align: center;
  background: #d5ead8;
}

#monthly #yusho-kekka {
  display: flex;
}
#monthly #yusho-kekka div {
  width: 50%;
  text-align: center;
}
#monthly #yusho-kekka div table {
  width: 90%;
  margin: 0 auto;
}
#monthly #yusho-kekka div table tr th,
#monthly #yusho-kekka div table tr td {
  text-align: center;
  border-bottom: solid 1px #000;
}
#monthly #yusho-kekka div table tr th {
  border-bottom: solid 2px #000;
}
#monthly #yusho-kekka div table tr td.bold {
  font-weight: bold;
}
#monthly #yusho-kekka div div {
  width: 100%;
  padding-left: 22px;
  text-align: left;
}

#monthly #yusho-kekka span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: solid 1px #000;
  border-radius: 20px;
  text-align: center;
}
#monthly #yusho-kekka span.w2 {
  background: #000;
  color: #fff;
}
#monthly #yusho-kekka span.w3 {
  background: #ff0000;
  color: #fff;
  border: #ff0000;
}
#monthly #yusho-kekka span.w4 {
  background: #0075c2;
  color: #fff;
  border: #0075c2;
}
#monthly #yusho-kekka span.w5 {
  background: #ffff00;
}
#monthly #yusho-kekka span.w6 {
  background: #009944;
  color: #fff;
  border: #009944;
}
#monthly #yusho-kekka span.triangle {
  transform: rotate(90deg);
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
}


