@charset "utf-8";

/* mainbanner
----------------------------------------------- */

.mainbanner {
	position: relative;
	margin: auto;
	padding-bottom: 50px;
	width: 1000px;
	z-index: 1;
}
.mainbanner .swiper-slider {
}
.mainbanner .swiper-wrapper {
}
.mainbanner .swiper-slide {
}
.mainbanner .swiper-slide a {
	display: block;
	position: relative;
	z-index: 1;
}
.mainbanner .swiper-slide a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	transition-property: transform;
	transform-origin: right;
}
.mainbanner.is-active .swiper-slide a:before {
	transform: scaleX(0);
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.mainbanner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.mainbanner .swiper-button-prev,
.mainbanner .swiper-button-next {
	display: block;
	position: absolute;
	top: 50%;
	margin: -65px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 1;
	cursor: pointer;
	transition: transform 0.2s;
}
.mainbanner .swiper-button-prev:after,
.mainbanner .swiper-button-next:after {
	display: none;
}
.mainbanner .swiper-button-prev:active,
.mainbanner .swiper-button-next:active {
	transform: scale(0.95);
}
.mainbanner .swiper-button-prev {
	left: -40px;
	right: auto;
}
.mainbanner .swiper-button-next {
	right: -40px;
	left: auto;
}
.mainbanner .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 20px;
}
.mainbanner .swiper-pagination span {
	display: block;
	margin: 0 8px !important;
	width: 10px;
	height: 10px;
	background-color: #bbb;
	opacity: 1;
	transition-property: background-color;
	transition-duration: 0.25s;
}
.mainbanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ed7700;
}

/* minibanner
----------------------------------------------- */

.minibanner {
	padding: 5px 0;
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	background: url(../images/bg01@2x.png);
	background-size: 40px 40px;
	overflow: hidden;
}
.minibanner .swiper-slider {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}
.minibanner .swiper-wrapper {
}
.minibanner .swiper-slide {
}
.minibanner .swiper-slide a {
	display: block;
	position: relative;
	height: 98px;
	pointer-events: none;
	background-color: #000;
	z-index: 1;
}
.minibanner .swiper-slide a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #ed7700;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.25s;
}
.minibanner .swiper-slide a:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	transition-property: transform;
	transform-origin: right;
}
.minibanner.is-active .swiper-slide a:after {
	transform: scaleX(0);
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.minibanner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	transition-property: opacity;
	transition-duration: 0.25s;
}
.minibanner .swiper-slide.swiper-slide-thumb-active a:before {
	opacity: 1;
}
.minibanner .swiper-slide.swiper-slide-thumb-active img {
	opacity: 0.5;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {

	/* section
	----------------------------------------------- */

	section .inner {
		padding: 80px 0;
	}
	section .icon {
		color: #ed7700;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 3px;
		text-align: center;
	}
	section .icon i {
		display: block;
		margin: 0 0 10px;
		font-size: 50px;
	}
	section h2 {
		margin: 20px 0 0;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 5px;
	}

	section .content {
		margin: auto;
		padding: 15px 0 0;
		width: 1000px;
	}
	section .content p {
		margin: 25px 0 0;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		line-height: 32px;
	}

	/* control
	----------------------------------------------- */

	.control li {
		display: none;
		position: absolute;
		top: 50%;
		margin: -40px 0 0;
		width: 80px;
		height: 80px;
		border-radius: 80px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 1;
		cursor: pointer;
		transition: transform 0.2s;
	}
	.control.on li {
		display: block;
	}
	.control li:active {
		transform: scale(0.95);
	}
	.control .prev {
		left: 25px;
	}
	.control .next {
		right: 25px;
	}

	/* main-banner
	----------------------------------------------- */

	#main-banner {
		position: relative;
		overflow: hidden;
	}
	#main-banner .inner {
		position: relative;
		margin: auto;
		width: 1000px;
		height: 500px;
	}
	#main-banner .items {
		position: absolute;
		top: 0;
		left: 0;
		width: 10000px;
		z-index: 1;
	}
	#main-banner .items li {
		float: left;
		width: 1000px;
	}
	#main-banner .items li a {
		display: block;
		position: relative;
		overflow: hidden;
	}
	#main-banner .items li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1;
		transition: transform 0.8s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
	}
	#main-banner .items li.on a:after {
		transform: translateX(100%);
	}

	/* news
	----------------------------------------------- */

	#news {
		background: #f5f5f5;
	}
	#news .inner {
		position: relative;
		margin: auto;
		padding: 10px 0 25px;
		width: 1000px;
		min-height: 122px;
	}
	#news .title {
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		height: 100%;
		text-align: center;
		background: #fff;
	}
	#news .label {
		padding: 32px 0;
		font-size: 20px;
		font-weight: 500;
	}
	#news .more {
		text-align: center;
	}
	#news .more a {
		display: inline-block;
		width: 80px;
		height: 30px;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		line-height: 29px;
		border-radius: 30px;
		background: #ed7700;
		transition: background 0.2s;
	}
	#news .more a:hover {
		background: #cf5900;
	}

	#news table {
		margin: 0 0 0 150px;
	}
	#news tr {
		display: none;
	}
	#news tr:nth-child(-n+3) {
		display: block;
	}
	#news th,
	#news td {
		padding: 15px 0 0;
		color: #505050;
		font-size: 15px;
		font-weight: 500;
		vertical-align: top;
		line-height: normal;
	}
	#news th {
		padding: 15px 20px 0 0;
		color: #505050;
		white-space: nowrap;
	}
	#news td a {
		color: #1e1e1e;
		text-decoration: underline;
	}
	#news td a:hover {
		color: #505050;
	}

	/* about
	----------------------------------------------- */

	#about h3 {
		margin: 25px auto 0;
		width: 1000px;
		font-size: 30px;
		text-align: center;
		line-height: 40px;
	}
	#about .inner {
		position: relative;
		padding: 50px 0 80px;
	}
	#about .content {
		padding: 40px 0 0;
	}
	#about .content p {
		margin: 0;
		font-size: 15px;
		line-height: 30px;
	}
	#about .mamezo {
		position: absolute;
		top: 55px;
		left: 50%;
		margin: 0 0 0 300px;
	}

	/* join
	----------------------------------------------- */

	#join {
		background: #f5f5f5;
	}
	#join .inner {
		margin: auto;
		width: 1000px;
	}
	#join ul {
		margin: 0 0 0 -20px;
		padding: 45px 0 0;
	}
	#join li {
		float: left;
		margin: 0 0 0 20px;
		width: 184px;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
	}
	#join li a {
		display: block;
		position: relative;
		margin: 0 0 10px;
		padding: 50px 0;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
		transition: border-color 0.2s;
	}
	#join li a:hover {
		border-color: #ed7700;
	}
	#join li span {
		display: block;
	}
	#join li .blank {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	/* timetable
	----------------------------------------------- */

	#timetable {
		border-top: 1px solid #dcdcdc;
		background: url(../images/bg01@2x.png);
		background-size: 40px 40px;
		overflow: hidden;
	}
	#timetable .inner {
		position: relative;
	}
	#timetable .program {
		position: relative;
		margin: 50px auto 0;
		width: 1000px;
	}
	#timetable .items {
		width: 10000px;
	}
	#timetable .items li {
		float: left;
		position: relative;
		margin: 0 50px 0 0;
		width: 300px;
	}
	#timetable .items li:before,
	#timetable .items li:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		margin: -5px 0 0;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #dcdcdc;
	}
	#timetable .items li:after {
		right: -40px;
	}
	#timetable .items li:last-child:before,
	#timetable .items li:last-child:after {
		display: none;
	}
	#timetable .items li a {
		display: block;
		padding: 15px 0 20px;
		color: #1e1e1e;
		text-decoration: none;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		overflow: hidden;
		transition: transform 0.2s, box-shadow 0.2s;
	}
	#timetable .items li a:hover {
		box-shadow: 0 4px 8px rgba(0,0,0,0.15);
		transform: translateY(-4px);
	}
	#timetable .items li span {
		display: block;
		margin: 0 15px;
	}
	#timetable .items li .time {
		height: 40px;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 40px;
		border-radius: 5px 5px 0 0;
		background: #1e1e1e;
	}
	#timetable .items li .title {
		margin: 15px 15px 0;
		font-size: 15px;
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#timetable .items li .image img {
		width: 100%;
		height: auto;
	}
	#timetable .control li {
		margin: -2px 0 0;
	}

	/* now on air */

	#timetable .items li:first-child a {
		background-color: #ffb400;
	}
	#timetable .items li:first-child .time {
		position: relative;
		color: #ed7700;
	}
	#timetable .items li:first-child .time em {
		font-style: normal;
		animation: flash 1s infinite;
	}
	#timetable .items li:first-child .time:after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		bottom: -20px;
		margin: 0 0 0 -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #1e1e1e transparent transparent transparent;
		z-index: 1;
	}

	/* favorite
	----------------------------------------------- */

	#favorite {
		border-top: 1px solid #dcdcdc;
	}
	#favorite .program {
		margin: 50px auto 0;
		width: 1000px;
	}
	#favorite .articles {
		margin: 0 0 0 -50px;
	}
	#favorite article {
		float: left;
		margin: 0 0 0 50px;
		width: 300px;
	}
	#favorite article a {
		display: block;
		color: #1e1e1e;
		text-decoration: none;
	}
	#favorite article p {
		margin: 10px 0 0;
		color: #dc5a00;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
	}
	#favorite article h3 {
		margin: 5px 0 0;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
	}
	#favorite article figure {
		transition: opacity 0.2s;
	}
	#favorite article a:hover figure {
		opacity: 0.7;
	}
	#favorite figure img {
		width: 100%;
		height: auto;
	}

	/* recommend
	----------------------------------------------- */

	#recommend {
		position: relative;
		background: #ffb400;
		overflow: hidden;
	}
	#recommend .program {
		position: relative;
		margin: 45px auto 0;
		width: 1000px;
	}
	#recommend .articles {
		width: 10000px;
	}
	#recommend article {
		float: left;
		margin: 0 50px 0 0;
		width: 300px;
	}
	#recommend article a {
		display: block;
		color: #1e1e1e;
		text-decoration: none;
	}
	#recommend figure {
		background: #fff;
	}
	#recommend figure img {
		width: 100%;
		height: auto;
		transition: opacity 0.2s;
	}
	#recommend article a:hover img {
		opacity: 0.7;
	}
	#recommend h3 {
		margin: 20px 0 0;
		height: 56px;
		font-size: 18px;
		line-height: 28px;
		overflow: hidden;
	}
	#recommend .summary {
		margin: 20px 0 0;
		padding: 20px 0 0;
		font-size: 13px;
		line-height: 20px;
		border-top: 1px solid #ed7700;
	}
	#recommend .control li {
		margin: -50px 0 0;
	}

	/* genre
	----------------------------------------------- */

	#genre .program {
		margin: auto;
		padding: 30px 0 0;
		width: 1000px;
	}
	#genre .articles {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -20px;
	}
	#genre article {
		position: relative;
		margin: 20px 0 0 20px;
		padding: 15px 0;
		width: 235px;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		border-radius: 8px;
	}
	#genre a {
		color: #1e1e1e;
		text-decoration: none;
	}
	#genre h3 a {
		display: block;
		margin: 0 15px;
		padding: 15px 0;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		border-radius: 5px;
		background: #ffb400;
		transition: background 0.2s;
	}
	#genre h3 a:hover {
		background: #eba000;
	}
	#genre h3 i {
		display: block;
		margin: 0 0 10px;
		color: #fff;
		font-size: 30px;
	}

	#genre h4 {
		margin: 10px 15px 0;
		height: 40px;
		font-size: 13px;
		line-height: 20px;
		overflow: hidden;
	}
	#genre figure {
		margin: 15px 15px 0;
		transition: opacity 0.2s;
	}
	#genre a:hover figure {
		opacity: 0.7;
	}
	#genre figure img {
		width: 100%;
		height: auto;
	}

	/* loading */

	#genre article .loading {
		position: absolute;
		left: 0;
		bottom: 22px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#genre article .loading i {
		font-size: 15px;
	}

	/* vod
	----------------------------------------------- */

	#vod {
		padding: 80px 0;
		background: #f5f5f5;
	}
	#vod .content p {
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		line-height: 28px;
	}
	#vod ul {
		margin: 45px auto 0;
		width: 800px;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		background: #fff;
	}
	#vod li {
		float: left;
		width: 33.33%;
		text-align: center;
	}
	#vod li a {
		display: block;
		position: relative;
		padding: 20px 0;
		color: #1e1e1e;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		border-right: 1px solid #dcdcdc;
	}
	#vod li:last-child a {
		border-right: 0;
	}
	#vod li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.5);
		opacity: 0;
		transition: opacity 0.2s;
	}
	#vod li a:hover:after {
		opacity: 1;
	}
	#vod li span {
		display: block;
	}
	#vod li .label {
		margin: 12px 0 0;
	}
	#vod li .blank {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
	}

	/* service
	----------------------------------------------- */

	#service .articles {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin: 45px auto 0;
		width: 1000px;
	}
	#service article {
		position: relative;
		margin: 0 0 0 50px;
		padding: 60px 0 45px;
		width: 300px;
		text-align: center;
		border-radius: 8px;
		background: #f5f5f5;
	}
	#service article:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #ffffff transparent transparent transparent;
	}
	#service article:first-child {
		margin: 0;
	}
	#service article:nth-child(2) {
		position: relative;
		z-index: 1;
	}
	#service h3 {
		margin: 25px 0 0;
		font-size: 22px;
		font-weight: 600;
	}
	#service .en {
		margin: 10px 0 0;
		color: #ed7700;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 3px;
	}
	#service .summary {
		margin: 20px 30px 0;
		font-size: 18px;
		font-weight: 500;
		text-align: justify;
		line-height: 28px;
	}
	#service .mamezo {
		position: absolute;
		left: 275px;
		bottom: 15px;
		animation: mamezo1 2s infinite;
	}

	/* special-banner
	----------------------------------------------- */

	#special-banner {
		background: #1e1e1e;
	}
	#special-banner .inner {
		margin: auto;
		padding: 50px 0;
		width: 1000px;
	}
	#special-banner h3 {
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 5px;
	}
	#special-banner ul {
		margin: 0 0 0 -20px;
		padding: 30px 0 0;
		font-size: 0;
		text-align: center;
	}
	#special-banner li {
		display: inline-block;
		margin: 20px 0 0 20px;
	}
	#special-banner li a {
		display: block;
		background: #fff;
	}
	#special-banner li a img {
		transition: opacity 0.2s;
	}
	#special-banner li a:hover img {
		opacity: 0.7;
	}

	/* pr-banner
	----------------------------------------------- */

	#pr-banner {
		background: #f5f5f5;
	}
	#pr-banner .inner {
		margin: auto;
		padding: 50px 0;
		width: 1000px;
	}
	#pr-banner h3 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 5px;
	}
	#pr-banner ul {
		padding: 30px 0 0;
		font-size: 0;
		text-align: center;
	}
	#pr-banner li {
		display: inline-block;
	}
	#pr-banner .pr1 li {
		margin: 20px 10px 0;
	}
	#pr-banner .pr2 {
		margin: 25px 0 0;
		padding: 15px 0 0;
		border-top: 1px solid #dcdcdc;
	}
	#pr-banner .pr2 li {
		margin: 10px 5px 0;
	}
	#pr-banner li a {
		display: block;
		transition: opacity 0.2s;
	}
	#pr-banner li a:hover {
		opacity: 0.7;
	}

}

/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {

	/* mainbanner
	----------------------------------------------- */

	.mainbanner {
		padding-bottom: 40px;
		width: auto;
	}
	.mainbanner .swiper-slider {
	}
	.mainbanner .swiper-wrapper {
	}
	.mainbanner .swiper-slide {
	}
	.mainbanner .swiper-slide a {
	}
	.mainbanner .swiper-slide a:before {
	}
	.mainbanner.is-active .swiper-slide a:before {
	}
	.mainbanner .swiper-slide img {
	}
	.mainbanner .swiper-button-prev,
	.mainbanner .swiper-button-next {
		margin: -53px 0 0;
		width: 36px;
		height: 36px;
		border-radius: 36px;
		background: rgba(255,255,255,0.6);
	}
	.mainbanner .swiper-button-prev:after,
	.mainbanner .swiper-button-next:after {
		display: none;
	}
	.mainbanner .swiper-button-prev:active,
	.mainbanner .swiper-button-next:active {
		transform: scale(0.95);
	}
	.mainbanner .swiper-button-prev {
		left: 10px;
	}
	.mainbanner .swiper-button-next {
		right: 10px;
	}
	.mainbanner .swiper-button-prev img,
	.mainbanner .swiper-button-next img {
		width: 36px;
		height: 36px;
	}
	.mainbanner .swiper-pagination {
		bottom: 15px;
	}
	.mainbanner .swiper-pagination span {
	}
	.mainbanner .swiper-pagination span.swiper-pagination-bullet-active {
	}

	/* minibanner
	----------------------------------------------- */

	.minibanner {
		display: none;
	}

	/* section
	----------------------------------------------- */

	section .inner {
		margin: auto;
		max-width: 640px;
		padding: 50px 0;
	}
	section .icon {
		color: #ed7700;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 3px;
		text-align: center;
	}
	section .icon i {
		display: block;
		margin: 0 0 5px;
		font-size: 40px;
	}
	section h2 {
		margin: 10px 25px 0;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 25px;
	}
	section .content {
		margin: 0 25px;
		padding: 5px 0 0;
	}
	section .content p {
		margin: 15px 0 0;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		line-height: 25px;
	}

	/* control
	----------------------------------------------- */

	.control li {
		display: none;
		position: absolute;
		top: 50%;
		margin: -18px 0 0;
		width: 36px;
		height: 36px;
		border-radius: 36px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 1;
		cursor: pointer;
	}
	.control.on li {
		display: block;
	}
	.control li img {
		width: 36px;
		height: 36px;
	}
	.control .prev {
		left: 10px;
	}
	.control .next {
		right: 10px;
	}

	/* main-banner
	----------------------------------------------- */

	#main-banner {
		position: relative;
		overflow: hidden;
	}
	#main-banner .items {
		position: absolute;
		top: 0;
		left: 0;
		width: 10000px;
	}
	#main-banner .items li {
		float: left;
	}
	#main-banner .items li a {
		display: block;
		position: relative;
		overflow: hidden;
	}
	#main-banner .items li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1;
		transition: transform 0.8s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
	}
	#main-banner .items li.on a:after {
		transform: translateX(100%);
	}
	#main-banner .items li img {
		width: 100%;
		height: auto;
	}
	#main-banner .base img {
		width: 100%;
		height: auto;
	}
	#main-banner .control li {
		background: rgba(255,255,255,0.6);
	}

	/* news
	----------------------------------------------- */

	#news {
		padding: 0 0 20px;
		background: #f5f5f5;
	}
	#news .title {
		position: relative;
		height: 45px;
		background: #fff;
	}
	#news .label {
		margin: 0 25px;
		font-size: 15px;
		font-weight: 500;
		line-height: 45px;
	}
	#news .more a {
		display: block;
		position: absolute;
		top: 50%;
		right: 25px;
		margin: -10px 0 0;
		width: 60px;
		height: 20px;
		color: #fff;
		font-size: 10px;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		line-height: 20px;
		border-radius: 20px;
		background: #ed7700;
	}

	#news table {
		margin: 10px 25px 0;
	}
	#news tr {
		display: none;
	}
	#news tr:nth-child(-n+3) {
		display: block;
	}
	#news th,
	#news td {
		padding: 10px 0 0;
		color: #505050;
		font-size: 12px;
		vertical-align: top;
		line-height: 17px;
	}
	#news th {
		padding: 10px 15px 0 0;
		color: #505050;
		white-space: nowrap;
	}
	#news td a {
		color: #1e1e1e;
		text-decoration: underline;
	}

	/* about
	----------------------------------------------- */

	#about .inner {
		padding: 45px 0 50px;
	}
	#about h2 {
		margin: 0 25px;
	}
	#about h2 img {
		width: 100%;
		height: auto;
	}
	#about h3 {
		margin: 20px 25px 0;
		font-size: 20px;
		text-align: justify;
		line-height: 25px;
	}
	#about h3 br {
		display: none;
	}

	#about .content {
		margin: 0 25px;
		padding: 0;
	}
	#about .content p {
		margin: 15px 0 0;
		font-size: 15px;
		text-align: justify;
		line-height: 25px;
	}
	#about .content p br {
		display: none;
	}
	#about .mamezo {
		display: none;
	}

	/* join
	----------------------------------------------- */

	#join {
		background: #f5f5f5;
	}
	#join .inner {
		margin: auto;
		max-width: 640px;
	}
	#join ul {
		margin: 0 20px;
	}
	#join li {
		float: left;
		margin: 25px 0 0;
		width: 50%;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
	}
	#join li a {
		display: block;
		position: relative;
		margin: 0 5px 10px;
		padding: 40px 0;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
	}
	#join li span {
		display: block;
	}
	#join li .logo {
		margin: 0 10px;
	}
	#join li .logo img {
		width: 100%;
		height: auto;
	}
	#join li .blank {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	/* timetable
	----------------------------------------------- */

	#timetable {
		position: relative;
		border-top: 1px solid #dcdcdc;
		background: url(../images/bg01@2x.png);
		background-size: 40px 40px;
		overflow: hidden;
	}
	#timetable .program {
		position: relative;
		margin: 25px auto 0;
		width: 320px;
	}
	#timetable .items {
		margin: 0 0 0 25px;
		width: 10000px;
	}
	#timetable .items li {
		float: left;
		position: relative;
		margin: 0 25px 0 0;
		width: 270px;
	}
	#timetable .items li a {
		display: block;
		padding: 15px 0;
		color: #1e1e1e;
		text-decoration: none;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		overflow: hidden;
	}
	#timetable .items li span {
		display: block;
		margin: 0 15px;
	}
	#timetable .items li .time {
		height: 40px;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 40px;
		border-radius: 5px 5px 0 0;
		background: #1e1e1e;
	}
	#timetable .items li .title {
		margin: 15px 15px 0;
		font-size: 15px;
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#timetable .items li .image img {
		width: 100%;
		height: auto;
	}
	#timetable .control li {
		margin: 10px 0 0;
	}

	/* now on air */

	#timetable .items li:first-child a {
		background-color: #ffb400;
	}
	#timetable .items li:first-child .time {
		position: relative;
		color: #ed7700;
	}
	#timetable .items li:first-child .time em {
		font-style: normal;
		animation: flash 1s infinite;
	}
	#timetable .items li:first-child .time:after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		bottom: -20px;
		margin: 0 0 0 -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #1e1e1e transparent transparent transparent;
		z-index: 1;
	}

	/* favorite
	----------------------------------------------- */

	#favorite {
		border-top: 1px solid #dcdcdc;
	}
	#favorite .program {
		margin: auto;
		max-width: 640px;
	}
	#favorite .articles {
		margin: 0 25px;
	}
	#favorite article {
		margin: 25px 0 0;
	}
	#favorite article a {
		display: block;
		position: relative;
		color: #1e1e1e;
		text-decoration: none;
	}
	#favorite header {
		position: absolute;
		top: 0;
		left: 50%;
	}
	#favorite article p {
		margin: 0 0 0 15px;
		color: #dc5a00;
		font-size: 12px;
		font-weight: 500;
	}
	#favorite article h3 {
		margin: 10px 0 0 15px;
		height: 80px;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		overflow: hidden;
	}
	#favorite figure {
		width: 50%;
	}
	#favorite figure img {
		width: 100%;
		height: auto;
	}

	/* recommend
	----------------------------------------------- */

	#recommend {
		position: relative;
		background: #ffb400;
		overflow: hidden;
	}
	#recommend .content p {
		text-align: justify;
	}
	#recommend .program {
		position: relative;
		margin: 20px auto 0;
		width: 320px;
	}
	#recommend .articles {
		margin: 0 0 0 25px;
		width: 10000px;
	}
	#recommend article {
		float: left;
		margin: 0 25px 0 0;
		width: 270px;
	}
	#recommend article a {
		display: block;
		color: #1e1e1e;
		text-decoration: none;
	}
	#recommend figure img {
		width: 100%;
		height: auto;
	}
	#recommend h3 {
		margin: 15px 0 0;
		min-height: 50px;
		font-size: 15px;
		line-height: 25px;
	}
	#recommend .summary {
		margin: 15px 0 0;
		padding: 15px 0 0;
		font-size: 12px;
		line-height: 20px;
		border-top: 1px solid #ed7700;
	}

	/* genre
	----------------------------------------------- */

	#genre .program {
		position: relative;
		margin: auto;
		max-width: 640px;
	}
	#genre .articles {
		display: flex;
		flex-wrap: wrap;
		margin: 0 20px;
		padding: 15px 0 0;
	}
	#genre article {
		position: relative;
		margin: 10px 5px 0;
		padding: 10px 0;
		width: calc(50% - 10px);
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		border-radius: 8px;
	}
	#genre a {
		color: #1e1e1e;
		text-decoration: none;
	}
	#genre h3 a {
		display: block;
		margin: 0 10px;
		padding: 10px 0 5px;
		font-size: 11px;
		font-weight: 600;
		text-align: center;
		border-radius: 5px;
		background: #ffb400;
	}
	#genre h3 i {
		display: block;
		margin: 0 0 5px;
		color: #fff;
		font-size: 20px;
	}

	#genre h4 {
		margin: 5px 10px 0;
		height: 30px;
		font-size: 10px;
		line-height: 15px;
		overflow: hidden;
	}
	#genre figure {
		margin: 10px 10px 0;
	}
	#genre figure img {
		width: 100%;
		height: auto;
	}

	/* loading */

	#genre article .loading {
		position: absolute;
		left: 0;
		bottom: 15px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#genre article .loading i {
		font-size: 12px;
	}

	/* vod
	----------------------------------------------- */

	#vod {
		padding: 50px 0;
		background: #f5f5f5;
	}
	#vod .inner {
		margin: auto;
		max-width: 640px;
	}
	#vod .content {
		margin: 0 25px;
	}
	#vod .content p {
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		line-height: 25px;
	}
	#vod ul {
		margin: 20px 25px 0;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		background: #fff;
	}
	#vod li {
		text-align: center;
		border-top: 1px solid #dcdcdc;
	}
	#vod li:first-child {
		border-top: 0;
	}
	#vod li a {
		display: block;
		position: relative;
		padding: 20px 0 15px;
		color: #1e1e1e;
		font-size: 15px;
		text-decoration: none;
		line-height: 25px;
	}
	#vod li span {
		display: block;
	}
	#vod li .label {
		margin: 5px 0 0;
	}
	#vod li .blank {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	/* service
	----------------------------------------------- */

	#service .articles {
		margin: 0 25px;
		padding: 10px 0 0;
	}
	#service article {
		position: relative;
		margin: 10px 0 0;
		padding: 0 0 15px;
		min-height: 50px;
		border-radius: 8px;
		background: #f5f5f5;
	}
	#service article:after {
		display: block;
		content: "";
		position: absolute;
		top: 25px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 15px 0;
		border-color: transparent #ffffff transparent transparent;
	}
	#service h3 {
		margin: 0 0 0 80px;
		padding: 22px 0 0;
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
	}
	#service .en {
		margin: 5px 0 0 80px;
		color: #ed7700;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 3px;
	}
	#service .summary {
		margin: 20px 25px 0;
		font-size: 12px;
		font-weight: 500;
		text-align: justify;
		line-height: 16px;
	}
	#service figure {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	#service figure img {
		width: 50px;
		height: 50px;
	}
	#service .mamezo {
		display: none;
	}

	/* special-banner
	----------------------------------------------- */

	#special-banner {
		background: #1e1e1e;
	}
	#special-banner .inner {
		margin: auto;
		padding: 25px 0;
		max-width: 640px;
	}
	#special-banner h3 {
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 5px;
	}
	#special-banner ul {
		margin: 0 15px;
		padding: 15px 0 0;
	}
	#special-banner li {
		float: left;
		width: 50%;
	}
	#special-banner li a {
		display: block;
		margin: 10px 5px 0;
	}
	#special-banner li img {
		width: 100%;
		height: auto;
	}

	/* pr-banner
	----------------------------------------------- */

	#pr-banner {
		background: #f5f5f5;
	}
	#pr-banner .inner {
		margin: auto;
		padding: 25px 0;
		max-width: 640px;
	}
	#pr-banner h3 {
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 5px;
	}
	#pr-banner ul {
		margin: 0 25px;
		font-size: 0;
		text-align: center;
	}
	#pr-banner li {
		display: inline-block;
		margin: 10px 5px 0;
	}
	#pr-banner li img {
		width: auto;
		height: 50px;
	}
	#pr-banner .pr1 {
		padding: 15px 0 0;
	}
	#pr-banner .pr2 {
		margin: 25px 25px 0;
		padding: 15px 0 0;
		border-top: 1px solid #dcdcdc;
	}

}

/* keyframes
----------------------------------------------- */

@keyframes mamezo1 {
  10% { transform: translate(-5px,-5px); }
  25% { transform: translate(0px,0px); }
}
@keyframes flash {
  75% { opacity: 0.5; }
}