<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", Verdana, "メイリオ", Meiryo, sans-serif;
    color: #333333;
    background: #ffffff;
    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;}
.txtclr_red {
    color:#FC0004;
}
.strong{
    font-weight:bold;
}

a:hover,a:active {
    text-decoration: none;
    opacity: 0.7;
}
/* 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;
}

#PAGE_HEADER .container ul {
    margin: 4px 0 0 0;
    padding: 0;
}

#PAGE_HEADER .container ul li{
    position:relative;
    margin:0;
    padding:10px 10px 18px;
    height:18px;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    border-left: 1px solid #333;
}

#PAGE_HEADER .container ul li a{
    color: #ffffff;
    padding-bottom: 12px;
    text-decoration: none;
    border-bottom: 4px solid #fcff00;
}

#PAGE_HEADER .container ul li a:hover{
    color:#ff0;
    text-decoration:none;
}

#PAGE_HEADER .container ul li .comingsoon {
    display: block;
    position: absolute;
    bottom: 3px;
    padding: 1px 4px;
    z-index: 100;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background: #333333;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    opacity:0.7;
}

#PAGE_HEADER .container ul li.zenyasai .comingsoon {
    left:37px;
}

#PAGE_HEADER .container ul li.winners_history .comingsoon {
    left:6px;
}

#PAGE_HEADER .container ul li.race_program .comingsoon {
    left:30px;
}

#PAGE_HEADER .container ul li.race_tenbo .comingsoon {
    left:6px;
}

#PAGE_HEADER .container ul.header_nav li.charge {
    margin:0;
    padding:10px 0 18px 4px;
    font-weight:bold;
    border-left: 0;
}

#PAGE_HEADER .container ul.header_nav li.bet {
    margin:0;
    padding:10px 4px 18px 10px;
    font-weight:bold;
    border-left: 1px solid #333;
}

#PAGE_HEADER .container ul.header_nav li.bet a,
#PAGE_HEADER .container ul.header_nav li.charge a {
    border-bottom: 0;
}

#PAGE_HEADER .container ul.header_nav li.bet a,
#PAGE_HEADER .container ul.header_nav li.charge a {
    display: block;
    position: relative;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 50%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f7f7f7), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #f7f7f7 50%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #f7f7f7 50%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #f7f7f7 50%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #f7f7f7 50%,#e9e9e9 100%);
    border: 1px solid #d5d5d5;
    border-color: #d5d5d5 #d2d2d2 #b9b9b9;
    border-radius: 4px;
    transition: all .2s;
}

#PAGE_HEADER .container ul.header_nav li.bet a {
    padding: 5px 6px 5px 25px;
    color: #d32f2f;
}

#PAGE_HEADER .container ul.header_nav li.charge a {
    color: #565656;
    background: #ffe278;
    background: -moz-linear-gradient(top, #ffe278 0%, #ffb84c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe278), color-stop(100%,#ffb84c));
    background: -webkit-linear-gradient(top, #ffe278 0%,#ffb84c 100%);
    background: -o-linear-gradient(top, #ffe278 0%,#ffb84c 100%);
    background: -ms-linear-gradient(top, #ffe278 0%,#ffb84c 100%);
    background: linear-gradient(to bottom, #ffe278 0%,#ffb84c 100%);
    border-color: #d4a240 #d19f3f #b98d38;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.header_nav .beginner a:before, .header_nav .bet a:before {
    display: block;
    position: absolute;
    top: 2px;
    content: "";
    background-image: url(https://kdreams.r10s.jp/keirin/images/pc/common/icon_header.png);
    background-repeat: no-repeat;
}

.header_nav .bet a:before {
    left: 3px;
    width: 18px;
    height: 18px;
    background-position: -92px 0;
}

/* CONTENTS_WRAPPER
----------------------------------------------- */
#CONTENTS_WRAPPER {
    margin:0;
    padding:0;
    width: 100%;
    background-color: #f5f5f5;
}

/* MAINVISUAL
----------------------------------------------- */
#MAINVISUAL {
    padding:0;
    margin:0;
    width: 100%;
    background: #00a0f0 url(https://kdreams.r10s.jp/keirin/contents/images/apprelease2109_pc/bgmain.png) center 50px no-repeat;
}

#MAINVISUAL h1{
    padding:50px 0 0;
    margin:0 auto;
    text-align: center;
}


#MAINVISUAL h2,
#MAINVISUAL ul,
#MAINVISUAL li,
#MAINVISUAL dl,
#MAINVISUAL dt,
#MAINVISUAL dd {
    text-indent:-9999px;
    overflow: hidden;
    font-size:1px;
}

/* APP_LINK
----------------------------------------------- */
#APP_LINK {}
.applink {
    padding:0;
    margin:0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.applink ul{
    padding:16px 0;
    margin:0 auto;
    width: 1004px;
    text-align: center;
}
.applink ul li{
    margin-right:8px;
    float: left;
}
.applink2 {
    padding:0;
    margin:0;
    width: 100%;
    background-color: #222222;
}

.applink2 ul{
    padding:16px 0;
    margin:0 auto;
    width: 1004px;
    text-align: center;
}
.applink2 ul li{
    margin-right:4px;
    float: left;
}
/* APP_PR
----------------------------------------------- */
#APP_PR1 {
    padding:0;
    margin:0;
    width: 100%;
}

#APP_PR1 p{
    text-align: center;
}

#APP_PR2 {
    padding:0;
    margin:0;
    width: 100%;
    background-color: #ffffff;
}

#APP_PR2 p{
    text-align: center;
}


/* APP
----------------------------------------------- */
#APP {}

.app1 {
    padding:60px 0 0;
    margin:0 auto;
    border-bottom:1px solid #dfdfdf;
    text-align: center;
}

.app1.bgw {
    background-color: #fff;
}
.app1 h1{
    margin: 0 auto;
    width:743px;
    font-size: 3.3em;
    color: #0d9ff2;
    font-weight: bold;
    text-align: left;
}
.app1 h1 span.b_radius{
    padding: 8px 23px;
    margin-right: 16px;
    line-height: 3em;
    background-color: #0d9ff2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.app1 h2{
    margin: 0 auto;
    width:530px;
    font-size: 2.0em;
    color: #222;
    font-weight: 300;
    text-align: left;
}
.app1 p{
    padding:36px 36px 0 36px;
    text-align: center;
}
.detail{
	display: flex;
	margin: 0 auto;
    width: 570px;
	margin-bottom: 20px;
}
.detail.inner{
	width: 510px;
}
.detail.inner img{
	margin-right: 10px;
}
.detail p{
   padding: 0;
    font-size: 2.0em;
    color: #222;
    font-weight: 300;
    text-align: left;
}
.detail p span{
	font-weight: 600;
}
.detail .no-red{
	padding: 0 10px;
    height: 41px;
    background-color: red;
    margin-top: 10px;
	margin-right: 20px;
	color: #ffff;
	font-weight: 900;
}
.push{
	background: #EBF5FF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	margin-bottom: 10px;

}
.app2 .push p{
	text-align: left;
	margin-bottom: 0;
}
.push p{
	text-align: left;

}
.app2 .wrapper .push_02 span{
	color: #000;
}

.push_02 img{
	transform: scale(0.5);
}
.img1{
	display: flex;
	margin-bottom: -35px;
}
.img2{
	display: flex;
    justify-content: flex-end;
    margin-top: -72px;
    /* margin-left: -21px; */
    position: relative;
    left: -10px;
}
#APP5.app1 p {
    padding: 36px 36px 0 36px;
    text-align: center;
}
#APP5.app1 h1{
    font-size: 2.8em;
}
#APP5.app1 h1 span{
    font-size: 46.2px;
}
.app1 p img{
}
.app1 .wrapper{
    margin-bottom: 80px;
}

.app2 {
    padding:24px 0 4px;
    margin:0 auto;
    border-bottom:0px solid #dfdfdf;
    text-align: center;
    background-color: #fff;
}
.app2 h1{
    margin: 0 auto;
    font-size: 3.6em;
    color: #0d9ff2;
    font-weight: bold;
}
.app2 h2{
    margin: 0 auto;
    font-size: 1.6em;
    color: #222;
    font-weight: 300;
}

.app2 p{
    text-align: center;
    margin-bottom: 16px;
}
.app2 .wrapper{
    margin: 0 auto;
}

.app2 .wrapper dl{
    margin: 20px auto 0;
    padding: 8px 16px 16px;
    width:680px;
    border: 1px solid #0d9ff2;
}
.app2 .wrapper dt{
    margin: 0 auto;
    font-size: 3.0em;
    color: #0d9ff2;
    font-weight: bold;
}
.app2 .wrapper dd{
    margin: 0 auto;
    font-size: 1.8em;
    color: #222;
    font-weight: 300;
}

.app2 .wrapper dd span{
    color: #0d9ff2;
}

/* REGIST_WRAPPER
----------------------------------------------- */
#REGIST_WRAPPER{
    margin: 0 auto;
    padding: 0 0 8px;
    width: 100%;
    border-bottom: 1px dotted #f1f1f1;
    background: #f3f3f3 url(https://kdreams.r10s.jp/keirin/contents/images/apprelease2109_pc/bgregist.png) center 0 repeat-x;

}

.regist_mainvisual {
    margin: 0;
    padding-bottom: 0.1%;
    text-align: center;
}

.regist_mainvisual_img {
    margin:0 auto;
}
.regist_con{
    margin: 0 auto;
    width: 1004px;
}

.btn_link { text-align: center; }
.btn_link a.btn_red { display: inline-block; margin: 4% auto; padding: 1%; width: 80%; font-size: 36px; font-weight: bold; color: rgb(255, 255, 255); text-align: center; text-decoration: none; background: linear-gradient(rgb(232, 25, 25) 22%, rgb(168, 0, 0) 100%); border: 1px solid rgb(204, 0, 0); border-radius: 50px; box-shadow: rgba(0, 0, 0, 0.9) 0px -1px 1px inset, rgba(255, 255, 255, 0.4) 0px 1px 0px inset; text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px; }

.btn_link a.btn_blue { display: inline-block; margin: 0 auto 60px; padding: 0.6%; width: 600px; font-size: 36px; font-weight: bold; color: rgb(255, 255, 255); text-align: center; text-decoration: none; background:#008cd5; border: 1px solid #0074ce; border-radius: 50px; box-shadow: rgba(0, 0, 0, 0.9) 0px -1px 1px inset, rgba(255, 255, 255, 0.4) 0px 1px 0px inset; text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px; }

.members_caution { font-size: 12px; color: rgb(85, 85, 85); margin: 0 3% 5%; padding: 2%; background: rgb(255, 255, 255); border-radius: 6px; }

#REGIST_OVERVIEW {
    margin: 0 auto;
    width:94%;
    padding:0 3%;
    margin:auto;
}
#REGIST_OVERVIEW h1{
    width:100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color:#ffffff;
    line-height: 80px;
    background: #008cd5;
    border-radius:6px 6px 0 0;
}
#REGIST_OVERVIEW .wrapper{
    background:#ffffff;
    padding:5%;
    border-radius: 0 0 6px 6px
}

#REGIST_OVERVIEW p { font-size: 12px; color: rgb(85, 85, 85); }



/* 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;
}

/* #CONDITION 2020.03 add
----------------------------------------------- */
#CONDITION {
    width:1004px;
    height:52px;
    margin:20px auto;
    padding:15px 0;
    background: url(https://kdreams.r10s.jp/keirin/contents/images/apprelease2109_pc/bg_race.jpg) 0 0;
    text-align: center;
}
#CONDITION dl {
    width:900px;
    margin:0px auto 10px;
    font-size: 14px;
    border-bottom: dashed 1px #C0B476;
}
#CONDITION dl dt {
    font-weight: bold;
    color:#5E5428;
}



/* 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;
}
</pre></body></html>