html {
	font-size: 62.5%; /*10px*/
}
body {
	font-family: "游ゴシック",Yu Gothic,"游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Meiryo UI,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
	background: #fff no-repeat center top;
	font-size: 1.5em;
	line-height: 1.8;
	word-break: break-all;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	color: #dd007f;
}
a img {
	transition: all 0.5s;
}
a:hover img, a:active img, a:focus img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
img {
	vertical-align: top;
	max-width: 100%;
}
/* TEXT DECO */
.f-red {
	color: #d61518;
}
.f-pink {
	color: #ff73b3;
}
.f-orange {
	color: #f26d00;
}
.f-yellow {
	color: #f7da31;
}
.f-green {
	color: #6dba13;
}
.f-lightblue {
	color: #00b3ec;
}
.f-blue {
	color: #4a6ac6;
}
.f-purple {
	color: #735187;
}
.bolder {
	font-weight: bolder;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
/* --- bxslider Loading --- */
/* LOADER */
.mainCarousel .bx-wrapper .bx-loading {
	min-height: 540px;
	background: url(../img/ctv_loader.gif) center center no-repeat #fff;
	background-size: 240px 240px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-loading {
	min-height: 104px;
	background: url(../img/ctv_loader_s.gif) center center no-repeat #fff;
	background-size: 80px 80px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/*========== Block ==========*/
.ctv-width {
	width: 960px;
	margin: 0 auto 40px auto;
}
.content {
	margin-bottom: 40px;
}
.title-container {
	position: relative;
}
.content h2 {
	font-size: 2.4rem;
	color: #dd007f;
}
.btn-list {
	position: absolute;
}
/* --- Logo & Super banner --- */
.header {
	padding: 10px 0;
}
.header .container {
	width: 960px;
	margin: 0 auto;
	padding:0;
}
.header .logo {
	width: 178px;
	height: 72px;
	background-image: url(../img/logo.jpg);
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin-top: 9px;
}
.header .super-banner {
	float: right;
}
/* --- Navigation --- */
nav {
	height: 120px;
}
.menu-container {
	z-index: 10000;
	position: absolute;
	width: 100%;
	background-color:#fff;
	visibility:hidden;
}
/* スクロール固定用 */
nav .fixed {
	position: fixed;
	top: 0px;
}
nav .menu-container.fixed {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
}
/* メニューサイズ小 */
nav .menu-container.smaller, nav .smaller .menu > ul > li {
	height: 50px;
	background-color: #fff;
}
nav .menu-container.smaller {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
}
nav .menu-container.smaller .menu > ul > li {
	height: 50px;
}
nav .menu-container.smaller .menu > ul > li > a img {
	visibility: hidden;
}
nav .menu-container.smaller .menu > ul > li > a {
	width: 120px;
	height: 50px;
	background-image: url(../img/nav-smaller.gif);
	background-repeat: no-repeat;
}
nav .menu-container.smaller .menu > ul > li.menu-bangumi > a {
	background-position: left top;
}
nav .menu-container.smaller .menu > ul > li.menu-chuun > a {
	background-position: left -50px;
}
nav .menu-container.smaller .menu > ul > li.menu-news > a {
	background-position: left -100px;
}
nav .menu-container.smaller .menu > ul > li.menu-announcer > a {
	background-position: left -150px;
}
nav .menu-container.smaller .menu > ul > li.menu-event > a {
	background-position: left -200px;
}
nav .menu-container.smaller .menu > ul > li.menu-chukyokun > a {
	background-position: left -250px;
}
nav .menu-container.smaller .menu > ul > li.menu-apply > a {
	background-position: left -300px;
}
nav .menu-container.smaller .menu > ul > li.menu-search > a {
	background-position: left -350px;
}
nav .menu-container.smaller .menu > ul > li.menu-bangumi > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-chuun > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-news > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-announcer > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-chukyokun > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-event > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-apply > a:hover img, nav .menu-container.smaller .menu > ul > li.menu-search > a:hover img {
	margin-top: -55px;
}
nav .menu-container.smaller .menu > ul > li > a {
	width: 120px;
	height: 50px;
	text-decoration: none;
	padding: 0;
	display: block;
}
nav .menu-container.smaller .menu > ul > li > ul {
}
/* smaller end */


.menu {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}
.menu > ul > li {
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.menu > ul > li > a {
}
.menu > ul > li.menu-bangumi > a {
}
.menu > ul > li.menu-bangumi > a:hover img,
.menu > ul > li.menu-chuun > a:hover img,
.menu > ul > li.menu-news > a:hover img,
.menu > ul > li.menu-announcer > a:hover img,
.menu > ul > li.menu-event > a:hover img,
.menu > ul > li.menu-chukyokun > a:hover img,
.menu > ul > li.menu-apply > a:hover img,
.menu > ul > li.menu-search > a:hover img {
	margin-top: -120px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
.menu > ul > li > a img {
	transition: none;
}
.menu > ul > li > a {
	width: 120px;
	height: 120px;
	text-decoration: none;
	padding: 0;
	display: block;
}
.menu > ul > li > ul {
	display: none;
	padding: 0 30px 20px 30px;
	width: 1024px;
	box-sizing: border-box;
	position: absolute;
	left: -32px;
	background: #ffffff;
	border-radius: 10px;
	z-index: 10000;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.menu > ul > li > ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.menu > ul > li > ul:before {
	border-color: rgba(247, 124, 139, 0);
	border-width: 18px;
	margin-left: -18px;
}
/* --- dropdown menu inner --- */
.menu > ul > li ul > li h2 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: rgba(255,255,255,0.5);
}
.menu > ul > li > ul > li h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	display: inline-block;
}
.menu > ul > li > ul > li h2 a {
	text-decoration: none;
}
.menu > ul > li > ul > li h2 a:before {
	content: "\25B6";
	font-size: 1.4rem;
	padding-right: 5px;
}
.menu > ul > li > ul > li a {
	display: block;
}
.menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul > li > ul:after {
	clear: both;
}
/*.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
*/
.menu > ul > li > ul > li > ul > li a {
	border: 0;
}
/*========== Menu-each ==========*/
/*-------------
 Bangumi
-------------*/
.menu > ul > li.menu-bangumi > ul {
	border: 2px solid #d61518;
}
.menu > ul > li.menu-bangumi > ul:before, .menu > ul > li.menu-bangumi > ul:after {
	left: 92px;
}
.menu > ul > li.menu-bangumi > ul:before {
	border-bottom-color: #d61518;
}
.menu > ul > li.menu-bangumi > ul > li h2, .menu > ul > li.menu-bangumi > ul > li h2 a {
	color: #d61518;
}
.menu > ul > li.menu-bangumi > ul > li {
	float: left;
}
.menu > ul > li.menu-bangumi > ul .bangumi-oa {
	width: 200px;
}
.menu > ul > li.menu-bangumi > ul .bangumi-chukyo {
	margin-left: 40px;
	width: 540px;
}
.menu > ul > li.menu-bangumi > ul .bangumi-guide {
	margin-left: 40px;
	width: 120px;
}
/* bangumi-oa */
.menu > ul > li.menu-bangumi > ul .bangumi-oa .timetable-wrap {
	width: 200px;
	height: 360px;
	border: 3px solid #d61518;
	border-radius: 5px;
	overflow: auto;
}
.timetable-wrap {
	zoom: 1;
}
.timetable-wrap table {
	background-color: #fff0f2;
}
.timetable-wrap table #nowonair {
	background-color: #f2b3b3;
}
.timetable-wrap table #nowonair .time:after {
	display: inline-block;
	content: " ";
	width: 44px;
	height: 14px;
	background: url(../img/megamenu/bangumi/now.gif) no-repeat;
	margin-left: 10px;
}
.timetable-wrap table tr {
	border-bottom: 2px solid #f2b3b3;
}
.timetable-wrap table td {
	padding: 5px;
}
.timetable-wrap table .time, .timetable-wrap table .pname {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: normal;
}
 .timetable-wrap::-webkit-scrollbar {
 width: 22px;
}
.timetable-wrap::-webkit-scrollbar-button {
 position:relative;
 height:22px;
 background:#d61518;
}
.timetable-wrap::-webkit-scrollbar-button:decrement {
 border-bottom: 2px solid #d61518;
 background:#d61518;
}
.timetable-wrap::-webkit-scrollbar-button:increment {
 border-top: 2px solid #d61518;
 background: #d61518;
}
.timetable-wrap::-webkit-scrollbar-track {
 background:#fff;
 border-left: 1px solid #d61518;
}
 .timetable-wrap::-webkit-scrollbar-thumb {
 background:#d61518;
}
.timetable-wrap::-webkit-scrollbar-button:decrement:hover, .timetable-wrap::-webkit-scrollbar-button:increment:hover, .timetable-wrap::-webkit-scrollbar-thumb:hover {
 background-color:#bd0c0f;
}
/* bangumi-chukyo */
.menu > ul > li.menu-bangumi > ul li.bangumi-chukyo ul li {
	width: 90px;
	height: 68px;
	float: left;
	margin: 0 5px 10px 0;
}
.menu > ul > li.menu-bangumi > ul li.bangumi-chukyo ul li a {
	width: 90px;
	height: 68px;
	background-image: url(../img/megamenu/bangumi/logo-bangumi0508.jpg);/*  ===========番組ロゴを差し替えた時はここのパスを変える！=========== */
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.menu > ul > li.menu-bangumi > ul li.bangumi-chukyo ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: rgba(255,255,255,0.5);
}
.menu > ul > li.menu-bangumi > ul > li.bangumi-chukyo ul li {
	margin-left: 12px;
}
.menu > ul > li.menu-bangumi > ul li.bangumi-chukyo ul li:nth-child(5n+1) {
	clear: both;
}
.menu > ul > li.menu-bangumi .icon-catch {
	background-position: left top;
}
.menu > ul > li.menu-bangumi .icon-catchbranch {
	background-position: left -68px;
}
.menu > ul > li.menu-bangumi .icon-otaueda {
	background-position: left -136px;
}
.menu > ul > li.menu-bangumi .icon-chukyomannaka {
	background-position: left -204px;
}
.menu > ul > li.menu-bangumi .icon-nyandaful {
	background-position: left -272px;
}
.menu > ul > li.menu-bangumi .icon-flipnews {
	background-position: left -340px;
}
.menu > ul > li.menu-bangumi .icon-boimen_travel {
	background-position: left -408px;
}
.menu > ul > li.menu-bangumi .icon-cinemabar {
	background-position: left -476px;
}
.menu > ul > li.menu-bangumi .icon-cleppe {
	background-position: left -544px;
}
.menu > ul > li.menu-bangumi .icon-clemama {
	background-position: left -612px;
}
.menu > ul > li.menu-bangumi .icon-psgold {
	background-position: left -680px;
}
.menu > ul > li.menu-bangumi .icon-hayaribar {
	background-position: left -748px;
}
.menu > ul > li.menu-bangumi .icon-hapiene {
	background-position: left -816px;
}
.menu > ul > li.menu-bangumi .icon-gori {
	background-position: left -884px;
}
.menu > ul > li.menu-bangumi .icon-audrey {
	background-position: left -952px;
}
.menu > ul > li.menu-bangumi .icon-dobara {
	background-position: left -1020px;
}
.menu > ul > li.menu-bangumi .icon-arakan {
	background-position: left -1088px;
}
.menu > ul > li.menu-bangumi .icon-daitoku {
	background-position: left -1156px;
}
.menu > ul > li.menu-bangumi .icon-kugizuke {
	background-position: left -1224px;
}
.menu > ul > li.menu-bangumi .icon-sposta {
	background-position: left -1292px;
}
.menu > ul > li.menu-bangumi .icon-nagoyade {
	background-position: left -1360px;
}
.menu > ul > li.menu-bangumi .icon-it-pump {
	background-position: left -1428px;
}
.menu > ul > li.menu-bangumi .icon-saitosan {
	background-position: left -1496px;
}
.menu > ul > li.menu-bangumi .icon-obakesun {
	background-position: left -1564px;
}
.menu > ul > li.menu-bangumi .icon-sasamu {
	background-position: left -1632px;
}
/* 20170311NEW */
.menu > ul > li.menu-bangumi .icon-yumer {
	background-position: left -1088px;
}
.menu > ul > li.menu-bangumi .icon-ppbm {
	background-position: left -408px;
}
.menu > ul > li.menu-bangumi .icon-kinmugi {
	background-position: left -1700px;
}
/* 20170407NEW */
.menu > ul > li.menu-bangumi .icon-superchample {
	background-position: left -1768px;
}

/* 20170508NEW */
.menu > ul > li.menu-bangumi .icon-yumemiru {
	background-position: left -1836px;
}




/* bangumi-guide */
.menu > ul > li.menu-bangumi > ul .bangumi-guide li {
	margin-bottom: 10px;
}
/*-------------
Chuun
-------------*/
.menu > ul > li.menu-chuun > ul {
	border: 2px solid #dd007f;
}
.menu > ul > li.menu-chuun > ul:before, .menu > ul > li.menu-chuun > ul:after {
	left: 212px;
}
.menu > ul > li.menu-chuun > ul:before {
	border-bottom-color: #dd007f;
}
.chuun-39ch, .chuun-41ch {
	width: 460px;
	float: left;
}
.chuun-41ch {
	margin-left: 40px;
}
.chuun-39ch h2 {
	position: relative;
	margin-bottom: 0;
	background: url(../img/megamenu/chuun/39logo.gif) no-repeat;
	width: 460px;
	height: 43px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.chuun-41ch h2 {
	position: relative;
	margin-bottom: 0;
	background: url(../img/megamenu/chuun/41logo.gif) no-repeat;
	width: 460px;
	height: 43px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.chuun-39ch h2 a, .chuun-41ch h2 a {
	width: 460px;
	height: 43px;
}
.chuun-39ch ul, .chuun-41ch ul {
	margin: 0;
	padding: 0;
}
.chuun-39ch ul li, .chuun-41ch ul li {
	margin: 0 auto 30px auto;
	padding: 0;
	overflow: hidden;
}
.chuun-39ch ul li:last-child, .chuun-41ch ul li:last-child {
	margin-bottom: 0;
}
.chuun-39ch ul li .thumb, .chuun-41ch ul li .thumb {
	display: block;
	margin: 0 auto;
	width: 260px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
.chuun-39ch ul li .thumb {
	border-top: 4px solid #fbb312;
}
.chuun-41ch ul li .thumb {
	border-top: 4px solid #00a6cd;
}
.chuun-39ch ul li p, .chuun-41ch ul li p {
	line-height: 1.4;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
.chuun-39ch ul li .movie-program, .chuun-41ch ul li .movie-program {
	font-size: 1.6rem;
	font-weight: bold;
}
.chuun-39ch ul li .movie-title, .chuun-41ch ul li .movie-title {
	font-size: 1.4rem;
}
/*-------------
News & Weather
-------------*/
.menu > ul > li.menu-news > ul {
	border: 2px solid #eb6100;
}
.menu > ul > li.menu-news > ul:before, .menu > ul > li.menu-news > ul:after {
	left: 332px;
}
.menu > ul > li.menu-news > ul:before {
	border-bottom-color: #eb6100;
}
.menu > ul > li.menu-news > ul > li h2, .menu > ul > li.menu-news > ul > li h2 a {
	color: #eb6100;
}
.news-news {
	width: 660px;
	float: left;
	line-height: 1.4;
}
.news-weather {
	width: 170px;
	/*width:260px;*/
	float: left;
	margin-left: 40px;
}
.news-news .top3news {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 0;
	padding-bottom: 20px;
}
.menu > ul > li.menu-news > ul > li.news-news li div {
	width: 200px;
	height: 113px;
	/*float: left;*/
	margin-bottom:10px;
	position: relative;
}
.menu > ul > li.menu-news > ul > li.news-news li img {
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
}
.menu > ul > li.menu-news > ul > li.news-news li p {
}
.news-news .top3news .js-news-1 i, .news-news .top3news .js-news-2 i, .news-news .top3news .js-news-3 i {
	display: block;
}
.news-news .others {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	line-height: 1;
}
.news-news .others a {
	display: inline;
}
/* NEWS Select */
.js-news-1 i, .js-news-2 i, .js-news-3 i, .js-news-6 i, .js-news-8 i {
	display: inline-block;
	width: 46px;
	height: 15px;
	overflow: hidden;
	margin: 0 14px 0 0;
	background: url(../img/label-news.gif) left top no-repeat;/*Tokai*/
}
.js-news-4 i, .js-news-5 i, .js-news-7 i {
	display: inline-block;
	width: 46px;
	height: 15px;
	margin: 0 14px 0 0;
	background: url(../img/label-news.gif) left -15px no-repeat;/*Zenkoku*/
}
/* WEATHER Main Area 共通 */
.weather-container .weather-marks {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
}
.weather-container .weather-marks img {
	vertical-align: middle;
}
.weather-container .weather-temperature {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.weather-temperature .highest {
	color: #ff1a1a;
}
.weather-temperature .lowest {
	color: #0066ff;
}
.news-weather li {
	overflow: hidden;
	padding-bottom: 15px;
}
.news-weather h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height:1.5;
}
.news-weather h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}
.weather-aichi, .weather-gifu {
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 30px;
}
.news-weather .weather-marks {
	width: 60px;
	height: 60px;
	float: left;
	margin-top: 20px;
}
.news-weather .weather-marks img {
	width: 60px;
	vertical-align: middle;
}
.news-weather h4, .news-weather .weather-temperature {
	width: 100px;
	float: left;
	margin-left: 5px;
}
.news-weather .weather-container .weather-marks {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
/*-------------
Announcer
-------------*/
.menu > ul > li.menu-announcer > ul {
	border: 2px solid #f7da31;
}
.menu > ul > li.menu-announcer > ul:before, .menu > ul > li.menu-announcer > ul:after {
	left: 452px;
}
.menu > ul > li.menu-announcer > ul:before {
	border-bottom-color: #f7da31;
}
.menu > ul > li.menu-announcer > ul > li h2, .menu > ul > li.menu-announcer > ul > li h2 a {
	color: #8d6e43;
}
.menu > ul > li.menu-announcer > ul > li.announcer-profile {
	width: 510px;
	overflow: hidden;
	float: left;
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog {
	width: 360px;
	overflow: hidden;
	margin-left: 40px;
	float: left;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li {
	width: 75px;
	margin-left: 10px;
	float: left;
	font-size: 1.4rem;
	text-align: center;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li:nth-child(6n+1) {
	margin-left: 0;
	clear: both;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li i {
	display: block;
	margin: 0 auto;
	width: 63px;
	height: 83px;
	background-image: url(../img/megamenu/announcer/announcer.jpg);
	background-repeat: no-repeat;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: rgba(255,255,255,0.5);
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.s-sato i {
	background-position: left top;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.t-fujii i {
	background-position: left -83px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.t-yoshida i {
	background-position: left -166px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.k-sato i {
	background-position: left -249px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.j-hamada i {
	background-position: left -332px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.g-ueyama i {
	background-position: left -415px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.c-onda i {
	background-position: left -498px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.m-maeda i {
	background-position: left -581px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.y-matsuoka i {
	background-position: left -664px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.h-ichinose i {
	background-position: left -747px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.t-matsubara i {
	background-position: left -830px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.y-sano i {
	background-position: left -913px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.m-hirayama i {
	background-position: left -996px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.s-inamura i {
	background-position: left -1079px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.k-mochizuki i {
	background-position: left -1162px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.h-isogai i {
	background-position: left -1245px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.n-masatsugu i {
	background-position: left -1328px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.m-fujii i {
	background-position: left -1411px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.m-yoshimura i {
	background-position: left -1494px;
}
.menu > ul > li.menu-announcer > ul li.announcer-profile ul li.e-uchida i {
	background-position: left -1577px;
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog li {
	margin-bottom: 20px;
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog li div {
	width: 124px;
	height: 95px;
	float: left;
	position: relative;
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog li img {
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog li p {
	width: 230px;
	margin-left: 130px;
	font-size: 1.4rem;
}
.menu > ul > li.menu-announcer > ul > li.announcer-blog li p.title {
	font-weight: bold;
}
/*-------------
Event
-------------*/
.menu > ul > li.menu-event > ul {
	border: 2px solid #acb224;
}
.menu > ul > li.menu-event > ul:before, .menu > ul > li.menu-event > ul:after {
	left: 572px;
}
.menu > ul > li.menu-event > ul:before {
	border-bottom-color: #acb224;
}
.menu > ul > li.menu-event > ul > li h2, .menu > ul > li.menu-event > ul > li h2 a {
	color: #acb224;
}
.menu > ul > li.menu-event > ul > li.event-list {
	width: 960px;
}
.menu > ul > li.menu-event > ul > li > ul > li {
	width: 460px;
	float: left;
	margin-left: 40px;
	margin-bottom: 30px;
}
.menu > ul > li.menu-event > ul > li > ul > li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.menu > ul > li.menu-event > ul > li > ul > li div {
	width: 220px;
	height: 150px;
	float: left;
	position: relative;
}
.menu > ul > li.menu-event > ul > li > ul > li img {
	position: absolute;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	left: -100%;
	right: -100%;
	margin: auto;
}
.menu > ul > li.menu-event > ul > li > ul > li p.title, .menu > ul > li.menu-event > ul > li > ul > li p.excerpt {
	width: 230px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu > ul > li.menu-event > ul > li > ul > li p.title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.menu > ul > li.menu-event > ul > li > ul > li p.excerpt {
	font-size: 1.2rem;
	line-height: 1.6;
}

/*-------------
Chukyokun
-------------*/
.menu > ul > li.menu-chukyokun > ul {
	border: 2px solid #0598e2;
}
.menu > ul > li.menu-chukyokun > ul:before, .menu > ul > li.menu-chukyokun > ul:after {
	left: 695px;
}
.menu > ul > li.menu-chukyokun > ul:before {
	border-bottom-color: #0598e2;
}
.menu > ul > li.menu-chukyokun > ul > li h2, .menu > ul > li.menu-chukyokun > ul > li a:hover {
	text-decoration: none;
}
.menu > ul > li.menu-chukyokun > ul > li h2, .menu > ul > li.menu-chukyokun > ul > li h2 a {
	color: #0598e2;
}

.menu > ul > li.menu-chukyokun > ul > li.chukyokun-list {
	width: 960px;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li {
	width: 280px;
	float:left;
	margin-left: 60px;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.menu > ul > li.menu-chukyokun > ul > li > ul > li.chu_main{
	margin-bottom:15px;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li.chu_main div {
	width: 280px;
	height: 158px;
	margin: 15px 0;
	position:relative;
}

.menu > ul > li.menu-chukyokun > ul > li > ul > li.chu_sub div {
	width: 280px;
	height: 70px;
	margin: 15px 0;
	position:relative;
}

.menu > ul > li.menu-chukyokun > ul > li > ul > li img {
	position: absolute;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	left: -100%;
	right: -100%;
	margin: auto;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li p.title, .menu > ul > li.menu-chukyokun > ul > li > ul > li p.excerpt {
	width: 280px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li p.title {
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.menu > ul > li.menu-chukyokun > ul > li > ul > li p.excerpt {
	font-size: 1.4rem;
	line-height: 1.2;
}


/*-------------
Apply
-------------*/
.menu > ul > li.menu-apply > ul {
	border: 2px solid #8ba6cc;
}
.menu > ul > li.menu-apply > ul:before, .menu > ul > li.menu-apply > ul:after {
	left: 812px;
}
.menu > ul > li.menu-apply > ul:before {
	border-bottom-color: #8ba6cc;
}
.menu > ul > li.menu-apply > ul > li h2, .menu > ul > li.menu-apply > ul > li h2 a {
	color: #4a6ac6;
}
.menu > ul > li.menu-apply > ul > .apply-movies {
	width: 460px;
	float: left;
}
.menu > ul > li.menu-apply > ul > .apply-presents,
.menu > ul > li.menu-apply > ul > .apply-others {
	width: 460px;
	margin-left: 40px;
	float: right;
}
.menu > ul > li.menu-apply > ul > .apply-presents li, .menu > ul > li.menu-apply > ul > .apply-others li {
	margin-bottom: 20px;
}
.menu > ul > li.menu-apply > ul > li.apply-movies .top1movie p.title, .menu > ul > li.menu-apply > ul > .apply-presents p.title, .menu > ul > li.menu-apply > ul > .apply-others p.title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.menu > ul > li.menu-apply > ul > .apply-movies .others p.title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.menu > ul > li.menu-apply > ul > .apply-presents p.excerpt, .menu > ul > li.menu-apply > ul > .apply-others p.excerpt {
	font-size: 1.4rem;
	line-height: 1.4;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.top1movie div {
	position: relative;
	width: 170px;
/*	height: 112px;*/
	float: left;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.others div {
	position: relative;
	width: 92px;
/*	height: 66px;*/
	margin: 30px auto 0 auto;
}
.menu > ul > li.menu-apply > ul > li.apply-presents div, .menu > ul > li.menu-apply > ul > li.apply-others div {
	position: relative;
	width: 160px;
	height: 90px;
	float: left;
}
.menu > ul > li.menu-apply > ul > li img {
/*	position: absolute;*/
	/*box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);*/
/*	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
*/
	margin: auto;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.top1movie p {
	float: left;
	margin-left: 20px;
	width: 270px;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.others {
	/*float: left;*/
	width: 140px;
	margin-right: 10px;
	display: inline-block;
    vertical-align: top;
	text-align: left;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.others:last-chid {
 margin-right:0;
}
.menu > ul > li.menu-apply > ul > li.apply-movies > ul > li.others p {
	margin-top: 10px;
}
.menu > ul > li.menu-apply > ul > li.apply-presents > ul > li p, .menu > ul > li.menu-apply > ul > li.apply-others > ul > li p {
	float: left;
	width: 290px;
	margin-left: 10px;
}

#nothing-movies img{
	position:relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	}

/*-------------
Search
-------------*/
.menu > ul > li.menu-search > ul {
	border: 2px solid #8957a1;
	width: 530px;
	height: 80px;
	left: 430px;
}
.menu > ul > li.menu-search > ul:before, .menu > ul > li.menu-search > ul:after {
	left: 470px;
}
.menu > ul > li.menu-search > ul:before {
	border-bottom-color: #8957a1;
}
.menu > ul > li.menu-search ul li {
	padding-top: 10px !important;
}
.menu > ul > li.menu-search input {
	margin: -5px 10px 0 10px;
	padding: 0.5em;
	width: 480px;
	/*height:50px;*/
	font-size: 1.6rem;
	border: none;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.menu > ul > li.menu-search input.btn {
	position: absolute;
	top: 18px;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	background: url(../img/megamenu/search/btn.gif) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
/*========== Main Carousel ==========*/
.mainCarousel {
	overflow: hidden;
	position: relative;
}
.mainCarousel .slider {
	max-width: 960px;
	min-height: 540px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.mainCarousel ul li {
	width: 960px !important;
	height: 540px !important;
}
.mainCarousel ul li a {
	transition: none;
	text-decoration: none;
}
.mainCarousel ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mainCarousel ul li img, .mainCarousel ul li a:hover, .mainCarousel ul li img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.mainCarousel ul li img {
	width: 100%;
	height: auto;
	transition: none;
}
.mainCarousel .bx-viewport {
	overflow: visible !important;
}
#Mainslider .bx-wrapper .bx-prev {
	background-image: url(../js/lib/jquery.bxslider/images/controls-main.png);
	background-position: left top;
	width: 32px;
	height: 80px;
	left: -32px;
	margin-top: -32px;
}
#Mainslider .bx-wrapper .bx-next {
	background-image: url(../js/lib/jquery.bxslider/images/controls-main.png);
	background-position: right top;
	width: 32px;
	height: 80px;
	right: -32px;
	margin-top: -32px;
}
.bx-wrapper .bx-prev:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-main.png);
	background-position: left bottom;
	width: 32px;
	height: 80px;
}
.bx-wrapper .bx-next:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-main.png);
	background-position: right bottom;
	width: 32px;
	height: 80px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	outline: 0;
	border: #8d8d8d 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #8d8d8d;
}

.coverSlideL, .coverSlideR {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	top: 0;
}
.coverSlideL {
	left: -960px;
}
.coverSlideR {
	right: -960px;
}
/* Chuun Label */
.push_chuun41ch a:before {
	content: " ";
	width: 338px;
	height: 93px;
	background-image: url(../img/mainCarousel/label-41ch.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.push_chuun39ch a:before {
	content: " ";
	width: 338px;
	height: 93px;
	background-image: url(../img/mainCarousel/label-39ch.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.mainCarousel ul li.push_chuun41ch div, .mainCarousel ul li.push_chuun39ch div {
	width: 100%;
	padding: 10px;
	height: 84px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: relative;
	margin-top: -84px;
}
.mainCarousel ul li.push_chuun41ch div .movie-program, .mainCarousel ul li.push_chuun39ch div .movie-program {
	font-size: 2.0rem;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;/* テキスト2行禁止 */
	text-overflow: ellipsis;/* テキスト2行禁止 */
	white-space: nowrap;/* テキスト2行禁止 */
}
.mainCarousel ul li.push_chuun41ch div .movie-title, .mainCarousel ul li.push_chuun39ch div .movie-title {
	font-size: 1.6rem;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;/* テキスト2行禁止 */
	text-overflow: ellipsis;/* テキスト2行禁止 */
	white-space: nowrap;/* テキスト2行禁止 */
}

.bx-wrapper .bx-pager {
	bottom:-40px;
}

/*========== Information ==========*/
.information {
	width: 960px;
}
.information {
}
/* メンテナンスなどのお知らせ欄 */
.special-notice{
	margin: 0 auto;
	text-align: center;
	max-width: 960px;
	width: 960px;
	font-size:1.4rem;
	margin-bottom: 10px;
}
.special-notice i{
	margin-right: 0.5em;
}
.info-icon-exclamation{/* 三角に！マーク色 */
	color:#f7da31;
}

.information h2 {
	background-image: url(../img/bg-title.gif);
	background-position: 120px top;
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 10px;
	padding: 20px 0 0 10px;
}
.information .slider {
	width: 100%;
	margin: 0 auto;
}
.information ul li img {
	width: 100%;
	height: auto;
}
#Infoslider .bx-wrapper {
	width: 970px !important;
	max-width: 970px !important;
}
#Infoslider .bx-viewport {
}
#Infoslider ul li {
	width: 182px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#Infoslider ul li img {
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
#Infoslider .bx-wrapper .bx-prev, #Infoslider .bx-wrapper .bx-next {
	top: 50%;
	margin-top: -30px;
}
#Infoslider .bx-wrapper .bx-prev {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: left top;
	width: 44px;
	height: 47px;
	left: -44px;
}
#Infoslider .bx-wrapper .bx-next {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: right top;
	width: 44px;
	height: 47px;
	right: -34px;
}
#Infoslider .bx-wrapper .bx-prev:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: left bottom;
	width: 44px;
	height: 47px;
}
#Infoslider .bx-wrapper .bx-next:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: right bottom;
	width: 44px;
	height: 47px;
}
/*========== NEWS ==========*/
.news {
	width: 460px;
	float: left;
}
.news h2 {
	background-image: url(../img/bg-title.gif);
	background-position: 110px -50px;
	background-repeat: no-repeat;
	height: 50px;
	border-bottom: 2px solid #dd007f;
	margin-bottom: 20px;
	padding: 20px 0 0 10px;
}
.btn-list {
	right: 0;
	top: 12px;
	width: 77px;
	height: 26px;
}
.news-sub ul li {
	margin-bottom: 5px;
}
/*========== WEATHER ==========*/
.weather {
	width: 460px;
	float: left;
	margin-left: 40px;
	position: relative;
}
.weather h2 {
	background-image: url(../img/bg-title.gif);
	background-position: 80px -100px;
	background-repeat: no-repeat;
	height: 50px;
	border-bottom: 2px solid #dd007f;
	margin-bottom: 20px;
	padding: 20px 0 0 10px;
}
#weatherSlider {
	width: 270px;
	float: left;
	margin-top: 0;
	position: absolute;
	left: 30px;
}
#weatherSlider ul li {
	width: 270px !important;
/*	height: 180px !important;*/
}
.weather .weather-container h3 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height:1.5;
}
.weather .weather-container .today, .weather .weather-container .tomorrow {
	width: 135px;
	font-weight: bold;
	float: left;
}
.weather .weather-container h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
#weatherSlider .bx-wrapper .bx-prev, #weatherSlider .bx-wrapper .bx-next {
	top: 50%;
	margin-top: -31px;
}
#weatherSlider .bx-wrapper .bx-prev {
	background-image: url(../js/lib/jquery.bxslider/images/controls-weatherSlider.png);
	background-position: left top;
	width: 30px;
	height: 31px;
	left: -30px;
}
#weatherSlider .bx-wrapper .bx-next {
	background-image: url(../js/lib/jquery.bxslider/images/controls-weatherSlider.png);
	background-position: right top;
	width: 30px;
	height: 31px;
	right: -30px;
}
#weatherSlider .bx-wrapper .bx-prev:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-weatherSlider.png);
	background-position: left bottom;
	width: 30px;
	height: 31px;
}
#weatherSlider .bx-wrapper .bx-next:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-weatherSlider.png);
	background-position: right bottom;
	width: 30px;
	height: 31px;
}

.weather .weather-links {
	width: 120px;
	float: right;
	border-left: 1px solid #bfbfbf;
	padding: 0 0 0 10px;
}
.weather .weather-links li {
	margin-bottom: 5px;
}
.weather .weather-links li a:before {
	content: "\25B6\0020";
	font-size: 1.0rem;
}
/*========== EVENT ==========*/
.event {
	width: 300px;
	float: left;
	clear: both;
}
.event h2 {
	background-image: url(../img/bg-title.gif);
	background-position: 110px -150px;
	background-repeat: no-repeat;
	height: 50px;
	border-bottom: 2px solid #dd007f;
	margin-bottom: 20px;
	padding: 20px 0 0 10px;
}
.event ul li {
	padding-bottom: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}
.event ul li div {
	width: 124px;
	height: 93px;
	float: left;
	position: relative;
	margin-right: 10px;
}
.event ul li div img {
	position: absolute;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	left: -100%;
	right: -100%;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.event ul li p {
	float: left;
	width: 155px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.event ul li p.title {
	font-weight: bold;
}
/*========== BLOG ==========*/
.blog {
	width: 300px;
	float: left;
	margin-left: 30px;
}
.blog h2 {
	background-image: url(../img/bg-title.gif);
	background-position: 100px -210px;
	background-repeat: no-repeat;
	height: 50px;
	border-bottom: 2px solid #dd007f;
	margin-bottom: 20px;
	padding: 20px 0 0 10px;
}
.blog ul li {
	padding-bottom: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}
.blog ul li div {
	width: 124px;
	height: 93px;
	float: left;
	position: relative;
	margin-right: 10px;
}
.blog ul li div img {
	position: absolute;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	left: -100%;
	right: -100%;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.blog ul li p {
	float: right;
	width: 155px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.blog ul li p.title {
	font-weight: bold;
}
/*========== AD ==========*/
.ad {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 38px;
}
.ad ul li {
	margin-bottom: 30px;
}
.ad_container {
	font-size: 1.2rem;
	color: #666;
	text-align: right;
	margin: 0;
	padding: 0;
}
.ad_container p {
	margin: 0;
	padding: 0;
	color: #999;
}
/*========== Banner Slider ==========*/
.bannerSlider {
	width: 960px;
	clear: both;
}
.bannerSlider .slider {
	width: 100%;
	margin: 0 auto;
}
.bannerSlider ul li img {
	max-width: 100%;
	height: auto;
}
#bannerSlide01 .bx-wrapper {
	width: 960px;
	max-width: 960px;
}
#bannerSlide01 .bx-viewport {
	padding-bottom:10px;
	height:70px !important;
}
#bannerSlide01 ul li {
/*	width: 300px !important;
	margin-right: 30px;
*/
}
#bannerSlide01 ul li img {
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
#bannerSlide01 .bx-wrapper .bx-prev, #bannerSlide01 .bx-wrapper .bx-next {
	top: 50%;
	margin-top: -30px;
}
#bannerSlide01 .bx-wrapper .bx-prev {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: left top;
	width: 44px;
	height: 47px;
	left: -44px;
}
#bannerSlide01 .bx-wrapper .bx-next {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: right top;
	width: 44px;
	height: 47px;
	right: -44px;
}
#bannerSlide01 .bx-wrapper .bx-prev:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: left bottom;
	width: 44px;
	height: 47px;
}
#bannerSlide01 .bx-wrapper .bx-next:hover {
	background-image: url(../js/lib/jquery.bxslider/images/controls-bannerSlider.png);
	background-position: right bottom;
	width: 44px;
	height: 47px;
}
/*========== Footer Banners ==========*/
.footer-banners {
	background-color: #ffeaf1;
	padding: 40px 0;
	overflow: hidden;
}
.footer-banners .ctv-width ul li {
	width: 220px;
	float: left;
	margin: 0 26px 20px 0;
}
.footer-banners .ctv-width ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.footer-banners .ctv-width ul li img {
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
/*========== Footer ==========*/
.footer-links .ctv-width .txt-links {
	width: 260px;
	margin: 0 0 40px 0;
	float: left;
}
.footer-links .ctv-width .txt-links ul li {
	font-size: 1.4rem;
}
.footer-links .ctv-width .txt-links ul li a:before {
	content: "\25B6\0020";
	font-size: 1.0rem;
}
.footer-links .ctv-width .banner-links {
	width: 610px;
	margin: 0 0 40px 90px;
	float: left;
}
.footer-links .ctv-width .banner-links ul {
}
.footer-links .ctv-width .banner-links ul li {
	width: 260px;
	float: left;
	margin-right: 90px;
	margin-bottom: 40px;
}
.footer-links .ctv-width .banner-links ul li:nth-child(2n) {
	margin-right: 0;
}
.footer-links .ctv-width .group-title {
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	clear:both;
}
.footer-links .ctv-width .group li {
	width: 180px;
	float: left;
	margin-right: 15px;
	margin-bottom: 60px;
}
.footer-links .ctv-width .group li:last-child {
	margin-right: 0;
}
.footer-links .ctv-width li img {
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
.other-container {
	text-align: right;
	padding: 10px 0;
	font-size: 1.0rem;
	color: #999;
}
.jasrac {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	display: inline-block
}
.other-container .txt {
	display: inline-block;
	line-height: 1.4rem;
	text-align: left
}
#gf_copyright {
	margin: 0 auto 50px auto;
}
#gf_copyright p {
	font-size: 1.2rem;
	text-align: center;
}
/* Page Top
=================================== */
#page-top a {
	display: block;
	position: fixed;
	z-index: 10000;
	bottom: 20px;
	right: 20px;
	width: 123px;
	height: 153px;
	background: url(../img/pagetop/pagetop_off.png) no-repeat;
	cursor: pointer;
	behavior: url(PIE.htc);
}
#page-top a img, #page-top a:hover img, #page-top a:active img, #page-top a:focus img {
	opacity: 1;
}
#page-top a:hover {
	background: none;
}
#pageTop {
	display: none;
}
