@charset "utf-8";
/* layoutCSS Document */

/*放送内容*/
#top h1{
	width: 860px;
	height: 340px;
	background:url("../images/top/mainvisual_bg.jpg") no-repeat;
}
#main h3 a{
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}
#main #onair p a{
	color: #333333;
	text-decoration: underline;
}
p.bn{
	padding: 19px 14px 12px 0px;
	display: block;
	text-align: right;
}
#onair .text img{
	float: left;
	margin: 0px 12px 6px 0px
}
/*放送内容*/


#main .box h3{
	padding: 0px 0px 9px 22px;
	margin: 0px 0px 0px 0px;
}
/*次回予告*/
#main #next h3{
	background:url("../images/top/main/next_mk.gif") no-repeat left 2px;
}
#main #next h3 span{
	padding: 0px 18px 0px 0px;
}
/*次回予告*/

/*お知らせ*/
#main #info h3{
	background:url("../images/top/main/info_mk.gif") no-repeat left 2px;
	color: #00689f;
	font-weight: bold;
}
#info .text img{
	float:right;
	margin: 0px 0px 0px 12px
}
#info .text p{
	padding: 0px 0px 0px 23px;

}

/* 見逃し配信枠 */
#sub .box-movie {
	width: 292px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: solid 4px #597575;
	border-radius: 8px;
}

#sub .box-movie .movie-title {
	background-color: #597575;
	text-align: center;
}

#sub .box-movie .movie-title img {
	max-width: 100%;
	vertical-align: bottom;
}

#sub .box-movie .movie-list {
	border-bottom: solid 1px #ccc;
}

#sub .box-movie .movie-list a:hover {
	opacity: 0.5;
}
#sub .box-movie .movie-list img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#sub .box-movie .movie-list:last-child {
	border-bottom: none;
}

#sub .box-movie .box-catchUp {
	padding: 5px;
	background: #ebe9d7;
}

#sub .box-movie .box-catchUp .tit-catchUp {
	margin-bottom: 5px;
	background: #000;
	text-align: center;
}
#sub .box-movie .box-catchUp .tit-catchUp a {
	display: block;
	padding: 0 40px;
}
#sub .box-movie .box-catchUp .tit-catchUp img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#sub .box-movie .box-catchUp #movie {
	text-align: center;
}
#sub .box-movie .box-catchUp #movie img {
	max-width: 100%;
}

#sub .box-movie .box-catchUp #movie object {
	vertical-align: bottom;
}

/* Huluおすすめコンテンツ枠 追加 */
#sub #recommend_hulu h4 { background-image: url("/basic2014/images/side/hulu/title.png"); }
#sub #recommend_hulu .structure {
	width: 290px;
	margin: 10px;
}
#sub #recommend_hulu p a {
	color: #162d9f;
	text-decoration: none;
}
#sub #recommend_hulu img {
  max-width: 100%;
  height: auto;
}