@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 h3 {
    font-size: 22px;
    margin-top: 50px;
    color: #405aa8;
    text-align:center;
}

#monthly h3 strong{
    margin:0 0.5em;
    background: #02023f;
    color: #fff;
    font-size: 17px;
    padding: 1px 7px;
}

#monthly h3 span.caption,
#monthly p.caption{
    color: #000;
    padding: 1px 7px;
    font-size: 15px;
    font-weight: 100;
}

#monthly p.caption{
    margin: 0 auto;
    text-align: center;
}




/*テーブル共通*/

#monthly table{
    box-sizing: border-box;
    margin: 0 auto;
}

#monthly th{
    background-color: #405aa8;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#monthly tr.line {
  background: #fffcd1;
}

#monthly table td{
    text-align: center;
    border-bottom: 1px solid #000;
}



/*水面図*/
#monthly #pool {
    display: block;
    margin: 20px auto 30px;
}

/*払戻金分布*/
#monthly #bunpu{
    display: block;
    margin: 50px auto 30px;
    width: 680px;
}

/* 潮汐 */

#monthly .chouseki {
  margin:  0 auto 10px auto;
    width: 500px;
}

#monthly .chouseki td {
  padding: 0 20px;
}

#monthly .chouseki .day {
    text-align: right;
    padding-right: 20px;
}

/*共通　進入コース別成績 モーター2連率ベスト */


#monthly .course_t1,
.course_t2,
.motor,
.motor2 {
  width: 100%;
  margin: 0px auto;
}


/* コース別組み合わせ */
#monthly .course-table{
    width: 500px;
}

#monthly .course-table td{
    border-bottom: 1px dashed #000;
}

#monthly .course-table tr:nth-last-child(6) {
    border-bottom: 1px solid #000;
}
#monthly .course-table tr:last-child td {
    border-bottom: 1px solid #000;
}