@charset "UTF-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  background:#FFF url(../images/bg.png);
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #0F7CB0;
  text-decoration:underline;
}

li {
  list-style: none;
}

p.note {padding-left:10px; font-size:13px; margin:5px 0;}

.error-message {
  color: #c00;
}

.teiban1 {
  background: #fff;
  color: #333;
  border:1px solid #9F9F9F;
}

.teiban2 {
  background: #000;
  color: #fff;
  border:1px solid #9F9F9F;
}

.teiban3 {
  background: #ff0000;
  color: #fff;
  border:1px solid #9F9F9F;
}

.teiban4 {
  background: #0000ff;
  color: #fff;
  border:1px solid #9F9F9F;
}

.teiban5 {
  background: #ffff00;
  color: #333;
  border:1px solid #9F9F9F;
}

.teiban6 {
  background: #008000;
  color: #fff;
  border:1px solid #9F9F9F;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
	background:#FFF;
	border-bottom:#004298 solid 5px;
  position: relative;
  height: 28px;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
}
header h1 {
  position: absolute;
  top: 4px;
  left: 15px;
}
header p {
  position: absolute;
  top: 5px;
  right: 15px;
}

h2 {
  text-align: center;
  padding: 10px 0;
	text-shadow: 2px 2px 0 rgba(0,0,0,.2);
 }
 h2 span{
	 color:#0D72A3;
	 font-size:120%;
}

.btn_reload{
	text-align:center;
	margin-bottom:10px;
}

.race_ttl{
	padding:10px 0 0 10px;
	border-top:#b7b7b7 solid 1px;
}

.ex_hit{
	background:url(../images/ex_hit.gif) right bottom no-repeat;
	height:26px;
}

.warning {
	 background:#EC0003;
	 color:#FFF;
	 padding:10px; 
	 text-align:center;
	 margin-bottom:10px;
   font-weight: bold;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.list {
	border-top:solid 10px #004298;
}
.list dl {
  overflow: hidden;
  margin: 0 15px 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.list dl dt {
  float: left;
  width: auto;
  padding-top: 7px;
}
.list dl dt img {
  vertical-align: middle;
  line-height: 1;
}
.list dl dd {
  float: right;
  width: auto;
}
.list ul {
  overflow: hidden;
}
.list ul li {
  float: left;
  width: 16.3%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 38px;
  background:url(../images/bg_navli.png) repeat-x bottom #FFFFFF;
  background-size: 1px 40px,1px 40px,1px 40px;
  position: relative;
  border-left:1px solid #BDBBB9;
  border-bottom:1px solid #BDBBB9;
}
.list ul li.selected {
 background:url(../images/bg_navli_selected.png) repeat-x;
}
.list ul li.selected a {
  color: #fff;
}
.list ul li.past a {
 background:url(../images/nav_race_past.jpg) bottom center no-repeat;
}
.list ul li img.tekichu {
  position: absolute;
  top: 5px;
  right: 5px;
}
.list ul li img.tekichuai {
  position: absolute;
  top: 5px;
  left: 5px;
}
.list ul li span {
  font-size: 13px;
  font-size: 1.3rem;
}
.list ul li a {
  text-decoration: none;
  color: #333333;
  display:block;
}

.list.bottom {
  background: none;
  padding-top: 0px;
}

/*------------------------------------------------------------
detail
------------------------------------------------------------*/
#detail {
  border-bottom: 1px solid #c4c4c4;
}

#detail dl {
  padding: 10px 15px 10px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
#detail dl dt {
  font-weight: bold;
  float: left;
  width: auto;
}
#detail dl dt span {
	color:#fff;
	background: #3d8eb5;
  font-weight: normal;
}
#detail dl dd {
  float: right;
  width: auto;
}

#wait {
  background: url(../images/bg_ami.gif) repeat center center;
  background-size: 4px 4px;
  padding: 15px 20px;
}
#wait p {
  text-align: center;
  color: #fff;
  border: 3px solid #ffae0a;
  background: #b20000;
  padding: 15px 0;
}

.hit_txt{
	background:url(../images/icon_star.png) no-repeat 5px;
	font-size:23px;
	font-weight:bold;
	color:#e80000;
	padding-left:30px;
	margin-bottom:10px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.hit_txt span{
	background: linear-gradient(transparent 70%, yellow 70%);
}

/*------------------------------------------------------------
直前気配
------------------------------------------------------------*/
#kehai {
  padding-bottom: 10px;
}
#kehai h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
#kehai h3 img {
  vertical-align: middle;
}
#kehai table {
  background: #FCFCFC;
  width: 100%;
  margin-bottom:20px;
}
#kehai table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 3px 0;
  border-right: 1px solid #b0afae;
  border-bottom: 1px solid #b0afae;
}
#kehai table th:last-of-type {
  border-right: none;
}
#kehai table td {
  text-align: center;
  border-right: 1px solid #b0afae;
  border-bottom: 1px solid #b0afae;
  padding: 3px 0;
}
#kehai table td:last-of-type {
  border-right: none;
}
#kehai table td:nth-of-type(-n+4) {
  font-weight: bold;
  font-size: 110%;
	text-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
/*#kehai table td span {
  display: inline-block;
  padding: 5px 10px;
}*/
#kehai table .no1 {
  background: #fff;
  color: #333;
  width: 40px;
}
#kehai table .no2 {
  background: #000;
  color: #fff;
  width: 40px;
}
#kehai table .no3 {
  background: #ff0000;
  color: #fff;
  width: 40px;
}
#kehai table .no4 {
  background: #0000ff;
  color: #fff;
  width: 40px;
}
#kehai table .no5 {
  background: #ffff00;
  color: #333;
  width: 40px;
}
#kehai table .no6 {
  background: #008000;
  color: #fff;
  width: 40px;
}

/*------------------------------------------------------------
コメント
------------------------------------------------------------*/
#comment {
  padding-bottom: 20px;
}
#comment h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
#comment h3 img {
  vertical-align: middle;
}
#comment dl {
  display: table;
  border-bottom: 1px solid #bcbab8;
  width: 100%;
}
#comment dt, #comment dd {
  display: table-cell;
  vertical-align: middle;
}
#comment dt {
  width: 25px;
}
#comment dd {
  padding: 5px 10px;
}
#comment dd strong {
  display: block;
  /*color: #0e72a3;
  font-weight: bold;*/
}
#comment .no1 {
  background: #fff;
  color: #fff;
}
#comment .no2 {
  background: #000;
  color: #000;
}
#comment .no3 {
  background: #ff0000;
  color: #ff0000;
}
#comment .no4 {
  background: #0000ff;
  color: #0000ff;
}
#comment .no5 {
  background: #ffff00;
  color: #ffff00;
}
#comment .no6 {
  background: #008000;
  color: #008000;
}


#useragent ul{
  padding:15px 10px;
  text-align:center;
  zoom:1;
  overflow:hidden;
}

#useragent li{
	display:inline;
	float:left;
	width:50%;
	text-align:center;
	box-sizing:border-box;
}

#useragent li:nth-of-type(1){
	padding-right:5px;
}

#useragent li:nth-of-type(2){
	padding-left:5px;
}

#useragent p{
	padding:15px 0;
	text-align:center;
	color:#333;
}

#useragent p a{
	color:#333;
	display:inline-block;
}

#pagetop a {
  display: block;
  line-height: 40px;
  text-align: center;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc623', endColorstr='#ffae0a', GradientType=0)";
  font-size: 10px;
  font-size: 1rem;
}
#pagetop a img {
  vertical-align: middle;
}

footer {
  text-align: center;
  border-top:solid 1px #c4c4c4;
  padding: 20px 0;
  margin:20px;
  font-size: 90%;
  /*font-size: 10px;
  font-size: 1rem;*/
}
footer small {
  display: block;
}

.anc{
	padding:20px;
	margin:10px 10px 20px 10px;
	background:#FCFCFC;
	border:solid 1px #B0AFAE;
}
.anc p{
	margin-bottom:30px;
}

 /* RACE number 固定 add170202 */
.holdhead {
  height: 260px;
}
.holdhead .fixbar {
	background-color:#004298;
  position: absolute;
  width: 100%;
  top: 165px;
  z-index:100;
}
.holdhead.fixed .fixbar {
  position: fixed;
  top: 0px;
}

/* 取り消し線 */
.ketsujo {text-decoration: line-through;}

.firstred{
  color: #c00;
  font-weight: bold;
}

/*AI・コンピ指数とは*/
#toha {
	width:80%;margin:0 auto 20px;
	border:solid 1px #CCC;
	padding:10px 3%;
}

h4 {font-size:14px; color:#004298; margin-bottom:4px;}

/*スタート展示*/
#times {
  padding-bottom: 30px;
}
#times h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
#times h3 img {
  vertical-align: middle;
}
#times .text_block {font-size:15px; margin:0 auto;width:220px; }
#times dl {margin:-10px 0 -4px 30px;}
#times dt, #times dd {height:25px; line-height:25px; display:block; float:left; margin:6px 0 7px 0}
#times dt {clear:left; width:18%}
#times dd {width:68%; text-align:right;}
#times dd img {float:left;}
#times dd.fail {color:#FF0000;}
#times p:nth-of-type(2) {clear:both;}

/*水面気象情報*/
#suimen {
  padding-bottom: 30px;
}
#suimen h3 {
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
#suimen h3 img {
  vertical-align: middle;
}
.suimenbox {
	width:300px;
	margin:0 auto;
	border-bottom:solid 1px #B0AFAE;
	background:#FCFCFC;
}
.pool {
	width:100%;
	height:78px;
	position:relative;
	background:#99E5FF url(../images/pool_bg.png) no-repeat center 0;
}
.hogaku {
	position:absolute;
	right:8px;
	top:4px;
}
.kazamuki {
	position:absolute;
	left:132px;
	top:30px;
}
.stand {
	width:100%;
	background-color:#B0AFAE;
	color:#FFF;
	text-align:center;
	line-height:1.3;
	font-size:13.5px;
	letter-spacing:2px;
	padding:0 0 2px;
}
.hyo_suimen {
	width:100%;
	letter-spacing:2px;
	border-left:solid 1px #B0AFAE;
}
.hyo_suimen th {
	background-color:#1A53B3;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	font-size:12.5px;
	border-right:solid 1px #B0AFAE;
	border-bottom:solid 1px #B0AFAE;
	width:33.3%
}
.hyo_suimen td {
	border-right:solid 1px #B0AFAE;
	text-align:center;
	font-size:16px;
	padding:2px 0;
}
#noRb {
	border-right:solid 1px #B0AFAE;
}

/*ＡＩ回収率*/
#airitsu {
  padding-bottom: 30px;
}
#airitsu h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
#airitsu h3 img {
  vertical-align: middle;
}
#airitsu {
	width:100%;
}
.box0111 {
	padding:10px;
	letter-spacing:1px;
	text-align:center;
}
.box0111 p {font-size:17px; margin-bottom:2px;}

 /*AI予想　表タイプ*/
 .aiyosou {
	/* margin-top:-15px; */
	text-align:center;
}
.aiyosou th {
	font-size:13px;
	text-align:center;
	padding: 2px 10px;
	background-color:#DDD;
	vertical-align:middle;
	white-space:nowrap;
}
.aiyosou tr {
	background:#FCFCFC;
}
.aiyosou td {
	line-height: 250%;
	border-bottom:1px solid #e5e5e5;
	padding:0 5px;
}
.aiyosou td span {
	padding:1px 5px;
	margin:0 2px;
}
.aiyosou td.ketsu {
	font-size:11px;
	line-height: 250%;
	border-bottom:1px solid #e5e5e5;
	padding:0 5px;
}
.aiyosou td.ketsu span {
	padding:0 5px;
	margin:0 2px;
}
.aiyosou th:nth-child(1) {border-left:1px solid #B0AFAE;border-right:2px solid #FFF;}
.aiyosou th:nth-child(2) {border-right:2px solid #FFF;}
.aiyosou th:nth-child(3) {border-right:2px solid #FFF;}
.aiyosou th:nth-child(4) {border-right:1px solid #B0AFAE;}
.aiyosou td:nth-child(1) {width:50px;border-left:1px solid #B0AFAE;}
.aiyosou td:nth-child(2) {width:110px;}
.aiyosou td:nth-child(3) {width:50px;}
.aiyosou td:nth-child(4) {border-right:1px solid #B0AFAE;}
.aiyosou tr:last-child td {border-bottom:1px solid #B0AFAE}
tr.tekichu {background-color: #FDCEEE;}
.tekichu img {width:24px;}

 /* prediction */
 #prediction {
  padding-bottom: 30px;
}
#prediction h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
 #prediction {position:relative;}
 #prediction .buttons {position:absolute; top:-10px; right:0;}
 #prediction .buttons .btn {display:inline-block; }
 #prediction  .text_box {border:1px solid #B0AFAE; padding:5px 5px 20px 5px; background:#FCFCFC;
   border-top:none;
   word-wrap: break-word;
 }
 #prediction  .text_box p.title {color:#d90404; font-size: 17px; font-size: 1.7rem; font-weight:bold; margin:10px 0; text-shadow: 2px 2px 0 rgba(0,0,0,.1);}
 #prediction  .text_box .nums {}
 #prediction  .text_box .nums span {display: inline-block; padding: 1px 5px; margin: 0 0 10px 0;}
 #prediction  .text_box p.type {border-top:1px solid #B0AFAE; font-size:17px; font-weight:bold; padding-top:20px; margin-top:20px;}
 

 #kako {
  padding-bottom: 30px;
}
#kako h3 {
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#004298, #3267ac);
  color:#FFFFFF;
}
 #kako ul li {
	padding:5px 10px;
	border-bottom:dotted 1px #AAA;
	letter-spacing:2px;
	text-align:center;
}
#kako ul li a {
	text-decoration:none;
}
#kako ul li a:hover {
	color:#039;
}
.h200 { height:200px; overflow:auto;}
.box1 {
	width:90%;
	margin:0 auto;
}
