@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 .top_title {
  display: flex;
}
#monthly .top_title .title_img {
  width: 540px;
  margin: 0 auto 20px auto;
}
#monthly .main_contents {
  display: flex;
  justify-content: space-around;
  margin-bottom: -50px;
}
#monthly .main_contents.ajust {
  display: flex;
  justify-content: normal;
  margin-left: 13px;
  margin-bottom: -40px;
}
#monthly .main_contents .img_wrapper.img_ajust_1 {
  margin-left: 25px;
}
#monthly .main_contents .img_wrapper .contents_racer .contents_panel {
  position: relative;
  bottom: 74px;
  left: 45px;
  width: 180px;
  border-radius: 30px;
  border: #bf9234 4px double;
  background: rgb(191, 146, 52);
  background: linear-gradient(27deg, rgb(191, 146, 52) 0%, rgb(255, 243, 204) 33%, rgb(191, 146, 52) 66%, rgb(255, 243, 204) 89%);
  text-align: center;
  line-height: 23px;
  padding: 6px 0;
  font-weight: bold;
  color: #000;
}
#monthly .main_contents .img_wrapper .contents_racer .contents_panel .racer_name {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}/*# sourceMappingURL=prize_2023.css.map */