@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 #data-title {
  display: block;
  margin: 0px auto 10px;
}

#monthly #data-waku{
  padding-top:30px;
  padding-bottom:40px;
  margin-top:-30px;
  
}


/*テーブル共通*/
#monthly .table-area{
  width: 780px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#monthly th{
    background-color: #937071;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#monthly tr.line {
  background: #fffbc6;
}

#monthly table td{
    text-align: center;
}


/*水面図*/
#monthly #pool {
  display: block;
  margin: 0px auto 30px;
}

/* 潮汐 */
#monthly #chouseki-title {
  margin-top: 30px;
  color: #535ca8;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
}
#monthly .chouseki {
  float: left;
  width: 45%;
  margin: 0 0 10px 28px;
}
#monthly .chouseki caption {
  color: #535ca8;
  font-weight: bold;
  text-align: center;
}
#monthly .chouseki th {
  padding: 3px;
  color: #ffffff;
  background-color: #535ca8;
  text-align: center;
}

#monthly table tr{
  background: #FFFFFF;
}

#monthly .chouseki td {
  border-bottom: solid 1px black;
  padding: 0 10px;
}
#monthly .chouseki .kaisaib {
  text-align: right;
  padding: 0 15px 0px 0;
}
#monthly .chouseki .day {
  text-align: right;
}

/*#monthly table.chouseki:nth-of-type(2) td {
  background:#fffbc6;
}*/
#monthly table.chouseki:nth-of-type(2) tr:nth-of-type(3) td {
  background:#ffffff;
}


/*共通　進入コース別成績 モーター2連率ベスト */
#monthly #ranking-title {
  margin-top: 30px;
  color: #7f4c4d;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}

#monthly #ranking-title span.six {
  color: #7f4c4d;
  background:#ffe584;
  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 .course_t1,
.course_t2,
.motor,
.motor2 {
  width: 100%;
  margin: 0px auto;
}
#monthly .course_t1 th,
.course_t2 th,
.motor th,
.motor2 th,
.course_t1 td,
.course_t2 td,
.motor td,
.motor2 td,
.course_t1 caption,
.course_t2 caption,
.motor caption,
.motor2 caption {
  text-align: center;
}
/* 進入コース別成績 */
#monthly .course_t1 th {
  padding: 3px;
  color: #ffffff;
  background-color: #937071;
  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 .box{
	float:left;
	width:400px;
	margin-left:30px;
}

#monthly .kumiawase{
	border: 1px solid #666; 
	text-align:center;
	margin-bottom:10px;
	padding:3px;
}

#monthly .course-table {
    width: 380px;
    margin: 0px auto;
    font-size: 14px;
}

#monthly .course-table tr{
    border-bottom: 1px dashed #ccc;
}

#monthly .course-table tr.bmt{
    border-bottom: none;
}

#monthly .course-table tr.bmu{
    border-bottom: 1px solid #ccc;
}


/* モーター2連率ベスト */
#monthly .course-table {
    width: 400px;
    margin: 0px auto;
    font-size: 18px;
}

#monthly .course-table tr{
    border-bottom: 1px dashed #ccc;
}

#monthly .course-table tr.bmt{
    border-bottom: none;
}

#monthly .course-table tr.bmu{
    border-bottom: 1px solid #ccc;
}

#monthly p.chiruto{
	margin-left:390px;
	margin-top:8px;}

#monthly .course-table span {
  font-weight: bold;
  background: #535ca8;
  display: block;
  width: 36px;
  margin: 5px auto;
  padding: 0 10px;
  color: #fff;
}
	


/* 平均払戻金 */
.heikin {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  width: 180px;
  padding: 1px 6px;
  margin: 30px auto -20px 220px;
  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;
}