@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;
}


/*各ページ*/
:root {
  --c-light : #c82f8b;
  --c-dark : #a23385;
}

#monthly {
  
  #dream_racers {
    display: flex;
    flex-wrap: wrap;
    .dream_racer {
      width: 300px;

      .dream_racer_photo {
        position: relative;
        width: 300px;
        height: 580px;
        .dream_rank_title {
          position: absolute;
          font-weight: bold;
          top: 22px;
          left: 130px;
        }
        .dream_rank {
          position: absolute;
          font-size: 24px;
          font-weight: bold;
          top: 42px;
          left: 114px;
        }
        .dream_place {
          position: absolute;
          top: 96px;
          left: 110px;
        }
        .dream_time {
          position: absolute;
          top: 96px;
          left: 204px;
          color: var(--c-light);
          font-weight: bold;
        }
        .dream_ave_all {
          position: absolute;
          top: 504px;
          left: 262px;
          color: #fff;
          font-size: 14px;
        }
        .dream_ave_joshi {
          position: absolute;
          top: 526px;
          left: 262px;
          color: #fff;
          font-size: 14px;
        }
        .dream_ave_hama {
          position: absolute;
          top: 548px;
          left: 262px;
          color: #fff;
          font-size: 14px;
        }
        .dream_kana {
          position: absolute;
          top: 562px;
          left: 8px;
        }
      }
      .dream_racer_bottom {
        height: 400px;
        background-image: url(img/dream_racer_bottom.jpg);
        background-position: bottom;
        .dream_name {
          margin-left: 5px;
          color: var(--c-dark);
          font-size: 54px;
          font-weight: bold;
          -webkit-text-stroke: 1px #fff;
          text-shadow: 2px 2px 6px #000;
        }
        .dream_year {
          width: 272px;
          background-image: url(img/dream_year.jpg);
          text-align: center;
        }
        .dream_result_title {
          margin: 5px 0;
          padding-top: 2px;
          width: 272px;
          background-image: url(img/dream_result_title.jpg);
          text-align: center;
          font-family: serif;
        }
        .dream_result {
          margin: 5px 2px;
          text-align: center;
          font-size: 14px;
          table {
            width: 272px;
            th {
              font-weight: normal;
              border-bottom: solid 1px #000;
              border-right: dashed 1px #000;
              text-align: center;
              &:last-child {
                border-right: 0px;
              }
            }
            td {
              border-right: dashed 1px #000;
              text-align: center;
              &:last-child {
                border-right: 0px;
              }
            }
          }
        }
        .dream_text {
          margin: 40px 30px 0 30px;
          color: #fff;
          font-size: 14px;
        }
      }

      .tei1 {
        background-image: url(img/tei1.jpg);
      }
      .tei2 {
        background-image: url(img/tei2.jpg);
        .dream_rank_title, .dream_rank {
          color: #fff;
        }
       }
      .tei3 {
        background-image: url(img/tei3.jpg);
        .dream_rank_title, .dream_rank {
          color: #fff;
        }
      }
      .tei4 {
        background-image: url(img/tei4.jpg);
        .dream_rank_title, .dream_rank {
          color: #fff;
        }
      }
      .tei5 {
        background-image: url(img/tei5.jpg);
      }
      .tei6 {
        background-image: url(img/tei6.jpg);
        .dream_rank_title, .dream_rank {
          color: #fff;
        }
        .dream_rank {
          left: 126px;
        }
        .dream_place {
          left: 150px;
        }
      }
 
    }

    dl {
      margin: 5px 0;
      display: flex;
      dt {
        display: grid;
        place-items: center;
      }
      dd {
        margin: 0;
        padding: 5px 10px;
      }
    }
    #dream_standard {
      background-color: var(--c-dark);
      color: #fff;
      dt {
        width: 200px;
        text-align: center;
        border-right: dashed 1px #fff;
      }
    }
    #dream_seeing {
      dt {
        padding: 0 4px;
        border: solid 1px #000;
        writing-mode: vertical-lr;
      }
      span {
        color: var(--c-dark);
      }
    }

  }
}