<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  margin-top:15px;
  color: #7f1085;
}
#monthly img.photo_left {
  float:left;
  margin:0px 15px 15px 0px;
}
#monthly img.photo_right {
  float:right;
  margin:0px 0px 15px 15px;
}

/*表の見出し*/
#monthly #ranking-title {
  margin-top: 20px;
  color: #5f5293;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}
#monthly #ranking-title span.six {
  color: #000000;
  background:#d3cfe3;
  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;
}

/*1コース1着率ランキング*/
#monthly .ranking {
	display:flex;
	border-bottom:15px;
}
#monthly .ranking .course_t1{
  width: 210px;
  margin:0 7px 0 7px;
}
#monthly .ranking .course_t1 th {
  padding: 3px;
  color: #ffffff;
  background-color: #5f5293;
  vertical-align: middle;
  text-align: center;
}
#monthly .ranking .course_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly .ranking .course_t1 td {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
  text-align: center;
}
#monthly .ranking .course_t1 td.toda_course {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
  text-align: center;
  color: #e60012;
  font-weight: bold;
}

/*2～6コース1着率ベスト5*/
#monthly .best5{
  width: 100%;
  margin-bottom:10px;
}
#monthly .best5 th {
  padding: 3px;
  color: #ffffff;
  background-color: #5f5293;
  vertical-align: middle;
  text-align: center;
  border-right: solid 1px #fff;
}
#monthly .best5 td.line {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
}
#monthly .best5 td.line2 {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
}
#monthly .best5 td.toda {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
  background:#fff9b0;
}
#monthly .best5 td.toda2 {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background:#fff9b0;
}
#monthly .best5 td.kome {
  padding: 3px;
  text-align:right;
}

/*2艇の間隔150m直線での差*/
#monthly .chokusen {
  float:left;
  width:120px;
  margin:0px 15px 15px 0px;
}
#monthly #ranking-title2 {
  color: #5f5293;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}
#monthly .chokusa {
	width:120px;
	border-top: solid 1px black;
}
#monthly .chokusa td {
  text-align: center;
  border-bottom: solid 1px black;
  padding: 1px;
}

/* 進入コース別成績 */
#monthly .shinnyu_course th {
  padding: 3px;
  color: #ffffff;
  background-color: #5f5293;
  vertical-align: middle;
  text-align: center;
}
#monthly .shinnyu_course .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly .shinnyu_course td {
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px black;
}
#monthly .shinnyu_course{
  width: 100%;
  margin-bottom:20px;
}

/*連番*/
#monthly p span.ban_one,
#monthly p span.ban_two,
#monthly p span.ban_three,
#monthly p span.ban_four,
#monthly p span.ban_five,
#monthly p span.ban_six {
  /*display: inline-block;*/
  border-radius: 50%;
  padding: 0.01% 0.7%;
  line-height: 1.4;
  margin:0 3px 0 3px;
  font-size:90%;
}
#monthly p span.ban_one {
  background: #FFF;
  color: #000;
  border: 0.5px solid gray;
}
#monthly p span.ban_two {
  background: #000;
  color: #FFF;
}
#monthly p span.ban_three {
  background: #ee1c25;
  color: #FFF;
}
#monthly p span.ban_four {
  background: #007dc5;
  color: #FFF;
}
#monthly p span.ban_five {
  background: #fff100;
  color: #000;
  border: 0.5px solid gray;
}
#monthly p span.ban_six {
  background: #00a651;
  color: #FFF;
}</pre></body></html>