/*	header and navi
============================== */
header.main h1 a {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:3px;
}



/* main */
@media all and (min-width: 768px) {
header{margin:5px auto;width:980px;height:75px;background:url(../img/header.jpg) center bottom no-repeat;}
.h1Box{width:980px;height:600px;}

}


@media all and (max-width: 767px) {
.h1Box{position:relative;padding-top:7.6530612244898%;height:0;background:url(../img/header.jpg) center top no-repeat;background-size: contain;}
.h1Box img{position:absolute;top:0;}


}








/* h1 */
div.con-lef h1 {
	color:#4e4e4e;
	line-height:1.25;
	height:49px;
}
div.con-lef h1:before {
	content:"";
	display:block;
	float:left;
	width:49px;
	height:49px;
	background-image:url(../img/di2_h1.png);
	background-position:left top;
	background-size:50px 400px;
	border-radius:12px;
}
body.variety div.con-lef h1:before,
body.anime div.con-lef h1:before,
body.mini div.con-lef h1:before {
	background-position:0 -50px;
}
body.drama div.con-lef h1:after {
	content:"Drama・Movie";
}
body.variety div.con-lef h1:after {
	content:"Variety・Music";
}
body.news-info div.con-lef h1:after {
	content:"News・Info＆Wide・Documentary";
}
body.sports div.con-lef h1:after {
	content:"Sports";
}
body.anime div.con-lef h1:after {
	content:"Anime";
}
body.mini div.con-lef h1:after {
	content:"Short Program";
}
body.shopping div.con-lef h1:after {
	content:"Shopping";
}
div.con-lef h1:after {
	display:block;
	line-height:1.5;
	font-size:12px;
	color:#999;
}

/* 3 btns */
div.con-lef nav.di2menu ul {
	display:table;
	width:100%;
}
div.con-lef nav.di2menu ul li {
	display:table-cell;
}
div.con-lef nav.di2menu ul.pglink li:last-child {
	padding-right:0;
}
div.con-lef nav.di2menu ul.pglink li a, div.con-lef nav.di2menu ul.pglink li span.nodata {
	display:block;
	color:#333;
	padding:6px;
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
	line-height:1.25;
	border-radius:12px;
}
div.con-lef nav.di2menu ul.pglink li a {
	background-color:#e70000;
	background-image:-moz-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ff0000),to(#ff0000));
	background-image:-ms-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:linear-gradient(transparent 50%, #ff0000 50%);
}
div.con-lef nav.di2menu ul.pglink li span.nodata {
	color:#999;
	background-color:#eaeaea;
	background-image:-moz-linear-gradient(transparent 50%, #e0e0e0 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#e0e0e0),to(#e0e0e0));
	background-image:-ms-linear-gradient(transparent 50%, #e0e0e0 50%);
	background-image:linear-gradient(transparent 50%, #e0e0e0 50%);
}
div.con-lef nav.di2menu ul.pglink li span.nodata span.mico {
	background-position:0 -350px;
}
div.con-lef nav.di2menu ul.pglink li a span.mico, div.con-lef nav.di2menu ul.pglink li span span.mico {
	display:block;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -150px;
	padding-left:21px;
}

/* hidden archives */
nav.di2menu div.archivehidden {
	overflow:hidden;
}
nav.di2menu div.archivebox {
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:10px;
}
nav.di2menu div.archivebox ul {
	padding:0.5em 0;
	background-color:#eaeaea;
}
nav.di2menu div.archivebox ul li {
	text-align:center;
}
nav.di2menu div.archivebox ul li a {
	color:#004eb2;
	font-size:75%;
	line-height:1.5;
	text-decoration:none;
}

/* section */
section.programs h2 {
	color:#333;
	font-size:100%;
	height:32px;
	line-height:32px;
	border-top: 3px dotted #ec316b;
	border-bottom: 3px dotted #ec316b;
	padding:0;
	margin:0;
}
section.programs h2:before {
	content:"";
	dislpay:block;
	margin-top:4px;
	width:24px;
	height:24px;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -100px;
	float:left;
	border-radius:4px;
	margin-right:8px;
}
section.programs h3 {
	color:#fff;
	text-shadow:0 2px 2px #efa429;
	font-size:100%;
	letter-spacing:0.5em;
	text-align:center;
	background-color:#ec316b;
	background-image:-moz-linear-gradient(transparent 50%, #ec316b 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ec316b),to(#ec316b));
	background-image:-ms-linear-gradient(transparent 50%, #ec316b 50%);
	background-image:linear-gradient(transparent 50%, #ec316b 50%);
	padding:0;
	margin:0;
	line-height:28px;
	height:28px;
	border-radius: 14px;
}
section.programs p.error {
	color:#7e7e7e;
	text-align:center;
	font-size:83%;
	line-height:1.5;
	margin:2em 0 4em;
}

/* days of week bar */
nav.days ul {
	display:table;
	/* パディングとボーダーを幅と高さに含める */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	/* Android2.x */
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/**/
	height: 36px;
	background-color:#efa429;
	border-radius: 18px;
	border:2px solid #efa429;
	width:100%;
	margin-bottom:10px;
}
nav.days ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #efa429;
	border-right:1px solid #efa429;
}
nav.days ul li:first-child {
	border-left: none;
}
nav.days ul li:last-child {
	border-right: none;
}
nav.days ul li a {
	display: block;
	text-decoration:none;
	font-weight:bold;
	color:#e6f0fa;
	text-shadow:0 2px 2px #efa429;
	line-height:32px;
	height:32px;
	background-color:#1a81d4;
	background-image:-moz-linear-gradient(transparent 50%, #ec316b 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ec316b),to(#ec316b));
	background-image:-ms-linear-gradient(transparent 50%, #ec316b 50%);
	background-image:linear-gradient(transparent 50%, #ec316b 50%);
}
nav#monday ul li.monday a,
nav#tuesday ul li.tuesday a,
nav#wednesday ul li.wednesday a,
nav#thursday ul li.thursday a,
nav#friday ul li.friday a,
nav#saturday ul li.saturday a,
nav#sunday ul li.sunday a {
	background-color:#efa429;
	background-image:none;
}
nav.days ul li a:hover {
	background-color:#ec316b;
	background-image: none;
}
nav.days ul li:first-child a {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
nav.days ul li:last-child a {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
nav.days ul li a span.alt {
	display:none;
}
nav.days p.all {
	text-align:left;
}
nav.days p.all a, nav.days p.all > span {
	display:block;
	color:#333;
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
	line-height:28px;
	height:28px;
	border-radius:14px;
}
nav.days p.all a:before, nav.days p.all > span:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -150px;
	float:left;
	margin-left:6px;
	margin-top:6px;
	margin-right:10px;
}
nav.days p.all a {
	background-color:#ffec66;
	background-image:-moz-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ff0000),to(#ff0000));
	background-image:-ms-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:linear-gradient(transparent 50%, #ff0000 50%);
}
nav.days p.all a:before {
	background-position:0 -150px;
}
nav.days p.all a:hover {
	background-color:#ff0000;
	background-image: none;
}
nav.days p.all > span {
	color:#999;
	background-color:#eaeaea;
	background-image:-moz-linear-gradient(transparent 50%, #e0e0e0 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#e0e0e0),to(#e0e0e0));
	background-image:-ms-linear-gradient(transparent 50%, #e0e0e0 50%);
	background-image:linear-gradient(transparent 50%, #e0e0e0 50%);
}
nav.days p.all > span:before {
	background-position:0 -350px;
}

div.box ul li a, div.boxbn ul li a {
	display:block;
	text-decoration:none;
	line-height:1.5;
	font-size:83%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
div.box ul li a span.img {
	display:block;
	border:2px solid #bfdcf3;
	background-color:#bfdcf3;
}
div.box ul li a span.lazy {
	position:relative;
	background-size:cover;
}
div.box ul li a span.lazy b {
	background-repeat:no-repeat;
}
div.box ul li a cite, div.boxbn ul li a cite {
	display:block;
	color:#ec316b;
	font-weight:bold;
	font-style:normal;
	word-break:break-all;
	word-wrap:break-word;
	line-break:strict;
	padding-bottom:0.25em;
}
div.box ul li a span.oa {
	display:block;
	color:#7b7b7b;
	word-break:break-all;
	word-wrap:break-word;
	line-break:strict;
}

nav.archive ul {
	list-style-type:none;
}
nav.archive ul:after {
	content: "";
	clear: both;
	display: block;
}
nav.archive ul li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
nav.archive ul li a {
	display:block;
	color:#333;
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
	background-color:#ffec66;
	background-image:-moz-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ff0000),to(#ff0000));
	background-image:-ms-linear-gradient(transparent 50%, #ff0000 50%);
	background-image:linear-gradient(transparent 50%, #ff0000 50%);
}
nav.archive ul li a:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	float:left;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -450px;
}


/* archive page */
section.archives h3 {
	font-size:87.5%;
	color:#4e4e4e;
	text-shadow:none;
	letter-spacing:0.1em;
	text-align:left;
	background-color:transparent;
	background-image:none;
	padding:0 0 0 8px;
	margin:0;
	line-height:25px;
	height:25px;
	border-radius: 0;
	border-left:5px solid #ec316b;
}
div.boxbn ul li {
	margin-bottom:0.25em;
}
div.boxbn ul li a cite {
	font-weight:normal;
	padding-left:19px;
}
div.boxbn ul li a:before {
	content:"";
	display:block;
	width:13px;
	height:13px;
	float:left;
	border-radius:6px;
	margin-top:3px;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -200px;
}
div.boxbn ul li span {
	display:block;
	color:#4e4e4e;
	padding-left:19px;
	font-size:75%;
	margin-bottom:0.5em;
}

p.toidx {
	float:right;
	padding-top:3px;
}
p.toidx a {
	display:block;
	padding:0 10px;
	height:32px;
	line-height:32px;
	color:#333;
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
}
p.toidx a:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin-top:8px;
	margin-right:6px;
	background-image:url(../img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -450px;
}


@media all and (min-width: 768px) {

div.con-lef main {
	padding:25px 25px 0;
}
div.con-lef h1 {
	font-size: 125%;
	margin-top:2px;
	margin-bottom:15px;
}
div.con-lef h1:before {
	margin-top:-2px;
	margin-right:14px;
}
div.con-lef nav.di2menu {
	padding-bottom:15px;
}
div.con-lef nav.di2menu ul.pglink li {
	padding-right:8px;
}
div.con-lef nav.di2menu ul.pglink li a:hover {
	background-color:#ff0000;
	background-image: none;
}
nav.di2menu div.archivebox ul li a:hover {
	text-decoration:underline;
}
section.programs {
	padding-bottom:25px;
}
section.programs h2 {
	margin-bottom:20px;
}
nav.days {
	margin:0 9px 10px;
}
nav.days p.all {
	padding-left:460px;
}
section.programs h3 {
	margin:0 9px 10px;
}
div.box {
	display:table;
	width:592px;
	margin:0 auto;
}
div.box ul {
	display:table-row;
}
div.box ul li {
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	padding-bottom:20px;
}
div.box ul li:last-child {
	padding-right:0;
}
div.box ul li:empty {
	width:184px;
}
div.box ul li a {
	/* パディングとボーダーを幅と高さに含める */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/**/
	width:184px;
}
div.box ul li.noimg a {
	border-left:5px solid #daa429;
	padding-left:6px;
}
div.box ul li a span.img {
	margin-bottom:7px;
}
div.box ul li a span.lazy {
	width:180px;
	height:115px;
}
div.box ul li a:hover span.img {
	border:2px solid #ff0000;
}
div.box ul li a:hover cite {
	text-decoration:underline;
}
div.box ul li a span.img img {	position:absolute;
	left: 0;
	top: 0;
	display:block;
	width:180px;
	height:115px;
}

section.archives {
	padding-bottom:0;
	margin-bottom:25px;
}
div.boxbn ul {
	margin:0 9px 20px;
}
div.boxbn ul:after {
	content: "";
	clear: both;
	display: block;
}
div.boxbn ul li {
	width:45%;
	padding-right:4%;
	float:left;
}
div.boxbn ul li a:hover cite {
	text-decoration:underline;
}
p.toidx a:hover {
	text-decoration:underline;
}


nav.archive ul li a {
	line-height:28px;
	height:28px;
	border-radius:14px;
	padding:0 14px 0 6px;
}
nav.archive ul li a:hover {
	background-color:#ff0000;
	background-image: none;
}
nav.archive ul li a:before {
	margin-top:6px;
	margin-right:6px;
}

}



@media all and (max-width: 767px) {

div.con-lef main {
	padding:12px 12px 0;
}
div.con-lef main h1 {
	font-size: 100%;
	margin-top:5px;
	margin-bottom:10px;
}
div.con-lef h1:before {
	margin-top:-5px;
	margin-right:10px;
}
div.con-lef nav.di2menu {
	padding-bottom:10px;
}
div.con-lef nav.di2menu ul.pglink li {
	padding-right:4px;
}
section.programs {
	padding-bottom:15px;
}
section.programs h2 {
	margin-bottom:10px;
}
nav.days {
	margin-bottom:10px;
}
nav.days p.all {
	padding-left:62%;
}
section.programs h3 {
	margin-bottom:10px;
}

div.box ul li {
	margin-bottom:8px;
}
div.box ul li a:after {
	content: "";
	clear: both;
	display: block;
}
div.box ul li a span.img {
	float:left;
	margin-right:10px;
}
div.box ul li a span.lazy {
	width:106px;
	height:68px;
}
div.box ul li a cite, div.box ul li span.oa  {
	padding-left:120px;
}
div.box ul li.noimg a cite, div.box ul li.noimg a span.oa {
	border-left:5px solid #c9e3f6;
	padding-left:6px;
}
div.box ul li.noimg a cite {
	padding-top:6px;
}
div.box ul li.noimg a span.oa {
	padding-bottom:6px;
}


nav.archive ul li a {
	line-height:26px;
	height:26px;
	border-radius:13px;
	padding:0 12px 0 5px;
}
nav.archive ul li a:before {
	margin-top:5px;
	margin-right:5px;
}


div.boxbn ul {
	margin-bottom:10px;
}

}

/*	di2 common
============================== */

body {
	background-color:#ededed;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}

/* small button */
.smbtn a {
	display:block;
	font-size:83%;
	height:28px;
	line-height:28px;
	border-radius:14px;
	color:#333;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	background-color:#ffec66;
	background-image:-moz-linear-gradient(transparent 50%, #ffe000 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ffe000),to(#ffe000));
	background-image:-ms-linear-gradient(transparent 50%, #ffe000 50%);
	background-image:linear-gradient(transparent 50%, #ffe000 50%);
	padding-left:6px;
}
.smbtn a:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	background-image:url(/um/v7/img/di2_parts.svg);
	background-position:0 -450px;
	background-repeat:no-repeat;
	float:left;
	margin-right:6px;
	margin-top:6px;
	border-radius:8px;
}

@media all and (min-width: 768px) {

div.con-bg {
	min-width:980px;
	position:relative;
	background-color:#ec316b;
	background-image:url(../img/di2_pc_bg.svg);
	padding:30px 0;
}
div.con-bg div.cover {
	width:980px;
	margin:0 auto;
}
div.con-bg div.cover:after {
	content: "";
	clear: both;
	display: block;
}
div.con-bg div.cover div.con-lef {
	float:left;
	width:660px;
	background-color:#fff;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	border-radius:24px;
}
div.single div.cover {
	width:920px;
	background-color:#fff;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 1px;
	border-radius:24px;
}

p.smbtn a:hover {
	background-color:#ffe000;
}

}


@media all and (max-width: 767px) {

div.con-lef {
	background-color:#fff;
}
div.single div.cover main {
	padding:10px;
	background-color:#fff;
}

}


@media all and (min-width: 768px) and (max-width: 979px)  {

div.single {
	padding:25px 0;
}
div.single div.cover {
	width:auto;
	margin:0 25px;
}
div.single div.cover main {
	padding:20px;
}

}

@media all and (min-width: 980px) {
div.single div.cover main {
	padding:25px;
}
}

/*	di2 right column
============================== */

/* layout */
div.con-rig ul {
	list-style-type:none;
}
div.con-rig img {
	display:block;
}
span.lazy b {
	background-repeat:no-repeat;
}
/* aside banner */
div.con-rig aside.bnrs ul li {
	margin-bottom:10px;
}
div.con-rig aside.bnrs ul li a {
	display:block;
	border:5px solid #fff;
	text-decoration:none;
}
div.con-rig aside.bnrs ul li span {
	display:block;
	background-color:#00203a;
}
div.con-rig aside.bnrs ul li span.lazy {
	position:relative;
	width:210px;
	height:118px;
	background-size:cover;
	background-color:#999;
}
div.con-rig aside.bnrs ul li span.lazy img {
	border:0;
	width:210px;
	height:118px;
}
div.con-rig aside.bnrs ul li span.txt {
	color:#cce0f4;
	line-height:1.5;
	font-size:75%;
	padding:8px;
	word-break:break-all;
	word-wrap:break-word;
	line-break:strict;
}

/* pickup */
div.con-rig section.pickup h2 {
	padding:0 10px;
	background-color:#4e4e4e;
}
div.con-rig section.pickup h2 > span {
	display:block;
	padding:0 5px;
	font-size:87.5%;
	color:#fff;
	height:35px;
	line-height:35px;
	background-image:-moz-linear-gradient(transparent 50%, #333 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#333),to(#333));
	background-image:-ms-linear-gradient(transparent 50%, #333 50%);
	background-image:linear-gradient(transparent 50%, #333 50%);
}
div.con-rig section.pickup h2 > span:before {
	content:"";
	background-image:url(/um/v7/img/di2_parts.svg);
	background-repeat:no-repeat;
	background-position:0 -400px;
	display:block;
	float:left;
	width:21px;
	height:21px;
	margin-top:7px;
	margin-right:8px;
}
div.con-rig section.pickup h2 span a {
	color:#fff;
	text-decoration:none;
}
div.con-rig section.pickup h2 > span b {
	display:block;
	font-size:87.5%;
	text-align:right;
	margin-top:-35px;
}
div.con-rig section.pickup div.inner {
	background-color:#fff;
}
div.con-rig section.pickup p.p-footer {
	background-color:#4e4e4e;
	color:#fff;
	font-size:67.5%;
	padding:0.75em 1em 0.5em;
	line-height:1.5;
}

/* sports portal site */
section.genre div.inner ul li {
	float:left;
	background-size:147px;
	background-image:url(../img/bn_portal.jpg?20190708);
	background-repeat:no-repeat;
	margin-right:6px;
	margin-bottom:6px;
}
section.genre div.inner ul li:nth-child(1) {
	background-position:left top;
}
section.genre div.inner ul li:nth-child(2) {
	background-position:0 -50px;
}
section.genre div.inner ul li:nth-child(3) {
	background-position:0 -100px;
}
section.genre div.inner ul li:nth-child(4) {
	background-position:0 -150px;
}
section.genre div.inner ul li:nth-child(5) {
	background-position:0 -200px;
}
section.genre div.inner ul li:nth-child(6) {
	background-position:0 -250px;
}

section.genre div.inner ul li:nth-child(7) {
	background-position:0 -300px;
}
section.genre div.inner ul li:nth-child(8) {
	background-position:0 -350px;
}

section.genre div.inner ul li:nth-child(even) {
	margin-right:0;
}
section.genre div.inner ul li a {
	display:block;
	width:147px;
	height:50px;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}

/* ranking */
div.con-rig section.ranking h2 > span:before {
	background-position:-25px -400px;
}
div.con-rig section.ranking div.inner ol li {
	border-bottom:1px dotted #999;
	/*padding:15px 10px 15px 31px;*/
	margin-bottom:15px;
}
div.con-rig section.ranking div.inner ol li:last-child {
	margin-bottom:0;
	border-bottom:none;
}
div.con-rig section.ranking div.inner ol li:before {
	content:"";
	background-image:url(/um/v7/img/di2_ranking.svg);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	float:left;
	width:31px;
	height:21px;
}
div.con-rig section.ranking div.inner ol li.s1:before {background-position:5px 0;}
div.con-rig section.ranking div.inner ol li.s2:before {background-position:5px -21px;}
div.con-rig section.ranking div.inner ol li.s3:before {background-position:5px -42px;}
div.con-rig section.ranking div.inner ol li.s4:before {background-position:5px -63px;}
div.con-rig section.ranking div.inner ol li.s5:before {background-position:5px -84px;}
div.con-rig section.ranking div.inner ol li.s6:before {background-position:5px -105px;}
div.con-rig section.ranking div.inner ol li.s7:before {background-position:5px -126px;}
div.con-rig section.ranking div.inner ol li.s8:before {background-position:5px -147px;}
div.con-rig section.ranking div.inner ol li.s9:before {background-position:5px -168px;}
div.con-rig section.ranking div.inner ol li.s10:before {background-position:5px -189px;}
div.con-rig section.ranking div.inner ol li.s11:before {background-position:5px -210px;}
div.con-rig section.ranking div.inner ol li.s12:before {background-position:5px -231px;}
div.con-rig section.ranking div.inner ol li.s13:before {background-position:5px -252px;}
div.con-rig section.ranking div.inner ol li.s14:before {background-position:5px -273px;}
div.con-rig section.ranking div.inner ol li.s15:before {background-position:5px -294px;}
div.con-rig section.ranking div.inner ol li.s16:before {background-position:5px -315px;}
div.con-rig section.ranking div.inner ol li.s17:before {background-position:5px -336px;}
div.con-rig section.ranking div.inner ol li.s18:before {background-position:5px -357px;}
div.con-rig section.ranking div.inner ol li.s19:before {background-position:5px -378px;}
div.con-rig section.ranking div.inner ol li.s20:before {background-position:5px -399px;}

div.con-rig section.ranking div.inner ol li div.rank {
	padding:0 10px 15px 31px;
}
div.con-rig section.ranking div.inner ol li:last-child div.rank {
	padding-bottom:11px;
}
div.con-rig section.ranking div.inner ol li div.rank > a {
	float:left;
	margin-right:15px;
}
div.con-rig section.ranking div.inner ol li div.rank div.text {
	padding-left:135px;
}
div.con-rig section.ranking div.inner ol li div.rank p {
	line-height:1.5;
	font-size:83%;
	margin-bottom:0.5em;
}
div.con-rig section.ranking div.inner ol li > a {
	display:block;
	line-height:1.5;
	font-size:75%;
	text-decoration:none;
	color:#4e4e4e;
	padding-right:15px;
	margin-bottom:10px;
}
div.con-rig section.ranking div.inner ol li div.rank p.price {
	text-align:right;
	font-weight:bold;
	color:#c00;
	padding-right:5px;
}

/* Yellow button */
div.con-rig p.smbtn {
	float:right;
	width:130px;
	font-size:100% !important;
	margin-bottom:0 !important;
}

/* 2column banner */
div.con-rig section.bnr2 ul li {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
div.con-rig section.bnr2 ul li:nth-child(even) {
	margin-right:0;
}
div.con-rig section.bnr2 ul li a {
	display:block;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
	background-size:300px;
	background-repeat:no-repeat;
}
div.con-rig section.bnr2 ul li a span {
	display:block;
	width:300px;
	height:169px;
}

div.con-rig section.bnr2 ul li a {
	background-image:url(../img/sports-banner.jpg);
}
div.con-rig section.bnr2 ul li:nth-child(2) a {
	background-position:0 -50px;
}

/* news-info net-geinou */
#js-newsi {
	display:none;
}
section.geinou div.photo,
section.newsi div.photo {
	background-color:#99c7ec;
	background-size:cover;
}
section.geinou div.photo img,
section.newsi div.photo img {
	width:270px;
	height:152px;
}
section.geinou div.inner > a,
section.newsi div.inner > a {
	text-decoration:none;
	display:block;
	width:270px;
	margin:0 auto;
}
section.geinou div.inner h3, section.geinou div.inner p,
section.newsi div.inner h3, section.newsi div.inner p {
	color:#0073cf;
	line-height:1.5;
}
section.geinou div.inner h3,
section.newsi div.inner h3 {
	font-size:87.5%;
	margin-bottom:0.25em;
}
section.geinou div.inner p.date,
section.newsi div.inner p.date {
	font-size:75%;
}
section.geinou div.inner p.txt,
section.newsi div.inner p.txt {
	color:#4e4e4e;
	font-size:83%;
	margin-bottom:10px;
}

@media all and (min-width: 768px) {

/* layout */
div.con-rig {
	float:right;
	width:300px;
	padding-bottom:70px;
}
div.con-rig div.recta {
	width:300px;
	height:250px;
	overflow:hidden;
	margin-bottom:20px;
}

/* aside banner */
div.con-rig aside.bnrs {
	padding-bottom:10px;
}
div.con-rig aside.bnrs ul {
	margin:0 40px;
}
div.con-rig aside.bnrs ul li a:hover {
	border:5px solid #ffe003;
}

/* pickup */
div.con-rig section.pickup {
	border-bottom:4px solid #4e4e4e;
	margin-bottom:20px;
}
div.con-rig section.pickup h2 {
	border-radius: 10px 10px 0 0;
}
div.con-rig section.pickup div.inner {
	padding-top:15px;
	padding-bottom:9px;
}

/* 2column banner */
div.con-rig section.bnr2 {
	padding-bottom:14px;
}

/* sports */
div.con-rig section.genre div.inner {
	padding-top:6px;
	padding-bottom:0px;
}


/* news-info net-geinou */
section.geinou div.photo,
section.newsi div.photo {
	margin-bottom:15px;
}
section.geinou div.inner a:hover h3, section.geinou div.inner a:hover p,
section.newsi div.inner a:hover h3, section.newsi div.inner a:hover p {
	text-decoration:underline;
}

}



@media all and (max-width: 767px) {

/* layout */
div.con-rig {
	background-color:#eaeaea;
}
div.con-rig div.recta {
	width:300px;
	margin:0 auto;
	padding:10px 0;
}

/* aside banner */
div.con-rig aside.bnrs {
	background-color:#005090;
	background-image:url(../img/di2_bg_dot_w.svg);
	background-repeat:repeat;
	background-position:left top;
	padding:20px 0 10px;
}
div.con-rig aside.bnrs ul {
	width:220px;
	margin:0 auto;
}

/* pickup */
div.con-rig section.pickup div.inner {
	padding-top:10px;
	padding-bottom:4px;
}

/* sports portal site */
section.genre div.inner ul {
	width:300px;
	margin:0 auto;
}

/* 2column banner */
div.con-rig section.bnr2 {
	padding:10px 0 4px;
	background-color:#002e53;
}
div.con-rig section.bnr2 div.inner {
	width:300px;
	margin:0 auto;
}

/* news-info net-geinou */
section.geinou div.photo,
section.newsi div.photo {
	margin-bottom:10px;
}

}






























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


/*	aside.sns
============================== */
aside.sns {
	background-color:#ec316b;
}
aside.sns div.inner {
	text-align:left;
}
div#f-tl-fb {
	background-color:#3C5A99;
}
div#f-tl-tw {
	background-color:#1DA1F2;
}
div#f-tl-tw div.tl-inner {
	background-color:#fff;
}

.f-tl-hd { height:50px; }
#f-tl-fb h2,#f-tl-tw h2 { float:left; display:block; height:100%; background:center center; background-size:cover; text-indent:-9999px; }
#f-tl-fb h2 { width:191px; background-image:url(../img/f_tl_fb_ttl.png); }
#f-tl-tw h2 { width:174px; background-image:url(../img/f_tl_tw_ttl.png); }
.f-tl-btn { float:right; width:89px; height:100%; margin-right:16px; }
.f-tl-btn a { display:block; width:100%; height:100%; background:center center no-repeat; background-size:89px auto; text-indent:-9999px; outline:none; opacity:1; }
.f-tl-btn a:hover { opacity:0.7; }
#f-tl-fb .f-tl-btn a { background-image:url(../img/f_tl_fb_btn.png); }
#f-tl-tw .f-tl-btn a { background-image:url(../img/f_tl_tw_btn.png); }

@media all and (min-width: 768px) {
aside.sns {
	padding:30px 0;
}
aside.sns div.inner {
	width:980px;
	margin:0 auto;
}
div.sns-wrap {
	width:475px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 4px 4px;
}
div#f-tl-fb {
	float:left;
}
div#f-tl-tw {
	float:right;
}
}
@media all and (max-width: 767px) {
div.sns-wrap {
	padding-bottom:5px;
}
div#f-tl-tw div.f-tl-box {
	margin:0 26px;
}
div#f-tl-tw div.tl-inner {
	margin:0 26px;
}


.f-tl-hd { height:40px; }
#f-tl-fb h2 { width:153px; }
#f-tl-tw h2 { width:139px; }
.f-tl-btn { margin-right:10px; }

}

/*	SNS buttons
============================== */
div.sns-btns {
}
@media all and (min-width: 768px) {
div.sns-btns {
	width:320px;
	margin:10px auto 10px;
	padding:10px 0 7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.sns-btns div.tw {
	width:100px;
	float:left;
	margin-left:40px;
}
div.sns-btns div.fb {
	float:right;
}
}
@media all and (max-width: 767px) {
div.sns-btns {
	background-color:#ec316b;
	padding:10px 0 7px;
	text-align:center;
}
div.sns-btns div.tw, div.sns-btns div.fb {
	display:inline-block;
}
div.sns-btns div.tw {
	margin-left:40px;
	padding-right:10px;
}
}


/*	back to top
============================== */
p.backtotop {
	z-index:20;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}

p.backtotop a, p.backtotop span {
	display:block;
}
p.btot-on, p.btot-off {
	position:fixed;
}
@media all and (min-width: 768px) {
p.backtotop {
	transition-property:bottom;
}
p.btot-on {
	right:40px;
	bottom:40px;
}
p.btot-off {
	right:40px;
	bottom:-120px;
}
p.backtotop a {
	background-image:url(../img/pagetop.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:60px;
	height:60px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.backtotop {
	min-width:320px;
	transition-property:bottom;
}
p.btot-on, p.btot-off {
	width:100%;
}
p.btot-on {
	bottom:0;
}
p.btot-off {
	bottom:-40px;
}
p.backtotop a {
	position:relative;
	text-decoration:none;
	color:#fff;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
	background-color:hsla(217,77%,27%,0.75);

	height:40px;
}
p.backtotop a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:83%;
	font-weight:bold;
}
p.backtotop a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image:url(../img/arrow16.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:16px 100px;
	width:16px;
	height:16px;
	background-color:#fff;
	border-radius:8px;
}
}

/* 	youtube
============================== */
.nt { display: none;}
#movie_sp { box-sizing: border-box; width: 96%; margin: 0 auto;}
.movie_all { box-sizing: border-box; width: 100%; margin: 0 auto 5px auto; background: rgba(0, 0, 0, 1);}
.movie_sp { width: 100%; height: 0; padding-top: 56.25%; position: relative; z-index: 100; overflow: hidden;}
.movie_sp iframe { box-sizing: border-box; width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0; overflow: hidden;}
.movie_sp .nojs { width: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit- transform: translate(-50%, -50%); color: rgba(0, 0, 0, 1);}
.movie_sp .imgsp { box-sizing: border-box; width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain;}
