@charset "utf-8";

/* ############################################################
 * menu
 *
 * ------
 * 2022.02.28
 * ############################################################ */

/* ==========================================================================
 header_body_2022
========================================================================== */

.header_body_2022 {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.header_body_2022 .coliseum_logo_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	image-rendering: -webkit-optimize-contrast;
}
.header_body_2022 .coliseum_logo_image img {
	width: 300px;
	height: 49px;
}
@media screen and (max-width: 767px) {
	.header_body_2022 .coliseum_logo_image img { width:216px;height:36px; }
}

.header_body_2022 .header_logo_image {
	position: absolute;
	top: calc( 50% - 2px );
	left: 50%;
	transform: translate(-50%, -50%);
	image-rendering: -webkit-optimize-contrast;
}
.header_body_2022 .header_logo_image img {
	width: 192px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.header_body_2022 .header_logo_image img { width:192px;height:60px; }
}

.header_body_2022 img {
	vertical-align: top;
}
.header_body_2022 button.btn_head_register,
.header_body_2022 button.btn_head_login {
	width: 130px;
	padding: 9px 0;
	border: 1px solid #fff;
	font-weight: normal;
}

/* ==========================================================================
   footer
   ========================================================================== */

/* ---------------------------------------- */
/* footer breadcrumb
/* ---------------------------------------- */

#footer_breadcrumb {
	max-width: 1000px;
	padding: 0 5px 0 10px;
	font-size: 13px;
}

#footer_breadcrumb a {
	color: #0d6efd;
}
#footer_breadcrumb a:hover {
	color: #0d6efd;
	text-decoration: underline;
}

#footer_copyright {
	font-size: 11px;
	color: #fff;
	background-color: #3a0;
	padding: 10px 0;
	text-align: center;
}
body.jra #footer_copyright { background: #3a0; }
body.nar #footer_copyright { background: #a10; }
body.coliseum #footer_copyright { background: #c9171e; }
body.promax #footer_copyright { background-color: #a89427; }
body.boat #footer_copyright { background: #39e; }

#footer_copyright a {
	color: #fff;
}
#footer_copyright a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- */
/* footer title
/* ---------------------------------------- */

#footer_title {
	padding: 8px;
	border-top: 2px solid #3a0;
	border-bottom: 1px solid #3a0;
	color: #3a0;
}
body.jra #footer_title { border-color: #3a0;color: #3a0; }
body.nar #footer_title { background: #a10;color: #a10; }
body.coliseum #footer_title { background: #c9171e;color: #c9171e; }
body.promax #footer_title { background: #a89427;color: #a89427; }
body.boat #footer_title { border-color: #39e;color: #39e; }

.footer_title_inner {
	max-width: 1000px;
	margin: 0 auto;
	font-weight: bold;
}

/* ---------------------------------------- */
/* footer main width
/* ---------------------------------------- */

.footer_main_width {
	max-width: 1000px;
	margin: 0 auto;
}

/* ---------------------------------------- */
/* footer list
/* ---------------------------------------- */

.footer_list1 a,
.footer_list2 a,
.footer_list3 a {
	color: #0d6efd;
}
.footer_list1 a:hover,
.footer_list2 a:hover,
.footer_list3 a:hover {
	color: #0d6efd;
	text-decoration: underline;
}

.footer_list1 {
	display: flex;
	justify-content: space-around;
}
.footer_list1 li {
	padding: 0 10px;
	font-size: 14px;
}
.footer_list1 li a:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	margin-right: 5px;
	border-left: 10px solid #39e;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	vertical-align: -1px;
}
@media screen and (max-width: 767px) {
	.footer_list1 {
		display: block;
	}
	.footer_list1 li {
		margin-bottom: 10px;
	}
}

.footer_list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_list2 li {
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 12px;
	white-space: nowrap;
}

.footer_list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_list3 li {
	margin-bottom: 5px;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	font-size: 12px;
	white-space: nowrap;
}
.footer_list3 li:last-child {
	border-right: none;
}

/* ==========================================================================
   横一列スライドメニュー
   ========================================================================== */

/* ---------------------------------------- */
/* slide menu
/* ---------------------------------------- */

#sp_header_main {
}

body.menu_fixed #sp_header_main {
	margin-bottom: 48px;
}

body.menu_fixed .sp_slide_menu_type01 {
	position: fixed;
	top: 0;
	z-index: 90;
}

body.menu_fixed2 #sp_header_main {
	margin-bottom: 166px;
}
body.menu_fixed2 #fix_menu2 {
	position: fixed;
	top: 48px;
	width: 100%;
	z-index: 90;
}

body.menu_fixed2 .scroll_anchor2 {
	position: relative;
}

body.menu_fixed2 .scroll_anchor2 a {
	position: absolute;
	top: -166px;
}

/* type02 */

body.menu_fixed .sp_slide_menu_type02 {
	position: fixed;
	top: 0;
	z-index: 90;
}

.sp_slide_menu_type02 {
	width: 100%;
	height: auto;
	background: #00a600;
	text-align: center;
	transform: translate3d(0, 0, 0);
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
	.sp_slide_menu_type02 {overflow-x: scroll;}
}

.sp_slide_menu_scroller {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.sp_slide_menu_type02 ul {
	white-space: nowrap;
	font-size: 0;/*inline-blockの隙間対策*/
}

.sp_slide_menu_type02::-webkit-scrollbar {
	display: none;
}

.sp_slide_menu_type02 ul:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.sp_slide_menu_type02 ul li {
	display: inline-block;
	vertical-align: middle;
}

.sp_slide_menu_type02 ul li a {
	display: block;
	width: 90px;
	height: 48px;
	padding: 16px 0 7px 0;
	border-left: 1px solid #209020;
	border-right: 1px solid #67c367;
	border-bottom: 3px solid #070;
	background: #00a600;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
	text-align: center;
	line-height: 1.1;
}

.sp_slide_menu_type02.col6_pc_expand ul li a {
	min-width: 150px;
}
@media screen and (max-width: 767px) {
	.sp_slide_menu_type02.col6_pc_expand ul li a {
		min-width: 90px;
	}
}

.sp_slide_menu_type02 ul li a.doubleline {padding-top:8px;}

.sp_slide_menu_white ul li a {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 3px solid #bfbfbf;
	background: #fff;
	color: #000;
}

.sp_slide_menu_type02 ul li.select a {
	border-bottom: 4px solid #ffa100;
	background: #00a600;
	color: #fff;
}

.slide_coliseum2 {
	background: #c9171e;
}
.slide_coliseum2 ul li a {
	color: #000;
}
.slide_coliseum2 ul li.select a {
	background: #c9171e;
	color: #fff;
}

.slide_jra_black,
.slide_jra_color {
	background: #00a600;
}
.slide_jra_black ul li a {
	color: #000;
}
.slide_jra_color ul li a {
	color: #00a600;
}
.slide_jra_black ul li.select a,
.slide_jra_color ul li.select a {
	background: #00a600;
	background: #00a600;
	color: #fff;
	color: #fff;
}

.sp_slide_menu_type02 ul li a span.new {
	padding: 2px 4px;
	background: #f00;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

.sp_slide_menu_type02.active_gold ul li a {
	color: #c1a965;
}

.sp_slide_menu_type02 ul li.preparing a {
	padding-top: 10px;
	color: #aaa;
	pointer-events: none;
	cursor: default;
}
.sp_slide_menu_type02 ul li.preparing a span.preparing_text {
	font-size: 11px;
	font-weight: normal;
}

/* type03 */
/* スクロールなし　張り付きあり */

body.menu_fixed .sp_slide_menu_type03 {
	position: fixed;
	top: 0;
	z-index: 90;
}

.sp_slide_menu_type03 {
	width: 100%;
	height: auto;
	background: #00a600;
	text-align: center;
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}
.sp_slide_menu_type03.top_white {
	border-top: 1px solid #fff;
}

.sp_slide_menu_type03 ul {
	width: 1000px;
	margin: 0 auto;
	white-space: nowrap;
	font-size: 0;/*inline-blockの隙間対策*/
}
@media screen and (max-width: 1000px) {
	.sp_slide_menu_type03 ul { width:100%; }
}

.sp_slide_menu_type03 ul:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.sp_slide_menu_type03 ul li {
	display: inline-block;
	vertical-align: middle;
}

.sp_slide_menu_type03 ul li a {
	display: block;
	width: 100%;
	height: 48px;
	padding: 16px 0 7px 0;
	border-left: 1px solid #209020;
	border-right: 1px solid #67c367;
	border-bottom: 3px solid #070;
	background: #00a600;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-align: center;
	line-height: 1.1;
}
.sp_slide_menu_type03 ul.col2 li { width: 50%; }
.sp_slide_menu_type03 ul.col3 li { width: 33.3%; }
.sp_slide_menu_type03 ul.col4 li { width: 25%; }
.sp_slide_menu_type03 ul.col5 li { width: 20%; }

.sp_slide_menu_type03 ul li a.doubleline {padding-top:8px;}

.sp_slide_menu_type03 ul li a.sp_doubleline {}
@media screen and (max-width: 767px) {
	.sp_slide_menu_type03 ul li a.sp_doubleline { padding-top:8px; }
}

.sp_slide_menu_white ul li a {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 3px solid #bfbfbf;
	background: #fff;
	color: #000;
}

.sp_slide_menu_type03 ul li.select a {
	border-bottom: 4px solid #fd0;
	background: #00a600;
	color: #fff;
}

.sp_slide_menu_type03 ul li a span.new {
	padding: 2px 4px;
	background: #f00;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

/* sp_slide_menu_type04 */

.sp_slide_menu_type04 {
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	transform: translate3d(0, 0, 0);
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
	.sp_slide_menu_type04 {overflow-x: scroll;}
}

.sp_slide_menu_type04 ul {
	white-space: nowrap;
	font-size: 0;/*inline-blockの隙間対策*/
}

.sp_slide_menu_type04::-webkit-scrollbar {
	display: none;
}

.sp_slide_menu_type04 ul li {
	display: inline-block;
	vertical-align: middle;
}

.sp_slide_menu_type04 ul li a {
	display: block;
	width: 100px;
	height: 70px;
	padding: 6px 0 4px 0;
	border-right: 1px solid #ccc;
	background: #fff;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
}
.sp_slide_menu_type04 ul li:last-child a {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.sp_slide_menu_type04 ul li a {width: 90px;}
}

.sp_slide_menu_type04 ul li.select a {
	color: #c4a85e;
	font-weight: bold;
}

/* color */

.slide_nar_black,
.slide_nar_color { background: #900000; }
.slide_nar_black ul li a { color: #000; }
.slide_nar_color ul li a { color: #900000; }
.slide_nar_black ul li.select a,
.slide_nar_color ul li.select a { background: #900000;color: #fff; }
.slide_boat { background: #39e;}
.slide_boat ul li.select a { background: #39e;color: #fff; }
.slide_boat_light { background: #cde;}
.slide_boat_light ul li.select a { background: #39e;color: #fff; }
.slide_sponity {
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
.slide_sponity ul li a { background: #fff; color: #666; border: none; }
.slide_sponity ul li.select a { background: #fff; color: #666; border-bottom: 4px solid #c1a965;color: #c1a965; }

/* ==========================================================================
   ヘッダー ログイン時 ユーザー名＋プルダウンメニュー
   ========================================================================== */

#header_prof_outer {
	position: absolute;	/*headerタグに対して*/
	top: 50%;
	right: 5px;
	margin-top: -16px;
}

#header_prof {
	position: relative;
}
#header_prof:hover {
	cursor: pointer;
}
#header_prof.logout {padding-top:20px;}

#header_prof img {
	vertical-align: top;
}
#header_prof a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header_prof_btn {
	display: inline-block;
	width: 80px;
	background: url( /common/img/sp/sp_arrow_green_02.png ) right center no-repeat;
	background-size: 36px 32px;
	cursor: pointer;
}
#header_prof_btn:hover {text-decoration:none;}
#header_prof_btn.select {background: url( /common/img/sp/sp_arrow_green_top_on.png ) right center no-repeat; background-size: 40px 20px;}

#header_prof_btn table td.icon {
	width: 36px;
}
#header_prof_btn table td.icon img {
	max-width: 36px;
	max-height: 36px;
	-webkit-box-shadow:rgba(153, 153, 153, 0.2) 0px 0px 2px 2px;
	box-shadow:rgba(153, 153, 153, 0.2) 0px 0px 2px 2px;
}

ul#header_prof_pulldown {
	position: absolute;
	top: 50px;
	right: 0;
	display: none;
	width: 180px;
	padding: 0;
	border-top: 1px solid #ccc;
	background: #fafafa;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.3);
	z-index: 99;
}

ul#header_prof_pulldown.app {
	position: fixed;
	top: 0px;
}

ul#header_prof_pulldown li {
	list-style-type: none;
	padding: 0;
}

ul#header_prof_pulldown li a {
	display: block;
	line-height: 100% !important;
	height: 48px !important;
	padding: 15px 0 0 20px !important;
	border-bottom: 1px solid #ccc;
	font-size: 16px !important;
	color: #333;
	background: url( /common/img/head_prof_arrow_r.png ) 10px center no-repeat;
}
ul#header_prof_pulldown li a:link,
ul#header_prof_pulldown li a:visited {
	color: #333;
}
ul#header_prof_pulldown li a:hover {
	background: #eee url( /common/img/head_prof_arrow_r.png ) 10px center no-repeat;
	text-decoration: none;
}

.header_prof_new_num {
	position      : absolute;
	top           : -8px;
	left          : 38px;
	display       : inline-block;
	min-width     : 18px;
	height       : 18px;
	padding      : 2px;
	margin-right : 5px;
	border-radius: 20px;
	background   : #f00;
	font-size    : 11px;
	color        : #fff;
	text-align   : center;
	line-height  : 18px;
}
@media screen and (max-width: 767px) {
	/* SP微調整 */
	.header_prof_new_num {
		line-height: 1.2;
	}
}

.header_menu_new_num {
	position      : absolute;
	display       : inline-block;
	min-width     : 18px;
	height       : 18px;
	padding      : 2px;
	margin-right : 5px;
	border-radius: 20px;
	background   : #f00;
	font-size    : 11px;
	color        : #fff;
	text-align   : center;
	line-height  : 18px;
}

#header_prof_pulldown .header_menu_new_num {
	right: 3px;
}

/* ==========================================================================
 header_navi_sub
========================================================================== */

.header_navi_sub {
	padding: 8px 2px;
	background: #eee;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
	.header_navi_sub {overflow-x: scroll;}
}
.header_navi_sub::-webkit-scrollbar {
	display: none;
}
.header_navi_sub > ul {
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.header_navi_sub > ul {justify-content: initial;}
}
.header_navi_sub > ul > li {
	display: inline-block;
	margin: 0 2px;
}
.header_navi_sub ul li a {
	display: block;
	width: 240px;
	min-height: 40px;
	padding: 14px 0 11px 0;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -1px;
}
.header_navi_sub > ul > li.selected > a {
	background-color: #3a0;
	color: #fff;
}
body.jra .header_navi_sub > ul > li.selected > a { background-color: #3a0; }
body.nar .header_navi_sub > ul > li.selected > a { background-color: #a10; }
body.coliseum .header_navi_sub > ul > li.selected > a { background-color: #c9171e; }
body.promax .header_navi_sub > ul > li.selected > a { background-color: #a89427; }
body.boat .header_navi_sub > ul > li.selected > a { background-color: #39e; }
.header_navi_sub ul li a span.no_icon {
	padding: 0 3px;
}
.header_navi_sub ul li a span.btn_icn {
	position: relative;
	padding-left: 30px;
}
.header_navi_sub ul li a span.btn_icn:before {
	content: '';
	position: absolute;
	top: calc( 50% - 13px );
	left: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	vertical-align: middle;
}
.header_navi_sub ul li a span.btn_icn.icn_horse:before { background-image: url( /common/img/sp/icn/icn_coliseum_horse.png ); }
.header_navi_sub ul li a span.btn_icn.icn_horse_nar:before { background-image: url( /common/img/sp/icn/icn_coliseum_horse_nar.png ); }
.header_navi_sub ul li a span.btn_icn.icn_home:before { background-image: url( /common/img/sp/icn/icn_coliseum_home.png ); }
.header_navi_sub ul li a span.btn_icn.icn_boat:before { background-image: url( /common/img/sp/icn/icn_coliseum_boat.png ); }
.header_navi_sub ul li a span.btn_icn.icn_cycle:before { background-image: url( /common/img/sp/icn/icn_coliseum_cycle.png ); }
.header_navi_sub ul li a span.btn_icn.icn_helmet:before { background-image: url( /common/img/sp/icn/icn_coliseum_helmet.png ); }
.header_navi_sub ul li a span.with_arrow {
	position: relative;
	padding-right: 14px;
}
.header_navi_sub > ul > li > a > span.with_arrow:after {
	content: '';
	position: absolute;
	top: calc( 50% - 5px );
	right: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #f90;
}
.header_navi_pop {
	position: absolute;
	right: 0;
	top: 42px;
	z-index: 500;
}
.header_navi_pop > ul {
}
.header_navi_pop > ul > li {
	min-width: 80px;
	margin-bottom: 0px;
}
.header_navi_pop > ul > li > a {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header_navi_sub.type_scroll {
	width: 100%;
	overflow: scroll;
}

.header_navi_sub.type_scroll li {
	min-width: 96px;
	white-space: nowrap;
}

/* ==========================================================================
   左ドロワーメニュー
   ========================================================================== */

/* ---------------------------------------- */
/* js/drawer/drawer.css 上書き修正
/* ---------------------------------------- */

.drawer-nav {
	background: #fffce6 !important;
	transform: translate3d(0, 0, 0);
	overflow-y: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

.drawer-hamburger {
	position: relative !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	/*display: none !important;*/
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	display: block !important;
	height: 4px;
	background-color: #ff0;
}

.drawer-menu-item {
	display: block;
	line-height: 100% !important;
	height: 48px !important;
	padding: 15px 0 0 12px !important;
	border-bottom: 1px dotted #ccc;
	font-size: 16px !important;
}

.drawer-menu-item2 {
	display: block;
	line-height: 100% !important;
	height: 48px !important;
	padding: 21px 12px 0 12px !important;
	border-bottom: 1px dotted #ccc;
	font-size: 16px !important;
}

.drawer-menu-item:hover {
	text-decoration: none !important;
}

.drawer-overlay {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.drawer-menu li.sidebar_bn {
	margin: 10px;
}

.drawer-menu li.sidebar_bn a {
	display: inline-table;
	padding: 0px !important;
}

.drawer-menu li.sidebar_bn a span {
	font-size: 13px;
	display: block;
}

.drawer-menu.jra {
	background: #f7fff7;
}
.drawer-menu.nar {
	background: #fff7f9;
}

body.boat #page_header.header_mypage .drawer-hamburger-icon,
body.boat #page_header.header_mypage .drawer-hamburger-icon:before,
body.boat #page_header.header_mypage .drawer-hamburger-icon:after {
	background-color: #39e;
}
body.boat.drawer-open #page_header.header_mypage .drawer-hamburger-icon {
	background-color: transparent;
}

/* ---------------------------------------- */
/* 追加
/* ---------------------------------------- */

h2.drawer-nav-h2 {
	padding: 5px;
	background: #00a600;
	color: #fff;
}

h3.drawer-nav-h3 {
	margin-bottom: 3px !important;
	padding: 5px;
	background: #cddc39;
	color: #333;
}

.drawer-nav-separator {
	margin-bottom: 3px !important;
	padding: 5px;
	background: #cddc39;
	color: #333;
}

body.promax h2.drawer-nav-h2 { background:#a89427; }
body.promax h3.drawer-nav-h3 { background:#e7dbc2; }
body.boat h2.drawer-nav-h2 { background:#39e; }
body.boat h3.drawer-nav-h3 { background:#def; }

/* ---------------------------------------- */
/* pulldown
/* ---------------------------------------- */

.drawer-menu-trigger {
	position: relative;
	padding: 12px 8px;
	background: #00a600;
	color: #fff;
	height: 48px !important;
	font-size: 16px !important;
}
.drawer-menu-trigger:after {
	content: '▼';
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1.2em;
}
.drawer-menu-trigger.on:after {
	content: '▲';
}
.drawer-menu-trigger.nar {
	background: #c20;
}

/* ---------------------------------------- */
/* button customize
/* ---------------------------------------- */

.header_menu_btn {
	width: 43px;
	height: 26px;
	background: url( /common/img/sp/sp_menu_02_off.png ) no-repeat;
	background-size: 43px 26px;
	cursor: pointer;
}

/* ==========================================================================
   スタジアム サブメニュー
   ========================================================================== */

ul.tlg_menu_sub {
	display: flex;
	flex-wrap: wrap;
}
ul.tlg_menu_sub.bg_tlg_men_light {background:#eefcff;}
ul.tlg_menu_sub.bg_tlg_women_light {background:#fee;}

ul.tlg_menu_sub li {
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}

ul.tlg_menu_sub.col3 li {
	width: 33.3%;
}
ul.tlg_menu_sub.col3 li:nth-child(3n) {
	border-right: none;
}
ul.tlg_menu_sub.col4 li {
	width: 25%;
}
ul.tlg_menu_sub.col4 li:nth-child(4n) {
	border-right: none;
}
ul.tlg_menu_sub.col5 li {
	width: 20%;
}
ul.tlg_menu_sub.col5 li:nth-child(5n) {
	border-right: none;
}

ul.tlg_menu_sub.player { border:1px solid #ccc; }
ul.tlg_menu_sub.player li { border:none; }

ul.tlg_menu_sub a {
	display: block;
	padding: 10px 2px 5px 2px;
	text-align: center;
	font-size: 13px;
	color: #aaa;
}
ul.tlg_menu_sub li.selected a {
	color: #c4a85e;
}

/* ==========================================================================
   日付　追従型メニュー
   ========================================================================== */

#nav_date {
}

#nav_date .nav_date_list_outer {
	max-width: 1000px;
	margin: 0 auto;
}

#nav_date .nav_date_list_inner {
	background: #fff;
}
#nav_date .nav_date_list_head {
/*	margin-bottom: 3px;	*/
	padding: 10px;
	background: #c2a95d;
	color: #fff;
}

#nav_date ul.nav_date_list {
	display: flex;
	padding: 3px 2px 5px 2px;
}
#nav_date ul.nav_date_list li {
	padding: 0 1px;
	flex: 1;
	word-break: break-all;
}
#nav_date ul.nav_date_list li a {
	display: inline-block;
	width: 100%;
	padding: 5px 0 7px 0;
	border: 1px solid #bbb;
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.8px;
}
#nav_date ul.nav_date_list li a:link,
#nav_date ul.nav_date_list li a:visited { color: #333; }
#nav_date ul.nav_date_list li.select a { background:#333;color:#fff; }
#nav_date ul.nav_date_list li.select a:link,
#nav_date ul.nav_date_list li.select a:visited { color: #fff; }

/* 追従時 */
body.nav_date #nav_date {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 90;
}
body.nav_date #nav_date .nav_date_list_outer {
	padding-right: 380px;	/*右カラム分の余白*/
}
body.nav_date #nav_date .nav_date_list_inner {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
body.nav_date #nav_date .nav_date_list_head {
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
	body.nav_date #nav_date .nav_date_list_outer { padding-right:2px; }
}

/* ==========================================================================
   予想スタジアム 2025.06
   ========================================================================== */

.header_body_2022 .header_logo_image.stadium {
	top: calc(50% + 2px);
}
.header_body_2022 .header_logo_image.stadium img {
	width: 192px;
	height: 34px;
}

/* スタジアム用左ドロワーメニュー */

.stadium_drawer .drawer-hamburger-icon,
.stadium_drawer .drawer-hamburger-icon:before,
.stadium_drawer .drawer-hamburger-icon:after {
	background-color: #c2a95d;
}
.drawer-open .stadium_drawer .drawer-hamburger-icon:before,
.drawer-open .stadium_drawer .drawer-hamburger-icon:after {
	background-color: #fff;
}

.stadium_drawer .drawer-nav {
	background: #fff !important;
}
.stadium_drawer h2.drawer-nav-h2 {
	background: #c2a95d;
}
.stadium_drawer h3.drawer-nav-h3 {
	background: #fdf3a5;
}

/* スタジアム グローバルメニュー */

.sp_slide_menu_type02.stadium li a.with_icon {
	padding: 10px 0 7px 0;
}
.sp_slide_menu_type02.stadium li a.with_icon:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 4px;
	background: #fcc;
	vertical-align: middle;
}
.sp_slide_menu_type02.stadium li a.with_icon.icon_home { width: 180px; }
.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague { width: 180px; }
.sp_slide_menu_type02.stadium li a.with_icon.icon_mj { width: 180px; }
.sp_slide_menu_type02.stadium li a.with_icon.icon_home.na,
.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague.na,
.sp_slide_menu_type02.stadium li a.with_icon.icon_mj.na { pointer-events: none; }
@media screen and (max-width: 767px) {
	.sp_slide_menu_type02.stadium li a.with_icon.icon_home { width: 120px; }
	.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague { width: 120px; }
	.sp_slide_menu_type02.stadium li a.with_icon.icon_mj { width: 120px; }
	.sp_slide_menu_type02.stadium li a.with_icon.icon_home.na,
	.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague.na,
	.sp_slide_menu_type02.stadium li a.with_icon.icon_mj.na { width: 180px; }
}

.sp_slide_menu_type02.stadium li a.with_icon.icon_home:before {
	background: url( /static/img/icon/icon_home_gray.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li.select a.with_icon.icon_home:before {
	background: url( /static/img/icon/icon_home_gold.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague:before {
	background: url( /static/img/icon/icon_racket_gray.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li.select a.with_icon.icon_tleague:before {
	background: url( /static/img/icon/icon_racket.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li a.with_icon.icon_tleague_on:before {
	background: url( /static/img/icon/icon_racket.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li a.with_icon.icon_mj:before {
	background: url( /static/img/icon/icon_mj_gray.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li.select a.with_icon.icon_mj:before {
	background: url( /static/img/icon/icon_mj_gold.png ) no-repeat;
	background-size: 100% 100%;
}
.sp_slide_menu_type02.stadium li a.with_icon.icon_mj2_on:before {
	background: url( /static/img/icon/icon_mj2.png ) no-repeat;
	background-size: 100% 100%;
}

/* 投票ページ 試合スライド用メニュー */

.vote_slide_navi_outer {
	max-width: 620px;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.vote_slide_navi_outer::-webkit-scrollbar {
	display: none;
}

ul.vote_slide_navi {
	white-space: nowrap;
}

ul.vote_slide_navi li {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px 10px;
	border-radius: 100px;
	background: #28628c;
	color: #fff;
	font-weight: bold;
	opacity: 1;
}
ul.vote_slide_navi li:hover {
	cursor: pointer;
}
ul.vote_slide_navi li.off {
	background: #9d9d9d;
}
ul.vote_slide_navi li.current {
	background: #0d6efd !important;
}
ul.vote_slide_navi li.voted {
	outline: 2px solid #ff6161;
	outline-offset: -4px;
}

ul.vote_slide_navi.color_women li {
	background: #c0c;
}
ul.vote_slide_navi.color_women li.off {
	background: #9d9d9d;
}
ul.vote_slide_navi.color_women li.current {
	background: #f6f !important;
}

