.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{
	color:#09f;
	text-decoration:underline;
	font-size:1.2rem;
	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;
}
