@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  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 h4{
  width:600px;
  margin:0 auto;
}



/*テーブル共通*/
#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #92B547;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#monthly tr.line {
  background: #fff9b0;
}
#monthly td {
    text-align: center;
}


#monthly #ranking-title {
  margin-top: 30px;
  color: #0C862E;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}
#monthly #ranking-title span.six {
  color: #0C862E;
  background:#fedb3c;
  padding: 6px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height:20px;
  font-size: 16px;
}
#monthly #ranking-title span.normal {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}



#monthly #motor-table {
  width: 700px;
}
#monthly #motor-table tr{
    border-bottom: 1px dashed #666;
}

#monthly #motor-table tr:nth-child(5n+1){
    border-bottom: 1px solid #666;
}

#monthly #motor-table tr.bmt{
    border-bottom: none;
}

#monthly #motor-table tr.bmu{
    border-bottom: 1px solid #666;
}
#monthly #motor-table tr td span {
  background: #0A9453;
  color: #fff;
  width: 40px;
  display: inline-block;
  margin: 2px auto;
  font-weight: bold;
}
#monthly p.tilt{
  margin-left:490px;
  margin-top:8px;
  color:#014099;
}

.motor-gp {
  color: #fff;
  width: 700px;
  padding: 1px 6px;
  margin: 0 auto;
  background-color: #0A9453;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.motor-gp:after {
  content: '';
  position: absolute;
  border-bottom: 15px solid #0A9453;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -12px;
  left: 100px;
  z-index: 1;
}

#monthly td.motor-number{
  color:#0A9453;
  font-weight:bold;
}


#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: #92B547;
  vertical-align: middle;
}
#monthly .course_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly .course_t1 td {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
}


/* 潮汐 */

#monthly .chouseki {
  margin:  0 auto 10px auto;
    width: 500px;
}

#monthly h3 {
    font-size: 20px;
    margin-top: 50px;
  color: #0C862E;
    text-align:center;
  font-weight: bold;
  text-indent:0em;
  letter-spacing:0.05em;
}


#monthly .chouseki td {
  padding: 0 20px;
}

#monthly .chouseki .day {
    text-align: right;
    padding-right: 20px;
}



/* コース組み合わせ */
#monthly #course-table {
  display: flex;
  width:750px;
  margin:0 auto;
}

#monthly .course-table {
    margin: 0px auto;
}

#monthly .course-table tr{
    border-bottom: 1px dashed #666;
}

#monthly .course-table tr.solid-b{
    border-bottom: 1px solid #666;
}

#monthly .course-table tr.bmt{
    border-bottom: none;
}

#monthly .course-table tr.bmu{
    border-bottom: 1px solid #666;
}





#monthly .course-table span {
  font-weight: bold;
  background: #0C862E;
  display: block;
  width: 36px;
  margin: 5px auto;
  padding: 0 10px;
  color: #fff;
}


#monthly img.pool{
  display:block;
  margin:40px auto;
  }


#monthly ul {
    width: 480px;
    margin: 20px auto;
    color: #004098;
}

#monthly ul li {
  list-style-type: disc;
}


/* 平均払戻金 */
.heikin {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  width: 180px;
  padding: 1px 6px;
  margin: 30px auto -20px auto;
  background-color: #e50011;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.heikin:after {
  content: '';
  position: absolute;
  border-top: 15px solid #e50011;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -12px;
  left: 100px;
  z-index: 1;
}
