@charset "UTF-8";

/*-------------------------------------------------
	++ AUTORACE TOP
-------------------------------------------------*/

/* SELECT BTN */
.selectBtn {
	margin-bottom:30px;
}
.selectBtn ul {
	letter-spacing: -.4em;
}
.selectBtn ul li {
	display:inline-block;
	letter-spacing: normal;
	width:25%;
	padding:0 5px;
}
.selectBtn ul li a {
	display:block;
	width:100%;
	border:1px solid #EB6363;
	color:#EB6363;
	border-radius:5px;
	padding:10px;
	font-weight:bold;
	background:#FFEEEE url(/images/arrow/arrow_red.png) right 12px center no-repeat;
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.3);
}
.selectBtn ul li a:hover {
	background:#EB6363 url(/images/arrow/arrow_white.png) right 12px center no-repeat;
	color:#FFF;
}



/* RACE TABLE */
.raceTbl table {
	width:100%;
}
.raceTbl table tr th,
.raceTbl table tr td {
	border:1px solid #d0d0d0;
	padding:5px;
	position: relative;
}
.raceTbl table tr td p{padding: 1em;}
.raceTbl table thead tr th {
	background-color:#EB6363;
	color:#FFF;
}
.raceTbl table thead tr th:nth-of-type(even) {
	background-color:#F58383;
}
.raceTbl table thead tr th.place {width:15%;}
.raceTbl table thead tr th.yesterday {width:10%;}
.raceTbl table thead tr th.today {width:41%;}
.raceTbl table thead tr th.tomorrow {width:34%;}


.raceTbl table tbody tr {
	background-color:#f1f1e6;
}
.raceTbl table tbody tr:nth-of-type(even) {
	background-color:#fafaf5;
	
}
.raceTbl table tbody tr td.place .placeName {
	font-size:18px;
	font-weight:bold;
	color:#EB6363;
}
.raceTbl table tbody tr td .date {
	display: inline-block;
	background-color:#919191;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0 15px;
	border-radius:10px;
}
.raceTbl table tbody tr td .detail {
	font-size:14px;
	font-weight:bold;
}
.raceTbl table tbody tr td ul.btn {
	margin:5px 0 0 15px;
}
.raceTbl table tbody tr td ul.btn li {
	width:86px;
	height:42px;
	float:left;
	vertical-align: top;
	margin-right:5px;
}
.raceTbl table tbody tr td ul.btn li a,
.raceTbl table tbody tr td ul.btn li span {
	display:block;
	width:100%;
	height:100%;
	color:#EB6363;
	border-radius:5px;
	font-size:12px;
	line-height: 1;
	padding:15px 5px;
	font-weight:bold;
	background:#FFEEEE;
	border:1px solid #EB6363;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}
.raceTbl table tbody tr td ul.btn li a:hover,
.raceTbl table tbody tr td ul.btn li.rev a {
	background:#EB6363;
	color:#FFF;
}
.raceTbl table tbody tr td ul.btn li span {
	background:#999999;
	border:1px solid #999999;
	color:#e6e6e6;
	box-shadow: none;
}
.raceTbl table tbody tr td ul.btn li.line2 a {
	padding:8px 5px;
}
/*中止*/
.raceTbl table td .canceled:before {
	content:"";
	width: 100%;
	height: 100%;
	background:black;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0.3;
	position: absolute;
	border-radius: 4px;
}
/*-------------------------------------------------
	++ オートレースTOP：トピックス
-------------------------------------------------*/

.topicsContent ul li {
	margin-bottom:5px;
	text-align: left;
}
.topicsContent ul li a {
	text-decoration: underline;
}


/*-------------------------------------------------
	++ オートレースTOP：お知らせ
-------------------------------------------------*/

.infoContent {
	margin-top:30px;
}
.infoContent ul li {
	border-bottom:1px solid #d0d0d0;
	margin-bottom:5px;
	padding:10px;
	text-align: left;
}
.infoContent ul li a {
	display:block;
	background:url(/images/arrow/arrow_gray.png) right center no-repeat;
}

/*-------------------------------------------------
	++ オートレース TOP FOOTER
-------------------------------------------------*/
#autoraceFooterBanner ul {
}
#autoraceFooterBanner ul li {
	width:200px;
	display: inline-block;
	margin-right:5px;
}
#autoraceFooterBanner ul li:nth-last-of-type(1) {
	margin-right:0;
}

/*-------------------------------------------------
	++ KEIRIN CAMPAIGN
-------------------------------------------------*/




