@charset "UTF-8";
 @media print {
body {
	display: none;
}
}
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
/* clearfix ------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from MacIE €*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End Hide from MacIE */

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}
html>/**/body {
	font-size: 16px;
	line-height: normal;
} /* except Win IE */
.txt10 {
	font-size: 63%;
	line-height: 1.5em;
}	/* 10px */
.txt10w {
	font-size: 63%;
	line-height: 1.8em;
}	/* 10px */
.txt11 {
	font-size: 70%;
	line-height: 1.5em;
}
.txt11w {
	font-size: 70%;
	line-height: 1.8em;
}
.txt12 {
	font-size: 75%;
	line-height: 2.25em;
}
.txt12w {
	font-size: 75%;
	line-height: 1.7em;
}	/* 12px */
.txt12w2 {
	font-size: 75%;
	line-height: 1.2em;
}	/* 12px */
.txt12w3 {
	font-size: 75%;
	line-height: 1.4em;
}	/* 12px */
.txt13 {
	font-size: 80%;
	line-height: 2.0em;
}
.txt13w {
	font-size: 80%;
	line-height: 1.3em;
}
.txt13w2 {
	font-size: 80%;
	line-height: 1.6em;
}
.txt14 {
	font-size: 88%;
	line-height: 1.5em;
}	/* 14px */
.txt14w {
	font-size: 88%;
line-height: 1.5em;
}	/* 14px */
.txt14n {
	font-size: 88%;
	line-height: 1.2em;
}	/* 14px */
.txt16 {
	font-size: 100%;
line-height: 1.5em;
}	/* 16px */
.txt18 {
	font-size: 108%;
	line-height: 1.3em;
}	/* 18px */
.txt36 {
	font-size: 140%;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* ---------------------------------------------
	基本項目
--------------------------------------------- */
html, body {
	height: 100%;
}
#fp-wrap {
	color: #3659bd;
}
/*共通スタイル*/
.white {
	color: #FFF;
}
.bold {
	font-weight: bold;
}
.narrow {
	letter-spacing: -0.1em;
}
.narrow2 {
	letter-spacing: -0.3em;
}
.center {
	text-align: center;
}
a:link {
	color: #990099;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #990099;
	text-decoration: underline;
}
a:active {
	color: #990099;
	text-decoration: none;
}
a img {
	border: none;
}
.clears {
	clear: both;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
/*共通レイアウト*/
body {
	-webkit-text-size-adjust: 100% !important;
	background-color: #FFF;
}
body.cx_smartphoneview {
	font-size: 120%;
}
.cx_smartphoneview .displaypc {
	display: none;
}
.cx_displaydevice .displaysp {
	display: none;
}
#fp-wrap {
	background: url("../img/bg_hdr.png") repeat-x center 0px;
}

.protect img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* ---------------------------------------------
	トップページ
--------------------------------------------- */
/*--------ヘッダー--------*/
#hdr_base {
	margin: 0 20px;
}
.cx_smartphoneview #hdr_base {
	margin: 0;
}
#hdr_base h1 {
	background: url("../img/main_ttl.png") no-repeat center 0px;
	width: 960px;
	height: 206px;
	margin: 0 auto;
	text-indent: -200%;
	overflow: hidden;
	white-space: nowrap;
}
.cx_smartphoneview #hdr_base h1 {
	background: url("../img/main_ttl_sp.png") no-repeat center 0px;
	width: 100%;
	height: 190px;
}
#hdr_base ul {
	background-color: #42cfef;
	padding: 12px;
}
#hdr_base li {
	width: 304px;
	height: 72px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	margin-left: 12px;
}
#hdr_base li:first-child,
#hdr_base li:nth-of-type(3n+1) {
	margin-left: 0px;
}
#hdr_base li:nth-of-type(n+4) {
	margin-top: 10px;
}
#hdr_base li a {
	width: 304px;
	height: 72px;
	text-indent: -200%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
#hdr_base li a#nav-one {
	background: #FFF url("../img/nav-one.png") no-repeat center 0px;
}
#hdr_base li a#nav-two {
	background: #FFF url("../img/nav-two.png") no-repeat center 0px;
}
#hdr_base li a#nav-next {
	background: #FFF url("../img/nav-next.png") no-repeat center 0px;
}
#hdr_base li a#nav01 {
	background: #FFF url("../img/nav01.png") no-repeat center 0px;
}
#hdr_base li a#nav02 {
	background: #FFF url("../img/nav02.png") no-repeat center 0px;
}
#hdr_base li a#nav03 {
	background: #FFF url("../img/nav03.png") no-repeat center 0px;
}
#hdr_base li a#nav04 {
	background: #FFF url("../img/nav04.png") no-repeat center 0px;
}
#hdr_base li a#nav05 {
	background: #FFF url("../img/nav05.png") no-repeat center 0px;
}
#hdr_base li a#nav06 {
	background: #FFF url("../img/nav06.png") no-repeat center 0px;
}
.cx_displaydevice #hdr_base li a#nav01:hover, .cx_displaydevice #hdr_base li a#nav02:hover, .cx_displaydevice #hdr_base li a#nav03:hover,
.cx_displaydevice #hdr_base li a#nav04:hover, .cx_displaydevice #hdr_base li a#nav05:hover, .cx_displaydevice #hdr_base li a#nav06:hover {
	background-color: #dffbff;
	background-position: center 1px;
}
.cx_smartphoneview #hdr_base li, .cx_smartphoneview #hdr_base li a {
	width: 196px;
}
/*--------メインベース--------*/
#mainCntnr {
	padding: 0 20px 50px;
}
/*--------チャンネルベース--------*/
.channelCntnr {
	padding-top: 85px;
	margin: -70px 0 30px;
	text-align: center;
}
.channelCntnr h2 {
	display: inline-block;
	background-color: #FFF;
	width: auto;
	/*height: 58px;*/
	overflow: hidden;
	border-radius: 10px;
	margin: 0 auto;
	padding: 2px 14px;
	position: relative;
	z-index: 90;
	font-size: 180%;
	text-align: center;
}
.channelCntnr#music h2 {
	color: #f58300;
}
.channelCntnr#sports h2 {
	color: #155cdc;
}
.channelCntnr#drama h2 {
	color: #e91b2f;
}
.channelCntnr#entertainment h2 {
	color: #11ac9e;
}
.channelCntnr#asia h2 {
	color: #b920e3;
}
.channelCntnr#animekids h2 {
	color: #ec4ea3;
}

.channelCntnr.logo h2 {
	width: 118px;
	height: 58px;
	text-indent: -500%;
	white-space: nowrap;
	position: relative;
	font-size: 10%;
}
.channelCntnr#nextTop.logo h2 {
	background: #FFF url("../img/logo_next.png") no-repeat center 0px;
}
.channelCntnr#oneTop.logo h2 {
	background: #FFF url("../img/logo_one.png") no-repeat center 0px;
}
.channelCntnr#twoTop.logo h2 {
	background: #FFF url("../img/logo_two.png") no-repeat center 0px;
}

.prgrmCntnr {
	margin: -8px 0 0;
	position: relative;
	z-index: 50;
	text-align: left;
}
.prgrmCntnr::before {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 14px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
#music .prgrmCntnr::before {
	background-color: #f58300;
}
#sports .prgrmCntnr::before {
	background-color: #155cdc;
}
#drama .prgrmCntnr::before {
	background-color: #e91b2f;
}
#entertainment .prgrmCntnr::before {
	background-color: #11ac9e;
}
#asia .prgrmCntnr::before {
	background-color: #b920e3;
}
#animekids .prgrmCntnr::before {
	background-color: #ec4ea3;
}

#nextTop .prgrmCntnr::before {
	background-color: #009944;
}
#oneTop .prgrmCntnr::before {
	background-color: #1d2088;
}
#twoTop .prgrmCntnr::before {
	background-color: #e60012;
}

/*--------一挙ベース--------*/
.ikkyoCntnr::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom: dotted 5px #ffdc5c;
}
.cx_smartphoneview .ikkyoCntnr::after {
	height: 10px;
}
.ikkyoCntnr {
	padding: 5px 0 0;
}
.cx_smartphoneview .ikkyoCntnr {
	padding: 15px 0 0;
}
.ikkyoCntnr h3 {
	background: #FFF url("../img/ttl_icon.png") no-repeat left 0px;
	min-height: 38px;
	padding: 12px 0 0 48px;
	font-size: 175%;
	font-weight: normal;
	line-height: 1.1;
}
.ikkyoCntnr h3 span {
	font-size: 80%;
}
.cx_smartphoneview .ikkyoCntnr h3 {
	padding: 5px 0 10px 48px;
}
.ikkyoCntnr.illu,.ikkyoCntnr.illu2 {
	background: #FFF url("../img/kirakira_illu.png") no-repeat right bottom;
}
.cx_smartphoneview .ikkyoCntnr.illu2 {
	background: #FFF;
}
/*--------番組リストベース--------*/
.ikkyoCntnr li {
	width: 24%;
	margin: 0 1% 14px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	border: solid 1px #CCC;
	float: left;
}
.ikkyoCntnr li:nth-of-type(4n) {
	margin-right: 0;
}
.cx_smartphoneview .ikkyoCntnr li {
	width: 48.5%;
	margin: 0 2% 10px 0;
}
.cx_smartphoneview .ikkyoCntnr li:nth-of-type(2n) {
	margin-right: 0;
}
.ikkyoCntnr a:hover {
	text-decoration: none;
}
.genre .ikkyoCntnr a dl {
	position: relative;
	padding-bottom: 100px;
}
.cx_smartphoneview .genre .ikkyoCntnr a dl {
	padding-bottom: 126px;
	/*height: auto !important;*/
}
.ikkyoCntnr a:hover dl {
	background-color: #fffada;
}
.ikkyoCntnr dd {
	text-align: center;
	font-size: 94%;
	color: #FFF;
	padding: 3px 0;
	line-height: 1.4;
}
.ikkyoCntnr dd.day {
	position: absolute;
	bottom: 47px;
	width: 100%;
	height: 42px;
	color: #666;
	/*border-bottom: 1px dotted #c0c0c0;*/
	border-top: 1px dotted #c0c0c0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.ikkyoCntnr dd.channel {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	border-top: 1px dotted #c0c0c0;
	/*text-align: right;*/
}
.ikkyoCntnr dd.channel img {
	max-height: 100%;
}
.ikkyoCntnr dd.channel.ch3 img {
	max-height: 84%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#nextTop .ikkyoCntnr dd:first-child {
	background-color: #22ae60;
}
#oneTop .ikkyoCntnr dd:first-child {
	background-color: #484aa9;
}
#twoTop .ikkyoCntnr dd:first-child {
	background-color: #e6505c;
}

.ikkyoCntnr dd.one,
#nextTop .ikkyoCntnr dd.one {
    background-color: #484aa9;
}
.ikkyoCntnr dd.two,
#nextTop .ikkyoCntnr dd.two {
    background-color: #e6505c;
}
.ikkyoCntnr dd.next,
#oneTop .ikkyoCntnr dd.next,
#twoTop .ikkyoCntnr dd.next{
	background-color: #22ae60;
}
.ikkyoCntnr dd.photoBase {
	background-color: #ccc;
	height: 129px;
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
	border-bottom: solid 1px #CCC;
}
.cx_smartphoneview .ikkyoCntnr dd.photoBase {
	height: 164px;
}
.ikkyoCntnr dd.photoBase img {
	width: 100%;
	height: 129px;
}
.cx_smartphoneview .ikkyoCntnr dd.photoBase img {
	width: 100%;
	height: 164px;
}
.ikkyoCntnr dt {
	padding: 0 10px 10px;
	line-height: 1.4;
	color: #666;
	/*min-height: 70px;*/
	font-weight: bold;
}
.ikkyoCntnr dt span {
	font-size: 80%;
	line-height: 1.1;
}
.ikkyoCntnr dd.firstOA {
	width: 20%;
	background-color: #ed215a;
	color: #FFF;
	padding: 3px 3px 1px;
	margin: 5px 0 5px 10px;
	font-size: 88%;
	text-align: center;
	line-height: 1.0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ikkyoCntnr li.shortH dt {
	min-height: 48px;
}
.ikkyoCntnr li.tallH dt {
	min-height: 96px;
}
.cx_smartphoneview .ikkyoCntnr dt {
	line-height: 1.15;
}

.infotxt{
	color:#333;
	text-align:right;
	font-size:12px;
	}

