#main img{
	float:left;
}
#main{
	background-image:url(../img/event/201710/main_bk.png);
	width:960px;
	height:660px;
	position:relative;
}

/* ナビゲーション*/
.nav_ { 
	padding: 0; 
	margin: 0 auto 10px; 
	width: 960px; 
	height:50px;
	z-index:99;
	background-color:#dc5504;
	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_out{
	float:left;
	margin-left:8px;
	position:absolute;
	top:0px;
	right:0px;
}
#scr{
	width:490px;
	height:290px;
	background-color:rgba(242,237,230,1);
	border:solid 1px #CCCCCC;
	overflow:auto;
	z-index: 2;
}

#scr dl{
	padding:8px;
	}

dl dt {
  clear: left;
  float: left;
  padding: 8px 0.5em;
  width: 7.5em;
}

dl dd {
	padding: 8px 0.5em 8px 8em;
  border-bottom: solid 1px #CCC;
}

/*タイトル */
.title{
	font-size:250%;
	border-bottom:solid 2px #5c4d4e;
	margin-bottom:10px;
	width:100%;
	line-height: 150%;
	color:#dc5504;
}

.txtb{
	font-size:120%;
}

/*出演者 */
.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;
}


/*タイムテーブル */
table{
  border-collapse: collapse;
  border-spacing: 0;
  float:left;
  margin-bottom:20px;
}
.tdtitle{
	color:white;
	font-weight:bold;
}
td {
	background-color:white;
}

.tth{
	color:#5c4d4e; 
	margin-bottom:60px;
	}


.tth .tdtitle{
	color:white;
	border-right: 2px solid #fff;
	background-color: #5c4d4e;
	text-align:center;
}
.cha{color:#dc5504;}
.chab{background-color:#d3cbcb;}
.tth th {
	padding:10px;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
}


.timetable{
	background-color:white;
	width:960px;
	border-collapse:collapse;
	margin-bottom:50px;
}
.timetable th,td{
	padding:10px;
	border: 2px solid #5c4d4e;
}

.timetable .time{
	text-align:center;
	vertical-align:middle;
	font-size:140%;
	font-weight:bold;
}

.timetable p{ color:#000;}

.ptitle{
	font-size:150%;
	font-weight:bold;
}
.ptitle2{
	font-weight:bold;
}

.timecast{
	color:#000;
	width:40%;
}


/*会場周辺MAP */
.mapt{
	background-color: #fff;
	border: solid 3px #5c4d4e;
	text-align: center;
}

.accessl{
	float:left;
	width:600px;
	margin-right:10px;
}
.accessr{
	float:right;
	width:350px;
}
.acb{
	font-size: 150%;
	font-weight:bold;
}
.act{
	color: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #dd5511;
}
