@charset "UTF-8";

/*-------------------------------------------------
	++ KEIRIN TOP
-------------------------------------------------*/
/* SELECT BTN */
.selectBtn {
	margin-bottom:30px;
}
.selectBtn ul li {
	float:left;
	width:25%;
	padding:0 5px;
}
.selectBtn ul li a {
	display:block;
	width:100%;
	border:1px solid #299fc4;
	color:#299fc4;
	border-radius:5px;
	padding:10px;
	font-weight:bold;
	background:#E5F6FE url(/images/arrow/arrow_blue.png) right 12px center no-repeat;
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.3);
}
.selectBtn ul li a:hover {
	background:#299fc4 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:#299fc4;
	color:#FFF;
}
.raceTbl table thead tr th:nth-of-type(even) {
	background-color:#4abadd;
}
.raceTbl table thead tr th.place {width: 13%;}
.raceTbl table thead tr th.yesterday {width: 16%; min-width: 200px;}
.raceTbl table thead tr th.today {width: 39%;}
.raceTbl table thead tr th.tomorrow {width: 32%;}


.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:#299fc4;
}
.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 7px;
}
.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:nth-last-child(1){margin-right:0}
.raceTbl table tbody tr td ul.btn li.purchase {
	width:100px;
}
.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:#299fc4;
	border-radius:5px;
	font-size:12px;
	line-height: 1;
	padding:15px 5px;
	font-weight:bold;
	background:#E5F6FE;
	border:1px solid #299fc4;
	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.purchase a {
	background:#299fc4;
	color:#FFF;
}
.raceTbl table tbody tr td ul.btn li.purchase 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;
}
/* RACE TABLE */
.raceTbl .daytab {
	background-color:#299fc4;
	color:#FFF;
	position:relative;
	height: 3em;
}
.raceTbl .daytab li {
	width: 10em;
}
.raceTbl .daytab li.today {
	position:absolute;
	/* top: 0.5em; */
	left: 43%;
}
.raceTbl .daytab li.yesterday {
	position:absolute;
	/* top: 0.5em; */
	left: 2%;
}
.raceTbl .daytab li.tomorrow {
	position:absolute;
	/* top: 1em; */
	right: 2%;
}
.raceTbl .daytab li a {
	display:block;
	background-color:#FFF;
	color:#299fc4;
	padding: 0.5em 3em;
	border-radius: 1.5em;
	/* font-size:123%; */
}
.raceTbl .daytab li.tomorrow a {
	background: #FFF url(/images/arrow/arrow_blue.png) right 1em center no-repeat;
	background-size: 0.6em;
}
.raceTbl .daytab li.yesterday a {
	background: #FFF url(/images/arrow/arrow_blue_l.png) left 1em center no-repeat;
	background-size: 0.6em;
}
.raceTbl .daytab li.current a {
	background:#299fc4;
	color:#FFF;
}
/*-------------------------------------------------
	++ 競輪TOPE予想の成績
-------------------------------------------------*/
.recTbl {
	width:33%;
	float:left;
	margin-right:0.5%;
	border:1px solid #d0d0d0;
}
.recTbl:nth-last-of-type(1) {
	margin-right:0;
}
.recTbl tr th,
.recTbl tr td {
	padding:5px;
}
.recTbl thead tr {
	background:#999;
	color:#FFF;
}
.recTbl.recTaka thead tr {
	background:#4d7c2c;
}
.recTbl.recRyu thead tr {
	background:#b52b1e;
}
.recTbl.recTora thead tr {
	background:#2b4786;
}
.recTbl tbody tr {
	background:#FFF;
}
.recTbl tbody tr:nth-of-type(even) {
	background:#fafaf5;
}

/*-------------------------------------------------
	++ 競輪TOPEDokanto
-------------------------------------------------*/
.dokantoBlock {
	border:5px solid #1496be;
	padding:20px;
}
.dokantoBlock .dokantoHeader {
	margin-bottom:30px;
}
.dokantoBlock .dokantoHeader h2 {
	display:inline-block;
	float:left;
	text-align:left;
	font-size:18px;
	background-color:#ff1600;
	color:#FFF;
	padding:3px 30px;
	margin-right:20px;
}
.dokantoBlock .dokantoHeader h3 {
	color:#1496be;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin-right:20px;
	margin-top:5px;
}
.dokantoBlock .dokantoHeader .mark {
	margin-top:5px;
	float:left;
}
.dokantoBlock .dokantoBox {
	width:35%;
	display:inline-block;
	margin:0 2%;
}
.dokantoBlock .dokantoBox .limitDate h4 {
	display:inline-block;
	background-color:#333;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding:2px 30px;
	border-radius:15px;
	margin-right:15px;
}
.dokantoBlock .dokantoBox .logo {
	margin-bottom:20px;
}
.dokantoBlock .dokantoBox .limitDate {
	margin-bottom:20px;
}
.dokantoBlock .dokantoBox .limitDate .date {
	display: inline-block;
	font-size:18px;
}
.dokantoBlock .dokantoBox dl {
	margin-bottom:5px;
	border:1px solid #d0d0d0;
}
.dokantoBlock .dokantoBox dl dt {
	background-color:#333;
	color:#FFF;
	float:left;
	width:40%;
	padding:5px;
}
.dokantoBlock .dokantoBox dl.refund dt {
	background-color:#ff1600;
}
.dokantoBlock .dokantoBox dl dd {
	float:left;
	width:60%;
	padding:3px;
	text-align: right;
	font-size:18px;
}
.dokantoBlock .dokantoBox dl.refund dd {
	color:#ff1600;
}

/*-------------------------------------------------
	++ 競輪TOPEお知らせ
-------------------------------------------------*/

.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
-------------------------------------------------*/
#keirinFooterBanner ul {
}
#keirinFooterBanner ul li {
	width:200px;
	display: inline-block;
	margin-right:5px;
}
#keirinFooterBanner ul li:nth-last-of-type(1) {
	margin-right:0;
}

/*-------------------------------------------------
	++ KEIRIN CAMPAIGN
-------------------------------------------------*/




