@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 h3{
  text-align:center;
  margin-bottom: 15px;
}

#monthly #dream{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#monthly #dream .dream_box{
  width:440px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1),
  -1px -1px 5px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

#monthly #dream .dream_box .racer_data{
  padding: 8px;
}

#monthly .dream_box .pos{
  float: right;
  border: 5px solid #ffffff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1),
  -1px -1px 5px rgba(0,0,0,0.1);
  margin: 8px 5px 0 8px;
}

#monthly #dream .color1{background: #ffffff;}
#monthly #dream .color2{background: #DCDDDD;}
#monthly #dream .color3{background: #FBDAC8;}
#monthly #dream .color4{background: #D3E0F3;}
#monthly #dream .color5{background: #FFFCDB;}
#monthly #dream .color6{background: #D6EAD8;}

#monthly #dream p{
  margin: 10px 0 0 5px;

}

#monthly #dream h5{
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 5px;
  margin: 15px 0 10px 0;
  background: #ffffff;
  font-size: 1rem;
}

#monthly #dream h5 span{
  font-weight: normal;
  font-size: 0.9rem;
}

#monthly #dream table{
  width: 100%;
  margin: 15px 0;
}

#monthly #dream th,
#monthly #dream .tei td{
  border: 1px solid #000000 ;
  vertical-align: middle;
  line-height: 15px;
  height: 20px;
  padding-top: 3px;
}

#monthly #dream .tei td{
  background: #ffffff;
}

#monthly #dream th,
#monthly #dream td{
  text-align: center;
}


#monthly #dream .color1 th{ background: #E6E6E7;}
#monthly #dream .color2 th{ background: #231916; color: #ffffff; border: 1px solid #ffffff ;}
#monthly #dream .color3 th{ background: #E60013; color: #ffffff; }
#monthly #dream .color4 th{ background: #0075C1; color: #ffffff;}
#monthly #dream .color5 th{ background: #FFF100;}
#monthly #dream .color6 th{ background: #009944; color: #ffffff;}

#monthly #dream .color2 .setsukan th{ background: #595757;}

#monthly #dream .setsukan td{
  border-bottom: 1px dashed #000000;
}

#monthly #dream .setsukan td{
  padding-left: 2px;
  text-align: left;
  padding: 0;
}

#monthly #dream .setsukan td:nth-of-type(1){
  text-align: right;
  width: 50px;
}
#monthly #dream .setsukan td:nth-of-type(2){
  text-align: right;
  width: 38px;
  padding-right: 22px;
}
#monthly #dream .setsukan td:nth-of-type(5){
  width: 120px;
  letter-spacing: 2px;
}

#monthly #dream .setsukan td:nth-of-type(5) span{
  letter-spacing: 0px;
}