<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* === Layout ============================================ */
#main {
  display: table;
  padding: 0;
  width: 100%;
}

#CenterCol {
  display: table-cell;
  padding: 30px 20px;
  vertical-align: top;
}

#homeInformationArea {
  display: table-cell;
  padding: 10px 10px 40px;
  min-width: 300px;
  width: 300px;
  background: #dddddd;
  vertical-align: top;
}

@media only screen and (max-width: 939px) {
  #main {
    display: block;
  }
  #CenterCol {
    display: block;
    padding: 20px 0 20px 20px;
  }
  #homeInformationArea {
    display: block;
    padding: 0;
    min-width: inherit;
    width: auto;
    background: transparent;
  }
  #homeInformationArea .spInner {
    margin-top: 20px;
    padding: 20px 20px;
    background: #dddddd;
  }
}

@media only screen and (max-width: 767px) {
  #CenterCol {
    padding: 15px 0 0 0;
  }
  #homeInformationArea {
    margin-top: 50px;
  }
  #homeInformationArea .spInner {
    padding: 20px 17px;
  }
}

@media only screen and (max-width: 374px) {
  #homeInformationArea .spInner {
    padding: 20px 10px;
  }
}

/* === 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ ============================================ */
.mainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.mainVisual span {
  position: absolute;
  top: 0;
  left: 0;
}
.mainVisual span img {
  max-width: inherit;
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  .mainVisual {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #000000;
  }
  .mainVisual img {
    margin-top: 10px;
    height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  #leftCol .logo {
    display: none;
  }
  .mainVisual {
    height: auto;
  }
  .mainVisual span {
    position: relative;
    top: auto;
    left: auto;
    min-width: inherit;
  }
  .mainVisual span img {
    max-width: inherit;
    width: 100%;
  }
}

/* ===  ============================================ */
#youtubeArea-sp {
  display: none;
}

@media only screen and (max-width: 939px) {
  #CenterCol #youtubeArea-sp {
    display: block;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  #CenterCol #youtubeArea-sp {
    padding: 0 17px 0;
  }
}

@media only screen and (max-width: 374px) {
  #CenterCol #youtubeArea-sp {
    padding: 30px 10px 0;
  }
}

/* ===  ============================================ */

.newsBlock {
	margin:0 0 30px 0;
  padding: 10px;
  background: url(../common/images/stripe02_bg.gif) repeat 0 0;
}
@media only screen and (max-width: 767px) {
.newsBlock {
	margin:0 0 15px 0;
}
}
.newsBlock .newsBox{
  padding: 10px 0;
  background:#fff;
}
.newsBlock .newsBox dt{
	width:23%;
	padding:5px 10px 4px;
  box-sizing: border-box;
	float:left;
	color:#666;
	font-size:12px;
	text-align:center;
}
.newsBlock .newsBox dd{
	width:77%;
	padding:4px 15px 3px;
	border-left:1px dotted #00abeb;
  box-sizing: border-box;
	float:left;
}
.newsBlock .newsBox dd a{
	color:#00abeb;
	text-decoration:none;
}
@media only screen and (max-width: 1150px) and (min-width: 940px) {
.newsBlock .newsBox dt{
	width:100%;
	padding:0 0 5px 15px;
	border-bottom:1px dotted #00abeb;
	float:none;
	text-align:left;
}
.newsBlock .newsBox dd{
	width:100%;
	padding:10px 10px 0 15px;
	border-left:none;
	float:none;
}
}
@media only screen and (max-width: 600px) {
.newsBlock .newsBox dt{
	width:100%;
	padding:0 0 5px 15px;
	border-bottom:1px dotted #00abeb;
	float:none;
	text-align:left;
}
.newsBlock .newsBox dd{
	width:100%;
	padding:10px 10px 0 15px;
	border-left:none;
	float:none;
}
}
.newsBlock .newsBox dd a:hover{
	text-decoration:underline;
}

.liveArea {
  margin-bottom: 40px;
}
.liveArea .liveTit {
  margin-bottom: 20px;
  border-bottom: 3px solid #00abeb;
}
.liveArea #homeLiveInfo {
  /*display: none;*/
}
.liveArea #Movie {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.liveArea #Movie object,
.liveArea #Movie video,
.liveArea #Movie embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.liveArea .prBlock {
  padding: 20px;
  background: url(../common/images/stripe02_bg.gif) repeat 0 0;
}
.liveArea .prBlock .prTit {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1;
}
.liveArea .prBlock .prTit span {
  display: inline-block;
}
.liveArea .prBlock .infoBox {
  padding: 10px;
  background: #ffffff;
}
.liveArea .prBlock .infoBox p {
  margin-top: 20px;
}
.liveArea .prBlock .infoBox p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 1219px) {
  .liveArea .prBlock .prTit {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .liveArea {
    margin-bottom: 30px;
  }
  .liveArea .liveTit {
    /*display: none;*/
  }
  .liveArea .prBlock {
    padding: 20px 0;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }
  .liveArea .prBlock .prTit {
    font-size: 20px;
  }
}

/* === facebook ============================================ */
.fbWrap {
	width:100%;
  margin-bottom: 40px;
	border:1px solid #00abeb;
	box-sizing: border-box;
  text-align: center;
}
.fbWrap .fbBox{
	height:500px;
	overflow:auto;
	padding:10px 10px 10px 20px;
	text-align:left;
}
@media only screen and (max-width: 767px) {
.fbWrap {
	margin-bottom: 30px;
}
.fbWrap .fbBox{
	height:300px;
}
}

.fbWrap h2{
	padding:7px 14px 6px;
	background:#00abeb;
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.fbWrap h2 a:link ,
.fbWrap h2 a:visited{
	color:#fff;
	text-decoration:none;
}
.fbWrap h2 a:hover{
	text-decoration:underline;
}

.fbWrap .fbBox a{
	color:#00abeb;
	text-decoration:none;
}
.fbWrap .fbBox a:hover{
	text-decoration:underline;
}

.fbWrap .fbBox dl{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #00abeb;
}

.fbWrap .fbBox dt{
	padding:10px 5px 1px 5px;
	margin:0 0 15px 0;
	border-bottom:3px solid #00abeb;
	color:#00abeb;
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
	letter-spacing:1px;
}
.fbWrap .fbBox dt em{
	font-size:20px;
	font-weight:bold;
}
.fbWrap .fbBox p{
	padding:0 5px;
	line-height: 1.8;
}
.fbWrap .fbBox .fb_photo{
	margin:10px 0;
}
.fbWrap .fbBox span a{
	margin:0 10px 0 0;
}

.fbWrap .fbBox .icon li{
	display:inline-block;
	margin:0 20px 0 0;
}
.fbWrap .fbBox .icon li a{
	padding:2px 0 2px 25px;
	display:block;
}
.fbWrap .fbBox .icon li.comment a{
	background:url(../common/images/icn_fb_comment.png) left center no-repeat;
}
.fbWrap .fbBox .icon li.iine a{
	background:url(../common/images/icn_fb_share.png) left center no-repeat;
}


/** 蜀咏悄 **/
.fbWrap .fbBox dd ul.fb_photo {
	overflow: hidden;
	width: 440px;
	background-color: #fff;}

.fbWrap .fbBox dd ul.one_photo li img { /* 1譫� */
	width: 440px;
	height: auto;}

.fbWrap .fbBox dd ul.two_vertical { /* 邵ｦ 2譫� */
	display: table;}

.fbWrap .fbBox dd ul.two_vertical li {
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 300px;}

.fbWrap .fbBox dd ul.two_vertical li img {
	position: absolute;
	left: -25%;
	top: -25%;
	width: 150%;
	height: auto;}

.fbWrap .fbBox dd ul.two_width { /* 讓ｪ 2譫� */
	display: block;}

.fbWrap .fbBox dd ul.two_width li {
	overflow: hidden;
	position: relative;
	height: 220px;
	width: 440px;}

.fbWrap .fbBox dd ul.two_width li img {
	position: absolute;
	top: -25%;
	width: 440px;
	height: auto;}

/* fb縺ｮ蜀咏悄 繝医Μ繝溘Φ繧ｰ */
.fbWrap .fbBox dd ul li p.trim {
	height: auto !important;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
	float:left;

	border: 1px solid #fff;
	margin-bottom: 0;
	box-sizing: border-box;}

/*.fbWrap .fbBox dd ul li p.trim img{
	float:left;
	position:absolute;
}*/


@media only screen and (max-width: 767px) {
.fbWrap .fbBox dd ul.fb_photo {
	width: 100%;
}
.fbWrap .fbBox dd ul.one_photo li img { /* 1譫� */
	width: 100%;
}
.fbWrap .fbBox dd ul li p.trim{
  width: 100% !important;
	height: auto !important;
	float:none;
}
.fbWrap .fbBox dd ul li p.trim img {
    float: none;
    position: static;
}
}

/* === dataBlock ============================================ */
.dataBlock .blockTit {
  margin-bottom: 20px;
  border-bottom: 3px solid #00abeb;
}
.dataBlock .blockTit img {
  width: auto;
  height: 24px;
}

.dataBlock .list {
  position: relative;
  margin-top: -20px;
  margin-left: -20px;
  width: 660px;
}
.dataBlock .list:after {
  display: block;
  clear: both;
  content: '';
}
.dataBlock .list &gt; .tempBox {
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 20px;
  width: 200px;
}
.dataBlock .list &gt; .tempBox.nth3n_1 {
  clear: both;
}
.dataBlock .list &gt; .tempBox:nth-child(3n+1) {
  clear: both;
}
.dataBlock .list &gt; .tempBox a {
  text-decoration: none;
}
.dataBlock .list &gt; .tempBox .postThumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.dataBlock .list &gt; .tempBox .postThumb img {
  padding-top: 50%;
  width: 100%;
  height: 0;
  opacity: 0;
}
.isIE8 .dataBlock .list &gt; .tempBox .postThumb {
  width: 100%;
  height: 100px;
  background: none !important;
}
.isIE8 .dataBlock .list &gt; .tempBox .postThumb img {
  padding-top: 0;
  width: 100%;
  height: auto;
}
.dataBlock .list &gt; .tempBox .postTitle br {
  display: none;
}
.dataBlock .list &gt; .tempBox .postDate {
  color: #a3a3a3;
  font-size: 11px;
}

@media only screen and (max-width: 1219px) {
  .dataBlock .list {
    margin-left: 0;
    width: auto;
  }
  .dataBlock .list &gt; .tempBox,
  .dataBlock .list &gt; .tempBox:nth-child(3n+1),
  .dataBlock .list &gt; .tempBox:nth-child(2n+1) {
    clear: none;
    margin-left: 4%;
    width: 48%;
  }
  .dataBlock .list &gt; .tempBox:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .dataBlock .list &gt; .tempBox .postTitle {
    font-size: 13px;
  }
}

@media only screen and (max-width: 939px) {
  .dataBlock {
    margin-bottom: 40px;
  }
  .dataBlock .list &gt; .tempBox,
  .dataBlock .list &gt; .tempBox:nth-child(2n+1),
  .dataBlock .list &gt; .tempBox:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
    width: 32%;
  }
  .dataBlock .list &gt; .tempBox:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .dataBlock .list &gt; .tempBox .postTitle {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .dataBlock .blockTit {
    margin-bottom: 15px;
    border-bottom-width: 1px;
  }
  .dataBlock .blockTit img {
    height: 16px;
  }
  .dataBlock .list &gt; .tempBox,
  .dataBlock .list &gt; .tempBox:nth-child(2n+1),
  .dataBlock .list &gt; .tempBox:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
    width: 48%;
  }
  .dataBlock .list &gt; .tempBox:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .dataBlock .list &gt; .tempBox .postTitle {
    font-size: 11px;
  }
}

/* === 蜿ｳ繧ｫ繝ｩ繝� ============================================ */
#homeInformationArea h3.informationH3TvProgram {
  margin-top: 20px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #00abeb;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

#homeInformationArea h3.informationH3 {
  margin-top: 40px;
  border-bottom: 3px solid #00abeb;
}

#homeInformationArea h4.informationH4TvProgram {
  margin-top: 20px;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #00abeb;
  background-color: #9acee1;
  font-size: 20px;
  line-height: 1;
}

#homeInformationArea dl dt {
  margin-top: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 15px;
}

#homeInformationArea dl dd {
  margin-top: 10px;
  padding-left: 20px;
  color: #666666;
}

#homeInformationArea .youtubeArea {
  text-align: center;
}

#homeInformationArea .homeInformationAreaBnr {
  margin-top: 10px;
  text-align: center;
}

#homeInformationArea #informationTwitterAccount {
  margin-top: -18px;
  height: 18px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
#homeInformationArea #informationTwitterAccount a {
  text-decoration: none;
}
#homeInformationArea #informationTwitterAccount a:hover {
  color: #007dac;
  text-decoration: underline;
}

#homeInformationArea #twitter {
  overflow-x: none;
  overflow-y: scroll;
  margin-top: 10px;
  height: 500px;
  background: #ffffff;
}

#homeInformationArea #twitterBlock {
  padding: 10px;
}
#homeInformationArea #twitterBlock li {
  padding: 10px;
  border-bottom: 1px dotted #333333;
}
#homeInformationArea #twitterBlock .twitterTime {
  padding-left: 25px;
  background: url(../common/images/twitter_icon.png) 0 0 no-repeat;
  font-size: 12px;
}
#homeInformationArea #twitterBlock .twitterText {
  padding: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.8;
}

@media only screen and (max-width: 939px) {
  #homeInformationArea h3.informationH3TvProgram {
    margin-top: 0;
  }
  #homeInformationArea .homeInformationAreaBnr {
    background: #ffffff;
  }
  #homeInformationArea .youtubeArea {
    display: none;
  }
}

/* 繝医ャ繝玲叛騾∵ュ蝣ｱ繝｢繝ｼ繝繝ｫ */

#modal-content {
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 100001;
}
  
#modal-overlay {
	z-index: 100000;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-open{
	width: 100%;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 3px;
	background:	#00abeb;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
  text-decoration: none;
	text-align: center;
	cursor:pointer;
}
#modal-open span{
	padding:3px 0 3px 25px;
  margin: 0 10px 0 0;
  background: url(../common/images/icn_sc.png) left center no-repeat;
  background-size: auto 20px;
	display:inline-block;
}

#modal-close{
	width: 30%;
	height: 30px;
	display: block;
	margin: 10px auto 0 auto;
	border-radius: 3px;
	background:	#999999;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
  text-decoration: none;
	text-align: center;
	cursor:pointer;
}

#sc_wrap{
  padding: 15px !important;
	margin:0 !important;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
	box-sizing: border-box;
}
#sc{
	width:100%;
	height:200px;
	overflow-y: scroll;
	color:#000;
}

/* === PC 蜍慕判繧ｵ繧､繧ｺ蝗ｺ螳�
 ============================================ */
.isPc #Movie {
  margin: 0 auto;
  padding-top: 0;
  width: 640px;
  height: 360px;
}

@media only screen and (min-width: 768px) and (max-width: 1219px) {
  .isPc #wrapper {
    min-width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
  .isPc #wrapper {
    min-width: 860px;
  }
  .isPc #CenterCol {
    margin: 0 auto; 
    width: 640px;
  }
}

@media only screen and (max-width: 767px) {
  .isPc #wrapper {
    min-width: 640px;
  }
  .isPc #CenterCol {
    margin: 0 auto; 
    max-width: 640px;
  }
}
</pre></body></html>