@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 #title {
  text-align: center;
  margin-bottom: 20px;
}

#monthly #pool {
  margin-top: 15px;
}

#monthly .pool_choseki {
  display: flex;
}


/*テーブル*/

#monthly h3 {
  color: #61A8A6;
  font-size: 20px;
  text-align:center;
  font-weight: bold;
  text-indent:0em;
  letter-spacing:0.05em;
}

#monthly table {
  margin: 0 auto;
}

#monthly th {
  background-color: #61A8A6;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#monthly td {
  text-align: center;
  padding: 2px;
  border-bottom: solid 1px black;
}

/*潮汐表*/


#monthly #t_box{
  margin-left: 30px;
}

#monthly #choseki {
  width: 330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#monthly #choseki table {
  width: 300px;
}


#monthly #choseki td:nth-child(1) {
  padding-left: 1em;
  text-align: right;
}


/* 進入コース別成績 *//* テーブル共通も要コピー */
#monthly #ranking-title {
  margin: 40px 0 2px 0 ;
  color: #61A8A6;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;

}

#monthly #ranking-title span.six {
  color: #014099;
  background:#fff338;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height:13px;
  font-size: 16px;
}

#monthly #ranking-title span.normal {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
  background-color: #fff;
}


#monthly .course_t1 {
  width: 100%;
  margin-bottom: 40px;
}

#monthly .course_t1 .futoji {
  font-weight: bold;
}

#monthly .course_t1 th,
.course_t1 caption {
  text-align: center;
}

#monthly .course_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly .course_t1 td {
  padding: 3px;
  border-bottom: solid 1px black;
}


  /*モーターベスト10*/

  #monthly #motor_data{
    width:650px;
    text-align: center;
    margin: -10px auto 0px auto;
    font-size: 15px;
  }
  
  #monthly #motor{
  width:850px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  }
  
  #monthly #motor table {
    width: 400px;
  }

  #monthly #motor .first tr:nth-child(6){
    border-bottom: solid 1px #000;
    }

  #monthly #motor .second tr:nth-child(5) {
    border-bottom: solid 1px #000;
  }

  #monthly #motor .second td.noborder {
    border-bottom: 0px none;
  }

  
  #monthly #motor td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  }
  
  #monthly #motor th{
  color: #fff;
  padding: 8px 10px;
  vertical-align: middle;
  }
  
  
  #monthly #motor span{
  background: #61A8A6;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
  }
  
  #monthly #motor span.digit {
    padding: 0px 13px;
  }

  #monthly p#caption{
  color:#000;
  caption-side:bottom;
  text-align: right;
  font-size: 17px;
  margin-bottom: 0em;
  text-indent: 0em;
  }
  