@charset "utf-8";

body {
	min-width: 1000px;
	background-color: #000a35;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

html > body > iframe {
	display: none;
	height:0;
}

#contents {
	width:1000px;
	margin:0 auto;
}
/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}

/* SNSボタン */
#btn-sbm {
	text-align: left;
	padding: 20px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }

/* #side */
#side { padding: 10px 0px 0px; }

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
/* anchor */
#wrapper a, #wrapper .article {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*-----------------------------
以下、削除可能
-------------------------------*/

#side #sp_rectangle { display: none; }

/* #header */
#main #header {
	width: 675px;
	min-height: 420px;
/*	background: url(../images/img-top-title.jpg) no-repeat 0px 0px;*/
	background-size: cover;
/*	text-indent: 100%;*/
	white-space: nowrap;
	overflow: hidden;

}
#article .text { padding: 20px; }

#article h2 {
    color: #fff !important;
	font-weight: bold;
	font-size: 120%;
	margin: 0px !important;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
	margin-bottom: 10px;
}

.innerlink-head {
	margin-top: 10px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 8px;
}


/*-----------------------------
UEFAチャンピオンズリーグ ハイライト　CSS
-------------------------------*/

/* テキスト指定 */
#article {
	font-size: 12px;
	color: #fff;
	font-size: 120%;
	line-height: 1.5em;/* box-shadow: */
	/*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);*/
}
#article .text {
	padding: 20px;
}
#article h2 {
	font-weight: bold;
	font-size: 120%;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article .mb20 {
	margin-bottom: 20px;
}
.innerlink-head {
	margin-top: 10px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}
.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
#header p {
    margin-bottom: 20px;
}
#nav ul {
	letter-spacing: -0.4em; /* hack */
}
#nav ul li {
/*	display: inline-block;*/
	letter-spacing: 0em;
	font-size:0px;
	min-width:1px;
}
/*#btn-sbm {
	text-align: left;
	float: left;
	width: 530px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}*/
.global_NTV_snsArea .global_NTV_snsList{
padding: 20px;
}
.global_NTV_snsArea .global_NTV_snsList li{
display: inline-block;
margin-right: 15px;
vertical-align: top;
}
.global_NTV_snsArea .fb_iframe_widget span{
vertical-align: top!important;
}
.clear{
	clear:both;
}
*html #btn-sbm li {
	display: inline;
} /* for IE6 */
*+html #btn-sbm li {
	display: inline;
} /* for IE7 */
#btn-sbm li a {
	margin: 0px;
}
#btn-sbm .btnFaceBook {
	width: 110px;
}
#btn-sbm .btnHatenaBookmark {
	margin-right: 10px;
}
#btn-sbm .btnGoogleCalendar {
	margin-right: 10px;
}
.co-imgLogo a {
display: block;
}
.co-normalSnsbtn {
overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}
.co-normalSnsbtn li {
float: left;
}
.co-normalSnsbtn li:last-child {
margin-right: 0;
}
.co-normalSnsbtn li.btnTwitter {
width: 120px;
}
.co-normalSnsbtn li.btnFaceBook {
height: 21px;
  margin-right: 10px;
}
.co-normalSnsbtn li.btnFaceBook .fb-like span {
vertical-align: top !important;
}
.co-imgNav {
display: table;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.co-imgNav li {
display: table-cell;
}
.co-imgNav li img {
width: 100%;
height: auto;
}
.co-imgNav li a:hover {
opacity: 0.5;
}
.co-normalH2 {
font-size: 120%;
font-weight: bold;
}
.co-normalImg img {
display: block;
}
.co-imgH2 img{
vertical-align: bottom;
}
#wrapper {
  background-repeat: no-repeat;
  background-position: center top;
}
#next_oa{margin-bottom:20px}

 /* みどころ */
.main_box{
  background: url(../images/contents_bg02.jpg) 0 0 repeat-y;
  position: relative;
  min-height: 240px;
}
.main_box02{
  background: url(../images/box_bg.jpg) 0 0 repeat-y;
  padding-bottom: 20px;
}
#midokoro_txt{
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: #fff;
  padding: 20px 20px
}
.main_box #fotter_bg01{
  bottom: -3px;
  position: absolute;
  z-index: 0;
}
.page_top_btn{
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
  margin-bottom: 30px;
}
#sc01,#sc02,#sc_txt01{
  font-size:12px!important;
}
#sc01 .end_txt,#sc02 .end_txt {
  color: #999!important;
}
#sc01, #sc02{
  width: 635px;
  border: 1px solid #a2a1a0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 100%;
  margin-bottom: 10px;
}
#sc01 th, #sc02 th{
  background-color: #434343;
  padding: 10px;
  font-weight: bold;
  border-right: 1px solid #a2a1a0;
  border-bottom: 1px solid #a2a1a0;
}
#sc01 td, #sc02 td {
  padding: 10px;
  border-right: 1px solid #a2a1a0;
  border-bottom: 1px solid #a2a1a0;
}
#sc01 td span , #sc02 td span {
  font-size: 85%;
}

#sc01 .bg,#sc02 .bg {
  background-color: #465b85;
  background-color: rgba(70,94,137,0.8);
  /*background-color: transparent;
   background-color: rgba(255,255,255,0.2);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff)";*/
}
#sc_tit01,#sc_tit02{
  text-align: center;
  vertical-align: bottom;
}
#sc_tit01 img,#sc_tit02 img{
  vertical-align: bottom;
}
#sc_txt01{ margin-bottom: 20px;}
#sc_txt01,#sc_txt02{
  text-align: right;
  padding-right: 20px;
}
#outline_txt{
  font-size: 14px;
  line-height: 1.5em;
  padding: 20px 20px 0;
}
#cast_txt{
  text-indent: -9999px!important;
  background: url(../images/cast_txt2.png) 0 0 no-repeat;
  width: 358px;
  height: 175px;
  margin: 0 auto;
}
/*=== 放送内容 ===*/
#content {
	background-repeat: no-repeat;
	background-position: top;
	width: 675px;
	font-size: 120%;
	line-height: 1.4em;
	background-image: url(../images/title_01.png);
}
#article #content h2 {
	width: 675px;
	height: 52px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#article #content .content_main {
	background-image: url(../images/contents_bg02.jpg);
	background-repeat: repeat-y;
}
#article #content h3.next_onair {
	background: url(../images/onair.jpg) no-repeat;
	width: 229px;
	height: 31px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin-bottom: 10px;
}
#article #content h3.midokoro {
	background: url(../images/midokoro.jpg) no-repeat;
	width: 229px;
	height: 31px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#article #content .content_main .content_main_inner {
	background-image: url(../images/contents_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 215px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*=== 放送スケジュール ===*/
#schedule {
	background-image: url(../images/title_02.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 675px;
}
#schedule h2 {
	width: 675px;
	height: 50px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#article #schedule .main_box .group_stage {
	background-image: url(../images/group_stage.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 635px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#article #schedule .main_box .final_round {
	background-image: url(../images/final_round.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 635px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin-top: 20px;
}
#article #schedule .main_box table {
	width: 635px;
	font-size: 90%;
	border: 1px solid #a2a1a0;
}
#article #schedule .main_box table th {
	background-color: #434343;
	padding: 5px;
	font-weight: bold;
}
#article #schedule .main_box table td {
	padding: 5px;
}
#article #schedule .main_box table tr td span {
	font-size: 85%;
}
#article #schedule .main_box {
	background-image: url(../images/box_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
}
#article #schedule .main_box p {
	font-size: 80%;
	text-align: right;
	margin-top: 3px;
}
#article #schedule .main_box table .bg {
	background-color: #465b85;
	background-color: rgba(70,94,137,0.8);
	/*background-color: transparent;
	 background-color: rgba(255,255,255,0.2);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff)";*/
}
#article #schedule .main_box .txt {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#article #schedule .main_box .txt table .end_txt {
	color: #999;
}
/*=== ページトップ ===*/
#article .innerlink-head a {
	background-image: url(../images/page_top.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 110px;
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin: 10px 0px 10px 565px;
}
/*=== 番組概要 ===*/
#summary {
	background-image: url(../images/title_03.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 675px;
}
#summary h2 {
	width: 675px;
	height: 50px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#article #summary .main_box {
	background-image: url(../images/box_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
}
#article #summary .main_box .txt {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
/*=== キャスト ===*/
#cast {
	background-image: url(../images/title_04.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 675px;
	
}
#cast h2 {
	width: 675px;
	height: 50px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#cast ul {
	width: 381px;
	background-image: url(../images/cast_txt.png);
	background-repeat: no-repeat;
	height: 152px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}
#article #cast .main_box {
	background-image: url(../images/box_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
}
#article #cast .main_box .txt {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
/*=== 右カラム ヨカッタボタン ===*/
#yokatta_banner {
margin: 0 0 10px 0;
}#article .sns_btn {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
/*=== 共通 ===*/
#article .sns_btn .ntv-yokatta-widget {
	float: left;
	width: 145px;
}
#main .clearfix {
	zoom: 1;
	overflow: hidden;
}
#main .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
