@charset "utf-8";

/*共通*/
br.clear {
  clear: both;}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  padding: 0px;
/*  border:1px solid red;*/
  text-align: center;
}
#monthly p {
  font-size:16px;
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

/*各ページ*/

#monthly table{
    border-collapse: collapse;
}


#monthly .ranking_title {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    margin: 50px auto 0 auto;
    text-align: left;
    color: #000;
    display: block;
    text-align: center;
    border: solid 1px #000;
    background: #dae9f6;
    width: 500px;
}

#monthly .ranking_title span {
    background: #0090cc;
    font-size: 18px;
    color: #fff;
    padding: 1.5px 0.7em;
    margin: 0 5px 0 0;
    height: 100%;
    float: left;
}

#monthly .chouseki_title {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    margin: 50px auto 0 auto;
    text-align: left;
    color: #91529d;
    display: block;
    text-align: center;
}
#monthly .chouseki_title span {
  color: #003f98;
  padding: 1px 2px 0 2px;
  margin: 0 4px;
  background-color: #e2ecaf;
  font-size: 18px;
}


/*テーブル共通*/
#monthly .table-area{
  width: 780px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#monthly th{
    background-color: #91529d;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#monthly tr.line {
  background: #fffbd0;
}


#monthly table td{
    text-align: center;
}

/*水面図*/
#pool {
  display: block;
  margin: 30px auto 10px;
}

/* 潮汐 */

#monthly .chouseki {
  width: 350px;
  margin: 8px auto;
}

#monthly .chouseki td {
  border-bottom: solid 1px #ccc;
  padding: 0 10px;
}

#monthly .chouseki td.day {
  text-align: right;
}


/*共通　進入コース別成績 モーター2連率ベスト */
.course_t1,
.motor {
  width: 780px;
  margin: 0px auto;
}
.course_t1 th,
.motor th,
.course_t1 td,
.motor td,
.course_t1 caption,
.motor caption,
  text-align: center;
}

/* 進入コース別成績 */
.course_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
.course_t1 td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
}

/* モーター2連率ベスト */
.motor th,
.motor td {
  padding: 3px;
  text-align: center;
}

.motor td {
  border-bottom: 1px dotted #111111;
}
.motor tr:nth-of-type(5n+1) td {
  border-bottom: 1px solid #111111;
}
.motor tr:nth-of-type(odd) {
  background: #fffbc6;
}
.motor span {
  font-weight: bold;
  background: #0067b3;
  display: block;
  width: 36px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
}
.motor .motor-2ren {
  font-weight: bold;
  color: #0067b3;
}
.motor .motor-text {
  letter-spacing: 0.2em;
}


/* コース組み合わせ */
.course-table {
    width: 380px;
    margin: 0px auto;
    font-size: 14px;
}

.course-table tr{
    border-bottom: 1px dashed #ccc;
}

.course-table tr.bmt{
    border-bottom: none;
}

.course-table tr.bmu{
    border-bottom: 1px solid #ccc;
}


/* 平均払戻金 */
.heikin {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  width: 180px;
  padding: 1px 6px;
  margin: 50px auto -40px auto;
  background-color: #e50011;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  left: 32px;
}
.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;
}


