@charset "utf-8";
/* Top CSS */

/*Contents
---------------------------------------------------*/
#contents {  }
/*Countdown
---------------------------------------------------*/
#countdown {
	position: absolute;
	top: 660px;
	z-index: 99;
	color: #fff;
	text-align: left;
	overflow: hidden;
	line-height: 1.2;
	text-shadow: 0 2px 3px #303;
}
/*BnrArea
---------------------------------------------------*/
#bnrArea { margin-top:-50px; }
/*#container
---------------------------------------------------*/
#container {
	margin-top:-50px;
	width:630px;
	margin:0 auto15px auto;
}
/*title03白文字設定*/
.title03 { color:#fff; }
/*Footer
---------------------------------------------------*/
footer aside {
	width:630px;
	margin:0 auto;
	padding-top:15px;
}
/*=========================================
//開催
=========================================*/
#kaisai{display:none;}
#raceTitle{background:#1C2B4A; color:#FFFFFF; text-align:center; padding:13px 0 7px 0;}
#live{ text-align:center; padding:10px 0;}
#race table {width:100%; text-align:center;}
#race table tr.odd{background:#672F8A;}
#race table tr.even{background:#906BA8;}
#race table th{color:#FFFFFF;}
#race table td{ padding:15px 0; text-align:center;}

#race p.btn a{ display: block; padding: 10px 0; width: 130px; text-align:center; -webkit-border-radius: 5px; border-top: 1px solid #fff; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#ccc)); color:#000; text-decoration:none;-webkit-box-shadow: 0 1px 3px #303;}
#race p.btn a:vlink{color:#000;}
.tohyo_info{background:#906BA8; color:#FFFFFF; padding:10px; border-top:solid 2px #fff;}

.tohyo_info .bdr_solid{ margin:10px auto; border:none; background:#fff; height:1px;}
.tohyo_info .bdr_dotted{  border-bottom: dotted 1px #fff;}
.tohyo_info p{ margin-bottom:5px; line-height:1.2;}

/*Event Tab
----------------------------------------------------------- */
#event_tab li {
	width:114px;
	float: left;
	margin-right:3px;
	padding:10px 3px;
	margin-bottom:0;
	text-align:center;
	cursor: pointer;
	background: -moz-linear-gradient(top, #916BA9 0%, #69308d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #916BA9), color-stop(100%, #69308d));
	background: -webkit-linear-gradient(top, #916BA9 0%, #69308d 100%);
	background: -o-linear-gradient(top, #916BA9 0%, #69308d 100%);
	background: -ms-linear-gradient(top, #916BA9 0%, #69308d 100%);
	background: linear-gradient(top, #916BA9 0%, #69308d 100%);
	border:solid 1px #69308d;
	border-bottom:none;
	color:#fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
#event_tab li:last-child { margin-right:0; }
#event_tab li.active {
	display:block;
	float:left;
	color:#333;
	background:#fff;
	border:none;
	border-bottom:solid 1px #fff;
	margin-bottom:-1px;
	padding:10px 3px;
	cursor:pointer;
}
.dis_non { display: none; }
.cnt_tab {
	clear: left;
	height: 300px;
	background: #fff;
	color:#333;
	padding:0;
	margin:0;
}
.vertical-ticker {
	height:300px;
	overflow:hidden;
}
.vertical-ticker li {
	display:block;
	background:#fff;
	color:#333;
	border-bottom:1px solid #ccc;
	height:100px;
}
.vertical-ticker li a {
	/*padding:35px 5px;
*/	display:block;
	text-decoration:none;
}
#topBtn a { width:620px; }
.tx_white { color:#fff; }


