/*	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: 768px) {
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: 767px) {
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: 768px) {
div.include-ctrl {
	margin-bottom:20px;
}
div.include-ctrl div.slideshow {
	margin:0 auto 10px;
}
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: 767px) {
div.include-ctrl {
	width:288px;
	margin:0 auto 10px;
}
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;
}
}