@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 {
  padding-top: 40px;
  background-image: url(img/haikei.jpg);
}
#monthly {
  color: black;
}

/*タイトル*/
#monthly .title_h1 {
  position: relative;
  width: 890px;
  height: 25px;
  display:flex;
  align-items: flex-end;
  margin-top: 10px;
  margin-left: 5px;
  background-color: #d60153;
  border-radius: 20px;
}
#monthly h1 {
  position: absolute;
  bottom: -10px;
  padding-left: 20px;
  font-size: 40px;
}
#monthly h1 .dream {
  display        : inline-block;
  padding-left: 20px;
  color          : yellow;            /* 文字の色 */
  letter-spacing : 0px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #d60153,
      -2px  2px 1px #d60153,
       2px -2px 1px #d60153,
      -2px -2px 1px #d60153,
       2px  0px 1px #d60153,
       0px  2px 1px #d60153,
      -2px  0px 1px #d60153,
       0px -2px 1px #d60153;        /* 文字の影 */
}
#monthly h1 .raceday {
  padding-left: 20px;
  font-size: 15px;
  color: white;
}
#monthly h1 .detail {
  font-size: 10px;
  color: white;
}

/**/
#monthly .flex-box {
  display: flex;
}
#monthly div[class*="dream_racer"] {
  width: 430px;
  margin: 20px 10px;
  border-radius: 25px 0 0 0;
  box-shadow: 10px 0px 10px -10px;
}
/*top*/
#monthly .dream_top{
  position: relative;
  padding-top: 10px;
  margin: 0;
}
#monthly .dream_top p {
  padding-left: 75px;
}
#monthly span[class*="dream_num"] {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 15px;
  padding-right: 10px;
  border-radius: 20px;
  border: 1px solid #000;
  font-weight: bold;
}
#monthly span[class*="goutei"] {
  font-size: 30px;
}

#monthly .dream_racer1 {
  background-repeat: no-repeat;
  background-image:url(img/dream_01.jpg);
  background-size: 430px auto;
}
#monthly .dream_num1 {
  background-color: white;
  box-shadow: 0px -5px 5px -1px #616161 inset;
}
#monthly .dream_racer2 {
  background-repeat: no-repeat;
  background-image:url(img/dream_02.jpg);
  background-size: 430px auto;
}
#monthly .dream_num2 {
  color: white;
  background-color: black;
  box-shadow: 0px 5px 5px -1px #ffffff inset;
}
#monthly .dream_racer3 {
  background-repeat: no-repeat;
  background-image:url(img/dream_03.jpg);
  background-size: 430px auto;
}
#monthly .dream_num3 {
  color: white;
  background-color: #DC2A1F;
  box-shadow: 0px -5px 5px -1px #616161 inset;
}
#monthly .dream_racer4 {
  background-repeat: no-repeat;
  background-image:url(img/dream_04.jpg);
  background-size: 430px auto;
}
#monthly .dream_num4 {
  color: white;
  background-color: #004cff;
  box-shadow: 0px -5px 5px -1px #616161 inset;
}
#monthly .dream_racer5 {
  background-repeat: no-repeat;
  background-image:url(img/dream_05.jpg);
  background-size: 430px auto;
}
#monthly .dream_num5 {
  background-color: rgb(238, 255, 0);
  box-shadow: 0px -5px 5px -1px #616161 inset;
}
#monthly .dream_racer6 {
  background-repeat: no-repeat;
  background-image:url(img/dream_06.jpg);
  background-size: 430px auto;
}
#monthly .dream_num6 {
  color: white;
  background-color: #00963f;
  box-shadow: 0px -5px 5px -1px #616161 inset;
}
#monthly .area {
  font-size: 20px;
  font-weight: bold;
  color: #BF0609;
  text-shadow : 
       1px  1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
      -1px  -1px 1.5px #fff; 
}
#monthly .suisen {
  font-size: 16px;
  font-weight: bold;
  color: #1A478F;
  text-shadow : 
       1px  1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
      -1px  -1px 1.5px #fff; 
}
#monthly .dream_racer3 .suisen{
  font-size: 13px;
}
#monthly .dream_racer5 .suisen{
  font-size: 14px;
}

/*middle*/
#monthly div[class*="dream_middle"] {
  margin-top: 330px;
}
#monthly .middle_num {
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;     /* 文字の影 */
}
#monthly .hira_name {
  font-size: 15px;
  font-weight: bold;
  text-shadow : 
       1px  1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
       1px -1px 1.5px #fff,
      -1px  -1px 1.5px #fff,
      -1px  1px 1.5px #fff,
      -1px  -1px 1.5px #fff; 
}
#monthly p[class*="racer_name"] {
  display: inline;
  line-height: 75px;
  margin: 0;
  margin-left: 20px;
  font-size: 75px;
  font-weight: bold;
}
#monthly .pro_box {
  display: flex;
}
#monthly .pro1 {
  display: inline-block;
  line-height: 26px;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 3px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid black;
  background-color: white;
  font-weight: bold;
}
#monthly .pro2 {
  border-collapse: collapse;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid black;
  background-color: white;
  font-weight: bold;
}
#monthly .pro2 th, td {
  line-height: 26px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#monthly .zenkoku {
  background-color: #c7e1f3;
}
#monthly .fukuoka {
  background-color: #ffffcc;
  border-left: 1px solid black;
}
#monthly .dream_middle1 .hira_name {
  padding-left: 170px;
}
#monthly .dream_middle2 .hira_name {
  padding-left: 140px;
}
#monthly .dream_middle3 .hira_name {
  padding-left: 125px;
}
#monthly .dream_middle4 .hira_name {
  padding-left: 150px;
}
#monthly .dream_middle5 .hira_name {
  padding-left: 170px;
}
#monthly .dream_middle6 .hira_name {
  padding-left: 140px;
}
#monthly .racer_name1 {
  color: white;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #000,
      -2px  2px 1px #000,
       2px -2px 1px #000,
      -2px -2px 1px #000,
       2px  0px 1px #000,
       0px  2px 1px #000,
      -2px  0px 1px #000,
       0px -2px 1px #000;     /* 文字の影 */
}
#monthly .racer_name2 {
  color: black;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;     /* 文字の影 */
}
#monthly .racer_name3 {
  color: #DC2A1F;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;     /* 文字の影 */
}
#monthly .racer_name4 {
  color: #004cff;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;     /* 文字の影 */
}
#monthly .racer_name5 {
  color: rgb(238, 255, 0);
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #000,
      -2px  2px 1px #000,
       2px -2px 1px #000,
      -2px -2px 1px #000,
       2px  0px 1px #000,
       0px  2px 1px #000,
      -2px  0px 1px #000,
       0px -2px 1px #000;     /* 文字の影 */
}
#monthly .racer_name6 {
  color:   #00963f;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;     /* 文字の影 */
}
#monthly .dream_middle1 .pro_box {
  background: linear-gradient(rgba(247,247,247,0),rgba(247,247,247,1));
}
#monthly .dream_middle2 .pro_box {
  background: linear-gradient(rgba(211,211,213,0),rgba(211,211,213,1));
}
#monthly .dream_middle3 .pro_box {
  background: linear-gradient(rgba(248,197,170,0),rgba(248,197,170,1));
}
#monthly .dream_middle4 .pro_box {
  background: linear-gradient(rgba(184,209,239,0),rgba(184,209,239,1));
}
#monthly .dream_middle5 .pro_box {
  background: linear-gradient(rgba(255,248,176,0),rgba(255,248,176,1));
}
#monthly .dream_middle6 .pro_box {
  background: linear-gradient(rgba(191,223,192,0),rgba(191,223,192,1));
}

/*bottom*/
#monthly div[class*="dream_bottom"] {
  height: 450px;
  box-shadow: 10px 13px 10px -10px;
}
#monthly div[class*="dream_bottom"] h3{
  margin: 0;
  font-size: 33px;
  text-align: center;
  color: #153479;
}
#monthly div[class*="dream_bottom"] p {
  margin: 0;
  padding:0 10px 10px 10px;
  font-weight: bold;
}
#monthly .dream_bottom1 {
  background-color: rgb(247, 247, 247);
}
#monthly .dream_bottom2 {
  background-color: rgb(211, 211, 213);
}
#monthly .dream_bottom3 {
  background-color: rgb(248, 197, 170);
}
#monthly .dream_bottom4 {
  background-color: rgb(184, 209, 239);
}
#monthly .dream_bottom5 {
  background-color: rgb(255, 248, 176);
}
#monthly .dream_bottom6 {
  background-color: rgb(191, 223, 192);
}
