@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          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,
#monthly .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 .tenbou_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
}

#monthly .tenbou_header .tenbou_head1 h3 {
  font-size: 28px;
  margin: 0;
}

#monthly .tenbou_header .tenbou_head1 p {
  all: initial;
  margin: 0;
}

#monthly .tenbou_header .tenbou_head1 p span {
  font-weight: 700;
}

#monthly .tenbou_header .tenbou_head2 h3 {
  font-size: 35px;
  line-height: 40px;
  font-family: serif;
  font-style: italic;
  color: #F08200;
  margin: 0;
}

#monthly .tenbou_header .tenbou_head2 h3:nth-of-type(3) {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

#monthly .tenbou_main p {
  margin-top: 30px;
}

#monthly .tenbou_main p span {
  font-weight: 800;
  color: #ac4e00;
}

#monthly .tenbou_main img {
  width: 200;
  height: 107px;
  margin-bottom: 15px;
}

#monthly .tenbou_main .racer_pic-left {
  float: left;
  margin-right: 15px;
}

#monthly .tenbou_main .racer_pic-right {
  float: right;
  margin-left: 15px;
}

#monthly .tenbou_table {
  margin: 0 auto;
}

#monthly .tenbou_table table {
  margin: 5px auto;
}

#monthly .tenbou_table table caption {
  text-align: center;
  margin-bottom: 5px;
}

#monthly .tenbou_table table caption span:nth-of-type(1) {
  font-weight: 600;
  padding: 0 5px;
  font-size: 18px;
  color: black;
  background: #fff100;
}

#monthly .tenbou_table table caption span:nth-of-type(2) {
  font-weight: 600;
  padding: 0 5px;
  font-size: 18px;
  color: #5a9b21;
}

#monthly .tenbou_table table caption span:nth-of-type(3) {
  color: black;
  font-size: 13px;
}

#monthly .tenbou_table table thead {
  background: #5a9b21;
}

#monthly .tenbou_table table thead tr th {
  text-align: center;
  vertical-align: middle;
  color: white;
  width: 68px;
}

#monthly .tenbou_table table thead tr .th_cose {
  width: 90px;
}

#monthly .tenbou_table table thead tr .th_wintrick {
  border-bottom: 1.5px solid white;
}

#monthly .tenbou_table table tbody tr {
  height: 30px;
  border-bottom: 1.0px solid black;
}

#monthly .tenbou_table table tbody tr:nth-of-type(even) {
  background: #fffbc6;
}

#monthly .tenbou_table table tbody tr th, #monthly .tenbou_table table tbody tr td {
  text-align: center;
}
