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

:root {
	--main-color: #18aaea;
}
*{
	-webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
main,
header,
footer,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: #131313
}
a:not([class]):hover{
	opacity: .6;
}

a:active,
a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}

body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	background: #fff;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.6
}
li{
	list-style: none;
}
.center{
	text-align: center;
}
.hover-color:hover{
	color: var(--main-color);
}

.site-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 180px;
	height: 100vh;
	border-right: 1px solid var(--main-color);
	padding: 0 20px;
	background: #fff;
	z-index: 999;
}
.site-title{
	padding: 30px 0;
}
.page-title{
	padding: 10px;
	font-size: 18px;
	background: url('../images/bg-aside.png');margin-bottom: 30px;
}
.site-header li:not(:last-child){
	margin-bottom: 30px;
}
.site-header .hover-color{
	position: relative;
	display: block;
}
.site-header .hover-color:before{
	content: '';
	left: -10px;
	width: 0;
	height: 100%;
	background: var(--main-color);
	position: absolute;
	transition: .1s;
}
.site-header .hover-color:hover:before{
	width: 5px;
}
.current-page .hover-color{
	color: var(--main-color);
}
.current-page .hover-color:before{
	width: 5px;
}
.open_menu{
	display: none;
	background: var(--main-color);
	color: #fff;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}
.open_menu a{
	color: #fff;
	display: block;
}
@media screen and (max-width:840px) {
	.site-header,
	.site-header nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.site-header{
		width: 100%;
		height: 67px;
		padding: 5px 10px;
		height: auto;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid var(--main-color);
	}
	.site-header nav{
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	.site-header nav li{
		display: inline-block;
	}
	.site-header nav li a{
		display: block;
		padding: 5px 10px;
	}
	.site-header nav li:not(:last-child) a:after{
		left: 100%;
		background: var(--main-color);
		height: 10px;
		content: '';
		width: 1px;
		top: 50%;
		margin-top: -5px;
		position: absolute;
	}
	.site-header nav li .hover-color:before{
		left: 10%;
		height: 3px;
		top: 100%;
	}
	.current-page .hover-color:before{
		width: 80%;
	}
	.site-title{
		padding: 0;
		-webkit-flex: 0 0 130px;
		-moz-flex: 0 0 130px;
		-ms-flex: 0 0 130px;
		-o-flex: 0 0 130px;
		flex: 0 0 130px;
	}
	.site-title a{
		display: block;
		padding: 5px;
		line-height: 1;
	}
	.site-header li:not(:last-child){
		margin-bottom: 0;
	}
}
@media screen and (max-width:690px) {
	.site-header nav{
		display: none;
		position: fixed;
		top: 58px;
		left: 0;
		/*padding-top: 58px;*/
		/*display: block;*/
		background: #f5faff;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid var(--main-color);
		padding: 15px 5px;
		overflow-x: auto;
	}
	.open_menu{
		display: block;
	}
}
.main-body{
	padding-left: 460px;
}
.main-body&gt;main{
	padding-left: 50px;
	padding-right: 10px;
}
@media screen and (max-width:950px) {
	.main-body{
		padding-left: 400px;
	}
	.main-body&gt;main{
		padding-left: 10px;
		/*padding-top: 68px;*/
	}
}
@media screen and (max-width:840px) {
	.main-body{
		padding-left: 220px;
		padding-top: 58px;
	}
}
@media screen and (max-width:690px) {
	.main-body{
		padding-left: 170px;
	}
}
@media screen and (max-width:500px) {
	.main-body{
		padding-left: 0;
	}
	.main-body&gt;main{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.main-body .main-inner{
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 50px 0;
	/*max-width: 935px;*/
}
@media screen and (max-width:840px) {
	.main-body .main-inner{
		padding-top: 20px;
	}
}
.main-inner h2{
	color: var(--main-color);
	font-size: 18px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
}
.main-inner h2:before{
	background: var(--main-color);
	content: '';
	position: absolute;
	width: 30px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 0;
}
@media screen and (max-width:690px) {
	.main-inner h2{
		color: var(--main-color);
		font-size: 16px;
		padding-left: 20px;
	}
	.main-inner h2:before{
		width: 10px;
	}
}
.race-lists{
	margin: 20px 0 50px;
}
.race-lists article{
	border: 1px solid #aeaeae;
	-webkit-flex: 0 0 300px;
	-moz-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	-o-flex: 0 0 300px;
	flex: 0 0 300px;
	margin: 5px;
}
@media screen and (max-width:950px) {
	.race-lists article{
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		-o-flex: 0 0 48%;
		flex: 0 0 48%;
		margin: 5px 1%;
	}
}
@media screen and (max-width:768px) {
	.race-lists{
		margin-bottom: 25px;
	}
}
@media screen and (max-width:690px) {
	.race-lists article{
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 5px 0;
	}
	.race-lists{
		padding: 0 5px;
	}
}
.race-lists .venue{
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #aeaeae;
}
.race-lists .venue p:not(:last-child){
	margin-right: 10px;
}
.race-lists .venue p:not(:first-child){
	/*color: var(--main-color);*/
}
.race-lists .venue [class^="bg-"]{
	padding: 5px;
}
.bg-sg{
	background: #ef3d3b;
	color: #fff;
}
.bg-g1{
	background: #f0bb1c;
	color: #fff;
}
.bg-g2{
	background: #76af4a;
	color: #fff;
}
.bg-g3{
	background: #3e7ece;
	color: #fff;
}
.bg-ippan{
	background: #b7bec4;
}
.race-lists h3{
	font-size: 14px;
	padding: 10px 10px 15px;
}
.race-lists .next_up{
	font-weight: 600;
	padding-bottom: 5px;
}
.race-lists .next_up span:first-child{
	font-size: 12px;
	background: #aeaeae;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
	-webkit-flex: 1 0 100px;
	-moz-flex: 1 0 100px;
	-ms-flex: 1 0 100px;
	-o-flex: 1 0 100px;
	flex: 1 0 100px;
	text-align: right;
	position: relative;
	margin-right: 10px;
}
.race-lists .next_up span:first-child:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(174, 174, 174, 0);
	border-left-color: #aeaeae;
	border-width: 12px;
}
.race-lists .next_up span:last-child{
	-webkit-flex: 0 0 80px;
	-moz-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	-o-flex: 0 0 80px;
	flex: 0 0 80px;
	text-align: center;
	color: #ea1818;
}
.race-lists .next_up .finished{
	font-size: 12px;
	color: #9d9d9d!important;
}
.race-lists .icon-box{
	padding: 5px 10px;
	border-top: 1px solid #aeaeae;
}
.icons{
	line-height: 1;
}
.icons&gt;span{
	background: #d6d6d6;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	width: 20px;
}
.icons&gt;span .material-icons{
	font-size: 14px;
	line-height: 20px;
}
.icons .morning{
	background: #18aaea;
}
.icons .summer{
	background: #ea1818;
}
.icons .nighter{
	background: #115a77;
}
.icons .girls{
	background: #fa9dcd;
}
.race-lists .icon-box a{
	display: block;
	padding: 5px 25px;
	background: #ea1818;
	color: #fff;
	font-weight: 600;
}
@media screen and (max-width:950px) {
	.race-lists .icon-box a{
		padding: 5px 20px;
		font-size: 13px;
	}
}
.venue-lists{
	margin-top: 20px;
}
.venue-lists&gt;div,
.venue-lists article{
	border: 1px solid #aeaeae;
	margin: 5px;
	-webkit-flex: 0 0 220px;
	-moz-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	-o-flex: 0 0 220px;
	flex: 0 0 220px;
}
@media screen and (max-width:500px) {
	.venue-lists&gt;div,
	.venue-lists article{
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		-o-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
.venue-lists h3{
	padding: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #aeaeae;
}
.venue-lists .link-info{
	text-align: center;
	margin: 20px 0;
	padding: 0 10px;
}
.venue-lists .link-info a{
	display: block;
	padding: 10px 20px;
	background: var(--main-color);
	line-height: 1;
	color: #fff;
	font-weight: 600;
}
.venue-lists .live-info{
	border-top: 1px solid #aeaeae;
	background: rgba(24, 169, 234, 0.1);
	padding: 10px;
}
.venue-lists .live-info&gt;p{
	line-height: 1.2;
	margin-bottom: 10px;
}
.venue-lists .live-info div p{
	-webkit-flex: 0 0 45%;
	-moz-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	-o-flex: 0 0 45%;
	flex: 0 0 45%;
}
.venue-lists .live-info a{
	display: block;
	padding: 10px 5px;
	background: #fff;
	border: 1px solid var(--main-color);
	line-height: 1;
	border-radius: 10px;
	text-align: center;
}
.venue-lists .live-info a:hover{
	background: var(--main-color);
	color: #fff;
}
.icon-right{
	position: relative;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4), 4px 4px 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0 0 0 0 rgba(0, 0, 0, 0.4), 4px 4px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0 0 0 0 rgba(0, 0, 0, 0.4), 4px 4px 0 0 rgba(0, 0, 0, 0.4);
}
.icon-right:hover{
	-webkit-box-shadow: inset 200px 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 200px 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.4);
	box-shadow:         inset 200px 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.4);
}
.icon-right .fa-angle-right{
	position: absolute;
	font-size: 16px;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
}

.site-pr-box{
	margin: 20px 0 50px;
	max-width: 935px;
}

.site-pr-box&gt;div{
	margin: 5px;
}
.site-pr-box&gt;div:not(:last-child){
	margin-bottom: 15px;
}
.site-pr-box h3{
	/*margin-bottom: 15px;*/
	font-size: 15px;
	position: relative;
	z-index: 5;
}
.site-pr-box&gt;div&gt;div{
	padding: 5px;
	border: 1px solid var(--main-color);
	border-radius: 10px;
	/*margin-top: -15px;
	margin-left: 15px;*/
}
.site-pr-box&gt;div&gt;div&gt;div,
.site-pr-box .img-holder{
	margin: 5px;
	border-radius: 10px;
}
.site-pr-box .img-holder{
	-webkit-flex: 0 0 250px;
	-moz-flex: 0 0 250px;
	-ms-flex: 0 0 250px;
	-o-flex: 0 0 250px;
	flex: 0 0 250px;
}
.site-pr-box&gt;div&gt;div&gt;div{
	-webkit-flex: 1 0 240px;
	-moz-flex: 1 0 240px;
	-ms-flex: 1 0 240px;
	-o-flex: 1 0 240px;
	flex: 1 0 240px;
	padding: 10px;
	background: url('../images/bg-dia.png');
	border: 1px solid #b1e4fb;
	border-radius: 10px;
}
.site-pr-box .img-holder a{
	display: inline-block;
	border: 1px solid #dedede;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.site-pr-box .img-holder a:hover{
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 0 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 0 0 rgba(0, 0, 0, 0.4);
	opacity: 1;
}
.site-pr-box .img-holder a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-pr-box .img-holder a:hover img{
	transform: scale(1.1);
}
.site-pr-box .site-ttl{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	display: inline-block;
}
.site-pr-box .site-txt p:not(:last-child){
	margin-bottom: 15px;
}
.site-pr-box .site-txt p:not([class]) a{
	display: inline-block;
	background: #fff;
	border: 2px solid var(--main-color);
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 0 rgba(24, 170, 234, .3), 0 5px 0 0 rgba(24, 170, 234, .6);
	-moz-box-shadow:    inset 0 0 0 0 rgba(24, 170, 234, .3), 0 5px 0 0 rgba(24, 170, 234, .6);
	box-shadow:         inset 0 0 0 0 rgba(24, 170, 234, .3), 0 5px 0 0 rgba(24, 170, 234, .6);
}
.site-pr-box .site-txt p:not([class]) a:hover{
	-webkit-box-shadow: inset 700px 0 0 0 rgba(24, 170, 234, .3), 0 0 0 0 rgba(24, 170, 234, .6);
	-moz-box-shadow:    inset 700px 0 0 0 rgba(24, 170, 234, .3), 0 0 0 0 rgba(24, 170, 234, .6);
	box-shadow:         inset 700px 0 0 0 rgba(24, 170, 234, .3), 0 0 0 0 rgba(24, 170, 234, .6);
	opacity: 1;
}
.site-pr-box .site-txt .to-review a{
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 1px solid;
	font-weight: 600;
}

.rand-site-link{
	margin: 30px 5px;
}
.rand-site-link a span,
.rand-site-link a{
	display: inline-block;
}
@media screen and (max-width:690px) {
	.rand-site-link{
		margin: 15px auto;
		width: 95%;
	}
	.rand-site-link a span,
	.rand-site-link a{
		display: block;
	}
}
.rand-site-link a{
	border: 1px solid var(--main-color);
	border-radius: 50px;
	overflow: hidden;
}
.bnr-link a{
	border-radius: 0;
}
.rand-site-link a:hover{
	background: var(--main-color);
	color: #fff;
	opacity: 1;
}
.bnr-link a:hover{
	opacity: .6;
}
.rand-site-link a span{
	padding: 10px;
	/*font-weight: 600;*/
}
@media screen and (max-width:690px) {
	.rand-site-link a span{
		padding: 5px 20px;
		/*font-weight: 600;*/
	}
}
.rand-site-link a span:first-child{
	background: var(--main-color);
	color: #fff;
	padding-left: 20px;
}
.rand-site-link a span:last-child{
	padding-right: 20px;
}
aside{
	background: #fcfcfc;
	position: fixed;
	left: 180px;
	top: 0;
	padding: 50px 20px;
	height: 100vh;
	width: 280px;
	border-right: 1px solid #dedede;
	overflow-y: auto;
	overflow-x: hidden;
}
@media screen and (max-width:950px) {
	aside{
		padding: 20px 5px 50px;
		width: 220px;
	}
}
@media screen and (max-width:840px) {
	aside{
		left: 0;
		top: 58px;
		padding: 20px 5px 50px;
		width: 220px;
	}
}
@media screen and (max-width:690px) {
	aside{
		width: 170px;
	}
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(30,30,30, 0.3);
}
::-webkit-scrollbar-thumb {
	background: #1e1e1e;
}

/* Track */
aside::-webkit-scrollbar-track {
	background: rgba(24, 170, 234, 0.3);
}

/* Handle */
aside::-webkit-scrollbar-thumb {
	background: #18aaea;
}

.aside-box&gt;div&gt;div{
	padding: 20px 0 30px;
	position: relative;
}
.aside-box&gt;div&gt;div:before,
.aside-box&gt;div&gt;div:last-child:after{
	background: url('../images/bg-aside.png');
	content: '';
	height: 5px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: .5;
}
.aside-box&gt;div&gt;div:before{
	top: 0;
}
.aside-box&gt;div&gt;div:last-child:after{
	top: 100%;
}
.aside-box h2{
	font-size: 17px;
	margin-bottom: 15px;
	color: #999;
	letter-spacing: 1.2px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	line-height: 1.2;
	/*font-weight: 500;*/
	/*text-shadow: 0 0 2px rgba(24, 169, 234, 1),0 0 2px rgba(24, 169, 234, 1),0 0 2px rgba(24, 169, 234, 1),0 0 2px rgba(24, 169, 234, 1),0 0 2px rgba(24, 169, 234, 1),0 0 2px rgba(24, 169, 234, 1);*/
}
.aside-box h2 i{
	color: var(--main-color);
}
@media screen and (max-width:690px) {
	.aside-box h2{
		font-size: 16px;
	}
	.aside-box h2 span,
	.aside-box h2 small{
		display: block;
	}
}
.aside-box h3{
	font-size: 15px;
	margin: 15px 0 10px;
	line-height: 1.2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.aside-box table{
	width: 100%;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.aside-box th,
.aside-box td{
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}
.aside-box .aside-venue-info td{
	width: 50%;
}
.aside-box .aside-venue-info td:first-child{
	background: #eee;
	font-weight: 600;
}
.soon-lists li:not(:last-child){
	margin-bottom: 15px;
}
.soon-lists li [class^='bg-']{
	padding: 5px;
	font-size: 12px;
	-webkit-flex: 0 0 45px;
	-moz-flex: 0 0 45px;
	-ms-flex: 0 0 45px;
	-o-flex: 0 0 45px;
	flex: 0 0 45px;
}
.soon-lists li a{
	/*display: block;*/
	border: 1px solid #aeaeae;
	/*position: relative;*/
}
.soon-lists li a div{
	padding: 10px;
	line-height: 1.4;
}
.soon-lists li a:hover{
	
}
.soon-lists li a .fa-angle-right{
	/*position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5em;*/
	font-size: 18px;
}
.soon-lists li .icon-right:hover{
	-webkit-box-shadow: inset 250px 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 250px 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.4);
	box-shadow:         inset 250px 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.4);
}
.aside_open{
	display: none;
}
@media screen and (max-width:500px) {
	aside{
		left: 0;
		z-index: 1010;
		width: 100%;
		overflow-x: auto;
		top: auto;
		bottom: 0;
		height: auto;
		padding: 0;
		white-space: nowrap;
		/*background: transparent;*/
		display: none;
	}
	aside&gt;div{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	aside::-webkit-scrollbar {
		height: 5px;
	}
	.aside-box&gt;div&gt;div{
		padding: 10px 10px 40px;
		background: #fff;
		width: auto;
	}
	.aside-box&gt;div&gt;div:last-child:after{
		content: none;
	}
	.soon-lists,
	.venue-table{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.venue-table&gt;div{
		padding: 0 5px;
		width: 100%;
	}
	.venue-table table{
		width: auto;
	}
	.aside-box th,
	.aside-box td{
		padding: 5px;
	}
	.soon-lists li a{
		display: block;
	}
	.soon-lists li:not(:last-child){
		margin-right: 10px;
	}
	.aside-box h3{
		margin: 0;
		font-size: 14px;
	}
	.aside-box h2 span,
	.aside-box h2 small{
		display: inline-block;
	}
	.aside_open{
		display: block;
		position: fixed;
		/*width: 35px;*/
		/*line-height: 35px;*/
		text-align: center;
		z-index: 9999;
		right: 0;
		bottom: 0;
	}
	.aside_open a{
		display: block;
		padding: 10px 15px 10px 5px;
		border-radius: 20px 0 0 0;
		background: var(--main-color);
		border: 1px solid #ededed;
		font-weight: 600;
	}
	.aside_open a i{
		width: 20px;
		line-height: 20px;
		border-radius: 50%;
		background: #fff;
		margin-right: 5px;
	}
}
.breadcrumbs{
	padding: 0 5px;
	overflow-x: auto;
	margin-bottom: 20px;
}
.breadcrumbs li{
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
}
.breadcrumbs li i,
.breadcrumbs li a{
	color: #999;
}
.breadcrumbs .bcl-last{
	color: var(--main-color);
}
.breadcrumbs::-webkit-scrollbar {
	height: 5px;
}
.site-tekichu-list{
	padding: 10px;
	background: rgba(255,255,255,.6);
	border: 1px solid #b1e4fb;
	margin-bottom: 15px;
	border-radius: 10px;
}
.site-tekichu-list li p{
	margin-bottom: 0!important;
}
.site-tekichu-list li:not(:last-child){
	margin-bottom: 10px;
}
.site-tekichu-list&gt;p{
	font-weight: 600;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.site-tekichu-list .date{
	margin-right: 5px;
}
.site-tekichu-list .ticket span{
	display: inline-block;
	font-weight: 600;
	color: #ea1818;
}
.site-footer{
	background: #ededed;
	border-top: 3px solid var(--main-color);
	text-align: right;
	color: var(--main-color);
	padding: 10px;
}
@media screen and (max-width:500px) {
	.site-footer{
		text-align: center;
		padding-bottom: 50px;
	}
}</pre></body></html>