@charset "utf-8";

/*共通*/

#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 h3 {
  text-align: center;
  margin-bottom: 20px;
}

#monthly #dream {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly #dream #racer1 {background: url("img/dream1.png") no-repeat;}
#monthly #dream #racer2 {background: url("img/dream2.png") no-repeat;}
#monthly #dream #racer3 {background: url("img/dream3.png") no-repeat;}
#monthly #dream #racer4 {background: url("img/dream4.png") no-repeat;}
#monthly #dream #racer5 {background: url("img/dream5.png") no-repeat;}
#monthly #dream #racer6 {background: url("img/dream6.png") no-repeat;}
#monthly #dream .dream-racer {
  position: relative;
  width: 440px;
  height: 490px;
  margin-bottom: 20px;
}
#monthly #dream .dream-racer .dream-ave {
  position: absolute;
  right: 0;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}
#monthly #dream .dream-racer #ave1 {
  background: #fff;
}
#monthly #dream .dream-racer #ave2 {
  background: #000;
  color: #fff;
}
#monthly #dream .dream-racer #ave3 {
  background: #e60012;
  color: #fff;
}
#monthly #dream .dream-racer #ave4 {
  background: #0075c2;
  color: #fff;
}
#monthly #dream .dream-racer #ave5 {
  background: #fff100;
}
#monthly #dream .dream-racer #ave6 {
  background: #009944;
  color: #fff;
}

#monthly #dream .dream-racer .dream-text {
  position: absolute;
  bottom: 0;
  padding: 4px;
  width: 220px;
  color: #000;
}

#monthly #dream .dream-racer .dream-rate {
  position: absolute;
  top:180px;
  right: 0;
  background-image: url(img/profile_in_ball.png);
  text-align: center;
  width: 80px;
  height: 80px;
  font-weight: bold;
  padding-top:45px;
  box-sizing: border-box;
}


#monthly #dream .dream-racer .dream-table {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 4px;
}

#monthly #dream .dream-racer .dream-table table {
  margin-bottom: 8px;
  width: 210px;
}
#monthly #dream .dream-racer .dream-table table tr th,
#monthly #dream .dream-racer .dream-table table tr td {
  text-align: center;
  padding: 2px;
  border: solid 1px #646466;
  background: #fff;
}
#monthly #dream .dream-racer .dream-table .cource tr td {
  width: 3em;
}
#monthly #dream .dream-racer .dream-table .cource .one {background: #F9B6B9;}
#monthly #dream .dream-racer .dream-table .cource .two {background: #FECF8C;}
#monthly #dream .dream-racer .dream-table .cource .thr {background: #DBEAAE;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(1) th { background: #ffffff;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(2) th { background: #C8C9CB;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(3) th { background: #FDC8B4;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(4) th { background: #BAD2ED;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(5) th { background: #FFFBCD;}
#monthly #dream .dream-racer .dream-table .cource tr:nth-child(6) th { background: #BFE2C9;}
#monthly #dream .dream-racer .dream-table .shoritsu th{
  background: #95C5B4;
  border-right: none;
  letter-spacing: 8px;
  padding-left: 9px;
}



