<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ============================================
// RESET
// ============================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
hr {
	display:none;
}
input::-ms-clear,
input::-ms-reveal {
	visibility:hidden;
	height: 0;
	width: 0;
}

img{
	vertical-align:bottom;
}

/* Base
----------------------------------------------- */
html, body {
	min-height: 100%;
}

body {
	font: 14px/1.6 "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Roboto,"Droid Sans",Verdana,"メイリオ",Meiryo,sans-serif;
	color: #333;
	overflow-x: hidden;
}

a,a:visited,a:hover,a:active {
	color: #1976d2;
	text-decoration: underline;
	outline: 0;
}

a:hover,a:active {
	text-decoration: none;
	opacity: 0.7;
}
/* Option
----------------------------------------------- */
.flt_l { float: left;}
.flt_r { float: right;}

.aln_c { text-align: center;}
.aln_r { text-align: right;}
.aln_l { text-align: left;}

.hidden { visibility: hidden;}
.none { display: none;}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after { clear: both;}
.cf { *zoom: 1; clear:both;}

.red { color:#cc0000;}

.mgb24 { margin-bottom: 24px;}

/* PAGE_HEADER
----------------------------------------------- */
#PAGE_HEADER {
	position: fixed;
	padding: 0;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 100;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.2);
}

#PAGE_HEADER .container {
	position: relative;
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
}

#PAGE_HEADER .container .logo {
	position: absolute;
	top: 10px;
	left: 0;
	margin:0;
	padding:0;
	text-align:left;
}

#PAGE_HEADER .container .logo .kd{
	margin:0;
}


/* GRMAIN
----------------------------------------------- */
#GRMAIN {
	margin:0;
	padding:0;
	width: 100%;
	background: #000 url(https://kdreams.r10s.jp/keirin/contents/images/graderace_20230318_pc/bg_main.jpg) center top no-repeat;
}

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
	opacity: 0.1;
	transform: translateX(-20px);
	transition: all 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
	opacity: 0.1;
	transform: translateY(20px);
	transition: all 1s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}

/* MAINVISUAL
----------------------------------------------- */
#MAINVISUAL {
	padding:50px 0 0;
	width: 100%;
}

#MAINVISUAL h1{
	height: 80px;
	text-indent:-9999px;
	display:none;
}

#GRMAIN.sub #MAINVISUAL{
	height:280px;
}

/* RACE_LATE_STAGE
----------------------------------------------- */
#RACE_LATE_STAGE {
	position:relative;
	margin: 12px auto 24px;
	padding: 0;
	width: 1004px;
}

#RACE_LATE_STAGE .live_note {
	margin: 0 0 16px;
	padding: 0;
	width: 460px;
}

#RACE_LATE_STAGE .live_note h2{
	margin: 0;
	padding: 0;
	width: 460px;
	text-align:center;
}

#RACE_LATE_STAGE .live_note .live_movie{
	margin: 0;
	padding: 352px 0 0 0;
	text-align:left;
}

.live_movie_title{
	width:442px;
	font-size:14px;
	line-height:22px;
	color:#fff;
	text-align:center;
	background-color:#CC0000;
}

.movie_bnr{
	margin:0 0 4px 0;
	width: 460px;
}

.movie_bnr_btn{
	width: 230px;
}


#RACE_LATE_STAGE .race_note {
	margin: 0 0 48px;
	padding: 0;
	width: 536px;
}

#RACE_LATE_STAGE .race_note h2{
	margin: 0 0 8px;
	padding: 0;
}

/* race_day_header
----------------------------------------------- */
.race_day_header {
	border-bottom: 4px solid #1976d2;
}

.race_day_header .race_day_navi {
	float: left;
}

.race_day_header .race_day_navi li {
	float: left;
	margin: 0 4px 0 0;
}

.race_day_header .race_day_navi li a,
.race_day_header .race_day_navi li .disabled {
	display: block;
	padding: 0 8px;
	height: 42px;
	font-size: 16px;
	font-weight:bold;
	line-height: 42px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 40%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #ffffff 40%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #ffffff 40%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #ffffff 40%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #ffffff 40%,#e0e0e0 100%);
	border: 1px solid #999;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	box-shadow: inset 0 1px 2px 1px rgba(255,255,255,1);
}

.race_day_header .race_day_navi li a:hover {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFlNmNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 30%, #f1e6cb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#f1e6cb));
	background: -webkit-linear-gradient(top,  #ffffff 30%,#f1e6cb 100%);
	background: -o-linear-gradient(top,  #ffffff 30%,#f1e6cb 100%);
	background: -ms-linear-gradient(top,  #ffffff 30%,#f1e6cb 100%);
	background: linear-gradient(to bottom,  #ffffff 30%,#f1e6cb 100%);
}

.race_day_header .race_day_navi .active a,
.race_day_header .race_day_navi .active a:hover {
	font-weight: bold;
	color: #fff;
	background: #1976d2;
	border-color: #1976d2;
	box-shadow: none;
}

.race_day_header .race_day_navi li .disabled {
	color: #ccc;
	background: #e5e5e5;
	border-color: #bfbfbf;
	box-shadow: none;
}

.race_day_header .race_day_navi {
	position: relative;
}

.race_day_header .race_day_navi .icon {
	display: block;
	position: absolute;
	top: -12px;
	padding: 2px 6px;
	z-index: 1;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #d50000;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-animation-duration: 2s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-name: animation10;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: animation10;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: animation10;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: animation10;

}

.race_day_header .race_day_navi .icon:after {
	display: block;
	position: absolute;
	top: 15px;
	left: 12px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #d50000 transparent transparent transparent;
}

@-ms-keyframes animation10 {
	0%{top:-12px;} 30%{top:-12px;} 45%{top:-16px;} 55%{top:-12px;} 65%{top:-16px;} 75%{top:-12px;} 100%{top:-12px;}
}
@-webkit-keyframes animation10 {
	0%{top:-12px;} 30%{top:-12px;} 45%{top:-16px;} 55%{top:-12px;} 65%{top:-16px;} 75%{top:-12px;} 100%{top:-12px;}
}
@-moz-keyframes animation10 {
	0%{top:-12px;} 30%{top:-12px;} 45%{top:-16px;} 55%{top:-12px;} 65%{top:-16px;} 75%{top:-12px;} 100%{top:-12px;}
}
@keyframes animation10 {
	0%{top:-12px;} 30%{top:-12px;} 45%{top:-16px;} 55%{top:-12px;} 65%{top:-16px;} 75%{top:-12px;} 100%{top:-12px;}
}

.race_ichiran {
	display: block;
	position: relative;
	margin-bottom:6px;
	padding:0 0 0 68px;
	font-size:13px;
	text-align:left;
}

.race_ichiran .icon_old {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #999999;
	border-radius: 8px;
}

.race_ichiran .icon_new {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #e50000;
	border-radius: 8px;
}

/* section_inner
----------------------------------------------- */
.section_inner {
	padding: 8px 4px 12px;
	width: 528px;
	border-bottom: 4px solid #1976d2;
	background-color: #ffffff;
}

/* section_subtitle
----------------------------------------------- */
.section_subtitle{
	margin:0 0 16px 0;
	padding:20px 0;
	width:1004px;
}
.section_subtitle:before {
	display: block;
	margin-bottom:16px;
	width:1004px;
	height:34px;
	content: " ";
	background: url(https://kdreams.r10s.jp/keirin/contents/images/graderace_20230318_common/section_title_b.png) center 0 no-repeat;
}

.section_subtitle:after {
	display: block;
	margin-top:16px;
	width:1004px;
	height:22px;
	content: " ";
	background: url(https://kdreams.r10s.jp/keirin/contents/images/graderace_20230318_common/section_title_a.png) center 0 no-repeat;
}

.section_subtitle h2 {
	font-size:56px;
	line-height: 64px;
	letter-spacing: -0.05em;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.8), 0 2px 1px rgba(0, 0, 0, 0.8);
}

.section_subtitle h3 {
	font-size:24px;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.8), 0 2px 1px rgba(0, 0, 0, 0.8);
}

.section_subtitle .yellow{
	color:#ffff00;
}

.section_subtitle .ssize {
	font-size:24px;
}
/* result_table
----------------------------------------------- */
.result_table{
	width:100%;
}

.result_table th {
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.result_table th.t_raceno {
	width: 36px;
}

.result_table th.t_num {
	width: 310px;
}

.result_table th.t_payout {
	width: 120px;
}

.result_table th.t_winloss {
	width: 45px;
}

.result_table td {
	padding: 4px 0 3px 0;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px dotted #d1d1d1;
}

.result_table td.raceno {
	width: 28px;
	font-weight: bold;
	text-align: center;
}

.result_table td.num {
	width:74px;
	text-align:left;
}

.result_table td.num.win2,
.result_table td.num.win3 {
	width:78px;
	text-align:left;
}

.result_table td.num.win2:before,
.result_table td.num.win3:before {
	padding:0 2px;
	content:"-";
}

.result_table td.num span.n1,
.result_table td.num span.n2,
.result_table td.num span.n3,
.result_table td.num span.n4,
.result_table td.num span.n5,
.result_table td.num span.n6,
.result_table td.num span.n7,
.result_table td.num span.n8,
.result_table td.num span.n9 {
	display: inline-block;
	margin: 0 2px;
	padding: 1px 0;
	width: 14px;
	height: 11px;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 2px;
}

.result_table .num .n1 { background: #fff; color: #333;}
.result_table .num .n2 { background: #333; color: #fff;}
.result_table .num .n3 { background: #c33; color: #fff;}
.result_table .num .n4 { background: #36f; color: #fff;}
.result_table .num .n5 { background: #ff0; color: #333;}
.result_table .num .n6 { background: #390; color: #fff;}
.result_table .num .n7 { background: #f90; color: #fff;}
.result_table .num .n8 { background: #f6c; color: #fff;}
.result_table .num .n9 { background: #939; color: #fff;}

.result_table td.num span.w1,
.result_table td.num span.w2,
.result_table td.num span.w3 {
	margin:0 0 0 2px;
	padding:0;
	font-size:11px;
}

.result_table td.payout {
	width: 60px;
}

.result_table td.rank {
	width:31px;
	padding: 0 0 3px 0;
	text-align: center;
	font-size:11px;
}

.result_table td.winloss {
	width: 38px;
	text-align: center;
}

.result_table td.winloss a:before {
	display: inline-block;
	padding-left: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #868686;
	content: "";}

.result_table td.error_message {
	padding: 2px 0 1px;
	color:#999999;
	font-size: 12px;
	text-align: center;
}

.result_table td.error_message a {
	color:#999999;
}

/* takeda_tenbou
----------------------------------------------- */
#RACE_LATE_STAGE .takeda_tenbou {
	margin: 8px 0 0 0;
	padding: 0;
	width: 536px;
}

#RACE_LATE_STAGE .takeda_tenbou dl{
	margin: 0;
	padding: 0 0 8px;
	border-bottom:1px solid #cccccc;
}

#RACE_LATE_STAGE .takeda_tenbou dt{
	font-size: 16px;
	font-weight: bold;
}

#RACE_LATE_STAGE .takeda_tenbou dd{
	font-size: 14px;
	line-height:20px;
}

#RACE_LATE_STAGE .takeda_tenbou dd img{
	margin-left:6px;
}


/* VICTORY
----------------------------------------------- */
#VICTORY {
	margin: 12px auto 24px;
	padding:12px;
	width: 972px;
	background-color: #ffffe0;
	border:4px solid #9b8649;
}

#VICTORY .winner {
	margin: 0 auto;
	padding:0;
	width: 968px;
	background-color:#ffffff;
	border:2px solid #b7a777;
	float:left;
}

#VICTORY .winner_list{
	margin: 0;
	padding:12px 0 12px 176px;
	width: 590px;
	height:126px;
	line-height:1.1;
	background: url(https://kdreams.r10s.jp/keirin/contents/images/graderace_common/bg_victory.jpg) left 0 no-repeat;
}

#VICTORY .winner_list .racetitle{
	margin-bottom:2px;
	font-size:16px;
}

#VICTORY .winner_list .winplayer{
	font-size:68px;
	font-weight:bold;
}

#VICTORY .winner_list .winplayer span{
	font-size:14px;
}


#VICTORY .winner_list .text{
	font-size:28px;
	font-weight:bold;
	color:#cc0000;
}

#VICTORY .winner_list .text .race_k{
	display: block;
	margin: 4px 12px 0;
	padding: 0 8px;
	width: 100px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 40%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 40%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 40%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 40%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 40%,#e0e0e0 100%);
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px 1px rgba(255,255,255,1);
}

#VICTORY .winner_list .text .race_k a{
	text-decoration:none;
}

#VICTORY .winner_photo{
	margin: 0;
	padding:0;
	width: 200px;
}

/* bnr_rank_cp
----------------------------------------------- */
.bnr_rank_cp {
	margin: 0 auto 4px;
	padding: 4px 0;
	width: 1004px;
}

.bnr_rank_cp_link{
	box-shadow:inset 0 0 2px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.5);
}

/* MAIN
----------------------------------------------- */
#MAIN {
	padding:0;
	width: 100%;
}

#ETC_CP_MAIN {
	padding:0;
	width: 100%;
	background-color:#dcdcdc;
}


#SUB_MAIN {
	padding:0;
	width: 100%;
	border-top:1px solid #eeeeee;
	background-color:#ffffff;
}

#CP_MAIN {
	padding:0;
	width: 100%;
	background: #f3f3f3;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#CP_MAIN h1 {
	margin:0 auto 0;
	width:1004px;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	font-weight:bold;
	color:#ffffff;
	background-color:#1489e2;
}

#CP_MAIN h1.regist_mainvisual_img{
	margin:0 auto 60px;
	background: #fff url(https://kdreams.r10s.jp/keirin/contents/images/chargecp211020_pc/bgregist.png) center 0 repeat-x;
	width: 100%;
}


.osusume_wrapper .members_caution {
	margin: 0 auto 24px;
	padding: 16px 24px;
	width:956px;
	font-size: 12px;
	color: #555555;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 0 0 8px 8px;
}


/* article
----------------------------------------------- */
article {
	margin: 0 auto;
	padding: 0;
	width: 1004px;
}

/* section
----------------------------------------------- */
section {
	position:relative;
	margin:16px 0;
	padding:0;
	clear:both;
}

/* section_title
----------------------------------------------- */
.section_title{
	margin:0;
	padding:0;
	width:1004px;
}

.section_title h2 {
	font-size:16px;
	text-align:center;
	color: #000;
	font-weight: bold;
	border-bottom:1px dotted #666666;
}

.section_title h3 {
	font-size:24px;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.8), 0 2px 1px rgba(0, 0, 0, 0.8);
}

.section_title .yellow{
	color:#ffff00;
}

.section_title .ssize {
	font-size:24px;
}

/* section_contents
----------------------------------------------- */
.section_contents{
	margin:0 auto;
	padding:0;
	width:1004px;
}

.section_contents .contens_caution{
	margin:1% 0 0;
	padding:0;
	font-size:12px;
	color:#cc0000;
}

#ARCHIVE .section_contents{
	margin:0 auto 8px;
	padding:0;
	width:1004px;
}

.contens_caution_midashi{
	margin:0 auto;
	padding:0.5% 2%;
	font-size:12px;
	color:#cc0000;
	background-color:#ffefef;
}


/* contents
----------------------------------------------- */
.contents{
	margin:0;
	padding:0;
	width:1004px;
	background-color:#ffffff;
	border-radius:8px;
}

.btn_link {
	margin: 0 auto;
	text-align:center;
}

.btn_link a.btn_blue {
	display: inline-block;
	margin: 0 auto 24px;
	padding: 12px 10px;
	width:800px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 2px solid #0098f8;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	background:#55b5ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004eb7), color-stop(0.00, #55b5ff));
	background: -webkit-linear-gradient(#55b5ff, #004eb7);
	background: -moz-linear-gradient(#55b5ff, #004eb7);
	background: -o-linear-gradient(#55b5ff, #004eb7);
	background: -ms-linear-gradient(#55b5ff, #004eb7);
	background: linear-gradient(#55b5ff, #004eb7);
}

.btn_link a.btn_green {
	display: inline-block;
	margin: 0 auto 24px;
	padding: 12px 10px;
	width:800px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #009688;
	border: 1px solid #00655c;
	border-radius: 50px;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
}

.btn_link a.btn_red {
	display: inline-block;
	margin: 0 auto 24px;
	padding: 12px 10px;
	width:800px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: rgb(232,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(232,25,25) 22%, rgb(168,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(232,25,25) 22%,rgb(168,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(232,25,25) 22%,rgb(168,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #CC0000;
	border-radius: 50px;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
}

.btn_link .disabled {
	display: inline-block;
	margin: 0 auto 24px;
	padding: 12px 10px;
	width:800px;
	font-size: 36px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	background: #e5e5e5;
	border-color: #bfbfbf;
	border-radius: 50px;
	box-shadow: none;
}

/*----------------------------------------------------------------------
ARCHIVE Style
----------------------------------------------------------------------*/
section#IV_ARCHIVE{
	margin:16px auto 16px;
}

.iv_archive{
	margin:0;
	padding:20px 16px;
	width:970px;
	background-color:#fff;
	border:1px solid #f1f1f1;
}

.race_archive{
	margin:0;
	padding:20px 16px;
	width:970px;
	background-color:#fff;
	border:1px solid #f1f1f1;
}


.iv_archive ul{
	margin:0;
	padding:0;
}

.iv_archive ul li{
	margin:0 9px 12px 0;
	padding:0;
	float:left;
}

.iv_archive ul li.last{
	margin:0 0 12px 0;
	padding:0;
	float:left;
}

.iv_archive ul li span{
	margin:0;
	padding:0;
	font-size:12px;
	color:#cc0000;
}

.race_archive ul{
	margin: 0 16px 0 0;
	padding: 0;
}

.race_archive ul.last{
	margin: 0;
	padding: 0;
	border: 0px;
}


.race_archive ul.bgc{
	background-color:#f1f1f1;
}

.race_archive ul li{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

.race_archive ul li.time_cast{
	margin: 0 0 4px;
	padding: 2px 0;
	text-align:center;
	color:#fff;
	background-color:#000;
	border-radius:4px 4px 0 0
}


.archive_link a {
	display: inline-block;
	margin: 0 auto;
	padding: 12px 4px;
	width: 144px;
	font-size: 14px;
	line-height:18px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 1px solid #0098f8;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004eb7), color-stop(0.00, #55b5ff));
	background: -webkit-linear-gradient(#55b5ff, #004eb7);
	background: -moz-linear-gradient(#55b5ff, #004eb7);
	background: -o-linear-gradient(#55b5ff, #004eb7);
	background: -ms-linear-gradient(#55b5ff, #004eb7);
	background: linear-gradient(#55b5ff, #004eb7);
}

.archive_link .raceno {
	font-size:10px;
	line-height:12px;
}

.kachiagari{
	font-size:11px;
	line-height:14px;
	color:#cc0000;
}

.archive_link .disabled {
	display: inline-block;
	margin: 0 auto;
	padding: 12px 4px;
	width: 144px;
	font-size: 14px;
	line-height:18px;
	color: rgb(255, 255, 255);
	text-align: center;
	letter-spacing: 0px;
	box-shadow: none;
	text-decoration: none;
	background: rgb(229, 229, 229);
	border-color: rgb(191, 191, 191);
	border-radius: 4px;
}

/* nav
----------------------------------------------- */
.page_nav {
	margin: 0 auto 36px auto;
	padding: 0;
	width: 1004px;
}

.page_nav ul{
	display:table;
}

.page_nav li{
	margin-right:5px;
	float:left;
}

.page_nav li.last{
	margin-right:0px;
}

p.point_nav {
	margin: 0 auto 36px;
}


/* cpsc
----------------------------------------------- */
.cpsc {
	margin: 0 auto 4%;
	padding: 0;
}

.cpsc table{
	margin: 0 auto;
}

.cpsc table th{
	color: #ffffff;
	padding: 1% 0.5% 0.5%;
	font-size:14px;
	line-height:1.0;
	background:#ffe4c4;
	vertical-align: middle;
}
.cpsc table th.cpt{background:#00729f;}
.cpsc table th.day1{width: 12%; padding: 2% 0.5% 1.5%; background:#0d9ad2; font-size: 16px; font-weight: bold; line-height:1.2; border-right:1px solid #00729f;}
.cpsc table th.day2{width: 8%; background:#00729f;}
.cpsc table th.gps1{background:#e10303; line-height:0.8; padding: 1% 0.5% 1.2%; border-right:1px solid #b40606;}
.cpsc table th.gps2{background:#e10303; line-height:0.8; padding: 1% 0.5% 1.2%;}

.cpsc table th span.ss{
	font-size:10px;
letter-spacing: 0.05em;
}

.cpsc table tr{
	text-align:center;
	vertical-align:bottom;
}

.cpsc table tr.bg{
	background:#f9f9f9;
}

.cpsc table td{
	font-size:14px;
	border-bottom:1px solid #f0f0f0;
	vertical-align: middle;
	background:#fff;
}
.cpsc table td.cptitle{
	padding: 1%;
	text-align: left;
	font-weight: bold;
}
.cpsc table td.cptitle a{
	display: block;
	text-decoration: none;
}

.cpsc table td.cptime{
	padding:1.4% 0 1.5%;
}
.cpsc table td.cptime p.cp1,
.cpsc table td.cptime p.cp2,
.cpsc table td.cptime p.cp3,
.cpsc table td.cptime p.cp4,
.cpsc table td.cptime p.cp5,
.cpsc table td.cptime p.cp6,
.cpsc table td.cptime p.cp7{
	padding: 1.5% 1.5% 1%;
	text-align: left;
}
.cpsc table td.cptime p.cp1{
	background:#ef6400;
}
.cpsc table td.cptime p.cp2,
.cpsc table td.cptime p.cp3{
	background:#15b16d;
	width: 79%;
}
.cpsc table td.cptime p.cp4{
	background:#15b16d;
	width: 52%;
}
.cpsc table td.cptime p.cp5{
	background:#158cb1;
	width: 79%;
}
.cpsc table td.cptime p.cp6,
.cpsc table td.cptime p.cp7{
	background:#15b16d;
}

.cpsc table td.cptime span.ss{
	color: #fff;
	font-size:12px;
}
.cpsc table td span.ss{
	font-size:9px;
}
.cpsc p.cpetc{
	color: #fff;
	font-size:12px;
}

/* inner
----------------------------------------------- */
#CP_GPCP .inner {
	width: 492px;
	margin: 0 8px 8px 0;
	padding: 0;
	background:#222;
	overflow: hidden;
	border-radius: 6px;
}
.cp_list { margin: 0px; padding: 4% 2%; }
.cp_list ul { display: table; width: 100%; }
.cp_list li {  }
.cp_list li.cp_list_no { padding: 12px;}
.cp_list li.cp_list_no img{
	border-radius: 6px;
}
/* cp_list
----------------------------------------------- */
.cp_list {
	margin: 0 auto;
	padding: 0;
}

.cp_list ul{
	display:table;
}

.cp_list li{
	margin-right:5px;
	margin-bottom: 5px;
	float:left;
}

.cp_list li.last{
	margin-right:0px;
}


#GRMAIN .cp_list li.cp_list_no span.harf{
	width: 100%;
}
#GRMAIN .cp_list li.cp_list_no span.harf1{
	width: 48%;
	float: left;
}
#GRMAIN .cp_list li.cp_list_no span.harf2{
	width: 48%;
	float: right;
}

.cp_list p.cp_list_not {
	color:#fff;
	padding-bottom: 1%;
	margin-bottom: 2%;
	font-size: 16px;
	font-weight: bold;
	background:linear-gradient(to bottom, transparent 96%,#000 96%);
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cp_list p.cp_list_etc {
	color: #fff;
	margin-bottom: 2%;
	font-size: 13px;
	line-height:18px;
}

/* #RACE_G #RACE #PLAYER #BANGUMI
----------------------------------------------- */
#PLAYER,#RACE_G,#RACE,#BANGUMI,#SANKOU {
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	width: 1004px;
}
#PLAYER .inner,#RACE_G .inner,#RACE .inner,#BANGUMI .inner,#SANKOU .inner{
	margin: 0 auto;
	padding: 0 0 24px 0;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}
#PLAYER h2,#RACE_G h2,#RACE h2,#BANGUMI h2,#SANKOU h2{
	text-align: center;
	margin: 0 0 10px 0;
}
#PLAYER h2 img,#RACE_G h2 img,#RACE h2 img ,#BANGUMI h2 img,#SANKOU h2 img{
	margin:0;
}
#PLAYER .race_top,#RACE_G .race_top,#RACE .race_top{
	margin: 20px 20px 0 20px;
}

#BANGUMI .race_top,#SANKOU .race_top{
	margin: 10px 20px 0 20px;
	padding-bottom:10px;
}

#PLAYER p,#RACE_G p,#RACE p,#BANGUMI p,#SANKOU p{
	font-size: 14px;
	line-height: 2;
}

#PLAYER p span,#RACE_G p span,#RACE p span,#BANGUMI p span,#SANKOU p span{
	color: #4c72be;
}

#RACE .image{
	margin: 0 0 20px 20px;
	float: right;
}
#RACE .profile{
	margin: 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #000;
}
#RACE .profile .name{
	color: #3bcab7;
}
#RACE .profile .thumb{
	margin: 0 0 20px 20px;
	float: right;
}

.race_top .bnr{
	margin: 20px 0 0 0;
}

#BANGUMI .race_top table{
}

#BANGUMI .race_top table th{
	font-size:12px;
	line-height:1.3;
	background:#ffe4c4;
	vertical-align:middle;
}

#BANGUMI .race_top table tr{
	border:1px solid #dcdcdc;
	text-align:center;
	vertical-align:bottom;
}

#BANGUMI .race_top table tr.bg{
	background:#f9f9f9;
}


#BANGUMI .race_top table td{
	padding:2px 1px;
	font-size:14px;
	border-right:1px solid #f0f0f0;
}

#SANKOU h3{
	padding:6px 2px;
	margin: 8px 0;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background:#CC0000;
}

#SANKOU h4{
	padding:2px;
	font-size:13px;
	color:#ffffff;
	background:#999999;
}


#SANKOU .race_top table th{
	font-size:13px;
	color:#ffffff;
	background:#111111;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

#SANKOU .race_top table tr{
	border:1px solid #dcdcdc;
	text-align:center;
	vertical-align:bottom;
}

#SANKOU .race_top table tr.bg{
	background:#f9f9f9;
}


#SANKOU .race_top table td{
	padding:1px;
	width:98px;
	font-size:12px;
	color:#999999;
	border-right:1px solid #f0f0f0;
}

#SANKOU .race_top table td.win_y{
	background-color:#faffd4;
	color:#000000;
}

#SANKOU .race_top table td.win_p{
	background-color:#ffd4d4;
	color:#000000;
}

#SANKOU .race_top table td.win_b1{
	background:#79b8ff;
	color:#000000;
}

#SANKOU .race_top table td.win_b2{
	background:#cce4ff;
	color:#000000;
}

#SANKOU .race_top table td.win_b2.big{
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
	background:#cce4ff;
}

#SANKOU .race_top table td.win_p.big{
	font-weight:bold;
	font-size:14px;
}

#SANKOU p{
	margin: 12px 8px 16px;
}

.bnr_waku {
	margin: 0 auto 60px;
	padding: 0;
	width: 1004px;
}

/* sitetop
----------------------------------------------- */
.sitetop{
	margin-bottom:36px;
	text-align:center;
}

/* BIG_CP
----------------------------------------------- */
#BIG_CP {
	margin:0;
	padding:0;
	width:100%;
}
/*
.big_cp{
	margin:0 auto;
	padding:0;
	height:806px;
	background: url(https://kdreams.r10s.jp/keirin/contents/images/graderace_20220318_pc/img_big-cp.jpg) center 0 no-repeat;
}
*/
.big_cp .big_cp__contents{
	margin:0 auto;
	padding:710px 0 0 0;
	width:1004px;
}

.big_cp .btn_link a{
	width:460px;
	font-size:22px;
}

.regist_syohin{
	margin:0 auto;
	padding:0;
	height:360px;
	text-indent:-9999px;
	background: url(https://kdreams.r10s.jp/keirin/contents/images/graderace_common/bnr_regist_syohin.png) center 0 no-repeat;
}

/* ETC_CP
----------------------------------------------- */
#ETC_CP {
	width:1004px;
}

.members_caution {
	margin: 24px 0;
	padding: 16px 24px;
	font-size: 12px;
	color: #555555;
	border:1px solid #dcdcdc;
	background-color:#ffffff;
	border-radius:8px;
}

/* bet_cp
----------------------------------------------- */
.bet_cp{
	margin:0 auto;
	padding:14px;
	text-align:center;
	border-radius:8px;
}

.bet_cp p{
	margin-bottom:10px;
}

.bet_cp p.last{
	margin-bottom:0px;
}

/* bet_k5cp
----------------------------------------------- */
.bet_k5cp{
	margin:0 auto;
	padding:24px;
	height:348px;
	text-align:center;
	border-radius:8px;
}

/* BNR_CP
----------------------------------------------- */
.cp_bnr{
	margin:0 auto;
	padding:0;
	width:1004px;
}

.cp_bnr p{
	margin:0 auto 36px;
	padding:0;
	text-align:center;
}

/*----------------------------------------------------------------------
nihon_history Style
----------------------------------------------------------------------*/
#keirinsai {
	width:1004px;
}
.nihon_ichiran_contents{
	margin:0;
	padding:0;
	width:1004px;
}

.nihon_ichiran{
	margin:0;
	padding:1px;
	width:1000px;
	border:1px solid #111;
}

.nihon_ichiran h4{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.nihon{
	margin:0;
	padding:0;
}

/*----------------------------------------------------------------------
bnr_contents Style
----------------------------------------------------------------------*/
.bnr_contents{
	margin:0;
	padding:8px 0 24px 0;
}

.bnr_contents .img_bnr {
	margin: 0 4px;
	padding: 0;
	border:1px solid #cccccc;
}

.regist_cp{
	margin:0 auto;
	padding:8px 0;
	width:1004px;
}

/* CONTACT
----------------------------------------------- */

#CONTACT {
	margin: 0 auto;
	padding: 24px 0 12px;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	background-color: #ffffff;
}

#CONTACT .contact_info {
	position: relative;
	margin: 0 auto;
	padding: 46px 12px 12px;
	width:980px;
	background: #f2f2f2;
}

#CONTACT .contact_info .header {
	display: block;
	position: absolute;
	top: 16px;
	left: 16px;
	width: 99px;
	height: 16px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://kdreams.r10s.jp/keirin/images/pc/campaign/title_info.png) 0 0 no-repeat;
}

#CONTACT .contact_info .container {
	margin: 0;
	padding: 0 12px;
	background: #fff;
}

#CONTACT .contact_info dl {
	display: table;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	width: 100%;
	border-bottom: 1px dashed #dbdbdb;
}

#CONTACT .contact_info dl:last-child {
	border-bottom: none;
}

#CONTACT .contact_info dt,
#CONTACT .contact_info dd {
	display: table-cell;
	vertical-align: middle;
}

#CONTACT .contact_info dt {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#CONTACT .contact_info .attention {
	font-size: 17px;
	line-height: 32px;
	font-weight: bold;
	color: #0880bd;
}

#CONTACT .contact_info dd {
	width: 432px;
}

#CONTACT .contact_info .btn_contact a {
	display: block;
	margin: 0px;
	padding: 4px 0 4px 115px;
	width: 315px;
	height: 48px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	background: #ed6386 url(https://kdreams.r10s.jp/keirin/images/pc/common/icon_faqbn_contact.png) 70px 16px no-repeat;
	border: 1px solid #e52873;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
}

#CONTACT .contact_info .btn_contact a span {
	font-weight: normal;
	font-size: 12px;
}

#CONTACT .contact_info .btn_contact a:hover {
	background-color: #ff8ebb;
	border-color: 1px solid #ed6386;
}

##CONTACT .contact_info .name {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	text-align: right;
}

#CONTACT .contact_info .num {
	font-family: Verdana;
}

#CONTACT .contact_info .tel {
	margin: 0 0 4px;
	width: 432px;
	font-family: Verdana;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: -3px;
	text-align: right;
	background: url(https://kdreams.r10s.jp/keirin/images/pc/common/icon_navidial.png) 0 center no-repeat;
}

#CONTACT .contact_info .other_tel {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
}

#CONTACT .contact_info .other_tel .num {
	padding-left: 8px;
	font-size: 26px;
	font-weight: 500;
}

#CONTACT .contact_info .reception {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#CONTACT .contact_info .reception .num {
	padding-left: 4px;
	font-weight: 500;
	letter-spacing: 1px;
}
.rc-f-standard .rc-f-banner {
	position: absolute;
	top: 0;
	right: 0;
}

/* Rakuten FCB Banner */
.rc-f-standard .rc-f-section01 {
	position: relative;
	margin-bottom: 10px;
}

.rc-f-standard .rc-f-banner {
	position: absolute;
	top: 0;
	right: 0;
}

/* RAKUTEN_FOOTER
----------------------------------------------- */
#RAKUTEN_FOOTER {
	margin: 0;
	padding: 0 0 12px;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	background-color: #ffffff;
}

.rc-f-standard{
	margin: 0 auto;
	width: 1004px;
	padding: 12px;
}

.rc-f-standard{color:#515151;font-size:13px}.rc-f-standard a,.rc-f-standard img{border:none;text-decoration:none}.rc-f-standard a:hover{text-decoration:underline}.rc-f-standard li{list-style:none}.rc-f-standard h1,.rc-f-standard h2,.rc-f-standard h3,.rc-f-standard h4,.rc-f-standard h5,.rc-f-standard h6,.rc-f-standard h7,.rc-f-standard h8,.rc-f-standard div,.rc-f-standard dl,.rc-f-standard dt,.rc-f-standard dd,.rc-f-standard div,.rc-f-standard p,.rc-f-standard ul,.rc-f-standard li{margin:0;padding:0}.rc-f-standard li{list-style:none}.rc-f-standard .rc-f-section01{padding:10px 0}.rc-f-standard .rc-f-section-bar{padding:10px 0}.rc-f-standard .rc-f-inner{width:950px;margin:0 auto}.rc-f-standard.rc-f-liquid .rc-f-section-bar,.rc-f-standard.rc-f-fixed .rc-f-section-bar{padding:10px}.rc-f-standard.rc-f-liquid .rc-f-section00,.rc-f-standard.rc-f-fixed .rc-f-section00{padding:10px}.rc-f-standard.rc-f-liquid .rc-f-section01,.rc-f-standard.rc-f-fixed .rc-f-section01{padding:10px}.rc-f-standard.rc-f-fixed{width:950px;margin:0 auto}.rc-f-standard.rc-f-liquid .rc-f-inner{width:100%}.rc-f-standard .rc-f-block{margin-bottom:20px}.rc-f-standard .rcf-list-block{margin-bottom:5px}.rc-f-standard .rc-f-center{text-align:center}.rc-f-standard .rc-f-text-em{color:#bf0000}.rc-f-standard .rc-f-text-strong{font-weight:bold}.rc-f-standard .rc-f-list-nav li{display:inline;zoom:1;padding:0 0.5em 0 0.45em}.rc-f-standard .rc-f-btn{display:block;border:1px solid #c7c7c7;color:#515151;font-weight:bold}.rc-f-standard .rc-f-btn span{display:block;padding:5px 10px 5px 5px}.rc-f-standard .rc-f-btn span:before{display:inline-block;*display:inline;*zoom:1;padding-left:5px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #868686;content:""}.rc-f-standard .rc-f-btn:hover{border:1px solid #d5d5d5;background:#fcfcfc;color:#939393;text-decoration:none}.rc-f-standard .rc-f-btn:hover span:before{border-left:5px solid #9a9a9a}.rc-f-standard .rc-f-dl-inline dt,.rc-f-standard .rc-f-dl-inline dd,.rc-f-standard .rc-f-dl-inline-box dt,.rc-f-standard .rc-f-dl-inline-box dd{display:inline-block;*display:inline;*zoom:1}.rc-f-standard .rc-f-dl-inline dt,.rc-f-standard .rc-f-dl-inline-box dt{padding-right:20px;font-weight:bold}.rc-f-standard .rc-f-dl-inline dt.rc-f-dl-title01,.rc-f-standard .rc-f-dl-inline-box dt.rc-f-dl-title01{width:100px}.rc-f-standard .rc-f-list-inline li{display:inline-block;*display:inline;*zoom:1;margin-right:20px}.rc-f-standard .rc-f-dl-inline-box dt{padding-top:8px;vertical-align:top}.rc-f-standard .rc-f-row{zoom:1}.rc-f-standard .rc-f-row:before,.rc-f-standard .rc-f-row:after{display:table;content:""}.rc-f-standard .rc-f-row:after{clear:both}.rc-f-standard .rc-f-row .rc-f-col{float:left}.rc-f-standard .rc-f-row4 .rc-f-col{width:23.475%;margin-left:2%}.rc-f-standard .rc-f-row4 .rc-f-col.rc-f-first{margin-left:0}.rc-f-standard .rc-f-nav-item{padding:10px 20px}.rc-f-standard .rc-f-first .rc-f-nav-item{padding:10px 20px 10px 0}.rc-f-standard .rc-f-media .rc-f-media-head{margin-bottom:10px;font-weight:bold}.rc-f-standard .rc-f-media .rc-f-media-body{color:#424242}.rc-f-standard .rcf-list-inline li{display:inline-block;*display:inline;*zoom:1;margin-right:15px}.rc-f-standard .copyright{color:#424242}.rc-f-standard.rc-f-custom00 .rc-f-list-nav li{border-right:1px solid #c7c7c7}.rc-f-standard.rc-f-custom00 .rc-f-list-nav li.rc-f-list-nav-last{border-right:none}.rc-f-standard.rc-f-custom00 .rc-f-section00{border-top:1px solid #c7c7c7;padding:10px 0}.rc-f-standard.rc-f-custom00 .rc-f-section-content00{border-top:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;background:#f9f9f9}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar{border-top:1px solid #e7e7e7}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar.rc-f-first{border-top:none}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn{border:1px solid #c7c7c7}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn span:before{border-left:5px solid #868686}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover{border:1px solid #d5d5d5}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover span:before{border-left:5px solid #9a9a9a}.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-nav-item-delimit{border-left:1px dotted #c7c7c7}.rc-f-standard.rc-f-custom00 .rc-f-section-content01{margin-bottom:10px;border:1px solid #e7e7e7;background:#f9f9f9}.rc-f-standard.rc-f-custom01 .rc-f-list-nav li{border-right:1px solid #c5cdd4}.rc-f-standard.rc-f-custom01 .rc-f-list-nav li.rc-f-list-nav-last{border-right:none}.rc-f-standard.rc-f-custom01 .rc-f-section00{border-top:1px solid #c5cdd4;padding:10px 0}.rc-f-standard.rc-f-custom01 .rc-f-section-content00{border-top:1px solid #c5cdd4;border-bottom:1px solid #c5cdd4;background:#f0f3f8}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar{border-top:1px solid #dbe4eb}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar.rc-f-first{border-top:none}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn{border:1px solid #c5cdd4}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn span:before{border-left:5px solid #b7c3cd}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover{border:1px solid #d3dae1}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover span:before{border-left:5px solid #c5d1da}.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-nav-item-delimit{border-left:1px dotted #c5cdd4}.rc-f-standard.rc-f-custom01 .rc-f-section-content01{margin-bottom:10px;border:1px solid #dbe4eb;background:#f0f3f8}.rc-f-standard.rc-f-custom02 .rc-f-list-nav li{border-right:1px solid #d3d0cb}.rc-f-standard.rc-f-custom02 .rc-f-list-nav li.rc-f-list-nav-last{border-right:none}.rc-f-standard.rc-f-custom02 .rc-f-section00{border-top:1px solid #d3d0cb;padding:10px 0}.rc-f-standard.rc-f-custom02 .rc-f-section-content00{border-top:1px solid #d3d0cb;border-bottom:1px solid #d3d0cb;background:#f6f5f2}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar{border-top:1px solid #e8e4dd}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar.rc-f-first{border-top:none}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn{border:1px solid #d3d0cb}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn span:before{border-left:5px solid #c7c2bb}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover{border:1px solid #e0ddd9}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover span:before{border-left:5px solid #d5d0c9}.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-nav-item-delimit{border-left:1px dotted #d3d0cb}.rc-f-standard.rc-f-custom02 .rc-f-section-content01{margin-bottom:10px;border:1px solid #e8e4dd;background:#f6f5f2}
/*# sourceMappingURL=rc-f-standard.min.css.map */

/* Old Site Link */
.rc-f-standard .rcf-list-inline li.old_site {
	padding-left: 15px;
	border-left: 1px solid #c7c7c7;
}

/* Page Top Button
----------------------------------------------- */
#PAGETOP {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index:200;
}

#PAGETOP a {
	display: block;
	width: 82px;
	height: 55px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://kdreams.r10s.jp/keirin/images/pc/common/icon_pagetop.png) 0 0 no-repeat;
}

#PAGETOP a:hover {
	background-position: 0 -55px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
	color: #CCC; }
	.mfp-preloader a:hover {
	  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 40px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.9;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
	opacity: 1; }
  .mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  font-size:46px;
  text-align: right;
  padding-right: 6px;
  }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
	margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
  .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
  .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
  .mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
  .mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
	top: 0px;
	background-color:#CC0000; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
  .mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
  .mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
	padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75); }
  .mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0; }
  .mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%; }
  .mfp-container {
	padding-left: 6px;
	padding-right: 6px; } }



	  /**
	   * Simple fade transition,
	   */
	  .mfp-fade.mfp-bg {
		opacity: 0;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	  }
	  .mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.5;
	  }
	  .mfp-fade.mfp-bg.mfp-removing {
		opacity: 0;
	  }

	  .mfp-fade.mfp-wrap .mfp-content {
		opacity: 0;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	  }
	  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		opacity: 1;
	  }
	  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
		opacity: 0;
	  }

	  /**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: 100%; /* 星空の縦幅 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}</pre></body></html>