@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 .racer {
  background-color: #ccc;
  height: 200px;
  width:140px;
}

#monthly .rekidai_box{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
#monthly .racer_box{
  width: 285px;

}

#monthly .racer_photo{
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  position: relative;
  justify-content:space-between;

}

#monthly h3{
  font-size: 30px;
  text-align: center;
}

#monthly p.sub1{
  font-size: 15px;
  text-align: center;
  border:none
}
#monthly h4{
  color: #231815;
  font-size: 15px;
  text-align: center;
  border: solid 1px #000;
 margin-top: 50px;
}

#monthly h5{
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: #76161b;
  padding:10px 0px 9px 0px;
  background-image: linear-gradient(
0deg, #FDE272 0%, #D0A426 40%, #FEFBCC 80%, #FDE272 100%);
}

#monthly span.name3{
  font-size: 20px;
  color: #ffffff;
  background-color: #76161b;
  padding:  3px 5px 0px 5px;
  margin: 0px 5px 0px 4px;
}

#monthly span.name4{
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4px 5px 0px 5px;  
  margin: 0px 5px 0px 4px;
}

#monthly span.name5{
  font-size: 15px;
}

#monthly .race{
  width: 140px;
  color: #231815;
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-weight: bold;
  text-shadow:
   2px  2px 1px #ffffff,
  -2px  2px 1px #ffffff,
   2px -2px 1px #ffffff,
  -2px -2px 1px #ffffff,
   2px  0px 1px #ffffff,
   0px  2px 1px #ffffff,
  -2px  0px 1px #ffffff,
   0px -2px 1px #ffffff; 
}


#monthly span.name{
  color: #9a007a;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: bold;
}

#monthly span.name2{
  color: #ca475d;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: bold;
}