@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 .HeadChampion {
  text-align: center;
  background: #dcd4e6;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#monthly .HeadChampion h3 {
  margin: 0 auto;
  color: #633a85;
  font-size: 23px;
  font-weight: 900;
}

#monthly .HeadChampion h3 .star {
  margin-left: 15px;
  display: inline-block;
  width: 18px;
  height: 20px;
  position: relative;
}

#monthly .HeadChampion h3 .star::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "★";
  font-size: 20px;
  color: #e60012;
  text-shadow: 0.7px 0.7px 1px #fff799, -0.7px 0.7px 1px #fff799, 0.7px -0.7px 1px #fff799, -0.7px -0.7px 1px #fff799, 0.7px 0 1px #fff799, -0.7px 0 1px #fff799, 0 0.7px 1px #fff799, 0 -0.7px 1px #fff799, 0 0 1px #fff799, 0 0 1px #fff799;
}

#monthly .HeadChampion h3 span:nth-of-type(2) {
  color: black;
  font-size: 13px;
}

#monthly h3 {
  margin: 0;
}

#monthly .ChampionsContents .champions_wrapper {
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#monthly .ChampionsContents .champions_wrapper .champion_content:nth-of-type(2n) {
  margin-left: 20px;
}

#monthly .ChampionsContents .champions_wrapper .champion_content:nth-of-type(4n-1) {
  margin-left: 20px;
}

#monthly .ChampionsContents .champions_wrapper .champion_content {
  width: 210px;
  margin-top: 30px;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .race_description .contests_num {
  background: #633a85;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .race_description .contests_num h3 {
  height: 37px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 900;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .race_description .contests_adress {
  margin-top: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: black;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .champion_racer img {
  width: 210px;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .champion_racer h3 {
  text-align: center;
  font-size: 35px;
  color: black;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .star_racer {
  position: relative;
}

#monthly .ChampionsContents .champions_wrapper .champion_content .star_racer::after {
  position: absolute;
  bottom: 30px;
  left: 0px;
  content: "★";
  font-size: 70px;
  color: #e60012;
  text-shadow: 2px 2px 2px #fff799, -2px 2px 2px #fff799, 2px -2px 2px #fff799, -2px -2px 2px #fff799, 2px 0 2px #fff799, -2px 0 2px #fff799, 0 2px 2px #fff799, 0 -2px 2px #fff799, 0 0 2px #fff799, 0 0 2px #fff799;
}

#monthly .FootChampion {
  margin-top: 20px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ead17a), color-stop(10%, #fffcd1), color-stop(35%, #dfbd58), color-stop(70%, #fffcd1), to(#dfbd58));
  background: linear-gradient(to bottom, #ead17a 0%, #fffcd1 10%, #dfbd58 35%, #fffcd1 70%, #dfbd58 100%);
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#monthly .FootChampion h3 {
  color: #633a85;
  font-weight: 900;
  margin: 0 auto;
  font-size: 20px;
}

#monthly .FootChampion h3 span {
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 3px 0px;
}

#monthly .FootChampion h3 .miyajima {
  background: #633a85;
  color: white;
  font-weight: 900;
}

#monthly .FootChampion h3 .champrace {
  margin-left: 10px;
  border: 1px solid #633a85;
  color: #633a85;
  background: white;
  border-radius: 5px;
}
/*# sourceMappingURL=champion.css.map */