/* ナビゲーション*/
.nav_ { 
	padding: 0; 
	margin: 0 auto 10px; 
	width: 960px; 
	height:85px;
	z-index:99;
	background-color:#42aa6b;
	}
	
.nav_  ul li{
	color:white;
	line-height: 86px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
.nav_  ul a{
	text-decoration:none;
}

/* ニュース */
#scr{
	width:100%;
	min-height::100px;
	background-color:rgba(255,255,255,0.9);
	border:solid 1px #CCCCCC;
	overflow:auto;
	margin:20px 0 30px 0;
}

#scr dl{
	padding:12px;
	}

dl dt {
  clear: left;
  float: left;
  padding: 10px 0.5em;
  width: 7.5em;
}

dl dd {
  margin-left: 0;
  padding: 10px 0.5em 10px 8em;
  border-bottom: solid 1px #CCC;
}
#scr span.midashi{font-weight:bold;}
#scr span.naiyo{font-size:0.9em; line-height:1.1em;}

/*出演者 */
.castlist li.mR0{
	margin-right:0;
}
.castlist{
	width:960px;
	display:block;
}
.castlist li{
	margin:0 20px 20px 0;
	float:left;
	display:block;
}
.castlist li img{
	height:170px;
}

/*タイムテーブル */
.ao{
		border: 2px solid #00b8ee;
	color:#00b8ee;
}
.mido{
		border: 2px solid #0dac67;
	color:#0dac67;
}
.vm{
	vertical-align:middle;
}
.timetable{
	background-color:white;
	width:960px;
	border-collapse:collapse;
	margin-bottom:50px;
}
.timetable th,td{
	padding:25px;	
}
.ao th,.ao td{
	border-color:#00b8ee;
	border: 2px solid #00b8ee;
}
.mido th,.mido td{
	border-color:#0dac67;
	border: 2px solid #0dac67;
}
.timetable th{
	text-align:center;
	vertical-align:central;
	font-size:150%;
	font-weight:bold;
}
.ptitle{
	font-size:150%;
	font-weight:bold;
}
.timecast{
	width:30%;
}
.day{
	font-size:250%;
	font-weight:bold;
}
.yusen{
	margin-left:20px;
	padding:8px;
	color:white;
	vertical-align:middle;
}

.bgao{
		background-color:#00b8ee;
}
.bgmido{
		background-color:#0dac67;	
}
/*  YouTube読み込み */
#yt_holder {
    margin:0 auto; padding:0;
    width:530px;
    overflow:hidden;
}
#yt_holder h3 {
    text-align:center;
    font-size:100%;
    margin:10px auto; padding:5px 0;
    background:#ccc;
    border:2px solid #ccc;
}
#ytvideo {
    width:530px; height:323px;
    overflow:hidden;
    margin:0 auto; padding:0;
    background:#000;
}
#ytplist-container {
    position: relative;
    text-align: left;
    width:530px; height:120px;
    margin:10px auto; padding:0;
    overflow:hidden;
}
#ytplist-container a.prev,
#ytplist-container a.next {
    position:absolute;
    top:0px;
    width:17px; height:110px;
    overflow:hidden;
    text-indent:-9999px;
    background:transparent url("../img/event/201503/prev.png") no-repeat 0 0;
    display:block;
}
#ytplist-container a.next {
    background:transparent url("../img/event/201503/next.png") no-repeat 0 0;
    right:0;
}
#ytplist-container a.off {
    background-position:0 0;
    cursor:default;
}
#ytplist-container a.on {
    background-position:0 -110px;
    cursor:pointer;
}
#ytplist {
    position: relative;
    top:0; left:0;
    overflow: hidden;
    margin:0 0 0 19px; padding:0;
    width:500px;
}
#ytplist li {
    float:left;
    margin:0;
    padding:0;
    width:130px; height:110px;
    line-height:1;
    overflow:hidden;
    display: inline;
}
#ytplist li span {
    display:block;
    padding:5px;
    overflow:hidden;
    letter-spacing:-1px;
}
#ytplist li span a {
    font-size:50%;
    text-decoration:none;
}
#ytplist li a.thumb {
    position:relative;
    width:120px; height:68px;
    display:block;
    overflow:hidden;
    border:1px solid #ccc;
    text-indent:-9999px;
}
#ytplist li.current a.thumb {
    border:1px solid red;
}
#ytplist li a.thumb img {
    position: absolute;
    display: block;
    left: 0; top:-11px;
    width:120px;
    outline: none;
    -ms-interpolation-mode: bicubic;
}

/* ポップ */
/* ポップ 
#popbody {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 600px; 
  height: 100%;
}

#pop{
	color:#0dab67;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 0 0 -300px; 
  position: absolute;  
  top: 20px;  
  left: 50%; 
  width: 600px;
  height: auto;  
  background-color: #fff;
  padding:0 20px 20px 20px;
}*/

#pop {
	display:table-cell;
vertical-align:middle;
background-color:#fff;
max-width: 600px;
margin: auto;
color:#0dab67;
font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
padding:20px;
line-height: 1.8em;
letter-spacing:0.8pt
}

.poptitle{
	font-size:130%;
	font-weight:bold;
}

#pop p{
	font-size:85%;
}

#pop hr {
height: 2px;
background-color: #0dab67;
border: none;
color: #0dab67;
}

.pimg{
	width:100%;
	height:100%;
	margin:10px auto;
}
.pimg img{
	width:100%;
	height:100%;
}
.mB2{
	margin-right:2px;
}
.st img{
float:left;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a:hover img.hoverImg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}