 /* frame
---------------------------------------------- */
#wrap{
	text-align: center;
}

.inframe{
	margin: auto;
}

 /* header
---------------------------------------------- */
#header{
	background: #231815;
	width: 100%;
	text-align: center;
}

#header .inframe{
	width: 980px;
}

#header .title{
	padding: 20px 0;
}

#header .title ul li{
	display: inline-block;
	vertical-align: middle;
}

#header .title ul li.description{
	padding-left: 24px;
}

#header .title ul li.tvchan{
	padding-left: 24px;
}


#header .sns {
	padding-top: 3px;
}

#header .sns ul li{
	float: left;
	padding-left: 8px;
}



 /* sponsor
---------------------------------------------- */
#sponsor{
	background: url(img/back_sponsor.png) repeat-x;
	height: 115px;
	width: 100%;
}

#sponsor .inframe{
	width: 1000px;
	margin: auto;
}

#sponsor .topic{
	height: 115px;
}
#sponsor .topic img{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sponsor ul li{
	float:left;
	height: 115px;
	margin: auto 42px;
}

#sponsor ul li a{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

 /* chbutton
---------------------------------------------- */
.chbutton{
	background: #E60021;
	padding: 12px 0;
	
	
}

.chbutton ul{
}

.chbutton ul li{
	display: inline-block;
	margin: auto 10px;
	vertical-align: top;
	width: 276px;
}

.chbutton ul li img{
box-shadow:0px 3px 6px 1px rgba(0,0,0,0.25);
-moz-box-shadow:0px 3px 6px 1px rgba(0,0,0,0.25);
-webkit-box-shadow:0px 3px 6px 1px rgba(0,0,0,0.25);
}


.chbutton ul li p{
	color:#fff;
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	-ms-word-break: break-all;
	    word-break: break-all;
}


 /* slide_banner
---------------------------------------------- */
#slide_banner{
	background: #666666;
}

#slide_banner .inframe{
	position: relative;
	width: 1150px;
	margin: auto;
}


#slide_banner .slick-list{
	padding: 20px 80px!important;
}

#slide_banner .inframe img{
	display: block;
	margin: auto;
}

#slide_banner .mask_l,
#slide_banner .mask_r{
	position: absolute;
	top: 0;
}
#slide_banner .mask_l{left: 0;}
#slide_banner .mask_r{right: 0;}


#slide_banner .slick-prev,
#slide_banner .slick-next{
	position: absolute;
	z-index: 10;
	background: none;
	border: none;
	height: 150px;
	width: 45px;
	text-indent: -9999px;
	top: 20px;
	cursor: pointer; 
	opacity: 0.5;
}

#slide_banner .slick-prev:hover,
#slide_banner .slick-next:hover{
	opacity: 1;
}

#slide_banner .slick-prev{
	background: url(img/slick-prev.png) no-repeat center center;
	left: 0;
}

#slide_banner .slick-next{
	background: url(img/slick-next.png) no-repeat center center;
	right: 0;
}

 /* chguide
---------------------------------------------- */
.chguide{
	background: #231815;
	padding: 12px 0;
}


 /* main
---------------------------------------------- */
#main .inframe{
	background: url("img/bg_kv.gif");
	padding: 24px 0;
}  

 /* calendar
------------------ */
#calendar{
	background: url(img/back_calendar.png);
	padding-bottom: 100px;
}


#calendar div.day,#calendar div.week{
	width: 1200px;
	margin: auto;
}

#calendar div.day ul li{
	float: left;
	width: 229px;
	height: 160px;
	overflow: hidden;
	margin: 5.5px;
	background: #ffbc08;
	-webkit-border-radius:12px;
	        border-radius:12px;
}

#calendar div.day ul li.old{
	background: #E6E6E6;
}

#calendar div.day ul li.picup{
	background: #ff6600;
}

#calendar div.day ul li.dummy{
	background: none;
}

#calendar div.day ul li .num{
	background: #f9f977;
	color:#ff6600;
	font-size: 20px;
	padding: 4px 0 4px 8px;
	text-align: center;
	font-weight: bold;
	border-bottom:2px solid #663300;
	-webkit-border-radius:12px 12px 0 0;
	        border-radius:12px 12px 0 0;
}


#calendar div.day ul li .title{
	padding: 0 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
#calendar div.day ul li .title p{
	padding: 0.4em 0;
	word-break: break-all;
}

#calendar div.day ul li .title p small{
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
}

#calendar div.day ul li .title p a{
	float: right;
	display: block;
	background:#f9f977;
	color:#ff6600;
	text-decoration: none;
	padding: 4px 8px;
	margin-top: 2px;
	font-size: 12px;
	opacity: 0.9;
	line-height: 1;
	-webkit-border-radius:12px;
	        border-radius:12px;
}

#calendar div.day ul li .title p a:hover{
	opacity: 1;
}

#calendar div.day ul li .title p:nth-child(2){
	margin-top:2px;
	border-top: 1px solid #000;
}


#calendar div.week ul li{
	float: left;
	width: 229px;
	height: auto !important;
	padding: 6px 0;
	margin: 5.5px;
	margin-top:0;
	background: #ffbc08;
	-webkit-border-radius:12px 0;
	        border-radius:0 0 12px 12px;
}



 /* footer_banner
---------------------------------------------- */
#footer_banner{
	background: #231815;
	width: 100%;
}

#footer_banner .inframe{
	width: 1100px;
	padding:30px 0;
	text-align: center;
	margin: auto;
}

#footer_banner ul li{
	text-align: center;
}

#footer_banner ul li img{
	margin: auto;
}