@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#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,
#monthly .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 #bunseki h3 {
  margin-bottom: 16px;
}

#monthly #bunseki h4 {
  text-align: center;
  color: #009C7C;
  font-size: 20px;
}

#monthly #bunseki .b-pattern {
  margin-bottom: 12px;
  color: #000;
}

#monthly #bunseki .b-pattern span {
  padding: 0 1em;
  background: #009C7C;
  color: #fff;
}

#monthly #bunseki .b-pattern b {
  color: #009C7C;
}

#monthly #bunseki .b-pattern img {
  vertical-align: bottom;
}

#monthly #bunseki h5 {
  margin-top: 16px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background: #00A3DF;
}

#monthly #bunseki strong {
  color: #ff0000;
}

#monthly #bunseki #bunseki-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #bunseki #bunseki-table table {
  width: 446px;
  margin-top: 4px;
  border: solid 1px #000;
}

#monthly #bunseki #bunseki-table table th, #monthly #bunseki #bunseki-table table td {
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#monthly #bunseki #bunseki-table table th {
  background: #CDE4F7;
}
/*# sourceMappingURL=bunseki.css.map */