@charset "utf-8";
/* CSS Document */


#nowTbl .race_box_normal {
  border: 3px solid #4581d3;
}
#nowTbl .race_result_normal {
  background-color: #e1f5fe;
}
#nowTbl .race_result_end {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #1a3396;
}
#nowTbl .race_result_end_text {
  margin-top: 10px;
	margin-bottom: 20px;

  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
}
#nowTbl .race_result_end_wrap {
  width: 280px;
  margin: 0 auto;  
}
#nowTbl .race_result_end_box {
  margin-bottom: 0px;
}
#nowTbl .race_result_end_line {
  margin-top: 2px;
}
#nowTbl .race_result_end_label {
  float: left;
  width: 60px;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}
#nowTbl .race_result_end_deme {
  float: left;
  width: 70px;
}
#nowTbl .race_result_end_ninki {
  float: left;
  width: 50px;
  font-size: 16px;
  text-align: right;
  color: #666;
}
#nowTbl .race_result_end_money {
  float: right;
  margin-left: 5px;
  font-size: 17px;
}
#nowTbl .race_result_end_money_num {
  font-weight: bold;
  color: #333;
}
#nowTbl .race_result_end_money_en {
  margin-left: 2px;
  font-size: 70%;
  font-weight: normal;
  color: #777;
}
#nowTbl .race_result_end_non {
  font-size: 16px;
  color: #666;
  text-align: left;
}

#nowTbl .race_title_buy {
  margin-top: 0px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #555;
  padding-top: 0px;
  padding-bottom: 0px;
}
#nowTbl .race_title_buy-time {
  margin-top: 0px;
  font-size: 50px;
  color: #1a3396;
  line-height: 1em;
}
#nowTbl .race_title_live {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  font-size: 30px;
  line-height: 1.5em;
}

#nowTbl .race_box_stop {
  border: 5px solid #e57373;
}
#nowTbl .race_result_stop {
  background-color: #ffebee;
}
#nowTbl .race_title_stop {
  font-size: 50px;
  color: #bd2130;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}

