@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 #shitennou h3 {
  margin-bottom: 20px;
}

#monthly #shitennou p span {
  margin: 0 0.2em;
  padding: 0 0.5em;
  background-color: #943951;
  color: #fff;
}

#monthly #shitennou h4 {
  text-align: center;
  color: #C26F49;
  font-size: 24px;
}

#monthly #shitennou h5 {
  margin: 30px 0 10px 0;
  padding: 4px;
  text-align: center;
  color: #943951;
  font-size: 20px;
  border: solid 1px #000;
}

#monthly #shitennou h5 span {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#monthly #shitennou table {
  width: 900px;
}

#monthly #shitennou table tr {
  border-bottom: dashed 1px #000;
}

#monthly #shitennou table tr:nth-child(2) {
  border-bottom: 0;
}

#monthly #shitennou table tr:nth-child(1) {
  border-color: #fff;
}

#monthly #shitennou table tr:nth-child(10n+12) {
  border-bottom: solid 1px #000;
}

#monthly #shitennou table tr th {
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #B27179;
  color: #fff;
  font-size: 14px;
  border-right: solid 1px #fff;
}

#monthly #shitennou table tr td {
  padding: 2px 0;
  text-align: center;
  font-size: 14px;
  border-right: solid 1px #000;
}

#monthly #shitennou table tr td span {
  display: inline-block;
  width: 2.5em;
  background-color: #943951;
  color: #fff;
}

#monthly #shitennou table tr td.shitennou {
  background-color: #FFFBC7;
}

#monthly #shitennou table tr td.kekka {
  padding-left: 2px;
  text-align: left;
}

#monthly #shitennou table tr td:nth-child(12) {
  border-right: 0;
}
/*# sourceMappingURL=shitennou.css.map */