/*-------------------------------------
CSS (menu)
----------------
navbar / sub menu / breadcrumb
footer / copyright
-------------------------------------*/

/* ------------------------------
  レース予定
   ------------------------------ */
.rlist_wrapper {
  overflow-x: hidden;
}
.rlist_th_kname {
  width: 90px;
}
.rlist_th_weather {
  width: 26px;
}
.rlist_th_grade {
  width: 35px;
}
.rlist_th_days {
  width: 30px;
}
.rlist_kname {
  width: 90px;
}
.rlist_kno {
  font-size: 85%;
}
.rlist_weather {
  width: 26px;
}
.rlist_grade {
  width: 35px;
}
.rlist_days {
  width: 30px;
  font-size: 90%;
}
.rlist_racename {
  white-space: nowrap;
}
@media (max-width: 768px) {
.rlist_days {
    font-size: 90%;
  }
    .rlist_racename {
    font-size: 85%;
  }
}


/* ------------------------------
  会場メニュー - 1
   ------------------------------ */
.menuStdm tr, .menuStdm td {
  border-top: none;
  padding-top: 6px;
  padding-bottom: 2px;
}
.menuStdm .btn_kaijyo {
  width: 100%;
}
.menuStdm .btn-disabled {
  background-color: #ddd;
}
.menuStdm .txt_time {
  font-size: 90%;
}
.menuStdm a:hover {
  text-decoration: none;
}


/* ------------------------------
  会場メニュー - 2
   ------------------------------ */
#menuStdm2 tr, #menuStdm2 td {
	border-top: none;
	padding-top: 6px;
	padding-bottom: 2px;
}
#menuStdm2 .btn_kaijyo {
	width: 100%;
}
#menuStdm2 .btn-disabled {
	background-color: #ddd;
}
#menuStdm2 .txt_time {
	font-size: 95%;
}
#menuStdm2 a:hover {
  text-decoration: none;
}


/* ------------------------------
  コンテンツ メニュー
   ------------------------------ */
.subMenu {
  background-color: #eceff1;
}
.subMenu .btnW100 {
  width: 100%;
  border-radius: 0;
  text-decoration: none;
}
.subMenu .desc {
  font-size: 0.8rem;
  padding: 10px 0px 5px 5px;
  color: #666;
}
.w100p {
  width: 100%;
}

/* ------------------------------
  会場メニュー - Now
   ------------------------------ */
.nowTblON {
  width: 100%;
	padding: 0px;
	border: 2px solid #003d98;
	border-radius: 5px;
	background: linear-gradient(#ddeaff 0%, #fdfdfd 100%);
	box-shadow:inset -1px -1px 0 rgba(255,255,255,1);
}
.nowTblONname {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #01579b;
}
.nowTblONkaijyoNo {
	float: left;
  margin-left: 5px;
}
.nowTblONkaijyoName {
	float: right;
	width: 65px;
	text-align: right;
  padding-right: 5px;
}
.nowTblONline1 {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dotted #01579b;
}
.nowTblONgrade {
	float: left;
	width: 40px;
}
.nowTblONdays {
	float: right;
}
.nowTblONline2 {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}
.nowTblONrno {
	float: left;
  margin-left: 5px;
	font-weight: bold;
	font-size: 100%;
}
.nowTblONtime {
	float: right;
  margin-right: 5px;
	font-weight: normal;
/*	padding-top: 4px; */
	font-size: 90%;
}
.nowTblONend {
	font-weight: bold;
	font-size: 16px;
	text-align: center; color: #666;
  line-height: 1.8em;
}
.nowTblONline3 {
	padding: 5px 5px 5px 5px;
	text-align: center;
  font-size: 90%;
}
.nowTblOFF {
  width: 100%;
	padding: 0px;
	border: 2px solid #ccc;
	border-radius: 5px;
	background: linear-gradient(#e9e9e9 0%, #fdfdfd 100%);
	box-shadow:inset -1px -1px 0 rgba(255,255,255,1);
}
.nowTblOFFname {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #01579b;
}
.nowTblOFFkaijyoNo {
	float: left;
  margin-left: 5px;
}
.nowTblOFFkaijyoName {
	float: right;
	width: 65px;
	text-align: right;
  padding-right: 5px;
}
.nowTblOFFline1 {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dotted #01579b;
}
.nowTblOFFgrade {
	width: 40px;
	float: left;
}
.nowTblOFFnext {
	float: right;
}
.nowTblOFFline2 {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.nowTblOFFyotei {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.nowTblOFFline3 {
	padding: 5px 5px 5px 5px;
	text-align: center;
  font-size: 90%;
}

.clear {
	clear: both;
	float: none;
}


/* ------------------------------
  レース情報
   ------------------------------ */
/*
.infoTbl-col {
  padding: 0 5px 0 5px  !important;
}
*/
.infoTblBox {
  margin-bottom: 5px;
  padding: 0px;
  border: 2px solid #0069d5;
  border-radius: 10px 0 0 0;
}
.infoTbl table {
  margin-bottom: 3px;
  border-collapse: collapse;
  border: none;
  margin-bottom: 0;
}
.infoTbl tr,
.infoTbl td {
  padding: 0px;
  border: none;
}
.infoTbl .infoTbl-kname-td,
.infoTbl .infoTbl-line1 {
  min-width: 120px;
  text-align: center;
  line-height: 40px;
}
.infoTbl .infoTbl-kname {
  font-size: 20px;
  font-weight: bold;
}
.infoTbl .infoTbl-line2 {
  padding-left: 5px;
  padding-right: 5px;
}
.infoTbl .infoTbl-grade {
  float: left;
  min-width: 25px;
}
.infoTbl .infoTbl-weather {
  float: right;
}
.infoTbl .infoTbl-line3 {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #86868b;
}
.infoTbl .infoTbl-timeTbl {
  width: 100%;
  text-align: left;
  vertical-align: top;
}

.timeTbl table {
  border-collapse: collapse;
}
.timeTbl td {
  width: 70px;
  text-align: center;
  padding: 1px;
  font-size: 90%;
  border-right: 1px solid #0069d5;
  border-bottom: 1px solid #0069d5;
}
/*
.timeTbl tr:first-child {
  border-top: 1px solid #0069d5;
}
*/
.timeTbl td:first-child {
  border-left: 1px solid #0069d5;
}
.timeTbl td:last-child {
  border-right: none;
}
.timeTbl .td_none {
  border-bottom: none;
}
.timeTbl .timeTbl-rno {
  width: 30px;
  background-color: #4d96e2;
  color: #fff;
}
.timeTbl .timeTbl-raceNormal {
  background-color: #fff;
}
.timeTbl .timeTbl-raceEnd {
  background-color: #e3f2fd;
}
.timeTbl .timeTbl-raceStop {
  background-color: #ffcdd2;
}

