/* ===========================================
	TBS di2 program
=========================================== */

/* link */
a:link {
	text-decoration:underline;
	color:#ff7b00;
}
a:visited {
	text-decoration:none;
	color:#ff7b00;
}
a:active {
	text-decoration:none;
	color:#ff7b00;
}
a:hover {
	text-decoration:none;
	color:#ff7b00;
}

/*	title
============================== */

div.title h1 {
	color:#333;
	line-height:1.4;
}
div.title p {
	line-height:1.5;
	font-weight:bold;
	color:#0073cf;
	margin-bottom:0.25em;
}


/*	main image
============================== */

div.mainimg {
	border:2px solid #b3d5f1;
}
div.mainimg span {
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
}
div.mainimg span img {
	display:block;
}
div.mainimg .lazy {
	position:relative;
}


/*	section
============================== */

section.unit h2 {
	color:#333;
	font-size:100%;
	height:32px;
	line-height:32px;
	border-top: 3px dotted #bfdcf3;
	border-bottom: 3px dotted #bfdcf3;
	padding:0;
}
section.unit h2:before {
	content:"";
	dislpay:block;
	margin-top:4px;
	width:24px;
	height:24px;
	background-image:url(../img/di2_program.svg);
	background-repeat:no-repeat;
	background-position:2px -88px;
	float:left;
	background-color:#0073cf;
	border-radius:4px;
	margin-right:8px;
}
section.unit p {
	line-height:1.6;
}


section.unit p.smbtn a {
	font-size:100%;
}

section.unit p.btn a {
	display:block;
	color:#333;
	text-align:center;
	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%);
}

.player-box {
	position: relative;
	height: 0;	
	padding-top: 56.25%;
}
.player-box iframe, .player-box video, .player-box .fp-player, .player-box .tbs-player, .player-box object {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
}

section.unit iframe {
	border: none;
}

/*	text
============================== */

.tCenter {
	text-align:center !important;
}
.tBig {
	font-size:150% !important;
}
.cBlue {
	color:#0073cf;
}
.cRed {
	color:#c00;
}
.cGray {
	color:#909090;
}



/*	sns
============================== */

div.sns-icons:after {
	content: "";
	clear: both;
	display: block;
}
section.unit p.sns-icon {
	font-size:100%;
	height:30px;
	line-height:30px;
	padding-right:20px;
	margin:0 0 12px;
}
section.unit p.sns-icon a {
	display:block;
	text-decoration:none;
	color:#727272;
}
section.unit p.sns-icon a:before {
	content: "";
	display:block;
	width:30px;
	height:30px;
	background-image:url(../img/gf_sns.png);
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	margin-right:12px;
	border-radius:5px;
}
section.unit p.sns-tw a:before {
	background-position:0 -30px;
}
section.unit p.sns-fb a:before {
	background-position:left top;
}
section.unit p.sns-yt a:before {
	background-position:0 -60px;
}
section.unit p.sns-ln a:before {
	background-position:0 -90px;
}
section.unit p.sns-ig a:before {
	background-position:0 -120px;
}
section.unit p.sns-gg a:before {
	background-position:0 -150px;
}



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

div.con-lef main {
	padding:0 28px;
}

div.title {
	padding:25px 0 12px 20px;
	margin-bottom:15px;
	background-image:url(../img/di2_program_title.svg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
div.title h1 {
	font-size:125%;
}
div.title p {
	font-size:100%;
}

div.mainimg, section.unit div.player-border {
	border-radius:6px;
	background-color:#e6f1fa;
	background-image:-moz-linear-gradient(transparent 50%, #cce3f5 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#cce3f5),to(#cce3f5));
	background-image:-ms-linear-gradient(transparent 50%, #cce3f5 50%);
	background-image:linear-gradient(transparent 50%, #cce3f5 50%);
}
div.mainimg {
	margin-bottom:12px;
}
div.mainimg span {
	border:10px solid transparent;
}
div.mainimg span img {
	width:580px;
	height:326px;
}


div.di2menu {
/*
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/	
	padding:8px 20px;
	background-color:#80b9e7;
	border:2px solid #cce3f5;
	background-color:#0073cf;
	border:2px solid #66abe2;
	border-radius:20px;
	margin-bottom:15px;
/*
	background-image:-moz-linear-gradient(transparent 50%, #4d9ddd 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#4d9ddd),to(#4d9ddd));
	background-image:-ms-linear-gradient(transparent 50%, #4d9ddd 50%);
	background-image:linear-gradient(transparent 50%, #4d9ddd 50%);
*/
}
div.di2menu ul:after {
	content: "";
	clear: both;
	display: block;
}
div.di2menu h2 {
	display:none;
}
div.di2menu ul li {
	float:left;
	padding-right:1em;
/*
	border-left:1px solid #005ca6;
	border-right:1px solid #005ca6;
*/
}
div.di2menu ul li:first-child {
	border-left:none;
}
div.di2menu ul li:last-child {
	border-right:none;
}
div.di2menu ul li a {
	display:block;
	color:#e6f0fa;
	text-shadow:0 2px 2px #005090;
	font-size:87.5%;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
	height:25px;
}
div.di2menu ul li a:before {
	content:"";
	width:15px;
	height:15px;
	background-image:url(../img/di2_program.svg);
	background-repeat:no-repeat;
	background-position:0 -60px;
	float:left;
	margin-top:5px;
	margin-right:6px;
	border-radius:8px;
	text-shadow:0 2px 2px #005090;
}
div.di2menu ul li a:hover {
	color:#fff;
	/*text-shadow:0 2px 2px #000;*/
}

section.unit h2 {
	margin-bottom:15px;
}
section.unit {
	margin-bottom:30px;
}
section.fl-left {
	width:295px;
	float:left;
	margin-bottom:0;
}
section.fl-right {
	width:295px;
	float:right;
	margin-bottom:0;
}

section.unit div.player-border {
	border:2px solid #b3d5f1;
	margin:0 15px 15px;
	padding:10px;
}

section.unit p {
	font-size:87.5%;
	margin:0 15px 21px;
}


section.unit p.btn {
	font-size:100%;
	padding:0 120px;
}
section.unit p.btn a {
	height:36px;
	line-height:36px;
	border-radius:12px;
}
section.unit p.btn a:hover {
	background-color:#ffe000;
	background-image:none;
}

div.block2:after {
	content: "";
	clear: both;
	display: block;
	padding-bottom:15px;
}

section.unit p.sns-icon {
	float:left;
}

section.unit p.sns-icon a:hover {
	text-decoration:underline;
}

section.unit p.smbtn {
	margin-right:66%;
}

}



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

div.con-lef main {
	padding:12px 12px 1px;
}
div.title {
	padding:8px 12px 7px 8px;
	border-left:12px solid #4096db;
	margin-left:-12px;
	margin-bottom:12px;
}
div.title h1 {
	font-size:87.5%;
}
div.title p {
	font-size:83%;
}
div.mainimg {
	margin-bottom:12px;
}
div.mainimg span {
	position:relative;
	height:0;
	padding-top:56%;
}
div.mainimg span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

div.di2menu {
	border-radius:10px;
	padding:0 12px;
	margin-bottom:12px;
	background-color:#0073cf;
	border:2px solid #66abe2;
}
div.di2menu h2 {
	background-image:url(../img/di2_program.svg);
	background-position:right top;
	background-repeat:no-repeat;
	cursor: pointer;
	font-size:100%;
	line-height:45px;
	height:45px;
	color:#e6f1fa;
}
div.di2menu ul {
	list-style-type:none;
}
div.di2menu ul li {
	border-bottom:1px solid #005090;
}
div.di2menu ul li:last-child {
	border-bottom:none;
}
div.di2menu ul li a {
	display:block;
	background-image:url(../img/di2_program.svg);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:none;
	line-height:41px;
	height:41px;
	font-size:83%;
	color:#e6f0fa;
}
div.di2menu .hidebox {
	display:block;
	border-top:2px dotted #b2d6f4;
	padding:10px 0;
}

section.unit {
	margin-bottom:12px;
}
section.unit h2 {
	margin-bottom:10px;
}
section.unit p {
	font-size:87.5%;
	margin-bottom:12px;
}
section.unit p.btn {
	padding:0 50px;
}
section.unit p.btn a {
	height:32px;
	line-height:32px;
	border-radius:16px;
}

section.unit div.player-border {
	padding:2px;
	background-color:#b3d5f1;
	margin-bottom:10px;
}

section.unit p.smbtn {
	margin-right:55%;
}





}



.fp-causion {
	color:#4e4e4e;
	line-height:1.25;
	text-align:center;
}
@media all and (min-width: 768px) {
.fp-causion {
	font-size:75% !important;
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
.fp-causion {
	font-size:67.5% !important;
	/*background-color:#D6D6D6;*/
	padding-bottom:10px;
}
}





section.unit ul.liitem:after {
	content: "";
	clear:both;
	display:block;
}
section.unit ul.liitem li {
	line-height:1.5;
	float:left;
	margin-bottom:0.2em;
}
section.unit ul.liitem li:before {
	content:"";
	display:block;
	background-image:url(../img/di2_program.svg);
	background-repeat:no-repeat;
	background-position:0 -196px;
	width:13px;
	height:19px;
	float:left;
	margin-right:5px;
}
@media all and (min-width: 768px) {
section.unit ul.liitem {
	margin:0 15px 21px;
}
section.unit ul.liitem li {
	font-size:87.5%;
}
section.unit ul.li4 li {
	width:25%;
}
section.unit ul.li3 li {
	width:33%;
}
section.unit ul.li2 li {
	width:49%;
}
}
@media all and (max-width: 767px) {
section.unit ul.liitem {
	margin-bottom:15px;
}
section.unit ul.liitem li {
	font-size:83%;
	width:50%;
}
}


/*	sns icons
=================================== */
div.social {
}
div.social:after {
	content: "";
	clear: both;
	display: block;
}
div.social div.tw, div.social div.fb {
	float:left;
}
div.social div.tw {
	padding-right:20px;
}
div.social div.fb iframe {
	width:140px;
	height:21px;
	overflow:hidden;
}
@media all and (min-width: 768px) {
div.social {
	padding:0 0 10px;
}
}
@media all and (max-width: 767px) {
div.social {
	padding:0 0 10px;
}
}

/* TBS FREE
=================================== */
section.unit p.tbsfree {
	background-image:url(../img/di2/program/bn_free.png);
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit p.tbsfree a {
	display:block;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
#bknm ul{
dispaly:block;
}
#bknm li{
dispaly:block;
float:left;
margin:0 1.0em 0.5em 0;
}

/* PC only */
@media screen and (min-width: 768px) {

section.unit p.tbsfree {
	width:440px;
	height:180px;
	margin:0 auto 15px;
}
section.unit p.tbsfree a {
	width:440px;
	height:180px;
}
section.unit p.tbsfree a:hover {
	background-color:#ffea4e;
	opacity:0.5;
}

}


/* SMP only */
@media screen and (max-width: 767px) {

section.unit p.tbsfree {
	width:220px;
	height:90px;
	margin:0 auto 10px;
}
section.unit p.tbsfree a {
	width:220px;
	height:90px;
}

}

/* ▼ 20190725 add */
@media print {
	.noprint {display:none !important;}
}

section.unit .c-dib{
	display: inline-block;
}

section.unit p.photo{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	text-align: center !important;
}
section.unit img.prgimg100100 {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.br-pc { display:block; }
	.br-sp { display:none; }
section.unit img.prgimg10090 {max-width: 100%;height: auto;}
section.unit img.prgimg10080 {max-width: 100%;height: auto;}
section.unit img.prgimg10070 {max-width: 100%;height: auto;}
}
@media screen and (max-width: 767px) {
	.br-pc { display:none; }
	.br-sp { display:block; }
section.unit img.prgimg10090 {max-width: 90%;height: auto;}
section.unit img.prgimg10080 {max-width: 80%;height: auto;}
section.unit img.prgimg10070 {max-width: 70%;height: auto;}
}
/* ▲ 20190725 add */

/*	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:#0073cf;
	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(/sports/um/v7/img/bn_portal.jpg?201805);
	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(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:147px;
	background-repeat:no-repeat;
}
div.con-rig section.bnr2 ul li a span {
	display:block;
	width:147px;
	height:50px;
}

div.con-rig section.bnr2 ul li a {
	background-image:url(/sports/um/v7/img/bn2.png);
}
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;
}

}
/*	page top
============================== */

p.pgt a {
	display:block;
	text-decoration:none;
}
@media all and (min-width: 768px) {
	p.pgt {
		position:absolute;
		right:20px;
		/*bottom:-9px;*/
		bottom:0;
	}
	p.pgt a {
		background-image:url(../img/gf_pagetop.png);
		background-position:left top;
		background-repeat:no-repeat;
		background-size:cover;
		width:152px;
		height:102px;
		font-size:2px;
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media all and (max-width: 767px) {
	p.pgt {
		text-align:center;
	}
	p.pgt a {
		font-weight:bold;
		color:#fff;
		background-color:#0073cf;
		line-height:49px;
		height:49px;
	}
	p.pgt a span {
		display:inline-block;
		height:49px;
		background-image:url(../img/gf_parts.svg);
		background-position:0 -216px;
		background-repeat:no-repeat;
		padding-left:28px;
	}
}

/*	copyright
============================== */

p.copyright {
	color:#4e4e4e;
	text-align:center;
	line-height:1.25;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
p.copyright a {
	color:#177bd6;
	text-decoration:underline;
}
@media all and (min-width: 768px) {
	p.copyright {
		width:980px;
		margin:20px auto 0;
		padding-bottom:30px;
		font-size:83%;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		margin-top:20px;
		padding:0 15px 30px;
		font-size:75%;
	}
}
