﻿/* --------------------------------------
			劇場情報
---------------------------------------*/


.list{
	/*width: 800px;*/
	width: 715px;
	margin: 0 auto 0px;
}

.list-head{
	margin-top: 30px;
	color: #ee7700;
	font-size: 30px;
	text-align: center;

}

.list-area{
	color: #ee7700;
	font-weight: bold;
	font-size: 25px;
	position:relative;
	overflow:visible;
	text-align: center;
	margin: 30px 0 10px;
}

.list-area:before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -37px;
}

.list dl{
	overflow: hidden;
	border-left:1px solid #ee7700;
	position:relative;
}


.list dt,
.list dd{
	float: left;
	background-color: #fff;
	padding:10px 0;
	border-right:1px solid #ee7700;
	border-bottom:1px solid #ee7700;
	text-align: center;
}

.list-top dt,
.list-top dd{
	padding:3px 0;;
	font-weight: bold;
	font-size: 14px;
	border-top:1px solid #ee7700;
	border-right:1px solid #fff;
	background-color: #ee7700;
	color: #fff;
}

.list-top dt:last-of-type,
.list-top dd:last-of-type{
	border-right:1px solid #ee7700;
}

.list-top dd.maeuri{
	border-right:1px solid #ee7700;
}

.list dt.pref{
	width: 100px;
}

.list dd.name{
	width: 330px;
}

.list dd.tel{
	width: 180px;
}

.list dd.period{
	width: 100px;
}

.list dd.maeuri{
	width: 84px;
}

dd {
	margin-left: 0;
}

dl {
	margin: 0;
}
.attention{
width: 715px;
text-align: left;
margin: 10px auto 0;
}