/*	carousel
============================== */
div.slideshow {
	border:1px solid #b2b2b2;
	background-color:#707070;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.slideshow ul, div.slideshow ul li a, div.slideshow ul li a img {
	display:block;
}
div.slideshow ul {
	position:relative;
	overflow:hidden;
	background-color:#bedcf4;
	background-color:#fff;
	-webkit-box-shadow: hsla(0,0%,0%,0.5) 0px 0px 3px 1px;
	-moz-box-shadow: hsla(0,0%,0%,0.5) 0px 0px 3px 1px;
	-ms-box-shadow: hsla(0,0%,0%,0.5) 0px 0px 3px 1px;
	box-shadow: hsla(0,0%,0%,0.5) 0px 0px 3px 1px;
}
div.slideshow ul li a {
	background-size:cover;
}
div.slideshow ul li.loading {
	text-indent:110%;white-space:nowrap;overflow:hidden;
	width:50px;
	height:50px;
	background-image:url(/um/img/lazyloading_wht.png);
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
}
@media all and (min-width: 992px) {
div.slideshow {
	width:522px;
	padding:5px;
	margin:0 auto 15px;
}
div.slideshow ul, div.slideshow ul li a img {
	width:510px;
	height:287px;
}
}
@media all and (max-width: 991.98px) {
div.slideshow {
	width:288px;
	padding:4px;
	margin:-bottom10px;
}
div.slideshow ul, div.slideshow ul li a img {
	width:278px;
	height:156px;
}
}


/*	control
============================== */
div.include-ctrl {
	position:relative;
}
div.selector {
	font-family:"ヒラギノ角ゴ ProN","ヒラギノ角ゴ Pro","メイリオ","ＭＳ Ｐゴシック";
	line-height:1.5;
	text-align:center;
}
div.selector a {
	text-decoration:none;
	font-family: sans-serif;
	color:#ccc;
	display:inline-block;
}
div.selector a:not(:last-child) {
	margin-right:0.5em;
}
div.selector span, div.selector a.now {
	color:#0073cf;
	cursor: default;
}
ul.control li {
	position:absolute;
	border:1px solid #b2b2b2;
	background-color:#707070;
}
ul.control li a {
	display:block;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
	background-image:url(/um/v7/img/di2_sports_ss.svg);
	background-repeat:no-repeat;
}
@media all and (min-width: 992px) {
div.include-ctrl {
	width:640px;
	margin:0 auto 40px;
}
div.selector {
	font-size:16px;
}
ul.control li {
	top:129px;
	border:1px solid #b2b2b2;
	border-radius:20px;
}
ul.control li:nth-child(1) {
	left:0;
}
ul.control li:nth-child(2) {
	right:0;
}
ul.control li a {
	width:38px;
	height:38px;
	border-radius:20px;
}
ul.control li:nth-child(1)  a {
	background-position:left top;
}
ul.control li:nth-child(2)  a {
	background-position:0 -40px;
}
ul.control li a:hover {
	background-color:#4e4e4e;
}
}


@media all and (max-width: 991.98px) {
div.include-ctrl {
	width:288px;
	margin:0 auto 20px;
}
div.include-ctrl div.slideshow {
	margin-bottom:10px;
}
div.selector {
	font-size:16px;
}
ul.control li {
	top:41px;
	border:1px solid #b2b2b2;
	border-radius:11px;
}
ul.control li:nth-child(1) {
	left:-16px;
}
ul.control li:nth-child(2) {
	right:-16px;
}
ul.control li a {
	width:22px;
	height:82px;
	border-radius:12px;
}
ul.control li:nth-child(1) a {
	background-position:0 -90px;
}
ul.control li:nth-child(2) a {
	background-position:0 -180px;
}
}


/*	.sports-portal
============================== */

.sports-portal article nav {
	text-align:left;
}
.sports-portal article nav ul {
	display:flex;
	flex-wrap:wrap;
}
.sports-portal article nav ul li {
}
.sports-portal article nav ul li a,
.sports-portal article nav ul li span {
	display:block;
}
.sports-portal article nav ul li a {
	text-decoration:none;
	background-size:cover;
	position:relative;
	height:0;
	padding-top:35.2941176470588%;
}

.sports-portal article nav ul li.bn-baseball a {background-image:url(/sports/um/v8/img/bn_portal_baseball.png);}
.sports-portal article nav ul li.bn-soccer a {background-image:url(/sports/um/v8/img/bn_portal_soccer.png);}
.sports-portal article nav ul li.bn-volleyball a {background-image:url(/sports/um/v8/img/bn_portal_volleyball.png);}
.sports-portal article nav ul li.bn-golf a {background-image:url(/sports/um/v8/img/bn_portal_golf.png);}
.sports-portal article nav ul li.bn-athletics a {background-image:url(/sports/um/v8/img/bn_portal_athletics.png);}
.sports-portal article nav ul li.bn-boxing a {background-image:url(/sports/um/v8/img/bn_portal_boxing.png);}

.sports-portal article nav ul li a span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 992px) {
.sports-portal article nav ul {
	gap: 24px;
}
.sports-portal article nav ul li {
	width:calc((100% - 24*2px)/3);
}
}
@media all and (max-width: 991.98px) {
.sports-portal article nav ul {
	gap: 12px;
}
.sports-portal article nav ul li {
	width:calc((100% - 12px)/2);
}
}