@charset "UTF-8";
/*共通*/
.button--arrowRight {
  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 .suimen-header {
  margin-top: 30px;
  height: 100px;
  padding: 5px 20px 10px;
  background: linear-gradient(#87c778, #61a350);
  border-radius: 20px;
}
#monthly .suimen-header .header-top {
  font-size: 20px;
  color: white;
  text-align: center;
  vertical-align: bottom;
}
#monthly .suimen-header .header-top span:nth-of-type(1) {
  font-size: 18px;
  padding: 1px 10px;
  border-radius: 15px;
  background: #d2cde6;
  color: #1d2088;
  vertical-align: text-top;
}
#monthly .suimen-header .header-top span:nth-of-type(2) {
  color: #1d2088;
  font-size: 30px;
}
#monthly .suimen-header .header-top span:nth-of-type(3) {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
}
#monthly .suimen-header .header-top span:nth-of-type(3) img {
  position: absolute;
  top: -100%;
  left: 0;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #000;
}
#monthly .suimen-header .header-bottom {
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 35px;
  line-height: 1;
  margin-top: 10px;
  height: 45px;
}
#monthly .suimen-header .header-bottom span {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 45px;
  vertical-align: bottom;
}
#monthly .suimen-header .header-bottom span img {
  position: absolute;
  top: 0%;
  left: 0;
  height: inherit;
}
#monthly .suimen-main h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#monthly .suimen-main p {
  margin-top: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}
#monthly .suimen-main .suimen-content1,
#monthly .suimen-main .suimen-content2 {
  margin-top: 20px;
  clear: both;
}
#monthly .suimen-main .suimen-content1 p::before {
  content: "";
  display: block;
  float: left;
  width: 280px;
  height: 180px;
  margin: 0 15px 15px 0;
  background: url("img/suimen-race.jpg") no-repeat center/cover;
}
#monthly .suimen-main .suimen-content2 p::after {
  content: "";
  display: block;
  width: 550px;
  height: 330px;
  margin: 10px auto;
  background: url("img/suimen-race2.jpg") no-repeat center/cover;
}
#monthly .suimen-main .suimen-table {
  clear: both;
  margin-top: 20px;
}
#monthly .suimen-main .suimen-table table {
  width: 100%;
  border-collapse: collapse;
}
#monthly .suimen-main .suimen-table table caption {
  text-align: center;
  margin-bottom: 10px;
}
#monthly .suimen-main .suimen-table table caption span {
  font-weight: bold;
  padding: 5px;
  font-size: 20px;
}
#monthly .suimen-main .suimen-table table caption span:nth-of-type(1) {
  padding: 2px 5px;
  background: #fff338;
  color: #014099;
}
#monthly .suimen-main .suimen-table table caption span:nth-of-type(2) {
  color: #7265ab;
}
#monthly .suimen-main .suimen-table table caption span:nth-of-type(3) {
  font-size: 15px;
  font-weight: 400;
}
#monthly .suimen-main .suimen-table table th,
#monthly .suimen-main .suimen-table table td {
  text-align: center;
  vertical-align: middle;
}
#monthly .suimen-main .suimen-table table thead tr {
  height: 30px;
}
#monthly .suimen-main .suimen-table table thead th {
  background: #7265ab;
  color: white;
}
#monthly .suimen-main .suimen-table table thead th:nth-of-type(6) {
  border-bottom: 1px solid #fff;
}
#monthly .suimen-main .suimen-table table tbody tr {
  height: 35px;
  border-bottom: 1px solid #000;
}/*# sourceMappingURL=suimen.css.map */