@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 .dream_monthly{
  width: 900px;
}

.dream_page_tittle, .dream_racer_firsthalf, .dream_racer_secondhalf {
  display: flex;
}

.dream_racer_firsthalf,.dream_racer_secondhalf{
  justify-content: space-between;
}

.dream_racer_secondhalf {
  margin-top: 20px;
}

.dream_racer_rate, .dream_racer_kana, .dream_racer_data, .dream_racer_data_area {
  display: flex;
}

.dream_page_tittle {
  width: 900px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 15px;
  justify-content: end;
}

.page_tittle_1 {
  width: 52px;
  height: 52px;
  font-size: 35px;
  margin-right: 15px;
  transform: rotate(-15deg);
  background-color: #008e71;
  color: white;
  text-align: center;
  border: 5px solid white;
}

.page_tittle_2 {
  width: 52px;
  height: 52px;
  font-size: 35px;
  margin-right: 15px;
  transform: rotate(5deg);
  background-color: #008e71;
  color: white;
  text-align: center;
  border: 5px solid white;
}

.page_tittle_3 {
  width: 52px;
  height: 52px;
  font-size: 35px;
  margin-right: 15px;
  transform: rotate(-5deg);
  background-color: #008e71;
  color: white;
  text-align: center;
  border: 5px solid white;
}

.page_tittle_4 {
  width: 52px;
  height: 52px;
  font-size: 35px;
  margin-right: 15px;
  transform: rotate(-10deg);
  background-color: #008e71;
  color: white;
  text-align: center;
  border: 5px solid white;
}

.page_tittle_5 {
  width: 52px;
  height: 52px;
  font-size: 35px;
  margin-right: 15px;
  transform: rotate(5deg);
  background-color: #008e71;
  color: white;
  text-align: center;
  border: 5px solid white;
}

.page_tittle_6, .page_tittle_7 {
  align-self: end;
}

.dream_racer_1 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
}

.dream_racer_2 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
  background-color: #c9c9ca;
}

.dream_racer_3 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
  background-color: #f8c5ab;
}

.dream_racer_4 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
  background-color: #bad1ed;
}

.dream_racer_5 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
  background-color: #fff799;
}

.dream_racer_6 {
  width: 290px;
  box-shadow: 0 0 8px gray;
  border-radius: 25px 0 0 0;
  background-color: #bedfc2;
}

.dream_racer_1_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_4939.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_1_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_2_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_4907.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_2_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_3_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_4831.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_3_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_4_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_5121.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_4_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_5_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_4851.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_5_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_6_top {
  width: 280px;
  height: 560px;
  margin-top: 10px;
  margin-left: 5px;
  background-image: url(img/dream_4980.jpg);
  font-weight: bold;
  position: relative;
}

.dream_racer_6_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dream_racer_rate {
  position: relative;
}

.course_num {
  font-size: 30px;
}

.dream_racer_course1 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  background-color: #f6f7f7;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px black;
}

.dream_racer_course2 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  background-color: #231815;
  color: white;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px rgb(210, 210, 210);
}

.dream_racer_course3 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  background-color: #e60113;
  color: white;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px black;
}

.dream_racer_course4 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  background-color: #0075c1;
  color: white;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px black;
}

.dream_racer_course5 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  color: black;
  background-color: #fff100;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px black;
}

.dream_racer_course6 {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100px;
  height: 45px;
  background-color: #009944;
  color: white;
  text-align: center;
  border-radius: 25px;
  font-size: 22px;
  box-shadow: inset -1px -1px 5px black;
}

.dream_racer_winrate {
  position: absolute;
  right: 5px;
  font-size: 20px;
  color: #008e61;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.dream_racer_name {
  position: relative;
}

.dream_racer_kana {
  position: relative;
}

.dream_racer_num {
  position: absolute;
  top: 455px;
  left: 10px;
  font-size: 25px;
  color: black;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.dream_racer_yomi {
  position: absolute;
  top: 465px;
  right: 10px;
  color: black;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.dream_racer_kanji {
  position: absolute;
  top: 485px;
  left: 15px;
  font-size: 50px;
}

.dream_racer_data_area {
  border: 1px solid black;
}

.racer_1 {
  color: white;
  text-shadow: 3px 3px 2px #000000, -3px 3px 2px #000000, 3px -3px 2px #000000, -3px -3px 2px #000000, 3px 0px 2px #000000, 0px 3px 2px #000000, -3px 0px 2px #000000, 0px -3px 2px #000000;
}

.racer_2 {
  color: black;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}

.racer_3 {
  color: #e60113;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}

.racer_4 {
  color: #0075c1;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}

.racer_5 {
  color: #fff100;
  text-shadow: 3px 3px 2px #000000, -3px 3px 2px #000000, 3px -3px 2px #000000, -3px -3px 2px #000000, 3px 0px 2px #000000, 0px 3px 2px #000000, -3px 0px 2px #000000, 0px -3px 2px #000000;
}

.racer_6 {
  color: #009944;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}

.dream_racer_data {
  position: relative;
}

.dream_racer_data_personal {
  position: absolute;
  top: 550px;
  left: 5px;
  font-size: 14px;
  width: 130px;
  text-align: center;
  background-color: #dff2fc;
  border: 1px solid black;
  border-radius: 10px;
}

.dream_racer_data_area {
  position: absolute;
  top: 550px;
  right: 0px;
  font-size: 14px;
  width: 135px;
  height: 22px;
  background-color: white;
  text-align: center;
  line-height: 22px;
}

.dream_racer_data_area div:nth-of-type(1) {
  width: 30px;
  background-color: #edf0a4;
}

.dream_racer_data_area div:nth-of-type(3) {
  width: 30px;
  background-color: #f8c5ab;
  border-left: 1px solid black;
}

.dream_racer_data_area div:nth-of-type(2n) {
  width: 36px;
}

.dream_racer_bottom {
  width: 270px;
  height: 365px;
  margin-top: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.dream_racer_tittle {
  height: 75px;
  font-size: 25px;
  color: black;
  text-align: center;
}

.dream_racer_image{
  margin-top: 15px;
}

.dream_racer_text {
  height: 175px;
  font-size: 17px;
  color: black;
}/*# sourceMappingURL=dream.css.map */