@charset "utf-8";
/**
 *　カテゴリー チャンネル カスタマイズ用CSS
 *
 */

.category_channel_wrap{
	position: relative;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 28px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.category_channel_wrap:after{
	content: '';
	display: block;
	width: auto;
	border-bottom: solid 1px #cdcdcd;
}
.category_channel_wrap .channel_ttl_wrap{
	display: table;
	width: 100%;
}
.category_channel_wrap .channel_ttl_wrap > div{
	display: table-cell;
	vertical-align: middle;
}
.category_channel_wrap .channel_ttl_wrap .thumb_wrap{
	width: 38px;
}
.category_channel_wrap .channel_ttl_wrap .thumb img{
	width: 32px;
	height: 32px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.category_channel_wrap .channel_ttl_wrap .ttl_wrap{

}
.category_channel_wrap .channel_ttl_wrap .ttl_wrap .ttl{
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	margin-right: 10px;
}
.category_channel_wrap .channel_ttl_wrap .ttl_wrap .btn_follow{
	float: right;
}
.category_channel_wrap .channel_movie_wrap{
	width: auto;
	overflow: hidden;
	margin-right: 16px;
}
.category_channel_wrap .channel_movie_wrap .movie-list{
	position: relative;
	display: table;
	border-spacing: 15px;
	margin: -15px 0 0 -15px;
	padding-bottom: 20px;
}
.category_channel_wrap .channel_movie_wrap .movie-list .grid{
	width: 203px !important;
}
.category_channel_wrap .channel_movie_wrap .movie-list .grid .movie-area img{
	width: 203px !important;
}
.category_channel_wrap .movie-info-detail h4{
	height: 2.8em;
	overflow: hidden;
	margin-bottom: 0;
}
.category_channel_wrap .control > div{
	position: absolute;
	top: 50%;
	width: 18px;
	height: 28px;
	z-index: 1;
	cursor: pointer;
}
.category_channel_wrap .control .prev{
	display: none;
	left: -26px;
	background: url('/necfru/img/ic_arrow_left.png') no-repeat 0 0;
}
.category_channel_wrap .control .next{
	display: none;
	right: -10px;
	background: url('/necfru/img/ic_arrow_right.png') no-repeat 0 0;
}

.channel_movie_wrap .link_channel{
	display: table-cell;
	height: 100%;
	background: #000;
	color: #fff;
	vertical-align: middle;
	padding: 0 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	opacity: 0.5;
	white-space: nowrap;
}
.channel_movie_wrap .link_channel:hover{
	opacity: 0.7;
}
.channel_movie_wrap .link_channel:after{
	content: '＞';
	margin-left: 0.2em;
}