.newsImgDetail .contentPhotoLerge img{
	max-width:none;
	max-height:none;
}
.ns_programDetail_program .programHeader_subTxt{
	padding: 0 5px 10px;
	font-weight:bold;
}

.toPlotSection{
	padding:10px 0 0 0;
	font-size:1.2rem;
	text-align:right;
}

.storyList_item_timeSchedule_body{
	position:relative;
	padding-right:150px;
}
.storyList_item_timeSchedule_body > ul > li{
	display:none;
}

.storyList_item_timeSchedule_body > ul > li + li{
	margin-top:10px;
}

.storyList_item_timeSchedule_body > ul > li:first-child{
	display:block;
}

.storyList_item_timeSchedule_toggleBtn{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	width:12em;
	padding:5px;
	border:solid 1px #ddd;
	border-radius:4px;
	text-align:center;
	font-size:1.2rem;
	line-height:1;
}

.storyList_item_timeSchedule_toggleBtn span{
	display:none;
}

.storyList_item_timeSchedule_toggleBtn span:first-child{
	display:block;
}

.storyList_item_timeSchedule + .storyList_item_cast{
	margin-top:20px;
}

.newsTagList,
.newsTagList02{
	overflow:hidden;
}
.newsTagList_item,
.newsTagList02_item{
	float:left;
	margin:0 10px 10px 0;
}
.newsTagList_tag,
.newsTagList02_tag{
	display:inline-block;
	padding:4px 6px;
	border:solid 1px #999;
	border-radius:2px;
	font-size:1.2rem;
	line-height:1;
	letter-spacing:0.2em;
	color:#666;
}

.newsTagList_tag.isEmphasized,
.newsTagList02_tag.isEmphasized{
	font-weight:bold;
}

.newsTagList{
	padding:15px 15px 5px;
}
.newsTagList02{
	padding:10px 10px 0;
}

.newsTagList_btn,
.newsTagList02_btn{
	display:block;
	border:1px solid #aeaeae;
	font-size:1.2rem;
	font-weight:bold;
	text-align:center;
}

.newsTagList_btn{
	width:300px;
	margin:0 auto;
	padding:5px 0;
	border-radius:4px;
}
.newsTagList02_btn{

	padding:5px;
}

.newsCatList{
	overflow:hidden;
}

.newsCatList_item-all{
	float:left;
	width:100px;
}
.newsCatList_item-drama,
.newsCatList_item-variety,
.newsCatList_item-anime,
.newsCatList_item-music,
.newsCatList_item-movie{
	float:left;
	width:119px;
	border-left:solid 1px #ddd;
}

.newsCatList_item-other{
	float:left;
	width:119px;
	border-left:solid 1px #ddd;
}

.newsCatList_link{
	display:block;
	padding:10px 0;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	background:#f6f6f6;
	border-bottom:solid 1px #ddd;
	color:#333;
}

.newsCatList_link:hover,
.newsCatList_link.isCurrent{
	background:#fff;
	border-bottom:solid 1px #fff;
}

.list_thumbnail{
	overflow:hidden;
}
.list_thumbnail__item{
	width:125px;
	padding:0 2px 2px 0;
	float:left;
}
.list_thumbnail__item:nth-child(6n){
	padding-right:0;
}
.list_thumbnail__item > a{
	display:block;
	height:125px;
	background-image:url(/n/img/common/loading_01.gif);
	background-size:cover;
	background-position:50% 0;
}


/*--------------*/
.list_cast{
	padding-top:20px;
	overflow:hidden;
}
.list_cast__item{
	display:inline-block;
	vertical-align:top;
	width:240px;
	padding:0 20px 20px 0;
}

.list_cast__item:nth-child(3n){
	padding-right:0;
}
.list_cast .item_cast{
	overflow:hidden;
}
.list_cast .item_cast__sub_left{
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	text-indent:-100em;
	background-image:url(/n/img/common/loading_01.gif);
	background-size:cover;
	background-position:50%;
}
.list_cast .item_cast__main{
	float:right;
	width:155px;
	padding:0 0 0 5px;
}
.list_cast .item_cast__img{
	width:80px;
	height:auto;
	vertical-align:bottom;
}
.list_cast .item_cast__job,
.list_cast .item_cast__role{
	font-size:1.2rem;
	color:#aeaeae;
}
.list_cast .item_cast__name{
	font-weight:bold;
}
