.n_container {
	margin-top: 5px;
}
#mid {
	width: calc(100% - 280px);
}
@media screen and (max-width: 1100px) {
	#mid {
		width:100%;
	}
	#right {
		display: none;
	}
}

#NC_top_pict{
	padding:0;
//	background-color: #000;
//	border: 1px solid var(--tc_border);
//	border-radius: 20px;
	overflow: hidden;
//	height:400px;
	margin-bottom:20px;
//	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}
/*#NC_top_pict > div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}*/
#NC_banner_slider{
	background-color: #000;
	margin:  20px 0px 10px 0px;
	border: 1px solid #d9d9d9;
	border-radius:15px;
	overflow: hidden;
	}
#NC_menu{
	padding: 0;
	margin:  0px;
	}
#NC_menu > ul{
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
}
#NC_menu > ul > li{
	text-align: center;
	font-weight: bold;
	color:#777;
	width: 45%;
	}
#NC_menu a > div{
	border-radius: 10px;
	padding: 10px;
	}
#NC_menu img{
	width: 100%;
	}
#NC_top_movie {
	padding: 0;
	margin:  0;
	text-align: center;
	}
#NC_top_movie ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	}
#NC_top_movie ul > li{
	padding: 10px;
	border-radius: 20px;
	}
#NC_top_movie li div{
	font-weight: bold;
	margin: 0px 0 10px 0;
	}
#NC_top_movie iframe{
	border-radius:15px;
	height: 180px;
	}
	/*
@media screen and (max-width: 700px) {
#NC_top_movie iframe{
	height: calc(20vw + 20px);
	}
}
@media screen and (min-width: 700px) and (max-width: 1100px){
#NC_top_movie iframe{
	height: calc(20vw - 0px);
	}
}
@media screen and (min-width: 1100px) {
#NC_top_movie iframe{
	height: calc(20vw - 60px);
	}
}
.wbox_top_under {
	padding: 5px 0 0px 0;
	margin: 20px 0px 10px 0px;
}*/
#wbox_top_news{
	font-size: 14px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#wbox_top_news > a > div{
	display:flex;
	padding:5px 15px 5px 15px;
	border-bottom:1px dotted #e0e0e0;
}
#wbox_top_news > a > div > div:nth-of-type(1){
	padding-right:12px;
}
#wbox_top_news > a:nth-last-child(2) > div{
	border-bottom:0;
}
#wbox_top_news > a:last-child > div{
	display:block;
	text-align: center;
	padding: 15px 0px 8px 0px;
}

#wbox_top_live{
//	overflow: auto;
	font-size: 14px;
	line-height: 18px;
	background-color: #FFFFFF;
}
#wbox_top_live > a > div{
	display:flex;
	padding:5px;
	border-bottom:1px dotted #e0e0e0;
}
#wbox_top_live > a:nth-last-child(2) > div{
	border-bottom: 0;
}
#wbox_top_live > a:last-child > div{
	display:block;
	text-align: center;
	padding: 15px 0px 8px 0px;
}

#wbox_blog {
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
	width: 210px;
	height: 650px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
#wbox_blog table{
	table-layout: fixed;
	width: 100%;
}
#wbox_blog td{
	width: 156px;
	word-break: break-all;
	overflow: hidden;
}
#wbox_twitter {
	font-size: 12px;
	line-height: 14px;
	height: 1100px;
	padding: 0px;
	margin: 0px;
	word-wrap: break-word;
}

.twtr-hd {
	visibility: hidden !important;
	height: 0px !important;
	padding: 0px !important;
	}
.twtr-ft {
	visibility: hidden !important;
	height: 0px !important;
	}
/*
.media_icon{
	width:80px;
	display: inline-block;
	vertical-align: middle;
}
.media_icon img{
	width:70px;
}*/

@media screen and (max-width: 750px) {
	.media_icon{
		width:64px;
		padding-right:6px;
	}
	.media_icon img{
		width:58px;
	}
}
.news_title{
/*	width:540px;*/
//	display: inline-block;
//	font-size:12px;
}
.live_title{
//	font-size:12px;
}
.live_title2{
	color:#d70;
//	font-size:12px;
	padding-bottom:4px;
}
.top_list_title{
	padding: 12px 20px 12px 20px;
	font-size: 16px;
//	font-weight:bold;
	line-height: 22px;
	border-bottom: 1px solid #d9d9d9;
}

/*slider-pro-----------------------------------------------------------------
/*次矢印のアイコンフォント*/
.sp-next-arrow_:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow-right.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow_:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow-left.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}
/*ナビゲーションボタンの色*/
.sp-button {
	border:1px solid #ccc;
}
.sp-selected-button {
	background-color: #fa4;
}
.sp-slide{
	animation-duration: 5s;
//	opacity: 0.2;
}
.sp-selected{
	opacity: 100%;
}
.sp-mask{
	background:#fff;
}
.sp-arrows {
	width:10px;
	z-index:10;
}
.sp-fade-arrows{
	width:10px;
	z-index:10;
}
.sp-previous-arrow::after,
.sp-previous-arrow::before,
.sp-next-arrow::after,
.sp-next-arrow::before{
	opacity: 0.8;
	background:#F75;
	z-index:10;
}
