@charset "UTF-8";

/*=====================================================
*
*	topics.css(topics and news)
*
========================================================*/

/* tab module
-----------------------------------------------------*/
#topics.tab_panel p.btn-goarchive a {
    padding-left: 14px;
    padding-right: 14px;
}

.newsIndex { position: relative; }
#home #main .newsIndex h2 {
    width:auto;
    margin: 0;
    padding: 20px;
}
#main .newsIndex h2 span { width: 100%; }
#home #news .newsIndex h2 span  {
    left: 128px;
    top: 19px;
}
#home #news  .newsIndex li:nth-child(2) h2 span  {
    left: 145px;
    top: 19px;
}
#home #news .newsIndex h2 span:after {
    content: none;
}

.tab_menu {
	display: flex;
    box-sizing: border-box;
	width: 100%;
	margin: 25px 0 30px;
    padding: 0 8px 0 15px;
    border-bottom: solid 1px #333;
}
.tab_menu.tab3 {
    width: 100%;
}
.tab_menu li {
	/*flex: 1;
    flex-grow: 1;*/
	display: flex;
    width: 30%;
	padding: 0px;
	margin: 0 5px -1px 0;
	list-style: none;
	cursor: pointer;
	background: #ECEBEB;
    text-align: left;
    border: solid 1px #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab_menu.tab3 li {
    width: calc(( 100% - 210px ) / 3);
}

.tab_menu li:last-child {
	margin-right: 0;
}
.tab_menu li.selected {
    border-bottom: solid 1px #fff;
	background: #fff;
}
.tab_menu li:hover {
	background: #ECEBEB;
    color: #fff;
}

.tab_panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.tab_panel#topics {
    margin-top: 10px;
}
.tab_panel#bs11news {
    margin-top: 0px;
}
.tab_panel.is-show {
	overflow: visible;
	height: auto;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}

#news p.btn-goarchive {
    top: 10px;
}

/*
#home #news dl dt.genre-drama::after {
	content: "ドラマ";
    position: relative;
    display: inline-block;;
    font-size: 13px;
    background: #333;
    color: #fff;
    
}
*/

/* list module
-----------------------------------------------------*/
#topics h1 + h2,
#bs11news h1 + h2 {
    margin-top: -45px;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#bs11news.filter h1 + h2 {
    position: relative;
    padding-top: 5px;   
}
#topics div#primary,
#bs11news div#primary {
    margin-top:  -5px;
    padding: 0 30px 40px;
}

#topicsMenu h3,
#bs11newsMenu h3 {
    margin-top: -14px;
    margin-bottom: 14px;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #C0C0C0;
    font-weight: 500;
    font-size: 120%;
    background: #D10100;
    color: #fff;
}
#bs11newsMenu h3 {
    background: #254E50;
}
#topicsMenu,
#bs11newsMenu {
    position: relative;
    width: 310px;
    margin: -40px -30px 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: #F0F0F1;*/
    background: #F9F9FA;
    /*border: solid 1px #C0C0C0;*/
}

body.filter #bs11newsMenu { display: none; }
#bs11news.filter #secondary .bannerArea {  margin-top: -10px; } 
#topicsMenu ul,
#bs11newsMenu ul{ padding-left: 2px; padding-right: 2px; }

#topicsMenu ul li,
#bs11newsMenu ul li {
    position: relative;  padding-bottom: 1px;  line-height: 26px;}
#topicsMenu ul li a,
#bs11newsMenu ul li a {
	display: block;
	padding: 7px 8px 7px 25px;
	color: #333;
}
#topicsMenu ul li a::before,
#bs11newsMenu ul li a::before  {
    content: "▼";
    display: inline-block;
    margin-right: 1em;
    margin-top: -5px;
    font-size: 10px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transform: scale(0.5) rotate(-90deg);
    -moz-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
}
#topicsMenu ul li.current::before,
#bs11newsMenu ul li.current::before {
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: 0px;
    width: 0px;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 22px solid #D10100;
    border-bottom: 20px solid transparent;
 } 
 #bs11newsMenu ul li.current::before {
    border-right: 22px solid #254e50;
 }
#topicsMenu ul li a:hover,
#topicsMenu ul li.current a { 
	background: #D10100;
    text-decoration: none;
    color: #fff;
}
 #bs11newsMenu ul li a:hover,
 #bs11newsMenu ul li.current a { 
	background: #254e50;
    text-decoration: none;
    color: #fff;
}
#topics #articleArea .article:after,
#bs11news #articleArea .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	}
#topics #articleArea .articl,
#bs11news #articleArea .articl { display: block; }

#topics #articleArea .article:first-child,
#bs11news #articleArea .article:first-child {
    position: relative;
    margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0.8em;
    border-top: none;
	border-bottom: solid 1px #ddd;
}
#topics .articleHead,
#bs11news .articleHead {
    position: relative;
    margin-right: -10px;
    padding: 11px 10px 10px;
    background: #F2F2F2;
    border-left: solid 1px #333;
}

.tab_panel#topics .articleHead,
.tab_panel#bs11news .articleHead {
    min-height: 63px;
    margin-left: 155px;
    padding: 9px 10px 7px;
}
#topics #articleArea .article:first-child .articleHead,
#bs11news #articleArea .article:first-child .articleHead {
    margin-top: 0;
    padding: 9px 8px 3px;
}
#topics #articleArea .article.detail:first-child .articleHead ,
#bs11news #articleArea .article.detail:first-child .articleHead  {
    padding: 13px 15px;
}
#topics #articleArea h2,
#bs11news #articleArea h2 {	
	font-size: 120%;
}
#topics #articleArea .detail h2,
#bs11news #articleArea .detail h2 {	
	font-size: 138%;
}

#home .tab_panel#topics h2,
#home .tab_panel#bs11news h2 {	
	padding: 5px 5px 8px;
    font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
}
#home #news h2 span.new,
#home .tab_panel#topics h2 span.new,
#home .tab_panel#bs11news h2 span.new,
#topics #articleArea h2 span.new,
#bs11news #articleArea h2 span.new {
    /*background: #d74eaf;*/
    left: 0px;
    top: 0px;
    position: relative;
    display: inline-block;
    z-index: 20;
    width: auto;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: 0.4em;
    padding: 5px 5px 3px;
    background:#FFF;
    color: #CF2222;
    border: solid 1px #CF2222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-decoration: none !important;
    border-radius: 1px;
}
#topics #articleArea p.date,
#bs11news #articleArea p.date { 
	margin-bottom: 13px;
}
#topics #articleArea .detail p.date,
#bs11news #articleArea .detail p.date { 
	font-size: 15px;
}

.tab_panel#topics p.date,
.tab_panel#bs11news p.date {
    margin-bottom: 8px;
    font-size: 14px;
}
#main #news .tab_panel p.program-name,
#topics #articleArea p.program-name,
#bs11news #articleArea p.program-name,
#topics #articleArea .detail p.program-name,
#bs11news #articleArea .detail p.program-name {
    margin-top: -6px;
    margin-bottom: 4px;
	font-size: 15px;
    font-weight: 500;
    color: #254E50;
    letter-spacing: 0.05em;
    line-height: 1.35;
}
#main #news .tab_panel p.program-name {
    margin-top: -5px;
    padding-left: 2px;
    font-size: 13px;
}
#bs11news #articleArea .detail p.program-name {
    margin-top: -11px;
    margin-bottom: 6px;
	font-size: 18px;
    line-height: 1.4;
}
#main #news .tab_panel p.program-name a,
#topics #articleArea p.program-name a,
#bs11news #articleArea p.program-name a,
#topics #articleArea .detail p.program-name a,
#bs11news #articleArea .detail p.program-name a {
    color: #254E50;
}
#bs11news.filter #articleArea p.program-name {
    display: none;
}

#topics #articleArea p.genre,
.tab_panel#topics p.genre,
#bs11news #articleArea p.genre,
.tab_panel#bs11news p.genre {
    position: absolute;
    right: 8px;
    top: 7px;
    background: #333;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    min-width: 80px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}
#topics #articleArea .detail p.genre,
#bs11news #articleArea .detail p.genre {
    right: 10px;
    top: 9px;
    padding: 6px 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
}
#home .tab_panel p.genre {
    right: 5px;
    top: 5px;
    border-radius: 1px;
    min-width: 60px;
    padding: 4px 8px;
    font-size: 12px;
}

#primary #articleArea p.genre.genre-news,
#home .tab_panel p.genre.genre-news { background: #004CA1;}
#primary #articleArea p.genre.genre-entertainment,
#home .tab_panel p.genre.genre-entertainment { background: #FF8F31; }
#primary #articleArea p.genre.genre-drama,
#home .tab_panel p.genre.genre-drama { background: #FD94A7; }
#primary #articleArea p.genre.genre-movie,
#home .tab_panel p.genre.genre-movie { background: #85B200; }
#primary #articleArea p.genre.genre-anime,
#home .tab_panel p.genre.genre-anime { background: #DC73FF; }
#primary #articleArea p.genre.genre-hobby,
#home .tab_panel p.genre.genre-hobby { background: #F94F52; }
#primary #articleArea p.genre.genre-education,
#home .tab_panel p.genre.genre-education { background: #238C00; }
#primary #articleArea p.genre.genre-sports,
#home .tab_panel p.genre.genre-sports { background: #00A3D9; }
#primary #articleArea p.genre.genre-special,
#home .tab_panel p.genre.genre-special { background: #d1a41c;}
#primary #articleArea p.genre.genre-original,
#primary #articleArea p.genre.genre-plus,
#home .tab_panel p.genre.genre-original,
#home .tab_panel p.genre.genre-plus { background: #C7000B;}
#primary #articleArea p.genre.genre-other,
#home .tab_panel p.genre.genre-other { background: #333;}

#primary #articleArea p.genre.genre-news {
    letter-spacing:  0.2em;
    padding-left: calc( 10px + 0.2em );
}
#bs11news #articleArea .detail p.genre.genre-news {
    letter-spacing:  0.2em;
    padding-left: calc( 15px + 0.2em );
}
#home .tab_panel p.genre.genre-news {
    letter-spacing:  0.2em;
    padding-left: calc( 8px + 0.2em );
}
#primary #articleArea p.genre.genre-drama,
#primary #articleArea p.genre.genre-movie,
#primary #articleArea p.genre.genre-anime,
#primary #articleArea p.genre.genre-sports,
#primary #articleArea p.genre.genre-special,
#primary #articleArea p.genre.genre-other {
    letter-spacing:  0.5em;
    padding-left: calc( 10px + 0.5em);
}

#primary #articleArea .detail p.genre.genre-drama,
#primary #articleArea .detail p.genre.genre-movie,
#primary #articleArea .detail p.genre.genre-anime,
#primary #articleArea .detail p.genre.genre-sports,
#primary #articleArea .detail p.genre.genre-special,
#primary #articleArea .detail p.genre.genre-other {
    letter-spacing:  0.5em;
    padding-left: calc( 15px + 0.5em);
}

#home .tab_panel p.genre.genre-drama,
#home .tab_panel p.genre.genre-movie,
#home .tab_panel p.genre.genre-anime,
#home .tab_panel p.genre.genre-sports,
#home .tab_panel p.genre.genre-special,
#home .tab_panel p.genre.genre-other {
    letter-spacing:  0.5em;
    padding-left: calc( 8px + 0.5em);
}

.filter #main h2.genre-news::before { content: "報道・経済"; background: #004CA1;}
.filter #main h2.genre-entertainment::before { content: "情報・エンタメ・音楽"; background: #FF8F31; }
.filter #main h2.genre-drama::before { content: "ドラマ"; background: #FD94A7; }
.filter #main h2.genre-movie::before { content: "映画"; background: #85B200; }
.filter #main h2.genre-anime::before { content: "アニメ"; background: #DC73FF; }
.filter #main h2.genre-hobby::before { content: "趣味・芸術"; background: #F94F52; }
.filter #main h2.genre-education::before { content: "紀行・教養・ドキュメンタリー"; background: #238C00; }
.filter #main h2.genre-sports::before { content: "スポーツ"; background: #00A3D9; }
.filter #main h2.genre-special::before { content: "特別番組"; background: #d1a41c;}
.filter #main h2.genre-original::before,
.filter #main h2.genre-plus::before { content: "BS11+配信コンテンツ"; background: #C7000B;}
.filter #main h2.genre-other::before { content: "その他"; background: #333; }

.filter #main h1 + h2::before {
    display: block;
    margin-bottom: 5px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

#topics #articleArea p.photo,
#bs11news #articleArea p.photo {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
#topics #articleArea .detail p.photo,
#bs11news #articleArea .detail p.photo {
    float: none;
    margin-left: 0;
    margin-top: 20px;
}
.tab_panel#topics .article,
.tab_panel#bs11news .article { position: relative; }
.tab_panel#topics  p.photo,
.tab_panel#bs11news  p.photo{
    position: absolute;
    left: 0px;
    top: 0px;
}
#topics #articleArea p.photo a,
#bs11news #articleArea p.photo a {
    display: block;
    box-sizing: border-box;
    width: 202px;
    height: auto;    
    overflow: visible;
}
#topics #articleArea .detail p.photo a,
#bs11news #articleArea .detail p.photo a {
    width: 100%;
    height: auto;
    /*border: solid 1px #dadee7;*/
}
.tab_panel#topics p.photo a,
.tab_panel#bs11news p.photo a {
    display: block;
    box-sizing: border-box;
    width: 140px;
    height: auto;
    /*border: solid 1px #dadee7;*/
}
.tab_panel#topics p.photo img,
#topics #articleArea p.photo img,
.tab_panel#bs11news  p.photo img,
#bs11news #articleArea p.photo img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: solid 1px #dadee7;
}

.tab_panel#topics p.photo:hover a img,
#topics #articleArea p.photo:hover a img,
.tab_panel#bs11news p.photo:hover a img,
#bs11news #articleArea p.photo:hover a img {
    opacity: 0.8;
    -webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#topics #articleArea .detail p.photo:hover img,
#bs11news #articleArea .detail p.photo:hover img {
    opacity: 1;
}

#topics #articleArea p.photo .copy,
#bs11news #articleArea p.photo .copy {
    display: block;
    width: 200px;
    padding-top: 2px;
    text-align: center;
    font-size: 11px;
    color: #ABAFBC;
    line-height: 1.3;
}
#topics #articleArea .detail p.photo .copy,
#bs11news #articleArea .detail p.photo .copy {
    width: 100%;
    padding-top: 5px;
    font-size: 12px;
    letter-spacing:  0.05em;
}
#topics #articleArea div.text,
#bs11news #articleArea div.text {
    min-height: 92px;
    margin-bottom: 2.4em;
    padding: 1.2em 5px 0 245px;
}
#topics #articleArea .detail #content,
#bs11news #articleArea .detail #content {
    min-height: 200px;
    padding: 1.2em 10px 0 10px;
    font-size: 16px;
    line-height: 1.6;
}
#topics #articleArea .detail p,
#bs11news #articleArea .detail p {
    margin-bottom: 1.6em;
    font-size: 16px;
    line-height: 1.6;
}
#topics #articleArea p.link,
#bs11news #articleArea p.link {
    position: absolute;
    right: 35px;
    bottom: 0px;
    line-height: 1.6;
    vertical-align: middle;
    font-size: 16px;
}
#home #topics .article,
#home #bs11news .article{ margin-bottom: 10px;}
#topics .article,
#bs11news .article { position: relative; }
#topics .article #content,
#bs11news .article #content {
    width: auto;
    min-width: auto;
}
#home #topics p.link,
#home #bs11news p.link {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    z-index: 50;
    width: calc( 100% + 10px );
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}
#home #topics p.link:hover,
#home #bs11news p.link:hover {
    border : solid 1px #CCC;
}
#topics #articleArea p.link a,
#bs11news #articleArea p.link a {
    display: inline-block;
    margin-left: 0.4em;
    color: #CF2222;
    line-height: 1.6;
    vertical-align: middle;
}
#home #topics p.link a,
#home #bs11news p.link a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0px;
    padding-top: calc( 100% + 2px );
    overflow: hidden;
}
#home #topics p.link a:hover,
#home #bs11news p.link a:hover  {
    background: #fff;
    opacity: 0.3;
}
#topics #articleArea .detail #content h2,
#bs11news #articleArea .detail #content h2 {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0px 25px 5px;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.15em;
    color: #222;
}

#topics #main .detail #content h3,
#topics #main .detail #content h4,
#bs11news #main .detail #content h3,
#bs11news #main .detail #content h4 {
    box-sizing: border-box;
    margin-bottom: 1em;
	font-size:22px;
	font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.08em;
}
#topics #main .detail #content h4,
#bs11news #main .detail #content h4 {
    font-size:20px;
    letter-spacing: 0.05em;
}

#topics #main .detail #content h5,
#bs11news #main .detail #content h5{ margin-bottom: 1.3em; font-size: 18px; font-weight: bold; font-weight: 500; }

#topics #main .detail #content h6,
#bs11news #main .detail #content h6 { margin-bottom: 0.6em; font-size: 100%; font-weight: bold; font-weight: 500; }

