
/* ----------------------------------------------------------------------
	
	海外競馬　オッズ
	
---------------------------------------------------------------------- */


#odds {
	margin-top: 30px;
}


#odds > .content {
	margin: 30px 0 0 0;
}

/* --- 見出し横：日付表記 --- */
div.update_area {
	max-width: 940px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
}

div.update_area > p { font-size: 1.3rem; }

.content p {
	line-height: 1.6;
	font-size: 1.4rem;
}



/* --- オッズ　表 --- */

table.basic.bookmaker_r {
  font-size: 1.4rem;
}

table.basic.bookmaker_r tbody > tr > th {
  font-weight: bold;
  background-color: #f3f9fc;
}

table.basic.bookmaker_r tbody > tr > th > span {
  display: block;
  font-size: 1.0rem;
}

table.basic.bookmaker_r tbody > tr > th > span.cancel {
  font-size: 1.3rem;
	font-weight:bold;
	color:#c00;
	margin-top:5px;
}

table.basic.bookmaker_r thead > tr > th.num {
  width: 42px;
  white-space: nowrap;
  padding:  0;
}

table.basic.bookmaker_r tbody > tr > td.horse {
  font-weight: bold;
}
table.basic.bookmaker_r tbody > tr > td.horse > span {
  display: block;
  font-size: 1.0rem;
}

table.basic.bookmaker_r tbody > tr > td.horse > span.cancel {
  font-size: 1.3rem;
	font-weight:bold;
	color:#c00;
	margin-top:5px;
}

table.basic.bookmaker_r.full {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;

}

.morning_t_title {
  font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	padding: 5px 0;
}


table.basic.bookmaker_r tbody > tr.cancel th,
table.basic.bookmaker_r tbody > tr.cancel td {
	background-color: rgba(0,0,0,0.5);
	color: #191919;
}

table.basic.bookmaker_r tbody > tr.cancel > th > span.cancel {
	color: #600;
}

ul.annotation {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and ( max-width : 639px ) {

	table.basic.bookmaker_r.fixed {
    table-layout: auto;
  }
  
  table.basic.bookmaker_r {
    font-size: 1.3rem;
  }

}


/* ------------------------------------------------------------

	768px〜979px

------------------------------------------------------------ */

@media screen and ( max-width : 979px ) {
	
	
	
}


/* ------------------------------------------------------------

	-767px

------------------------------------------------------------ */

@media screen and ( max-width : 767px ) {
	
	
	
}


/* ------------------------------------------------------------

	〜639px

------------------------------------------------------------ */

@media screen and ( max-width : 639px ) {
  
  #odds {
    margin-top: 25px;
  }
  
	table.basic.bookmaker_r.fixed {
    table-layout: auto;
  }
  
  table.basic.bookmaker_r {
    font-size: 1.3rem;
  }

	
}



/* ------------------------------------------------------------

	〜479px

------------------------------------------------------------ */

@media screen and ( max-width : 479px ) {
	
	
	
}




/* ------------------------------------------------------------

	印刷用

------------------------------------------------------------ */

@media print {
  html,body { height: auto; }
  #wrapper { min-height: 1px; }
  #contentsBody table { border-collapse: separate; }
  #race_title > h1 { background-color:#333; }
}

