@charset "euc-jp";

/*========================================
top banner
========================================*/

#top-banner {
	margin: 0 0 20px;
}

#top-banner h2 {
	background: none;
	border-bottom: 2px solid #B00;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px 0 10px;
	padding: 0 0 3px;
}


/*========================================
slider
========================================*/

.slider-wrap {
	height: 360px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider-wrap .bx-wrapper {
	margin: 0 auto !important;
	overflow: visible;
	width: 640px !important;
}

.slider-wrap .bx-viewport {
	max-width: 640px;
	overflow: visible !important;
}

.slider-mask {
	background: #000;
	cursor: default;
	height: 100%;
	position: absolute;
	top: 0;
	width: 155px;
	filter :alpha(opacity=70);
	opacity:0.7;
	z-index: 10;
}

.mask-left {
	left: 0;
}

.mask-right {
	right: 0;
}

#slider-top li a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*========================================
series - member
========================================*/

.banner-top-series {
	font-size: 0;
}

.banner-top-series li {
	display: inline-block;
}

.banner-top-series li:not(:first-child) {
	margin-left: 10px;
}

.banner-top-series li img {
	width: 235px;
}


/*========================================
prsites.html
========================================*/

#hot-channel {
}

#hot-list {
	margin-left: -10px;
}

#hot-channel #hot-list li {
	width: 215px;
	height: auto;
	margin-left: 10px;
	float: left;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #474747, #191919);
	background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#191919));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#474747, EndColorStr=#191919);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#474747, EndColorStr=#191919)";
	text-align: center;
}

#hot-channel #hot-list li:first-child {
	margin-left: 0;
}

#hot-channel #hot-list li p {
	width: 215px;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border-bottom: 1px solid #434343;
}

#hot-channel #hot-list li a {
	color: #fff;
	text-decoration: none;
}

#hot-channel #hot-list li a:hover {
	color: #fc0;
	text-decoration: none;
}

#hot-channel #hot-list li a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	margin: 0 0 5px 0;
}

#hot-channel #hot-list li a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#hot-channel #hot-list li p[class^="logo-"] {
	background-image: url(/images/sites/logo_all.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 28px;
	width: 180px;
	margin: 6px 0 0 13px;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
}

#hot-channel #hot-list li p.logo-1300 {
	background-position: 0 0;
}

#hot-channel #hot-list li p.logo-1800 {
	background-position: -180px 0;
}

#hot-channel #hot-list li p.logo-2200 {
	background-position: -360px 0;
}

#hot-channel #hot-list li p.logo-1100 {
	background-position: -563px 0;
}

