@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 {
  width: 900px;
  text-align: center;
}

#monthly #dream{
  font-weight: bold;
  font-size: 30px;
}

#monthly #frame {
  margin-top: -30px;
  background: linear-gradient(to bottom, #daa32b, #f1ec91, #daa32b);
  border-radius: 15px;
}

#monthly #racers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly #racers .left{
  float: left;
}

#monthly #kiryu,
#monthly #busujima,
#monthly #iguchi,
#monthly #ikeda,
#monthly #yamada,
#monthly #shinozaki{
  width: 440px;
  margin-top: 15px;
  position: relative;
}

#monthly #kiryu .comment,
#monthly #busujima .comment,
#monthly #iguchi .comment,
#monthly #ikeda .comment,
#monthly #yamada .comment,
#monthly #shinozaki .comment{
  padding: 0px 5px 5px 230px;
}

#monthly #kiryu{
  background-color: #efefef;
}

#monthly #busujima{
  background-color: #d3d3d4;
}

#monthly #iguchi{
  background-color: #f9d0ba;
}

#monthly #ikeda{
  background-color: #c7d9f0;
}

#monthly #yamada{
  background-color: #fffbc7;
}

#monthly #shinozaki{
  background-color: #cae5cd;
}

#monthly .shoritsu{
  width: 53px;
  position: absolute;
  top: 0;
  left: 167px;
  color: #0a8d7f;
  font-weight: bold;
  background-color: #fff100;
  text-align: center;
  padding: 4px 0px;
}

#monthly .border {
  width: 65px;
  border: solid 1px #333;
  text-align: center;
  margin-right: 10px;
  padding-top: 25px;
}

#monthly .seiseki_wrapper{
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#monthly #seiseki{
  width: 340px;
  clear: left;
  padding: 5px;
  text-align: center;
}

#monthly #seiseki tr{
  border-bottom: dashed 1px #333;
}

#monthly #seiseki tr:last-child{
  border-bottom: none;
}

#monthly #seiseki span {
  font-weight: bold;
}


