@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;
}
/* 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;
}

/* CPMAIN
----------------------------------------------- */
#CPMAIN {
	margin:0;
	padding:0 0 16px;
	width: 100%;
	background-color: #dee8f8;
}

/* MAINVISUAL
----------------------------------------------- */
#MAINVISUAL {
	padding:0;
	width: 100%;
	height:668px;
	background:#180047 url(https://kdreams.r10s.jp/keirin/contents/images/rookies_series2020_kokura_pc/mainvisual.jpg) center 50px no-repeat;
}

#SUB_MAINVISUAL {
	padding:0px 0 0;
	width: 100%;
	height:270px;
	background:#180047 url(https://kdreams.r10s.jp/keirin/contents/images/rookies_series2020_kokura_pc/sub_mainvisual.jpg) center 50px no-repeat;
}

#MAINVISUAL h1,
#MAINVISUAL h2,
#MAINVISUAL ul,
#MAINVISUAL li,
#MAINVISUAL dl,
#MAINVISUAL dt,
#MAINVISUAL dd {
	text-indent:-9999px;
	overflow: hidden;
	font-size:1px;
}

/* .page-menu
----------------------------------------------- */
.page-menu{
	margin-bottom: 60px;
	padding: 16px 0;
	background: #000;
	box-sizing: border-box;
}
.page-menu ul{
	text-align: center;
	font-size: 0;
}
.page-menu ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.07em;
	box-sizing: border-box;
}
.page-menu ul li + li{
	border-left: 1px solid #fff;
}
.page-menu ul li a{
	padding: 2px 18px;
	display: block;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
}
.page-menu ul li a:hover{
	opacity: 0.7;
}
/* BTN
----------------------------------------------- */

.btn_entry {
	width:800px;
	height:190px;
	text-align: center;
	margin:60px auto;
	text-indent:-9999px;
	overflow: hidden;
	font-size:1px;	
}
.btn_entry a {
	width:800px;
	height:190px;
	display: block;
	background:url(https://kdreams.r10s.jp/keirin/contents/images/rookies_series2020_kokura_pc/btn_entry.png)0 0 no-repeat;
}

.btn_pagelink {
	width:500px;
	height:62px;
	text-align: center;
	margin:20px auto 0;
	text-indent:-9999px;
	overflow: hidden;
	font-size:1px;		
}

.btn_pagelink a {
	width:500px;
	height:62px;
	display: block;
	background: url(https://kdreams.r10s.jp/keirin/contents/images/rookies_series2020_kokura_pc/btn_02.png) 0 0 no-repeat;
}
.btn_pagelink a:hover {
	background-position: 0 -62px;	
}

/* HONKI
----------------------------------------------- */
#HONKI {
	width:1004px;
    margin: 60px auto;
}
#HONKI h1 {
    width: 1004px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1489e2;
    border-radius: 14px 14px 0 0;
}
#HONKI .prize_wrapper {
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:24px 0 0;
	background: #ffffff;
	color:#333333;
	text-align: center;
}
#HONKI h2 {
	margin-bottom:8px;
}

#HONKI p {
	margin-bottom:24px;	
}

#HONKI p.last_p {
	margin-bottom:8px;	
}

/* PRIZE
----------------------------------------------- */
#PRIZE {
	width:1004px;
    margin: 60px auto;
}
#PRIZE h1 {
    width: 1004px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1489e2;
    border-radius: 14px 14px 0 0;
}
#PRIZE .prize_wrapper {
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:16px 0px 0px;
	background: #ffffff;
	color:#333333;
	text-align: center;
}
#PRIZE h2 {
	margin-bottom:8px;
}

#PRIZE p {
	margin-bottom:16px;	
}

#PRIZE p.last_p {
	margin-bottom:8px;	
}


/* CP_OVERVIEW
----------------------------------------------- */

#CP_OVERVIEW {
	width:1004px;
    margin: 60px auto;
}
#CP_OVERVIEW h1 {
    width: 1004px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border-radius: 14px 14px 0 0;
}
#CP_OVERVIEW .overview_wrapper {
	width:960px;
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:30px 20px;
	background: #ffffff;
	color:#333333;
	text-align: left;
}

#CP_OVERVIEW .overview_wrapper .item {
	margin-bottom:20px;
	padding:5px 0px 10px;
	border-bottom: dashed 1px #cccccc;
}
#CP_OVERVIEW .overview_wrapper .item .overview_title {
	margin-bottom: 15px;
	font-size:16px;
	font-weight:bold;
	color:#361E01;
	border-bottom: 1px solid #000000;	
}

#CP_OVERVIEW .overview_wrapper .item dl {
	padding:10px 0px 0px;
}
#CP_OVERVIEW .overview_wrapper .item.last_dl {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom:0px;
}
#CP_OVERVIEW .overview_wrapper .item dl dt {
	font-weight:bold;
	color:#066ECF;
	margin-top: 5px;
}
#CP_OVERVIEW .overview_wrapper .item dl dd p{
	margin-bottom:5px;
}
#CP_OVERVIEW .overview_wrapper .item h4{
	font-weight:bold;
	color:#066ECF;
	font-size:15px;
}

#CP_OVERVIEW .overview_wrapper .item table {
	width:100%;
	margin-top: 4px;
}
#CP_OVERVIEW .overview_wrapper .item p {
	margin-top: 8px;
}
#CP_OVERVIEW .overview_wrapper .item .caution{
	font-size:12px;
}
#CP_OVERVIEW .overview_wrapper .item table th{
	width:83%;
	padding:10px;
	border: 1px solid #cccccc;
	font-weight: bold;
}
#CP_OVERVIEW .overview_wrapper .item table td {
	width:15%;
	padding:5px;
	border: 1px solid #cccccc;
	
}
#CP_OVERVIEW .overview_wrapper .item .nomal_caution_wrapper {
	border:1px solid #F8C2C3;
	padding:16px;
	border-radius:10px;
	margin: 20px 0 0;
	
}
#CP_OVERVIEW .overview_wrapper .item .nomal_caution_wrapper ul li {
	margin-left:2em;
	list-style: circle
}

/* 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/images/pc/info/landing/morning7/ranking2005/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;
}


/* REGIST_CP
----------------------------------------------- */

#REGIST_CP {
	padding:0;
	width: 100%;
	background-color: #f2f2f2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#REGIST_CP h1 {
	margin:36px auto 0;
	width:1004px;
	height:60px;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	font-weight:bold;
	color:#ffffff;
	background-color:#1489e2;
	border-radius: 14px 14px 0 0;
}

.section_contents {
	margin: 0 auto 36px;
	padding: 0;
	width: 1004px;
}
.contents {
	margin: 0;
	padding: 0;
	width: 1004px;
	background-color: #ffffff;
	border-radius: 8px;
}
.regist_contents {
	margin: 0 auto;
	padding: 32px 0;
}
.btn_link {
	margin: 0 auto;
	text-align: center;
}
.btn_link a {
	width: 620px;
	font-size: 22px;
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.4));
}
#REGIST_CP .btn_link a {
	width: 60%;
	font-size: 22px;
}
.btn_link a.btn_red {
	display: inline-block;
	margin: 0 auto;
	padding: 18px 10px;
	font-size: 32px;
    line-height: 0.8;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: rgb(232,25,25);
	background: -moz-linear-gradient(top, rgb(232,25,25) 22%, rgb(168,0,0) 100%);
	background: -webkit-linear-gradient(top, rgb(232,25,25) 22%,rgb(168,0,0) 100%);
	background: linear-gradient(to bottom, rgb(232,25,25) 22%,rgb(168,0,0) 100%);
	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 a.btn_red span {
	font-size: 16px;
}

.btn_link .btn_end {
	width: 620px;
	display: inline-block;
	margin: 0 auto;
	padding: 12px 10px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background:#cccccc;
	border-radius: 50px;
}


.reg_btn_link {
	margin: 0 auto;
	text-align: center;
}
.reg_btn_link a {
	width: 620px;
	font-size: 22px;
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.4));
}
#REGIST_CP .reg_btn_link a {
	width: 60%;
	font-size: 22px;
}
.reg_btn_link a.btn_red {
	display: inline-block;
	margin: 0 auto;
	padding: 18px 10px;
	font-size: 32px;
    line-height: 0.8;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: rgb(232,25,25);
	background: -moz-linear-gradient(top, rgb(232,25,25) 22%, rgb(168,0,0) 100%);
	background: -webkit-linear-gradient(top, rgb(232,25,25) 22%,rgb(168,0,0) 100%);
	background: linear-gradient(to bottom, rgb(232,25,25) 22%,rgb(168,0,0) 100%);
	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);
}



.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;
}
.members_caution {
	margin: 0;
	padding: 16px 24px;
	font-size: 12px;
	color: #555555;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 8px;
}

a:hover,a:active {
	text-decoration: none;
	opacity: 0.8;
}


/* SELECT
----------------------------------------------- */
#SELECT {
	width:1004px;
	margin:20px auto;
}
#SELECT.top h1 {
    margin: 36px auto 0;
    width: 1004px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #D80000;
    border-radius: 14px 14px 0 0;

}
#SELECT h1 {
    margin: 36px auto 0;
    width: 1004px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #111111;
    border-radius: 14px 14px 0 0;

}
#SELECT .select_player_wrapper {
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:24px 12px 0px;
	background: #ffffff;
	color:#333333;
	text-align: center;
}
#SELECT h2 {
	margin-bottom:8px;
}

#SELECT p {
	padding:0px 4px;
	text-align: left;
	font-size: 16px;
}

#SELECT p.caution {
    color: #D91414;
    margin: 4px 0;
	font-size: 14px;
}

#SELECT .error_box{
    background: #D91414;
    padding: 4px;
    margin: 10px auto;
    color: #FFFFFF;
}

#SELECT .error_box p{
	font-size: 14px;
}

.hide {display:none;}

.rookies_player_nav {
	margin: 0 0 24px;
}

.rookies_player_nav li {
	width: 122px;
	position: relative;
	float: left;
}
.rookies_player_nav a {
	display: block;
	position: relative;
	margin: 0 4px 8px;
	padding: 4px;
	color: #424242;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	background: #f1f1f1;
	border: 1px solid #cecece;
	border-color: #cecece #b5b5b5 #a0a0a0;
	border-radius: 4px;
}

.rookies_player_nav a:hover { opacity: 0.75;}

.rookies_player_nav .active a {
	color: #fff;
	background: #c20f17;
	border-color: #a63a00 #E65100 #F57C00;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.rookies_player_nav .active a:hover { opacity: 1;}

.rookies_player_nav .active a:after {
	display: block;
	content: "選択中";
	position: absolute;
	left: -6px;
	padding: 4px 6px;
	z-index: 1;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #d50000;
	border-radius: 12px;
	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;
	
}


@-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;}
}


.rookies_player_nav .image {
	display: block;
	margin: 0 auto;
	padding: 14px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #a0a0a0;
}

.rookies_player_nav .active .image {
	border: 1px solid #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.rookies_player_nav .caption {
	display: block;
	margin-top:4px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.rookies_player_nav .kana {
	display: block;
	font-size: 10px;
	font-weight:normal;
	line-height: 1.8;
	text-align: center;
}

.rookies_player_nav .sub {
	display: block;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.0;
	text-align: center;
}

#SELECT p.btn {
    background-color: #0073a5;
    padding: 2px 6px;
    max-width: 250px;
    border-radius: 4px;
    text-align: center;
	font-size: 15px;
	font-weight:normal;
    margin: 4px auto 0;
    color: white;
    box-shadow: 0 2px 2px #7e8183e6;
}
#SELECT #pc_2 p.btn {
    background-color: #e63163;
}
#SELECT p.btn:active,
#SELECT #pc_2 p.btn:active{
    box-shadow: none;
    position: relative;
    top: 6px;
}

#SELECT .rookies_player_nav .active p.btn,
#SELECT #pc_2.rookies_player_nav .active p.btn{
    background-color: #700000;
}

#SELECT .rookies_player_nav p.stitle {
    margin: 0 auto 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0073a5;
    background-color: #fff;
    border: 1px solid #0073a5;
}

#SELECT #pc_2.rookies_player_nav p.stitle {
    margin: 0 auto 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #e63163;
    background-color: #fff;
    border: 1px solid #e63163;
}

#SELECT .btn_link {
	margin: 36px auto 24px;
}
#SELECT .btn_link a.btn_green {
	display: inline-block;
	width: 60%;
	padding: 8px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: rgb(62,187,0);
	background: -moz-linear-gradient(top, rgb(62,187,0) 22%, rgb(23,82,0) 100%);
	background: -webkit-linear-gradient(top, rgb(62,187,0) 22%,rgb(23,82,0) 100%);
	background: linear-gradient(to bottom, rgb(62,187,0) 22%,rgb(23,82,0) 100%);
	border: 1px solid #175200;
	border-radius: 50px;
	box-shadow: inset 0 -1px 1px rgba(112, 112, 112, 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);
}

#SELECT .btn_link a.btn_white {
	display: inline-block;
	width: 30%;
	padding: 4px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: rgb(222,222,222);
	background: -moz-linear-gradient(top, rgb(222,222,222) 22%, rgb(190,190,190) 100%);
	background: -webkit-linear-gradient(top, rgb(222,222,222) 22%,rgb(190,190,190) 100%);
	background: linear-gradient(to bottom, rgb(222,222,222) 22%,rgb(190,190,190) 100%);
	border: 1px solid #666666;
	border-radius: 50px;
	box-shadow: inset 0 -1px 1px rgba(112, 112, 112, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/*確認画面*/
.confirmation {
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:24px 16px 0px;
	background: #ffffff;
	color:#333333;
	text-align: center;
}
#SELECT.top .confirmation {
	border-radius:0 0 14px 14px;
	border:2px solid #f2f2f2;
	padding:16px 16px 0px;
	background: #ffffff;
	color:#333333;
	text-align: center;
}

.confirmation h2 {
	background-color:#f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	height:46px;
	line-height:46px;
	padding-left:15px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
.confirmation p {
	padding: 0px 4px;
    text-align: left;
    font-size: 16px;
}

.confirmation table {
	margin:20px auto;
	width: 49%;
}
.confirmation table th {
	background: #ffeef4 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
	padding:5px;
	}
.confirmation table td {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
	padding:10px;
}
.confirmation table td.quantity {
	text-align:center;
}
.bnr_link{
	margin-top:36px;
	text-align:center;
}

#SUB_MAIN {
	padding:0;
	width: 100%;
	border-top:1px solid #eeeeee;
	background-color:#ffffff;
}

article {
    margin: 0 auto;
    padding: 0;
    width: 1004px;
}

.bnr_contents{
	margin:0;
	padding:12px 0 24px 0;
}

.bnr_contents .img_bnr {
	margin: 0 4px;
	padding: 0;
	border:1px solid #cccccc;
}