@charset "UTF-8";

/*能楽堂サーチトップ*/
#hallindex-txt {
	margin-top: 30px;
	padding-left: 10px;
}

#hall-map {
	position: relative;
	width: 500px;
	height: 477px;
	margin-left: 30px;
	overflow: hidden;
}

#map {
	padding-left: 30px;
}

#btn-tohoku {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 200px;
	left: 347px;
}

#btn-koshinetsu {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 260px;
	left: 197px;
}

#btn-kanto {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 270px;
	left: 330px;
}

#btn-chubu {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 310px;
	left: 270px;
}

#btn-kinki {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 350px;
	left: 225px;
}

#btn-chugoku {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 300px;
	left: 105px;
}

#btn-shikoku {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 390px;
	left: 165px;
}

#btn-kyushu {
	width: 99px;
	height: 33px;
	position: absolute;
	top: 380px;
	left: 45px;
}

#hall-btmmenu {
	margin-top: 20px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #cecece;
	font-size: 98%;
	text-align: center;
}


/*一覧ページ*/
table.hall-lineup {
	width: 590px;
	border: 1px solid #cecece;
}

table.hall-lineup th {
	font-size: 95%;
	padding: 6px;
	width: 60px;
	line-height: 1.6;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px dotted #cecece;
	color: #493f0b;
}

table.hall-lineup td {
	font-size: 93%;
	padding: 6px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	line-height: 1.6;
}

.hall-number {
	width: 130px;
}
















