@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
#contentTtl {
	max-width:80%;
	margin:20px auto 15px;
}
#hNews {
	display:table;
	margin:0 auto 20px;
}
#hNews dt {
	display:table-cell;
	width:35px;
	height:15px;
	padding-right:5px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	background:url(/cms/sp/theplanet/series1/img/home/icon_news.gif) no-repeat 0 0;
	background-size:contain;
}
#hNews dd {
	display:table-cell;
	font-size:9px;
	line-height:15px;
	padding:0 5px;
	border-bottom:1px solid #7F7F7F;
}
@media screen and (max-device-width: 480px) {
#hNews{
	margin-top:20px;
}
#hNews dd {
	font-size:9px;
	line-height:1.5em;
}
}
#hNews a {
	color:inherit !important;
}
/*----*/
#seasonSlide {
	position:relative;
	background:#000;
	margin:0 auto;
}
#seasonSlide .caroufredsel_wrapper {
	z-index:100 !important;
}
#seasonSlide .frame {
	display:block;
	position:absolute;
	top:0;
	left:0;
	content:"";
	border:1px solid #FFF;
	width:290px;
	height:194px;
}
#seasonSlide .noJS {
	max-height:194px;
	overflow:hidden;
}
#seasonSlide .noJS img {
	width:100%;
}
#seasonSlide li {
	float:left;
	margin:0;
	line-height:0;
}
#seasonSlide li .ttl {
	color:#FFF;
	font-size:10px;
	text-align:center;
}
#seasonSlide li img {
	display:block;
}
#seasonSlide li .ttl img {
	display:inline;
	width:auto;
	height:35px;
}
#seasonSlide li a {
	display:inline-block;
}
.navigation {
/*	display:none;*/
	position:absolute;
	right:7px;
	bottom:0;
	left:7px;
	padding:0;
	z-index:200;
}
#seasonSlide p.prev,
#seasonSlide p.next {
	position:absolute;
	bottom:0;
}
#seasonSlide p.prev {
	left:0;
}
#seasonSlide p.next {
	right:0;
}
#seasonSlide p.prev a,
#seasonSlide p.next a {
	display:block;
	width:36px;
	height:35px;
	overflow:hidden;
	background:url(./img/season1/vol1/icon_prev.png) no-repeat 50% 50%;
	-webkit-background-size:11px auto;
	-moz-background-size:11px auto;
	background-size:11px auto;
	text-indent:-9999px;
}
#seasonSlide p.next a {
	background:url(./img/season1/vol1/icon_next.png) no-repeat 50% 50%;
	-webkit-background-size:11px auto;
	-moz-background-size:11px auto;
	background-size:11px auto;
}
@media screen and (orientation:landscape){
	.navigation {
		position:absolute;
		right:7px;
		bottom:0;
		left:7px;
		padding:0;
	}
	#seasonSlide p.prev,
	#seasonSlide p.next {
		position:absolute;
		bottom:0;
	}
	#seasonSlide p.prev {
		left:0;
	}
	#seasonSlide p.next {
		right:0;
	}
	#seasonSlide p.prev a,
	#seasonSlide p.next a {
		position:static;
	}
}
#seasonPager {
	padding:10px 0 0;
	text-align:center;
}
#seasonPager a {
	display:inline-block;
	height:12px;
	width:12px;
	margin:0 4px;
	border:1px solid #FFF;
	border-radius:50%;
	background:#999;
	text-indent:-9999px;
}
#seasonPager a.selected {
	background:#000;
}

/*----*/
#contentList .comingsoon {
	opacity:0.4;
}
#contentList #contentListTtl {
	display:table;
	margin:10px 5px 10px 10px;
	overflow:hidden;
	line-height:0;
}
#contentList #contentListTtl li {
	display:table-cell;
	width:25%;
	padding-right:5px;
}
#contentList #contentListTtl img {
	width:100%;
	height:auto;
}
#contentList .seasonList {
	display:table;
	margin:0 5px 20px;
	overflow:hidden;
}
/* iPhone6のみ */
@media screen and (max-device-width: 480px) {
#contentList .seasonList li {
	font-size:10px;
}
}
#contentList .seasonList li {
	color:#B4B5B7;
	display:table-cell;
	width:25%;
	padding:0 5px;
}
#contentList .seasonList li a {
	color:#000;
}
#contentList .seasonList li a:hover {
	color:#000;
}
#contentList .seasonList .seasonTtl {
	display:inline-block;
}
/* iPhone6のみ */
#contentList .seasonList li a img {
	//border:2px solid #FFE600;
}
#contentListTtl li img {/* stanby をデフォルトとする　*/
	opacity:0.65;
}
#contentListTtl .active img {
	opacity:1;
}
#contentListTtl .comingsoon img {
	opacity:0.4;
}