
/* ナビゲーション*/
.nav_ { 
	padding: 0; 
	margin: 0 auto 10px; 
	width: 960px; 
	height:50px;
	z-index:99;
	background-color:#42aa6b;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
	
.nav_  ul li{
	color:white;
	line-height: 51px;
	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;}

/*タイトル */
.title{
	font-size:250%;
	font-weight:bold;
	border-bottom:solid 4px #00b8ee;
	margin-bottom:10px;
	width:100%;
}
/*出演者 */
.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;
}

/*タイムテーブル */
.en{
	width:1%;
	text-align:center;
	font-size:120%;
	color:white;
	font-weight:bold;
	padding:5px;
}
.bao{background-color:#00b8ee;}
.baou{background-color:#6dd1ee;}
.bmido{background-color:#0dac67;}
.bmidou{background-color:#64c79d;}
.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:10px;	
}
.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;
}
.timetable p{ color:#000;}
.ptitle{
	font-size:150%;
	font-weight:bold;
}
.ptitle2{
	font-weight:bold;
}
.ptitle3{
	text-align:right;
	font-weight:bold;
}
.timetable td.prm{width:25%;
border-top: #fff;
border-bottom: #fff;
border-left: #fff;
}
.timecast{
	color:#000;
	width:35%;
}
.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;	
}
.bggr{
	background-color:#F0F0F0;
}
#map2{
	width:960px;
	height:570px;
	background-image:url(../img/event/201603/map2.png);
	margin-top:50px;
	position:relative;
}
.access{
	position:absolute;
	bottom:29px;
	right:56px;
}
.w1{ padding:2px; text-align:center;}