<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#otnContainer.otnTop {
  padding: 10px 0 50px;
}

/*----- トップビジョン -----*/
#topVision {
  margin-bottom: 30px;
  position: relative;
}

#topVision #slideArea .topVisionTxt {
  width: 978px;
  padding: 15px 10px;
  border-left: solid 1px #d9d9d4;
  border-right: solid 1px #d9d9d4;
  display: table;
}

#topVision #slideArea li dl {
  /*float:left;*/
  min-width: 775px;
  display: table-cell;
  vertical-align: bottom;
}

#topVision #slideArea dt.pgmTitle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 7px;
  border: none;
  line-height: 1em;
  height: 1em;
}

#topVision #slideArea dd.pgmDate {
  font-size: 16px;
  line-height: 1.2em;
  height: 1.2em;
}

#topVision #slideArea .pgmChannel {
  min-width: 66px;
  max-width: 198px;
  /*float:right;*/
  display: table-cell;
  vertical-align: middle;
}

#topVision #slideArea .pgmChannel span {
  display: inline-block;
  height: 34px;
  float: right;
  text-indent: -9999px;
  background-image: url(../img/otntop_sprite.png);
  background-repeat: no-repeat;
}

#topVision #slideArea .pgmChannel span.one {
  width: 61px;
  background-position: 0 0;
}

#topVision #slideArea .pgmChannel span.two {
  width: 68px;
  background-position: -61px 0;
}

#topVision #slideArea .pgmChannel span.next {
  width: 67px;
  background-position: -129px 0;
}

#topVision #cntrlArrow li a {
  display: block;
  width: 37px;
  height: 58px;
  background-image: url(../img/otntop_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 136px;
}

#topVision #cntrlArrow li#cntrl_left a {
  background-position: -200px 0;
  left: 0;
}

#topVision #cntrlArrow li#cntrl_right a {
  background-position: -240px 0;
  right: 0;
}

#topVision #ProgressBarBase {
  height: 6px;
  background: #c4c4c4;
}

#topVision #ProgressBar {
  height: 6px;
  background: #c4c4c4;
}

#topVision #pager {
  background: #f5f5f5;
  height: 28px;
  border-left: solid 1px #d9d9d4;
  border-right: solid 1px #d9d9d4;
  border-bottom: solid 1px #d9d9d4;
  text-align: center;
}

#topVision #pager .pagerItem a {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4a4848;
  text-indent: -9999px;
  margin-top: 7px;
  margin-left: 3px;
}

#topVision #pager .pagerItem:first-child a {
  margin-left: 0;
}

#topVision #pager .pagerItem.focus a {
  background: #ffd000;
}

/*----- NOW ON AIR -----*/
#nowOaArea {
  width: 600px;
  background: #fdfcf4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-left: solid 1px #a2a19a;
  border-right: solid 1px #a2a19a;
  border-top: solid 4px #a2a19a;
  border-bottom: solid 4px #a2a19a;
  padding: 0 8px;
  float: left;
}

#nowOaArea h2 {
  color: #575454;
  font-size: 20px;
  font-weight: 500;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  height: 31px;
  line-height: 31px;
}

#nowOaArea li {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border-top: solid 1px #cfcec8;
  border-bottom: solid 1px #cfcec8;
  border-left: solid 1px #cfcec8;
  float: left;
}

#nowOaArea li.next {
  border-right: solid 1px #cfcec8;
}

#nowOaArea dt {
  background: #ebebeb;
  border-bottom: solid 1px #cfcec8;
  padding: 6px 10px;
}

#nowOaArea dt span.channel {
  background-image: url(../img/otntop_sprite.png);
  background-repeat: no-repeat;
  display: block;
  width: 110px;
  height: 22px;
  text-indent: -9999px;
  float: left;
}

#nowOaArea li.one dt span.channel {
  background-position: 0 -58px;
}

#nowOaArea li.two dt span.channel {
  background-position: -110px -58px;
}

#nowOaArea li.next dt span.channel {
  background-position: -220px -58px;
}

#nowOaArea dt .timeTable a {
  display: block;
  width: 62px;
  height: 23px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #FFF;
  text-indent: -9999px;
  background: url(../img/otntop_sprite.png) no-repeat left -80px;
  background-color: #525253;
  float: right;
}

#nowOaArea dd {
  border-top: solid 1px #e5e3d8;
  line-height: 1.25;
}

#nowOaArea dd .now {
  padding: 7px 10px;
  /*height:139px;*/
  height: 95px;
}

#nowOaArea li.one dd .now {
  border-bottom: solid 1px #1d2087;
}

#nowOaArea li.two dd .now {
  border-bottom: solid 1px #e50012;
}

#nowOaArea li.next dd .now {
  border-bottom: solid 1px #009844;
}

#nowOaArea dd .now p.time {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  padding: 4px 5px 0px;
  height: 14px;
  line-height: 1.0;
}

#nowOaArea li.one dd .now p.time {
  background: #1d2087;
}

#nowOaArea li.two dd .now p.time {
  background: #e50012;
}

#nowOaArea li.next dd .now p.time {
  background: #009844;
}

#nowOaArea dd .now p.title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.3em;
  height: 2.6em;
}

#nowOaArea dd .now p.subTitle {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2em;
  height: 2.4em;
}

#nowOaArea dd .next {
  border-top: solid 1px #cfcec8;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
}

#nowOaArea li.one dd .next {
  background: #f5f5ff;
}

#nowOaArea li.two dd .next {
  background: #fff0f1;
}

#nowOaArea li.next dd .next {
  background: #f5fffa;
}

#nowOaArea dd .next p.time {
  display: inline-block;
  float: left;
}

#nowOaArea dd .next p.title {
  margin-left: 45px;
  height: 2.6em;
  line-height: 1.3em;
}

#nowOaArea p.attention {
  text-align: center;
  font-size: 12px;
  padding: 3px 0 2px;
}

/*----- 視聴方法 -----*/
#howto {
  /*background:#666;*/
  /*width:374px;
	height:170px;*/
  text-align: center;
  float: right;
}

#howto img {
  /*height: 170px;*/
}

/*----- NEXTsmart -----*/
#nextSmart_bnr {
  float: right;
  margin-top: 6px;
  text-align: center;
  /*width: 374px;*/
}

#nextSmart_bnr img {
  /*width: 319px;*/
}

/*----- レコメンドエリア -----*/
#rcmndArea {
  background: #f0efed;
  /*background:#f7f7f7;*/
  padding: 26px 26px 14px;
  margin-top: 30px;
}

/*.top02 #rcmndArea {
	background:#f7f7f7;
}*/
#rcmndArea .pgmBox {
  width: 228px;
  height: 256px;
  border: solid 1px #e5e5e5;
  background: #FFF;
  position: relative;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
}

.top02 #rcmndArea .pgmBox {
  border: solid 1px #bcbcbc;
}

#rcmndArea div.pgmBox:nth-child(4), #rcmndArea div.pgmBox:nth-child(8), #rcmndArea div.pgmBox:nth-child(12) {
  margin-right: 0;
}

/*#rcmndArea .pgmBox .box {
	padding:7px 10px;
}*/
/*#rcmndArea .pgmBox a {
	display:block;
	widows:226px;
	height:325px;
}
*/
#rcmndArea .pgmBox a:link,
#rglrArea .pgmBox a:link {
  text-decoration: none;
}

#rcmndArea .pgmBox a:visited,
#rglrArea .pgmBox a:visited {
  text-decoration: none;
}

#rcmndArea .pgmBox a:hover,
#rglrArea .pgmBox a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#rcmndArea .pgmBox a:active,
#rglrArea .pgmBox a:active {
  text-decoration: none;
}

#rcmndArea .pgmBox p {
  margin: 5px 0 0;
}

#rcmndArea .pgmBox .pgmImg {
  width: 226px;
  height: 150px;
}

#rcmndArea .pgmBox .pgmImg img {
  max-width: 226px;
  max-height: 150px;
}

/*#rcmndArea .pgmBox p.oaTime {
	color:#FFF;
	background:#8c9091;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:0 7px;
}
*/
#otnContainer #rcmndArea ul.channel li {
  text-indent: -9999px;
  width: 66px;
  height: 15px;
  background-image: url(../img/otntop_sprite.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 3px;
}

#otnContainer #rcmndArea ul.channel li:last-child {
  margin-right: 0;
}

#otnContainer #rcmndArea ul.channel li.one {
  background-position: -70px -80px;
}

#otnContainer #rcmndArea ul.channel li.two {
  background-position: -140px -80px;
}

#otnContainer #rcmndArea ul.channel li.next {
  background-position: -210px -80px;
}

/*----- レギュラーエリア -----*/
#rglrArea .pgmBox {
  width: 160px;
  float: left;
  margin-left: 8px;
  margin-top: 30px;
}

#rglrArea .pgmBox:first-child {
  margin-left: 0;
}

#rglrArea .pgmBox .pgmImg {
  border: solid 1px #ffe05c;
  padding: 1px;
}

#rglrArea .pgmBox .pgmImg img {
  max-width: 156px;
  max-height: 104px;
}

#otnContainer.otnTop #rglrArea .pgmBox .box {
  padding: 0;
}

#otnContainer.otnTop #rglrArea .pgmBox h3 {
  color: #444444;
  font-size: 13px;
  border-left: solid 3px #ffe05c;
  padding-left: 7px;
  margin-top: 10px;
  height: auto;
  line-height: 1.1;
  overflow: visible;
}

/*----- SNS/Youtubeエリア -----*/
#snsArea {
  margin-top: 30px;
}

#snsArea .inner {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding: 7px 10px 10px;
}

#twrArea, #fbArea, #ytbArea {
  width: 284px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  float: left;
}

#twrArea {
  background: #f2f2ed;
  border-top: solid 3px #5ea9dd;
  border-bottom: solid 3px #5ea9dd;
  margin-right: 10px;
}

#fbArea {
  background: #deded9;
  border-top: solid 3px #3b5998;
  border-bottom: solid 3px #3b5998;
  margin-right: 10px;
}

#twrArea #otnTwitter {
  height: 236px;
  background: #FFF;
  margin-top: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#fbArea #otnFb {
  height: 236px;
  background: #FFF;
  margin-top: 6px;
}

#ytbArea {
  background: #72736b;
  border: solid 1px #a7a99a;
  width: 384px;
  height: 280px;
  padding: 10px 8px 5px;
  float: right;
}

/*#ytbArea #fujitvcsTarget {
	width:384px;
	height:216px;
}*/
#fujitvcsTarget_movielist {
  display: none;
}

#fujitvcsTarget_movielist ul li:first-child p {
  display: inline;
}

/* 2015.03.12 kenzi. */
/* for progress bar */
#topVision #ProgressBar {
  width: 0px;
  background-color: #ffd000;
}

#topVision #ProgressBar.active {
  width: 1000px;
  background-color: #ffd000;
  -webkit-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
}

/* for slide */
#slideArea ul {
  position: relative;
  width: 1000px;
  height: 406px;
  overflow: hidden;
}

#slideArea ul li {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#slideArea ul li.focus {
  display: block;
}

#slideArea ul li .topVisionLink {
  color: #444;
  text-decoration: none;
}

/* for slide effect */
.topVisionImg {
  position: relative;
  height: 330px;
  width: 1000px;
}

.topVisionImg div {
  position: absolute;
  height: 330px;
  width: 100px;
}

.topVisionImg .tv_img_01 {
  left: 0px;
  background-position: 0px;
}

.topVisionImg .tv_img_02 {
  left: 100px;
  background-position: -100px;
}

.topVisionImg .tv_img_03 {
  left: 200px;
  background-position: -200px;
}

.topVisionImg .tv_img_04 {
  left: 300px;
  background-position: -300px;
}

.topVisionImg .tv_img_05 {
  left: 400px;
  background-position: -400px;
}

.topVisionImg .tv_img_06 {
  left: 500px;
  background-position: -500px;
}

.topVisionImg .tv_img_07 {
  left: 600px;
  background-position: -600px;
}

.topVisionImg .tv_img_08 {
  left: 700px;
  background-position: -700px;
}

.topVisionImg .tv_img_09 {
  left: 800px;
  background-position: -800px;
}

.topVisionImg .tv_img_10 {
  left: 900px;
  background-position: -900px;
}

/* for nowonair */
#nowOaArea dd a {
  text-decoration: none;
  color: #444;
}

/* for youtube Playlist */
#fujitvcsTarget_movielist {
  display: block;
  margin: 10px 0 0;
}

#fujitvcsTarget_movielist a {
  color: #fff;
  /*text-decoration: none;*/
}

#fujitvcsTarget_movielist img {
  display: none;
}

.pluginLikeboxStream {
  height: 160px !important;
}

a.playnow p span {
  display: none;
}

/*----- 月のおすすめ -----*/
.m_rcmnd_select_tab {
  margin-top: 30px;
}

.m_rcmnd_select_tab ul {
  font-size: 0;
  height: 49px;
}

.m_rcmnd_select_tab ul li {
  display: inline-block;
  position: relative;
  width: 328px;
  height: 49px;
  margin-right: 8px;
  cursor: pointer;
}

.m_rcmnd_select_tab ul li:last-child {
  margin-right: 0;
}

.m_rcmnd_select_tab ul li .tab {
  width: 328px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/tabback_pc.png");
  background-repeat: no-repeat;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

.m_rcmnd_select_tab ul li .tab span {
  font-size: 30px;
}

.m_rcmnd_select_tab ul li .tab.active {
  height: 67px;
  background-image: url("../img/tabback_pc_active.png");
  color: #525253;
  display: none;
}

.m_rcmnd_select_tab.span_2 ul {
  height: 55px;
}

.m_rcmnd_select_tab.span_2 ul li {
  width: 495px;
  height: 55px;
  margin-right: 10px;
}

.m_rcmnd_select_tab.span_2 ul li:last-child {
  margin-right: 0;
}

.m_rcmnd_select_tab.span_2 ul li .tab {
  background-image: url("../img/tabback_pc_2.png");
  width: 495px;
  height: 55px;
  line-height: 55px;
}

.m_rcmnd_select_tab.span_2 ul li .tab.active {
  background-image: url("../img/tabback_pc_2_active.png");
  height: 73px;
}

.m_rcmndArea {
  /*margin-top: 30px;*/
  background: #f0efed;
  display: none;
}

/* 表示切替の記述 */
#m_rcmndArea_wrap.select_0 .m_rcmnd_select_tab ul li.idx_0 .tab.active {
  display: block;
}

#m_rcmndArea_wrap.select_0 .m_rcmndArea.idx_0 {
  display: block;
}

#m_rcmndArea_wrap.select_1 .m_rcmnd_select_tab ul li.idx_1 .tab.active {
  display: block;
}

#m_rcmndArea_wrap.select_1 .m_rcmndArea.idx_1 {
  display: block;
}

#m_rcmndArea_wrap.select_2 .m_rcmnd_select_tab ul li.idx_2 .tab.active {
  display: block;
}

#m_rcmndArea_wrap.select_2 .m_rcmndArea.idx_2 {
  display: block;
}

.m_rcmndArea h2 {
  font-size: 200%;
  color: #ffffff;
  padding: 13px 13px 12px 13px;
  background: #8e8d87 url(../img/rcmnd_obi_bg.gif) repeat;
  text-align: center;
}

.m_rcmndArea h3 {
  margin: 0px 25px 0 25px;
  padding-top: 13px;
  padding-bottom: 7px;
  text-align: center;
  border-bottom: 2px solid #8E8D87;
}

.m_rcmndArea section:last-of-type {
  padding-bottom: 25px;
}

.m_rcmndArea section:last-of-type .rcmndInner {
  margin-bottom: 0;
}

.m_rcmndArea section.rcmnd_next h3 {
  border-bottom-color: #009944;
}

.m_rcmndArea section.rcmnd_one h3 {
  border-bottom-color: #1D2088;
}

.m_rcmndArea section.rcmnd_two h3 {
  border-bottom-color: #E60012;
}

.m_rcmndArea ul.rcmndInner {
  padding: 15px 25px 0 25px;
  margin: 0 auto 25px;
  width: 948px;
}

.m_rcmndArea ul.rcmndInner li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12px;
  background: #ffffff;
  width: 228px;
  /*height: 280px;*/
  /*padding-bottom:31px;*/
  padding-bottom: 45px;
  border: 1px solid #e5e5e5;
  display: none;
  position: relative;
}

.m_rcmndArea ul.rcmndInner li:nth-child(1),
.m_rcmndArea ul.rcmndInner li:nth-child(2),
.m_rcmndArea ul.rcmndInner li:nth-child(3),
.m_rcmndArea ul.rcmndInner li:nth-child(4) {
  display: block;
}

.m_rcmndArea ul.rcmndInner li:nth-child(4) {
  margin-right: 0;
}

.m_rcmndArea ul.rcmndInner li:last-of-type {
  margin-right: 0;
}

.m_rcmndArea ul.rcmndInner li .rcmndImg {
  border-bottom: 1px solid #e5e5e5;
  /*	width: 300px;
	height: 200px;*/
}

.m_rcmndArea ul.rcmndInner li .rcmndImg {
  width: 228px;
  height: 151px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.m_rcmndArea ul.rcmndInner li .rcmndImg img {
  max-width: 226px;
  max-height: 151px;
}

.m_rcmndArea ul.rcmndInner a {
  text-decoration: none;
}

.m_rcmndArea ul.rcmndInner a:hover * {
  opacity: 0.8;
}

.m_rcmndArea ul.rcmndInner li dl {
  padding: 10px 10px 0 10px;
  line-height: 1.3;
}

.m_rcmndArea ul.rcmndInner li dt {
  color: #444444;
  /*height: 45px;*/
  min-height: 45px;
  max-height: 68px;
  font-size: 120%;
  font-weight: bold;
}

.m_rcmndArea ul.rcmndInner li dd {
  color: #777777;
  font-size: 110%;
  /*height: 43px;*/
  min-height: 36px;
  max-height: 65px;
  font-weight: bold;
}

.m_rcmndArea ul.rcmndInner ul.rcmndIcon {
  padding: 0 10px;
  position: absolute;
  bottom: 14px;
}

.m_rcmndArea ul.rcmndInner ul.rcmndIcon li {
  /*display: inline-block;*/
  display: none;
  border: none;
  margin-right: 5px;
  text-align: center;
  width: 65px;
  height: 17px;
  padding-bottom: 0;
}

.m_rcmndArea ul.rcmndInner ul.rcmndIcon li:nth-child(1),
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li:nth-child(2),
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li:nth-child(3) {
  display: inline-block;
}

.m_rcmndArea ul.rcmndInner ul.rcmndIcon li:nth-child(3) {
  margin-right: 0;
}

/*
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li:last-child{
	margin-right: 0;
}
*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li img {
  width: auto;
  height: 17px;
}

/*CS初*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.csnew {
  background: #b24fc7;
}

/*完全版*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.fullver {
  background: #4861ac;
}

/*オリジナル*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.original {
  background: #40aeb5;
}

/*一挙放送*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.onair {
  background: #F44493;
}

/*NEW*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.new {
  background: #E62B31;
}

/*NEW*/
.m_rcmndArea ul.rcmndInner ul.rcmndIcon li.monopoly {
  background: #5CAA36;
}
</pre></body></html>