@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;
}


/*各ページ*/
/*テーブル共通*/

#monthly .title {
display:block;
width:812px;
margin:0 auto;
}

#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #ED6C01;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#monthly tr.line {
  background: #FBDEC1;
}
#monthly td {
    text-align: center;
}


#monthly #ranking-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}
#monthly #ranking-title span.six {
  color: #black;
  background:#FBDEC1;
  padding: 6px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height:20px;
  font-size: 16px;
}

#monthly #ranking-title span.normal {
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}



/* 潮汐 */

#monthly .chouseki {
  margin:  0 auto 10px auto;
    width: 500px;
}

#monthly h3 {
    font-size: 20px;
    margin-top: 50px;
    text-align:center;
  font-weight: bold;
  text-indent:0em;
  letter-spacing:0.05em;
}


#monthly .chouseki td {
border-bottom: 1px dashed #ccc;
  padding: 0 20px;
}

#monthly .chouseki tr:last-child{
    border-bottom: 1px solid #ccc;
    }

#monthly .chouseki .day {
    text-align: right;
    padding-right: 20px;
}



/* コース組み合わせ */
#monthly #course-table {
  display: flex;
}

#monthly #course-table {
    margin: 0px auto;
    width: 700px ;
}

#monthly #course-table tr{
    border-bottom: 1px dashed #ccc;
    
}

#monthly #course-table tr:first-child{
    border-bottom: none;
    
}

#monthly #course-table tr:last-child{
    border-bottom: 1px solid #ccc;
    
}


#monthly #course-table span {
  font-weight: bold;
  background: #7c191e;
  display: block;
  margin: 5px auto;
  padding: 0 10px;
  color: #fff;
}


#monthly img.pool{
  display:block;
  margin:40px auto;
  }


/* モーター2連率ベスト10 */


#monthly #motor-table {
  width: 400px;
}
#monthly #motor-table tr td{
    border-bottom: 1px dashed #ccc;
border-collapse: collapse;
}

#monthly #motor-table tr:ntd-child(even){
border-bottom: 1px dashed #ccc;
background-color:white;
border-collapse: collapse;
}

#monthly #motor-table tr.bmt{
    border-bottom: none;
}

#monthly #motor-table tr:last-child{
    border-bottom: 1px solid #ccc;
    }

#monthly #motor-table tr td span {
  background: #E83228;
  color: #fff;
  width: 40px;
  display: inline-block;
  margin: 2px auto;
  font-weight: bold;
}
#monthly p.tilt{
display: flex;
align-items: center;
justify-content: center;
}

.motor-gp {
  color: #fff;
  width: 700px;
  padding: 1px 6px;
  margin: 0 auto;
  background-color: #535ca8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.motor-gp:after {
  content: '';
  position: absolute;
  border-bottom: 15px solid #535ca8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -12px;
  left: 100px;
  z-index: 1;
}

/* 進入コース別成績 */

#monthly .course_t1 {
  width: 100%;
  margin: 0px auto;
}
#monthly .course_t1 th,
.course_t1 caption {
  text-align: center;
}
#monthly .course_t1 th {
  padding: 3px;
  color: #ffffff;
  background-color: #ED6C01;
  vertical-align: middle;
}
#monthly .course_t1 .kimarite {
  border-bottom: 1px solid #ccc;
}
#monthly .course_t1 td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}

#monthly .course_t1 tr:last-child{
  border-bottom: 1px solid #ccc;
}

#monthly .heikin {
    display:inline-block;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    width: 180px;
    padding: 1px 6px;
    margin: 0px auto 0px 200px;
    background-color: #e50011;
    border-radius: 10px;
    position: relative;
}

#monthly .heikin:after {
    content: '';
    position: absolute;
    border-top: 10px solid #e50011;
    border-right: 30px solid transparent;
    border-left: 8px solid transparent;
    bottom: 10px;
    left: 180px;
    z-index: 1;
}
#monthly  .heikin-margin{
  display:inline-block;
  margin-left:20px;
}
