@charset "UTF-8";


.theatertitlearea{
	background:#4c7080;
	color:#FFF;
	font-size:16px;
	text-align:center;
	width:100%;
	line-height:1.5em;
	padding: 10px 0;
}

#theatelist{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0;
}

#theatelist th{
	padding: 10px;
	text-align: center;
	color: #000;
	background-color: #c6d7e0;
	border: 1px solid #7e97a3;
	line-height:1.5em;
}
#theatelist td{
	color:#000;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #7e97a3;
	line-height:1.5em;
}

#theatelist td.chiiki{width:20%; text-align:center;}
#theatelist td.gekijo{width:40%; text-align:center;}
#theatelist td.month{width:15%; text-align:center;}
#theatelist td.maeuri{width:10%; text-align:center;}
#theatelist td.biko{width:15%; text-align:center;}

#theatelist td.gekijo a{ color: #EB3B99;}

#area01,#area02,#area03,#area04,#area05,#area06,#selectArea{
	width:100%;
	padding:10px 0 30px 0;
	margin-top:-95px;
    padding-top:95px;
}

#theateSelect{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0;
}

#theateSelect td{
	color:#fff;
	padding: 10px;
	background-color: #5389a2;
	border: 1px solid #fff;
	line-height:1.5em;
}

#theateSelect td a:link,
#theateSelect td a:visited{
	color:#fff;
	font-style:oblique;
}

#theateSelect td.selectarea01{width:20%; text-align:center;}
#theateSelect td.selectarea02{width:20%; text-align:center;}
#theateSelect td.selectarea03{width:10%; text-align:center;}
#theateSelect td.selectarea04{width:10%; text-align:center;}
#theateSelect td.selectarea05{width:20%; text-align:center;}
#theateSelect td.selectarea06{width:20%; text-align:center;}