﻿@charset "utf-8";

body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-position: center top;
} /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* 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;
}


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


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

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#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 */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	margin-top: 10px;
}

/* #header */
#main #article #header {
	width: 675px;
	height: 560px;
	background-image: url(../images/header_img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main #article #logo {
	width: 675px;
	height: 311px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
}
#main #article #headerLow, #main #article #headerLow #logo { background: url(../images/header_low.png) no-repeat 0px 0px; }
#main #article #headerLow #logo { height: 163px; position: relative; }
#main #article #headerLow #logo h1 { position: absolute; top: 16px; left: 49px;}
#main #article #headerLow h1 a {
	background: url(../images/header_low_logo.png) no-repeat 0px 0px;
	font-size: 0;
	text-decoration: none;
	text-indent: -99999px; 
	width: 232px;
	height: 134px;
	display: block;
	overflow: hidden;
}
#main #article #headerLow p { display: none; }
#main #article #header h1,
#main #article #header p,
#main #article .substitution *,
#main #article #cast h2,
#main #article #cast #txt,
#main #article #webcast h2,
#main #article #webcast h3,
#main #article #webcast p,
#main #article #past h2,
#main #article #dvd h2 { font-size: 0; line-height: 0; text-indent: -99999px; }

#main #article #header #lead {
	background-image: url(../images/header_img.png);
	height: 182px;
	width: 675px;
}
#main #article #header #attention { height: 72px; margin-bottom: 107px; }

#main #article #headerLow #nav { margin: 20px auto; }
#nav ul {
	width: 644px;
	height: 60px;
	margin: 0 auto 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	overflow:hidden;
	zoom:1;
}
#nav ul li {
	display: inline-block;

	/display:inline;
	/zoom:1;
	width: 156px;
	margin-right: 5px;
	float:left;
}
#nav ul #link-intro { margin: 0 4px; }
#nav ul li a {
	background-image: url(../images/nav_btn.png);
	background-position: left top;
	display: block;
	height: 52px;
	width: 156px;
	text-decoration: none;
	border: none;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-moz-box-shadow: 0 2px 4px #333333;
	-webkit-box-shadow: 0 2px 4px #333333;
	box-shadow: 0 2px 4px #333333;
}
#nav ul li a:hover {
	-moz-opacity:1.0;
	opacity:1.0;
}
#nav ul #link-intro a { background-position: -1px 0; }
#nav ul #link-intro a:hover { background-position: -1px 52px; }
#nav ul #link-cast a { background-position: -161px 0px; }
#nav ul #link-cast a:hover { background-position: -161px 52px; }
#nav ul #link-staff a { background-position: -321px 0px; }
#nav ul #link-staff a:hover { background-position: -321px 52px; }
#nav ul #link-past a { background-position: -481px 0; }
#nav ul #link-past a:hover { background-position: -481px 52px; }

#main #article #bnr li { margin-bottom: 10px; }
#main #article #ebisho {
	background-color: #FFF;
	border: 5px solid #EA337C;
	padding-bottom: 10px;
}
#main #article #intro {
	background-image: url(../images/intro_img.png);
	height: 783px;
	width: 665px;
}

#main #article #cast {
	background-image: url(../images/cast_bg.png);
	height: 1285px;
	width: 636px;
	margin: 0 auto 33px;
}
#main #article #cast h2 { height: 90px; }
#main #article #cast ul { width: 636px; }
#main #article #cast ul:after{
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	content: ".";
	display: block;
	visibility: hidden;
}
#main #article #cast li { float: left; width: 153px; display: inline; margin: 0 0 28px 44px; font-size: 0; }


#main #article #cast #txt { clear: both; height: 40px; margin-bottom: 40px; }
#main #article #cast #mc { text-align: center; }


#main #article #webcast {
	background-image: url(../images/webcast_bg.png);
	background-repeat: no-repeat;
	height: 270px;
	margin: 0 auto;
}
#main #article #webcast h2 { height: 71px; }
/* #main #article #webcast .lead { height: 89px; } */
#main #article #webcast #hulu { height: 168px; }
#main #article #webcast #ntv { height: 106px; }
#main #article #webcast #hulu div, #main #article #webcast #ntv div {
	width: 339px;
	height: 44px;
	margin: 0 auto;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	overflow: hidden;
}
#main #article #webcast #hulu div a, #main #article #webcast #ntv div a { transition: none; }
#main #article #webcast #hulu div { margin-top: 94px; }
#main #article #webcast #ntv div { margin-top: 62px; }

#main #article #staff {
	background-image: url(../images/staff_img.png);
	background-repeat: no-repeat;
	height: 444px;
	width: 665px;
}
#main #article #past,
#main #article #dvd {
	width: 635px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

#main #article #past h2 {
	background-image: url(../images/past_title.png);
	height: 87px;
}
#main #article #dvd h2 {
	background-image: url(../images/tit_dvd.png);
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#main #article #past .section,
#main #article #dvd .section {
	background-image: url(../images/week_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
}
#main #article #past .section:before, #main #article #past .section:after,
#main #article #dvd .section:before, #main #article #dvd .section:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 8px;
  left: 10px;
  width: 50%;
  top: 80%;
  background: #C3C3C3;
  -webkit-box-shadow: 0 15px 10px #C3C3C3;
  -moz-box-shadow: 0 15px 10px #C3C3C3;
  box-shadow: 0 15px 10px #C3C3C3;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#main #article #past .section:after,
#main #article #dvd .section:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#main #article #past .section h3,
#main #article #dvd .section h3 {
	background-image: url(../images/week_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 138.5%;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 0 0 10px 58px;
}
#main #article #past .section p,
#main #article #dvd .section p { font-size: 107.8%; margin-top: 12px; }
.innerlink-mid { margin: -21px 16px 8px 0; }
.innerlink-head { margin: -21px 16px 0 0; }
#past .innerlink-mid { margin: 10px 0 24px 0; }
#past .innerlink-head { margin: 10px 0 0 0; }
.innerlink-mid a, .innerlink-head a  {
	background-image: url(../images/pagetop_btn.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0;
	line-height: 0;
	height: 41px;
	width: 198px;
	margin: 0 0 0 auto;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}
#topad { padding-bottom:5px; }


/* 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;
}
*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; }

#side .ntv-yokatta-widget { margin-bottom: 10px; }


#side div#banner_navimail { width: 100%; }
#side div#banner_navimail a {
	background: url(/basic2011/images/bnr_navimail.png) no-repeat 0px 0px;
	background-size:100% auto;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	min-height: 105px;
	text-indent: -9999px;

}

/* dvd */
#dvd .section .detail {
	width: 350px;
	float: right;
	overflow:hidden;
	padding-top:10px;s
}
#dvd .section .detail dt {
	padding-bottom: 10px;
	width: 80px;
	float: left;
	clear:both;
}
#dvd .section .detail dd { padding-bottom: 10px; width:270px; float:left; }
#dvd .section .thumArea {
	width: 200px;
	height: 275px;
	float: left;
}
#dvd .section .box { width:auto; min-height:275px; overflow:hidden; zoom:1;}
#dvd .section .discList { width:auto; overflow:hidden;}
#dvd .section .discList dt {
	width: 18%;
	float: left;
	padding-bottom: 10px;
	clear: both;
}
#dvd .section .discList dd { width:82%; float:left; padding-bottom:10px;}
#dvd .btn_ske a {
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #ffffff;
	padding: 8px 20px;
	background-color:#ff6600;
	background: -moz-linear-gradient(
		top,
		#fc8b00 0%,
		#ff6600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fc8b00),
		to(#ff6600));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #171717;
	-moz-box-shadow: 2px 2px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(087,087,087,0);
	-webkit-box-shadow: 2px 2px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(087,087,087,0);
	box-shadow: 2px 2px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(087,087,087,0);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: center;
	display: table;
	font-weight: bold;
		}
#dvd h4 {
	background-image: url(../images/tit_sub_dvd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	height: 133px;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#dvd .section .box .btn_buy a {
	background-color: #F06;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: table;
	float: right;
	margin-top:20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	box-shadow: 2px 2px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(087,087,087,0);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}
.pdnbtm15 { padding-bottom:15px; }
#dvd .section .info_Area h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#dvd .section .info_Area {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	width: auto;
	border: 2px dotted #999;
	padding: 15px;
	margin-bottom: 10px;
}
