﻿/*/////////////////////////////////////////////////////////////////////////
default_CSS
/////////////////////////////////////////////////////////////////////////*/
body {font-size:100%;font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
body, h1, h2, h3, h4, h5, div, p, dl, dt, dd, ol, ul, li, form, table, caption, tbody, tfoot, thead, tr, th, td, article { margin:0; padding:0; font-weight: normal; font-size:100%; box-sizing: border-box;}
img { border:none;}
hr { display: none !important;}
ul { list-style:none;}
.alt{ position:absolute; top:-5000px; left:-9999px;}
.relative { position: relative;}
.hid{visibility: hidden;}
.yellow{ font-weight:bold;color:#fcaa16;}
.blue{ font-weight:bold;color:#282657;font-style: italic; }
.blue2{ font-weight:bold;color:#2d3039;}
.red{ font-weight:bold;color:#ff0000;}
.bold { font-weight:bold;}
.normal { font-weight:normal;}
/*画像保護用*/
.cover {width:100%; height:100%;}
/*float*/
.floatL { float:left;}
.floatR { float:right;}
.clearboth{clear:both;}
.clearboth hr{display:none;}
.clearfloat { height:1px; font-size:1%; clear:both; display:block; background: transparent;}
.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix { min-height:1px;}
* html .clearfix {height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
/*font*/
.tCenter { text-align:center !important}
.tRight { text-align:right !important}
.tLeft { text-align:left !important}


/*font-size*/
html { font-size: 62.5%;}
body { font-size: 1.6rem;}
h1 { font-size: 3.2rem;}
h2 { font-size: 2.4rem;}
h3 { font-size: 2.2rem;}
h4 { font-size: 2.0rem;}
p { font-size: 1.6rem;}
.f160-1 { font-size:160%;color:#f6b44c;}
.f160 { font-size:160%;color:#ff0000;}
.f160-2 { font-size:160%;color:#f49c0f;}
.f140 { font-size:140%;}
.f120 { font-size:120%;}
.f110 { font-size:110%;}
.f90 { font-size:90%;}
.f85 { line-height:normal; font-size:85% !important}
.f65 { line-height:normal; font-size:65% !important}
.f45 { line-height:normal; font-size:45% !important}
/*link*/
a { text-decoration:none; color:#282657;}
a:hover { text-decoration:underline; color:#282657;}
#gotop a,#movie ul li span,#insta a,a.btn_m,footer #sns ul li a,a.btn_dt,#bn_sch a,ul.pool a,#prevnext ul li a,ul.gllist li,#glthumb ul li,ul.bknm li a {text-decoration:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#gotop a:hover,#movie ul li span:hover,#insta a:hover,a.btn_m:hover,footer #sns ul li a:hover,#bn_sch a:hover,#prevnext ul li a:hover,ul.gllist li:hover,#glthumb ul li:hover{text-decoration:none; filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
.no-link{ pointer-events: none; cursor: default; text-decoration:none; filter:alpha(opacity=30); -moz-opacity:0.30; opacity:0.30;}


.song-name{background: url(../img/song-name.jpg) no-repeat 0 0; width:800px; height:122px; margin:0px auto; padding:0; }


/*	menu
============================== */
.menu {
	width:980px;
	margin:5px auto;
	background-color: #022c80;
	background-image: -webkit-linear-gradient( #0055ff 0%, #022c80 100%);
	background-image: linear-gradient( #0055ff 0%, #022c80 100%);
}
.menu ul li a {
	text-decoration:none;font-weight:bold;
}
.menu ul li.nolink a {
	opacity:0.3;
	cursor:default;
}
@media all and (min-width: 768px) {
.menu_btn {display:none;}
.menu ul {
	display:table;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu ul li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.menu ul li a, div.menu ul li a > span {
	display:block;
}
.menu ul li a{
	font-size:120%;
	color:#fff;
	/*font-weight:bold;*/
	padding:1em 0;
	line-height:1.25;
	position:relative;
}
.menu ul li a:not(.stay){
	text-shadow:0px 1px 1px hsla(0,0%,0%,0.2);
}
.menu ul .m_onair:not(.nolink) a:after,
.menu ul .m_movie:not(.nolink) a:after,
.menu ul .m_commentator:not(.nolink) a:after,
.menu ul .m_qa:not(.nolink) a:after,
.menu ul .m_song:not(.nolink) a:after{
	content:"";
	width:100%;
	height:0px;
	background-color:#ff2f3b;
	display:block;
	position:absolute;
	bottom:0;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration: 200ms;
	transition-timing-function:ease-in-out;
	-webkit-transform: height;
	transform:  height;
}
.menu ul li:not(.nolink) a:hover:after {
	height:5px;
}
.menu ul li a > span {
	padding:0 0.5em;
}
.m_top{
	background-color: #bc2f3b;
	background-image: -moz-linear-gradient( #ff2f3b 0%, #bc2f3b 100%);
	background-image: -webkit-linear-gradient( #ff2f3b 0%, #bc2f3b 100%);
	background-image: linear-gradient( #ff2f3b 0%, #bc2f3b 100%);
	width: 80px;
}
.m_top a span{
	color: #FFFFFF;
	font-family: 'Corbel','DIN Alternate',sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-shadow:0px 1px 0px #bc2f3b;
}
.menu li a span:after{
	font-size: 60%;
	display: block;
	padding-top: 5px;
	color: #9fc1e1;
	font-family: 'Corbel','DIN Alternate',sans-serif;
}
.m_onair span:after{ content:"ON AIR SCHEDULE";}
.m_movie a span:after{ content:"MOVIES";}
.m_song a span:after{ content:"THEME SONG";}
.m_commentator a span:after{ content:"COMMENTATOR";}
.m_qa a span:after{ content:"QUESTION";}
#onair .menu ul .m_onair  a:after,
#movie .menu ul .m_movie a:after,
#commentator .menu ul .m_commentator a:after,
#qa .menu ul .m_qa a:after,
#song .menu ul .m_song a:after {height:5px;}

}
@media all and (max-width: 767px) {
.menu {width:90%;
	padding:6px;
}
.menu nav {
	text-align:left;
	background-color:hsla(0,0%,0%,0.25);
	border-radius:10px;
	overflow:hidden;
}
.menu nav > div {
	overflow:hidden;
}
.menu nav .menu_btn > span,
.menu nav ul li a, .menu nav ul li a > span, .menu nav ul li a > span:after {
	display:block;
}
.menu nav > div.m-off > ul, .menu nav > div.m-off > div {
	display:none;
}
.menu nav ul:after {
	content:"";clear:both;display:block;
}
.menu nav ul li {
	width:50%;
	float:left;
}
.menu nav .menu_btn span, .menu nav ul li a {
	-webkit-tap-highlight-color: hsla(0,0%,100%,0);
	background-image:url(../img/pulldown.svg);
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:1px 1px 3px hsla(0,0%,0%,0.5);
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
	line-height:44px;
	height:44px;
	padding:0 10px;
}
.menu nav .menu_btn:after, .menu nav ul li:after {
	content:"";
	display:block;
	margin:0 10px;
}
.menu nav > div.m-on > .menu_btn:after {
	border-bottom:2px solid #082349;
}
.menu nav > div.m-off > .menu_btn:after {
	border-bottom:2px solid transparent;
}
.menu nav ul li:after {
	border-bottom:2px dotted #082349;
}
.menu nav ul li:last-child:after,
.menu nav ul li:nth-last-child(2):after {
	border-bottom:2px dotted transparent;
}
.menu nav > div.m-on > .menu_btn span {
	background-position:right bottom;
}
.menu nav > div.m-off > .menu_btn span {
	background-position:right top;
}
.menu nav ul li a {
	background-position:right center;
}
}


/*/////////////////////////////////////////////////////////////////////////
コンテンツ用CSS／オリジナル設定
/////////////////////////////////////////////////////////////////////////*/
html, body, div#con-body {	background-color: #022c80;
	background-image: -webkit-linear-gradient( #0055ff 0%, #022c80 100%);
	background-image: linear-gradient( #0055ff 0%, #022c80 100%);
	letter-spacing: 1px;}
#con-body {background-color:transparent;	}
header{height:200px;}
header h1,header a { background: url(../img/header.jpg) no-repeat 0 0; width:980px; height:200px; margin:10px auto; padding:0; }
header a{display:block; position:relative;}

.lazy {position:relative; display:block;}
.lazy img {position:absolute;left:0;top:0; width:100%; height:100%;}


/*footer*/

footer p {padding:1em 0; line-height:1.5; color:#333; font-size:90%;}
footer{background:#FFFFFF;border-top:2px solid #FFFFFF; text-align:center;}
#tline{width:980px; margin:10px auto;}
#tline #tw,#tline #fb,#tline #insta{width:300px; margin:0 35px 0 0;}
#tline #insta{margin:0;}
#tw h3,#fb h3,#insta h3{width:300px; height:43px; background:url(../img/tw.png) no-repeat 0 bottom; margin:0 0 .5em;}
#fb h3{background:url(../img/fb.png) no-repeat 0 0;}
#insta h3{background:url(../img/insta.png) no-repeat 0 0;}
#tw .twtl,#fb .fbtl,#insta .insta{background:#fff; width:100%; border-top:4px solid #55acee; border-bottom:4px solid #55acee; box-shadow:0 2px 10px rgba(13,117,162,0.8);}
#fb .fbtl{border-top:4px solid #3e5c99; border-bottom:4px solid #3e5c99;}
#insta .insta{border-top:4px solid #ccc; border-bottom:4px solid #ccc;}
/*#insta {margin:3.7em 0 0;}
#insta a{border:3px solid #fff; display:block; border-radius:10px; width:300px; height:120px; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image:url(../img/insta.png);}*/
footer #sns {padding:0 0 3em;}
footer #sns ul li {width:95px; height:95px; margin:0 .3em 0 0; display:inline-block; background:rgba(46,102,205,0.3);}
footer #sns ul li a {width:100%; height:100%; display:block; background-repeat: no-repeat; background-position: center center;}
footer #sns ul li.ic_tw a {background-image: url(../img/icon_tw.png);}
footer #sns ul li.ic_fb a {background-image: url(../img/icon_fb.png);}
footer #sns ul li.ic_is a {background-image: url(../img/icon_is.png);}
.qa-tit{background: url(../img/title-qa.png) no-repeat 0 0; width:980px; height:80px; margin:0px auto; padding:0; text-indent: -9999px; }
.song-tit{background: url(../img/title-song.png) no-repeat 0 0; width:980px; height:80px; margin:0px auto; padding:0; text-indent: -9999px; }
.song-name{background: url(../img/song-name.jpg) no-repeat 0 0; width:800px; height:122px; margin:0px auto; padding:0; text-indent: -9999px; }
.onair-tit{background: url(../img/title-oa.png) no-repeat 0 0; width:980px; height:80px; margin:0px auto; padding:0; text-indent: -9999px; }
.commentator-tit{background: url(../img/title-commentator.png) no-repeat 0 0; width:980px; height:80px; margin:0px auto; padding:0; text-indent: -9999px; }
.live-tit{background: url(../img/title-live.png) no-repeat 0 0; width:980px; height:80px; margin:0px auto; padding:0; text-indent: -9999px; }
.live-samurai{background: url(../img/samurai-live.jpg) no-repeat 0 0; width:980px; height:150px; margin:0px auto; padding:0; text-indent: -9999px; }

.live-ichiro{background: url(../img/live-ichiro.jpg) no-repeat 0 0; width:980px; height:100px; margin:0px auto; padding:0; text-indent: -9999px; }

#pre-box{background:#FFFFFF;padding:5px;}

/*//////PC//////*/
@media all and (min-width: 768px) {
#container {margin:0px;padding:0px;}
#gotop {position: fixed; bottom: 20px; right: 20px;}
#phsp,#gotop span { display:none;}
#gotop a {display:block; width:83px; height:83px; background:url(../img/gotop.png) no-repeat 0 0;}


.l-box{float:left;margin:12px;}
.r-box{float:right;margin:12px;}

.img-pre span {width:900px;height:250px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

.img-pre600 span {width:900px;height:550px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre600 a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
.img-pre400 span {width:900px;height:400px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre400 a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

.img-pre300 span {width:900px;height:300px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre300 a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

.img-pre250 span {width:900px;height:250px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre250 a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}


.img-pre225 span {width:900px;height:225px;margin:15px auto;display:block;text-indent: -9999px;  }
.img-pre225 a:hover { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}


.imgCB2 span {width:800px;height:350px;margin:8px auto;display:block;text-indent: -9999px;  }
.imgCB span {width:980px;height:300px;margin:8px auto;display:block;text-indent: -9999px;  }
.imgCBC span {width:980px;height:120px;margin:8px auto;display:block;text-indent: -9999px;  }
.imgCB-live span {width:980px;height:200px;margin:8px auto;display:block;text-indent: -9999px;  }
footer {margin:0 auto; padding:0.5em 0; }
}


/*//////smp//////*/
@media all and (max-width: 767px) {
body,p { font-size: 1.3rem;}
h1 { font-size: 2.6rem; }
h2 { font-size: 2rem; line-height:1.5em;}
h3 {font-size: 2rem; line-height:1.5em;#FFFFFF; }
h4 { font-size: 1.45rem; }
.f90 { font-size: 1.2rem;}
header{height:auto;}
#tline{width:300px; margin:10px auto}
.img-pre span{width:100%; height:0; padding-top:27.77777777778%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}
.img-pre600 span{width:100%; height:0; padding-top:61.1111111111%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}
.img-pre400 span{width:100%; height:0; padding-top:44.4444444444%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}

.img-pre300 span{width:100%; height:0; padding-top:33.3333333333%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}
.img-pre250 span{width:100%; height:0; padding-top:27.777778%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}

.img-pre225 span{width:100%; height:0; padding-top:25%; margin-bottom:10px;display:block;background-size: contain;position:relative;text-indent:-9999px;}

.imgCB span{width:100%; height:0; padding-top:30.6122448979592%; display:block;background-size: contain;position:relative;text-indent:-9999px;}
.imgCBC span{width:100%; height:0; padding-top:12.2448979591837%; display:block;background-size: contain;position:relative;text-indent:-9999px;}
.imgCB2 span{width:100%; height:0; padding-top:43.75%; display:block;background-size: contain;position:relative;text-indent:-9999px;}
.imgCB-live span{width:100%; height:0; padding-top:20.4081632653061%; display:block;background-size: contain;position:relative;text-indent:-9999px;}


.live-tit,.onair-tit,.commentator-tit,.song-tit,.qa-tit{width:100%; height:0; padding:20% 0 0; background-size: cover;text-indent: -9999px; }

.live-samurai{width:100%; height:0; padding:15.3061224489796% 0 0; background-size: cover;text-indent: -9999px; }

.live-ichiro{width:100%; height:0; padding:10.2040816326531% 0 0; background-size: cover;text-indent: -9999px; }

.song-name{width:100%; height:0; padding:15.25% 0 0; background-size: cover;text-indent: -9999px; }
header h1,header a { width:100%; height:0; padding:20.4081632653061% 0 0; background-size: contain; position:relative;}
/*header a{width:50%; height:0; padding:22.397% 0 0; background-size: contain; margin:1.5em auto;}*/
header h1 img,header a img,#tnsheet img,.phmain img,.phmain_l img,ul.gllist li img {position:absolute;left:0;top:0; width:100%; height:100%;}



footer{width:100%; text-align:center; padding:1em 0 50px;}
footer p {font-size:80%;}
#rect{margin:3em auto 0; float:none; }
footer #sns {padding:3em 0 0;}
footer #sns ul li {width:85px; height:85px;}
footer #sns ul li a{background-size: 40%;}
#gotop {position: static; bottom: 0; left:0; width:100%; text-align:center; font-size:1.5rem; letter-spacing:.3em;}
#gotop a {width:100%; height: 50px; display:block; line-height:50px; font-weight:bold;
background:linear-gradient(to top,rgba(42,82,152,1),rgba(42,82,152,0.5));color:#FFFFFF;}
#prevnext ul li a {font-size:2rem; width:50px; height:50px; line-height:50px;}
.navi1{width:90%;}
.navi2{width:60%;}
#tnsheet{width:100%; height:0; padding:143.8515% 0 0; margin:2em auto 0;}
}



/* insta */
div.insta {height:360px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	overflow:hidden;
}
div.insta ul{margin:5px 0 0 15px;}
div.insta ul li {float:left; margin:10px 10px 0 0;}
div.insta ul li a, div.insta ul li a img {
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	width:130px;
	height:100px;
}
div.insta ul li a {background-size:cover;}
div.insta ul li a:hover img {background-color:hsla(216,82%,13%,0.25);}
div.insta ul li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;/
	border:1px solid #ccc;
}
div.insta ul li a img.icon-video {background-image:url(/um/img/play.png);}

/*	sns_btn_area
============================== */

.sns_btn_area ul{
	width: 300px;
	height: 63px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
}
.sns_btn_area li{
	width: 32px;
	height: 32px;
	margin: 20px;
}
.sns_btn_area li a{
	display: block;
	width: 32px;
	height: 32px;
	transition: all .3s ease;
}
.sns_btn_area li a:hover{
	opacity: 0.6;
}
.tw_icon a{	background-image:url(../img/tw_icon.png);background-repeat: no-repeat;}
.fb_icon a{ background-image:url(../img/fb_icon.png);background-repeat: no-repeat;}
.insta_icon a{ background-image:url(../img/insta_icon.png);background-repeat: no-repeat;}


/*	recta
============================== */



#sns ul li {width:95px; height:95px; margin:0 .3em 0 0; display:inline-block; background:rgba(46,102,205,0.3);}
#sns ul li a {width:100%; height:100%; display:block; background-repeat: no-repeat; background-position: center center;}
#sns ul li.ic_tw a {background-image: url(../img/icon_tw.png);}
#sns ul li.ic_fb a {background-image: url(../img/icon_fb.png);}
#sns ul li.ic_is a {background-image: url(../img/icon_is.png);}
#sns p{color:#fff; font-size:85%;}



@media all and (min-width: 768px) {
#bottom-side{width:700px; height:250px;margin:30px auto;}
#recta {float:right;  width: 300px; }
#sns {padding-top:50px;float:left;}
}

@media all and (max-width: 767px) {
#bottom-side{width:100%; margin:0 auto;}
#recta { width:300px; margin:0 auto;}
#sns {width:310px;margin:50px auto;}
}


/* =================================
TBS Modal CSS
================================= */
/* =================================
	TBS Modal CSS
================================= */

.md-box {
	position:absolute;
	z-index:10001;
	left:50%;
	top:50%;
}
.md-close {
	padding-right:4px;
}
.md-close a, .md-close a span {
	display:block;
}
.md-box .md-close a {
	width:100%;
/*	cursor:-webkit-zoom-out;
	cursor:zoom-out; */
}
.md-close a:after {
	display:block;
	content:"";
	clear:both;
}
.md-close a span {
	float:right;
	background-repeat:no-repeat;
	font-size:2px;text-indent:110%;white-space:nowrap;overflow:hidden;
	cursor:pointer;
}
.md-inner {
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.md-inner video {
	width:100%;
	max-width:100%;
	height:auto;
}
.md-inner div.md-pics {
	background-repeat:no-repeat;
	background-position:center center;
}
.md-caption {
	text-align:left;
	line-height:1.25;
	padding:0.5em 0;
}

/*	case narrow
============================== */
.md-nrw {
	width:100%;
	position:absolute;
	z-index:5200;
}
.md-nrw .md-caption {
	background-color:#000;
	bottom:0;
	width:100%;
}


@media all and (min-width: 640px), (min-height: 640px) {
.md-close a {
	height:46px;
}
.md-close a span {
	width:40px;
	height:40px;
}
.md-close a span {
	background-position:left top;
}
.md-inner {
	margin-bottom:6px;
}
.md-caption {
	font-size:75%;
}
}
@media all and (max-width: 639px), (max-height: 639px) {
.md-close a {
	height:28px;
}
.md-close a span {
	width:24px;
	height:24px;
}
.md-close a span {
	background-position:0 -200px;
}
.md-inner {
	margin-bottom:4px;
}
.md-caption {
	font-size:67.5%;
}
}

/*	customize
============================== */
.md-close a span {
	background-image:url(/um/img/btn_modal.svg);
	background-color:#000;
}
.md-inner {
	/*background-color: rgba(0,0,0,0.5);*/
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px 2px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px 2px;
}
.md-caption {
	color:#fff;
	word-break:break-all;
}
@media all and (min-width: 640px), (min-height: 640px) {
.md-close a span {
	border-radius:20px;
}
}
@media all and (max-width: 639px), (max-height: 639px) {
.md-close a span {
	border-radius:12px;
}
}


div.modal-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}

/*	印刷禁止対応
============================== */
@media print {
div.modal-overlay {
	display:none;
}
.md-box, .md-close {
	display:none;
}
}

/* =================================


/* --- f-tl --- */
#f-side{width:100%;background-color:#FFFFFF; }
#f-tl {width:980px;margin:0px auto;padding:17px; box-sizing:border-box; }
#f-tl:after {content:"";clear:both;display:block;}
#f-tl-fb { float:left; width:460px; background-color:#3b5999; margin-right:16px; }
#f-tl-tw {width:900px; background-color:#4d9bd6; }
.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); }
.f-tl-box { padding:0 4px 4px 4px; font-size:1%; }


/*//////PC//////*/
@media all and (min-width: 768px) {
#tline{width:980px; margin:0 auto 1em;}
}
/*//////smp//////*/
@media all and (max-width: 767px) {
/* --- f-tl --- */
#f-tl {width:100%; padding:10px 10px 30px; border:0; text-align:center; }
#f-tl-fb,
#f-tl-tw { float:none; width:auto; max-width:460px; margin:0 auto 0 auto; }
#f-tl-fb { margin-bottom:10px; }
.f-tl-hd { height:40px; }
#f-tl-fb h2 { width:153px; }
#f-tl-tw h2 { width:139px; }
.f-tl-btn { margin-right:10px; }
}

.homeroun{padding:5px 18px;font-size:120%;line-height:1.8em;font-weight:bold;
}

@media all and (min-width: 768px) {
#c-box{width:920px;margin:0px auto;}
.img-pland span {float:right;width:450px;height:105px;margin:8px auto;display:block;text-indent: -9999px; }
.sports-banner span {float:left;width:450px;height:105px;margin:8px auto;display:block;text-indent: -9999px; }
}

@media all and (max-width: 767px) {
.img-pland span,.sports-banner span{width:100%; height:0; padding-top:23.3333333%;margin:5px 0px; display:block;background-size: contain;position:relative;text-indent:-9999px;}
}






