@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;
}


/*各ページ*/

.racer-odd {
  padding-left: 60px;
}
.racer-odd .racer-contents {
  display: flex;
  flex-wrap: wrap;
}
.racer-even {
  padding-right: 60px;
}
.racer-even div:first-child {
  text-align: right;
}
.racer-even .racer-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.racer-photo {
  display: block;
  width: 270px;
}
.racer-photo .racer-boat {
  margin: 15px 10px 0 10px;
  border: solid 5px #fff;
}
.racer-text {
  width: 570px;
}
.racer-even .racer-text {
  width: 560px;
  padding-left: 10px;
}
#trial2nd h5 {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.racer-text div {
  width: 550px;
  border: solid 1px #000;
  background: #fff;
  position: relative;
}
.racer-text div img {
  position: absolute;
  top: -10px;
  right: -10px;
}
.racer-text div span {
  display: inline-block;
  background: blue;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
.racer-text div p {
  margin: 10px;
  font-family: serif;
}
.racer-text table {
  margin: 10px 0;
  width: 550px;
}
.racer-text table caption {
  font-weight: bold;
  border-bottom: solid 1px #000;
}
.racer-text table td {
  padding: 2px;
  border-bottom: dotted 1px #000;
}
.racer-text table:last-child td {
  width: 25%;
  border-bottom: none;
}

#trial2nd .racer1 {
  background: url(img/trial2nd_rank1.png) no-repeat left 26px;
}
#trial2nd .racer2 {
  background: url(img/trial2nd_rank2.png) no-repeat left 26px;
}
#trial2nd .racer3 {
  background: url(img/trial2nd_rank3.png) no-repeat right 26px;
}
#trial2nd .racer4 {
  background: url(img/trial2nd_rank4.png) no-repeat right 26px;
}
#trial2nd .racer5 {
  background: url(img/trial2nd_rank5.png) no-repeat left 26px;
}
#trial2nd .racer6 {
  background: url(img/trial2nd_rank6.png) no-repeat left 26px;
}
#trial2nd .racer1 .racer-contents,
#trial2nd .racer2 .racer-contents {
  background: #efefef;
}
#trial2nd .racer3 .racer-contents,
#trial2nd .racer4 .racer-contents {
  background: #d3d3d4;
}
#trial2nd .racer5 .racer-contents,
#trial2nd .racer6 .racer-contents {
  background: #f9d0ba;
}
