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


/*-------------------------------------------------
	++ TOP MAIN SLIDER
-------------------------------------------------*/
#main {
	background:#f6f6f6;
	padding:10px 0 20px 0;
	overflow-y: hidden;
	height:420px;
}
#content{width:auto;}
.slider{
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider li {
	position: relative;
}
.slider li .checked {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
}
.slider img.img100,
.slider-nav img.img100{
	width:100%;
	height:auto;
}
#main .cInner {
	width:1000px;
}
.slider-nav {
	margin-top:20px;
}
.slider-nav li {
	padding:0 20px;
}
.slick-loading .slick-list {
    background: #fff url(/images/banner/ajax-loader.gif) center center no-repeat;
}
#main .slick-slide:not(.slick-center) {
	position: relative;
}
 #main .slick-slide:not(.slick-center):after {
	content:"";
	 display:block;
	 width:100%;
	 height:100%;
	 position:absolute;
	 top:0;
	 left:0;
	 background:rgba(255,255,255,0.5);
}
.slider-nav .slick-slide.slick-current.slick-active img {
	border:3px solid #999;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9998;
}
.slick-prev {
    background: url(/images/banner/slide/arrow01.png) center center no-repeat;
	margin-left:-415px;
}
.slick-next {
    background: url(/images/banner/slide/arrow02.png) center center no-repeat;
	margin-left:415px;
}
.slider-nav .slick-prev {
    background: url(/images/banner/slide/arrow03.png) center center no-repeat;
	width:21px;
	height:20px;
	margin-top:-10px;
	margin-left:0;
	left:-20px;
}
.slider-nav .slick-next {
    background: url(/images/banner/slide/arrow04.png) center center no-repeat;
	width:21px;
	height:20px;
	margin-top:-10px;
	margin-left:0;
	left:auto;
	right:-20px;
}


/*-------------------------------------------------
	++ TOP RACE
-------------------------------------------------*/
#topRace {
	
padding: 0;
	
margin: 20px 0;
}
#topRace .cInner {
	padding-bottom:30px;
}
#topRace .secTitle {
	margin-bottom: 20px;
}
#topRace .date {
	margin-bottom:15px;
	display: inline-block;
}
#topRace .raceWrap {
	position:relative;
}
#topRace .raceTitle {
	text-align: left;
	font-weight:bold;
	padding:8px 0 3px 50px;
	min-height:40px;
}
#topRace .topRaceKeirin .raceTitle {
	background:url(/images/icon/keirin.png) left center no-repeat;
	color:#1496be;
	border-bottom:3px solid #1496be;
}
#topRace .topRaceAutorace .raceTitle {
	background:url(/images/icon/auto.png) left center no-repeat;
	color:#eb6363;
	border-bottom:3px solid #eb6363;
}
#topRace .topRaceAutorace {position: relative;}
#topRace .topRaceAutorace .moriInfo {
	position:absolute;
	top: -7px;
	right:0;
}
#topRace .topRaceAutorace .moriInfo .moriBox {
	padding:15px;
	text-align: center;
}
#topRace .topRaceAutorace .moriInfo .moriBtn {
	display:inline-block;
	background:#ffcd44;
	padding:10px 30px;
	border-radius:30px;
	color:#000;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
#topRace .topRaceAutorace .moriInfo .moriBtn span {
	background:url(/images/icon/icon_mori.png) left center no-repeat;
	padding-left:32px;
}
#topRace .topRaceAutorace .moriInfo .moriBox p {
	font-size:14px;
}
#topRace .topRaceAutorace .moriInfo .moriBox .moriRace {
	display:inline-block;
	background:#ffcd44;
	padding:10px 30px;
	border-radius:30px;
	color:#000;
	margin:20px 0;
}
#topRace .topRaceAutorace .moriInfo .moriBox a {
	color:#ffcd44;
	font-size:14px;
	display:block;
}

.topRaceKeirin {
background: url(/images/top_bukky02.png) right 100px bottom 0 no-repeat;
	float:left;
	width:55%;
}
.topRaceAutorace {
background: url(/images/top_bukky01.png) right 100px bottom 0 no-repeat;
	float: left;
	/* top:0; */
	/* right:0; */
	width:45%;
}
.racepanel {
	min-height:185px;
	width: 560px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.racepanel ul li {
	width:130px;
	height:85px;
	padding:5px;
	margin: 0 10px 7px 0;
	float:left;
	position:relative;
	border-radius:5px;
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.3);
}
.racepanel ul li a{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:1;
}
.topRaceAutorace .racepanel {
	padding-left:20px;
}
.topRaceKeirin .racepanel ul li {
	background:#e6f6ff;
	border:1px solid #1496be;
}
.topRaceAutorace .racepanel ul li {
	background:#ffeeee;
	border:1px solid #eb6363;
}
.topRaceAutorace .racepanel ul li.canceled:before ,
.topRaceKeirin .racepanel ul li.canceled:before {
	content:"";
	width: 104%;
	height: 100%;
	background:black;
	z-index: 1;
	top: 0px;
	left: -5px;
	display: block;
	opacity: 0.5;
	position: absolute;
	border-radius: 4px;
}


.racepanel ul li .flag {
	position:absolute;
	top:10px;
	left:-5px;
	width:40px;
	padding:3px 0px;
	background:#999;
	color:#FFF;
}
.racepanel ul li .flag:before {
	content: "";
    position: absolute;
    bottom: -1px;
    left: 4px;
    width: 36px;
    height: 1px;
    background: rgba(0,0,0,0.2);
}
.racepanel ul li .flag:after{
content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #888 transparent transparent;
  border-width: 0 4px 5px 0;
}
.racepanel ul li.grade-f1 .flag {background:#92df2d;}
.racepanel ul li.grade-f1 .flag:after {border-right-color:#7bb531;}
.racepanel ul li.grade-f2 .flag {background:#6375c6;}
.racepanel ul li.grade-f2 .flag:after {border-right-color:#3148a5;}
.racepanel ul li.grade-g1 .flag {background:#ff7070;}
.racepanel ul li.grade-g1 .flag:after {border-right-color:#e24646;}
.racepanel ul li.grade-g2 .flag {background:#aa78ef;}
.racepanel ul li.grade-g2 .flag:after {border-right-color:#8541e2;}
.racepanel ul li.grade-g3 .flag {background:#f5a26c;}
.racepanel ul li.grade-g3 .flag:after {border-right-color:#ec9256;}
.racepanel ul li.grade-sg .flag {background:#6f6f6f;color:#ffd500;}
.racepanel ul li.grade-sg .flag:after {border-right-color:#505050;}
.racepanel ul li.grade-gp .flag {background:#e8c208;}
.racepanel ul li.grade-gp .flag:after {border-right-color:#d2b110;}

.racepanel ul li.grade-hu2 .flag {color: #000; background: #FFF; border: 1px solid #d0d0d0;}
.racepanel ul li.grade-hu2 .flag:after {border-right-color:#999; left: -1px;}

.racepanel ul li .time {
	display:block;
	padding-left:25px;
	font-size:12px;
	text-align: center;
}

.racepanel ul li h4 {
	display:block;
	padding-left:25px;
	font-size:18px;
	text-align: center;
}
.topRaceKeirin .racepanel ul li .time,
.topRaceKeirin .racepanel ul li h4 {
	color:#1496be;
}
.topRaceAutorace .racepanel ul li .time,
.topRaceAutorace .racepanel ul li h4 {
	color:#eb6363;
}

.topRaceAutorace .link a.expectBtn,
.topRaceAutorace .link a.voteBtn {
	background-color:#eb6363;
}

@media print, screen and (max-width: 1060px) {
	.topRaceAutorace,
	.topRaceKeirin {
		position:relative;
		top:auto;
		right:auto;
		width:100%;
	}
	.racepanel {
		height:auto;
	}
	.raceWrap .link a {
		margin-bottom:10px;
	}
}




.lineheight {
    line-height: 1em;}
.racepanel ul li .campaignK {
    width: 130px;
    position: absolute;
    top: auto;
    left: -1px;
    bottom: 0px;
    background-color: #1496be;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 75%;
    line-height: 1.4em;
    text-align: center;
    color: #FFFFFF;
    height: 1.4em;
    }
.racepanel ul li .campaignA {
    width: 130px;
    position: absolute;
    top: auto;
    left: -1px;
    bottom: 0;
    background-color: #eb6363;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 75%;
    line-height: 1.4em;
    text-align: center;
    color: #FFFFFF;
    height: 1.4em;
    }
.campaignK_off {
	display:block;
    background-image: url("../../../images/icon/ic_check_k.png");
    background-position: 92% center;
    background-repeat: no-repeat;}
.campaignK_on {
	display:block;
    background-image: url("../../../images/icon/ic_check_on.png");
    background-position: 92% center;
    background-repeat: no-repeat;}
.campaignA_off {
	display:block;
    background-image: url("../../../images/icon/ic_check_a.png");
    background-position: 92% center;
    background-repeat: no-repeat;}
.campaignA_on {
	display:block;
    background-image: url("../../../images/icon/ic_check_on.png");
    background-position: 92% center;
    background-repeat: no-repeat;}

/*-------------------------------------------------
	++ TOP INFORMATION
-------------------------------------------------*/
.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 POPULAR
-------------------------------------------------*/

.popularContent ul li {
	width:24%;
	margin:0 0.5%;
	float:left;
	border-bottom:2px solid #fcb800;
	text-align: left;
	/*background:url(/images/arrow/arrow_yellow.png) right 0 bottom 5px no-repeat;*/
	padding-bottom: 20px;
}
.popularContent ul li img {
	width:100%;
	height:auto;
}
.popularContent ul li h3 {
	font-size:14px;
}
.popularContent ul li p {
	font-size:12px;
}


/*-------------------------------------------------
	++ TOP POPULAR
-------------------------------------------------*/
#topColumn {
	background:#fafaf5;
}

.topRaceKeirin .loading,
.topRaceAutorace .loading{
    margin-left:-10%;padding: 50px;}

/*2023060�ǉ�*/
#topRace .topRaceKeirin {position: relative;}
#topRace .topRaceKeirin .featuredrace {
	position:absolute;
	top: -7px;
	right:70px;}
#topRace .topRaceKeirin .featuredrace {
	display:inline-block;
	background:#ffcd44;
	    padding: 0px 18px;
	border-radius:30px;
	color:#000;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;}
#topRace .topRaceKeirin .featuredrace span {
	background:url(/images/icon/icon_keirin2.png) 20px center no-repeat;
    display: inline-block;}
#topRace .topRaceKeirin .featuredrace span a {
    width: 100%;
	font-size:16px;
	display:block;
    padding:10px 30px 10px 55px;}

#topRace .topRaceKeirin .featuredrace a:link,#topRace .topRaceKeirin .featuredrace a:visited {color:#000;text-decoration:none;}
#topRace .topRaceKeirin .featuredrace a:hover,#topRace .topRaceKeirin .featuredrace a:active {color:#000;text-decoration:none;}



#topRace .topRaceAutorace .moriInfo {
	position:absolute;
	top: -7px;
	right:0;
}
#topRace .topRaceAutorace .moriInfo .moriBox {
	padding:15px;
	text-align: center;
}
#topRace .topRaceAutorace .moriInfo .moriBtn {
	display:inline-block;
	background:#ffcd44;
	padding:10px 30px;
	border-radius:30px;
	color:#000;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
#topRace .topRaceAutorace .moriInfo .moriBtn span {
	background:url(/images/icon/icon_mori.png) left center no-repeat;
	padding-left:32px;
}
#topRace .topRaceAutorace .moriInfo .moriBox p {
	font-size:14px;
}
#topRace .topRaceAutorace .moriInfo .moriBox .moriRace {
	display:inline-block;
	background:#ffcd44;
	padding:10px 30px;
	border-radius:30px;
	color:#000;
	margin:20px 0;
}
#topRace .topRaceAutorace .moriInfo .moriBox a {
	color:#ffcd44;
	font-size:14px;
	display:block;
}
.secTitle2025 {
	font-size:20px;
	position: relative;
	display:block;
	margin-bottom:30px;
	text-align: left;}
.pointBox2025 {
    display: flex;
    justify-content: center;
    background-color: #fffcdf;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 20px;}
.pointBox2025Box,
.pointBox2025Box2 {
    padding: 0px 0px;
    margin: 0 5px;
    float: left;}
.pointBox2025Box a,.pointBox2025Box2 a {display: block;}
.pointBox2025Box a:hover,.pointBox2025Box2 a:hover {opacity: 0.8;}
.exchange2025Box {
    background: linear-gradient(90deg, #f09500 25%, #2398cd 75%);
    background: -webkit-linear-gradient(left, #f09500 25%, #2398cd 75%);
    width: 80px;
    height: 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 110%;
    line-height: 37px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 10px;}
.exchange2025Box:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;}
.pointBox2025Ttl {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px;
    width: 180px;
    height: 35px;
    line-height: 37px;
    margin: 0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;}
.pointBox2025Detail {
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    padding: 0 10px 0 0;
    width: 190px;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;}
.PB2025bgY {background-color: #f09500;}
.PB2025bdY {border: 2px #f09500 solid;}
.PB2025bgB {background-color: #2398cd;}
.PB2025bdB {border: 2px #2398cd solid;}

@media screen and (min-width:841px) and ( max-width:865px) {
.exchange2025Box {
    width: 65px;
    font-size: 90%;
    padding-right: 5px;}
.exchange2025Box:before {
    width: 8px;
    height: 8px;
    right: 10px;}
.pointBox2025Ttl {
    font-size: 95%;
    width: 160px;}
.pointBox2025Detail {
    font-size: 105%;
    padding: 0 10px 0 0;
    width: 170px;}
}

@media screen and (min-width:700px) and ( max-width:840px) {
.pointBox2025Box,
.pointBox2025Box2 {
    margin: 0 2px;}
.exchange2025Box {
    width: 60px;
    font-size: 85%;
    padding-right: 5px;}
.exchange2025Box:before {
    width: 8px;
    height: 8px;
    right: 10px;}
.pointBox2025Ttl {
    font-size: 85%;
    width: 140px;}
.pointBox2025Detail {
    font-size: 95%;
    padding: 0 5px 0 0;
    width: 150px;}
}

@media screen and (min-width:639px) and ( max-width:699px) {
.pointBox2025Box,
.pointBox2025Box2 {
    margin: 0 2px;}
.exchange2025Box {
    width: 60px;
    font-size: 13px;
    padding-right: 5px;}
.exchange2025Box:before {
    width: 8px;
    height: 8px;
    right: 10px;}
.pointBox2025Ttl {
    font-size: 13px;
    width: 130px;}
.pointBox2025Detail {
    font-size: 14px;
    padding: 0 10px 0 0;
    width: 140px;}
}





</pre></body></html>