@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 .cf {
  *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

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

/*各ページ*/
#monthly .title_wrapper {
  background: #d7e5f2;
  text-align: center;
  margin-bottom: 25px;
}
#monthly .title_wrapper .title {
  font-size: 26px;
  color: #0485be;
}
#monthly .title_wrapper .caption .star {
  width: 30px;
  padding-bottom: 3px;
}
#monthly .raw {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
#monthly .raw .box {
  width: 210px;
}
#monthly .raw .box .box_title {
  height: 36px;
  text-indent: 0;
  background: #0485be;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}
#monthly .raw .box .inner_text {
  text-indent: 0;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: bold;
  padding-top: 3px;
}
#monthly .raw .box .racer_img {
  width: 210px;
  height: 180px;
  background: black;
}
#monthly .raw .box .name {
  text-align: center;
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
  font-size: 35px;
  padding-top: 7px;
}
#monthly .raw_last {
  display: flex;
}
#monthly .raw_last .box {
  width: 210px;
  margin-left: 8px;
}
#monthly .raw_last .box .box_title {
  height: 36px;
  text-indent: 0;
  background: #0485be;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}
#monthly .raw_last .box .inner_text {
  text-indent: 0;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: bold;
  padding-top: 3px;
}
#monthly .raw_last .box .racer_img {
  width: 210px;
  height: 180px;
  background: black;
}
#monthly .raw_last .box .name {
  text-align: center;
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
  font-size: 35px;
  padding-top: 7px;
}
#monthly .raw_last .round {
  width: 165px;
  height: 280px;
  text-align: center;
  background: linear-gradient(180deg, rgb(237, 216, 142) 12%, rgb(255, 252, 209) 71%, rgb(237, 216, 142) 94%);
  border-radius: 50%;
  margin-left: 40px;
}
#monthly .raw_last .round .text_1 {
  color: #0485be;
  text-indent: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 0;
  padding-top: 40px;
}
#monthly .raw_last .round .asiya {
  background: #0485be;
  color: white;
  width: 71px;
  font-size: 22px;
  font-weight: bold;
  padding: 0 8px;
  text-indent: 0;
  margin: 5px auto;
}
#monthly .raw_last .round .yusho {
  color: #0485be;
  font-size: 20px;
  text-indent: 0;
  margin-bottom: 0;
  background: white;
  border: 1px #0485be solid;
  border-radius: 10px;
  width: 80px;
  margin: 10px auto;
}
#monthly .raw_last .round .text_2 {
  color: #0485be;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
  right: 29px;
  width: 212px;
}
#monthly .raw_last .round .text_2 .day {
  letter-spacing: -1px;
}