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


/*各ページ*/

#monthly .top{
  width: 900px;
  height: 200px;
  position: relative;
}

#monthly .top1{
  position: absolute;
  width: 500px;
  left: 0;
}

#monthly .top2{
  position: absolute;
  width: 100px;
  left: 480px;
}

#monthly .top3{
  position: absolute;
  width: 150px;
  right: 0px;
}

#monthly .undertitle{
  position: absolute;
  left: 390px;
  top: 110px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  transform: rotate(-4deg);
}

#monthly .undertitle span {
  font-size: 32px;
}

 #monthly .box {
  margin-bottom: 60px;
 }
 
 #monthly .name_racer {
  width: 330px;
  margin: 0px 0px 0px -10px; 
 }

 #monthly .racer {
  margin-top: 0px;
  /* overflow: auto; */
 }
 
 #monthly .face_left {
  float: left;
  width: 296px;
  margin-top: 14px;
  left: -18px;
  z-index: 5;
  margin-right: 27px;
  border: solid 12px #5C8B28;/*線*/
  box-shadow: 2px 5px 10px black;
 }

 #monthly .face_right {
  float: right;
  width: 296px;
  margin-top: 14px;
  left: -18px;
  z-index: 5;
  margin-left: 27px;
  border: solid 12px #5C8B28;/*線*/
  box-shadow: -2px 5px 10px black;
 }

 #monthly .place {
  width: 57px;
 }

 #monthly .number {
  color: black;
  font-size: 37px;
  font-weight: bold;
  font-family: 'Times New Roman';
  margin: 18px 85px 0px 0px; 
  float: right;
 }
 
 #monthly .title {
  color: #5C8B28;
  font-size: 28px;
  font-weight: bold;
 }

 #monthly .text{
  margin-top: 0px;
 }

 #monthly .report{
  padding: 0px 0px 0px 0px; 
 }