@charset "utf-8";
/* CSS Document */


/* main_calender
---------------------------------------------------- */

#hall_container .days_label , .performer_data , .inquiry_data, .event_right, .gotop , .main_title , .loading , .emergency, .error{
	display:none;
}

#hall_container #schedule_contents{
	width:700px;
	border-left: 1px solid #E5DFDF;
}

#hall_container .loading{
	text-align:center;
}

#hall_container #schedule_contents:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

#hall_container #weekday_row{
	line-height:1;
	width:700px;
}

#hall_container #weekday_row:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

#hall_container .weekday{
	width:99px;
	float:left;
	text-align:center;
	background:#666;
	color:#fff;
	padding:7px 0;
	font-weight:bold;
	border-right:1px solid #999;
}

#hall_container .saturday{
	width:99px;
	float:left;
	text-align:center;
	background:#6999DD;
	color:#fff;
	padding:7px 0;
	font-weight:bold;
	border-right:1px solid #999;
}

#hall_container .sunday{
	width:99px;
	float:left;
	text-align:center;
	background:#C56;
	color:#fff;
	padding:7px 0;
	font-weight:bold;
	border-right:1px solid #999;
}

#hall_container #cal_body{
	width:700px;
}

#hall_container .per_box{
	width:99px;
	float:left;
	border-right: 1px solid #E5DFDF;
}

#hall_container .day{
	text-align:center;
	font-weight:bold;
	padding:7px 0;
	line-height:1;
}

#hall_container .bighall_wrap{	
	background:#FFF3F3;
	border-bottom: 1px dotted #CCC;
}

#hall_container .bighall_event{
	font-size:.875em;
	padding:7px;
	_padding:7px 0 7px 7px;
}

#hall_container .smallhall_wrap{
	background:#EDF5FF;
	border-bottom:1px solid #CCC;
}

#hall_container .smallhall_event{
	font-size:.875em;
	padding:7px;
	_padding:7px 0 7px 7px;
}

#hall_container .sp_seat_box{
	margin-bottom:5px;
}

#hall_container .sponsor_img{
	height:19px;
	width:89px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(../img/sponsor_img_s.png) no-repeat;
}

#hall_container .seat_img{
	height:19px;
	width:89px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(../img/sajikeizou_img_s.png) no-repeat;
}

#hall_container .enjoy_img{
	height:19px;
	width:89px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(../img/enjoy_img_s.png) no-repeat;
}

#hall_container .chamber_img{
	height:19px;
	width:89px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(../img/chamber_img_s.png) no-repeat;
}

#hall_container .fes_img{
	height:19px;
	width:89px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(../img/fes_img_s.png) no-repeat;
}

#hall_container .event_title a{
	color:#414141;
	text-decoration:none;
}

#hall_container .event_title a:hover{
	text-decoration:underline;
}

#hall_container .inside{
	color: #888;
}

#hall_container .sep{
	border-top:1px dotted #CAC2A6;
}

#hall_container .holiday{
	color:#CC5566;
}

#hall_container .saturday_color{
	color:#6999DD;
}