@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,
.cf:after {
  content: " ";
  display: table;
}

#monthly .cf:after {
  clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly .title_wrapper {
  display: flex;
  height: 60px;
  background: #e60012;
  justify-content: center;
}
#monthly .title_wrapper .title {
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 62px;
}
#monthly .title_wrapper .perabo {
  width: 60px;
  height: 60px;
  padding-left: 40px;
}

#monthly .main_content {
  display: flex;
  justify-content: space-around;
}
#monthly .main_content .yusho {
  width: 380px;
  margin-top: 20px;
}
#monthly .main_content .yusho tr th {
  background: #f9d0ba;
  font-weight: normal;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  text-align: center;
  font-weight: bold;
}
#monthly .main_content .yusho tr td {
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  text-align: center;
}
#monthly .main_content .yusho tr td:nth-child(4) {
  width: 110px;
}
#monthly .main_content .yusho .white_line {
  border-bottom: 1px solid white;
}
#monthly .main_content .yusho .name {
  font-weight: bold;
}
.main_content .yusho .ajust_1 {
  font-size: 14px;
  padding-left: 30px;
  font-weight: normal;
}
#monthly .main_content .yusho .text_ajust {
  font-size: 24px;
}
#monthly .main_content .yusho .image_1 {
  color: #e60012;
  font-weight: bold;
  font-size: 20px;
  background: #fff798;
  padding-top: 6px;
  text-align: left;
  padding-left: 12px;
  line-height: 32px;
}
#monthly .main_content .yusho .image_1 .hukuoka {
  padding: 0px 9px;
  background: #e60012;
  color: white;
  margin: 0 15px 0 15px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#monthly .main_content .yusho .image_1 .yusho_round {
  background: white;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0 8px;
  color: black;
}
#monthly .main_content .yusho .image_1 .big {
  font-size: 26px;
}
#monthly .main_content .yusho .image_2 {
  height: 78px;
}/*# sourceMappingURL=champion.css.map */