<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.archive-title{
	padding: 10px;
	font-size: 18px;
	background: url('../images/bg-aside.png');margin-bottom: 30px;
}
.main-inner h2{
	margin-top: 25px;
}
.main-inner .post-history h2{
	color: #333;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.post-history h2:before{
	content: none;
}


.venue-lists&gt;div{
	margin-top: 15px;
}
.race-ongoing{
	position: relative;
}
.race-ongoing .ongoing{
	position: absolute;
	display: block;
	left: 0;
	bottom: 100%;
	font-size: 12px;
	padding: 5px 10px;
	background: #eac618;
	border-radius: 5px 5px 0 0;
	line-height: 1;
	border: 1px solid #aeaeae;
}

.racer-lists&gt;div{
	text-align: center;
	margin: 5px;
	-webkit-flex: 0 0 150px;
	-moz-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	-o-flex: 0 0 150px;
	flex: 0 0 150px;
}
.racer-link{
	display: block;
	padding: 5px;
	border: 1px solid #aeaeae;
	position: relative;
}
.racer-link:hover{
	background: #ededed;
}
.racer-link&gt;i{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -.5em;
}
.racer-class{
	position: absolute;
	padding: 5px;
	background: #565656;
	line-height: 1;
	top: 5px;
	left: 5px;
	color: #fff;
}
.class-a1{
	background: #f95050;
}
.racer-name{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dedede;
	line-height: 1;
}
.racer-name{
	font-weight: 600;
	color: var(--main-color);
}
.lady-racer{
	color: #f793d3;
}
.racer-search{
	margin: 15px 5px 0;
}
.racer-search form&gt;p{
	display: inline-block;
	margin: 5px;
}
.racer-search form&gt;.submit_btn{
	display: block;
}
.racer-search form&gt;.submit_btn button{
	background: var(--main-color);
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #dedede;
}
.racer-search form&gt;.submit_btn button:hover{
	opacity: .8;
}
.racer-search form&gt;p label{
	display: block;
	background: #aeaeae;
	padding: 5px;
	color: #fff;
}
.racer-search form&gt;p input{
	display: block;
	width: 100%;
	max-width: 300px;
}
.racer-search form&gt;p input,
.racer-search form&gt;p select{
	padding: 5px;
	border: 1px solid #aeaeae;
}
.no-racer{
	padding: 5px;
}

.each-data{
	position: relative;
}
.each-data&gt;table{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 65px;
}
.each-data&gt;div{
	margin-left: 67px;
	overflow-x: auto;
	overflow-y: hidden;
}
.each-data&gt;div::-webkit-scrollbar {
	height: 10px;
}
.each-data&gt;div::-webkit-scrollbar-track {
	/*background: 0;*/
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}
.each-data&gt;div::-webkit-scrollbar-thumb {
	border-radius: 3px;
}
.each-data&gt;div table{
	margin: 0;
}
.each-data&gt;div table tbody tr:nth-child(even){
	background: #f4f4f4;
}
.each-data td,
.each-data th{
	white-space: nowrap;
}
.post-history table{
	border-top: 1px solid #aeaeae;
	width: 100%;
}
.post-history th,
.post-history td{
	width: calc(100% / 7);
	white-space: normal;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	vertical-align: top;
	text-align: center;
}
.post-history th{
	font-size: 13px;
	line-height: 1.3;
	padding: 5px;
}
.post-history td a{
	display: block;
	line-height: 1.4;
	padding: 3px;
	font-size: 13px;
}
.post-history td a:hover{
	background: rgba(98, 198, 242, 0.1);
	opacity: 1;
}
.post-history td .lady-race{
	background: rgba(250, 157, 205, 0.2);
}
.post-history td a span[class^="bg-"]{
	display: block;
	padding: 5px;
	line-height: 1;
	font-size: 11px;
}
.post-history .venue_ttl{
	padding: 5px;
	background: rgba(98, 198, 242, 0.3);
	font-weight: 600;
	text-align: left;
}
.post-history .no-race{
	background: #dedede;
}
.racer-search&gt;p{
	padding: 5px;
}
.reset-date{
	display: inline-block;
	background: #ededed;
	padding: 5px 20px;
	border-radius: 5px;
	border: 1px solid #dedede;
}
.reset-date:hover{
	background: #fff;
}
.nextprev-week{
	margin-bottom: 20px;
	padding: 0 5px;
}
.nextprev-week a{
	padding: 10px;
	background: #ededed;
	padding: 5px 20px;
	border-radius: 5px;
	border: 1px solid #dedede;
}
.today{
	background: rgba(98, 198, 242, 0.1);
}</pre></body></html>