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

.article-header{
	/*padding: 5px 10px;*/
}
.post-title{
	padding: 10px;
	font-size: 18px;
	background: url('../images/bg-aside.png');margin-bottom: 30px;
}
.single-content{
	margin-bottom: 25px;
}
.single-content h2{
	margin-bottom: 15px;
}
.single-content h3{
	margin: 20px 0 15px;
	padding: 5px;
	/*background: #333;*/
	/*color: #fff;*/
	font-size: 16px;
	border-bottom: 3px double #333;
}
.single-content table{
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 0 5px;
}
.single-content th,
.single-content td{
	padding: 5px 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.single-content td:first-child{
	text-align: center;
}
.waku-1{
	background: #ebebeb;
}
.waku-2{
	background: #505050;
	color: #fff;
}
.waku-3{
	background: #f04141;
	color: #fff;
}
.waku-4{
	background: #4184d0;
	color: #fff;
}
.waku-5{
	background: #ece962;
}
.waku-6{
	background: #54b74d;
	color: #fff;
}

.each-data{
	position: relative;
}
.each-data&gt;table{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 65px;
}
.each-data&gt;div{
	margin-left: 70px;
	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;
}

.race-today{
	margin: 15px 0;
	padding: 5px;
}
.race-today a{
	border: 1px solid #aeaeae;
	padding: 5px 20px 5px 5px;
	width: auto;
	position: relative;
	line-height: 1.2;
}
.race-today a:hover{
	background: #f8fdff;
}
.race-today a i{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -.5em;
}
.race-today a span{
	margin-right: 5px;
	-webkit-flex: 0 0 50px;
	-moz-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	-o-flex: 0 0 50px;
	flex: 0 0 50px;
	line-height: 50px;
	text-align: center;
}

#comments{
	padding: 10px;
	margin: 25px 5px 0;
	border: 3px double var(--main-color);
	border-radius: 10px;
}
#reply-title{
	color: var(--main-color);
	font-size: 16px;
	margin-bottom: 15px;
}
#comments form p:not(:last-child){
	margin-bottom: 10px;
}
.comment-form-author{
	margin-bottom: 25px;
}
#comments textarea,
#comments input{
	display: inline-block;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #aeaeae;
	width: 100%;
	max-width: 300px;
}
#comments textarea:focus,
#comments input:focus{
	outline: 0;
}
#comments textarea{
	resize: none;
	max-width: 450px;
}
#comments label{
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
#comments label:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 80%;
	top: 10%;
	left: 0;
	background: var(--main-color);
}
#comments button{
	background: #fff;
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	display: inline-block;
	border: 1px solid var(--main-color);
	border-radius: 10px;
	width: 100%;
	max-width: 250px;
}
#comments button:hover{
	color: #fff;
	background: var(--main-color);
}

.main-inner #comments h2:before{
	content: none;
}
.main-inner #comments h2{
	padding-left: 0;
	font-size: 16px;
}

#comments .review-lists{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #aeaeae;
}
#comments .review-lists li:not(:last-child){
	margin-bottom: 10px;
}
.comment-intro{
	display: inline-block;
	width: 100%;
	max-width: 450px;
	padding: 5px;
	border-radius: 10px;
	background: rgba(24, 170, 234, 0.15);
	border: 1px solid #dedede;
}
.comment-intro .comment-meta{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aeaeae;
	font-size: 13px;
}
.comment-intro div{
	padding: 5px;
	font-size: 15px;
}
.comment-success{
	background: rgba(234, 24, 43, 0.24);
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin: 0 auto 10px;
	border-radius: 50px;
}
.comment-success span{
	display: inline-block;
}
.back_top{
	margin-bottom: 25px;
}
.back_top a{
	display: inline-block;
	padding: 5px 20px;
}</pre></body></html>