#border {
  width: 850px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

#border table{
    border-collapse: collapse;
}


#border .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;
}

#border .ranking_title span {
    background: #0090cc;
    font-size: 18px;
    color: #fff;
    padding: 1.5px 0.7em;
    margin: 0 5px 0 0;
    height: 100%;
    float: left;
}

#border .chouseki_title {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    margin: 50px auto 0 auto;
    text-align: left;
    color: #405aa8;
    display: block;
    text-align: center;
}


/*テーブル共通*/
#border th{
    background-color: #0090cc;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#border tr.line {
  background: #d3edfb;
}


#border table td{
    text-align: center;
}

/*水面図*/
#pool {
  display: block;
  margin: 30px auto 10px;
}

/* 潮汐 */

#border .chouseki {
  width: 350px;
  margin: 8px auto;
}

#border .chouseki td {
  border-bottom: solid 1px #ccc;
  padding: 0 10px;
}

#border .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: 500px;
    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: #9f006b;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  left: 32px;
}
.heikin:after {
  content: '';
  position: absolute;
  border-top: 15px solid #9f006b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -12px;
  left: 100px;
  z-index: 1;
}




/*見出し*/

.midashi {
  width: 850px;
  margin: 10px auto 0px auto;
}
#midashi {
  width: 100%;
}
