@charset "UTF-8";

/*混雑ガイド=====================================================*/
div#jam_area{
}

div#jam_head{
	overflow: hidden;
	margin: 20px 10px 10px 10px;
}
div#hallname{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ee2288;
	float: left;
}
div#update{
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	margin-top: 3px;
	float: right;
}
div#update span.update_date{
}
div#update span.update_time{
	color: rgb(0,146,238);
	font-weight: bold;
}

ul.list{
	border-top: solid 1px rgba(0,146,238,.3);
	background: #ffffff;
}
ul.list li{
	padding: 5px;
	border-bottom: solid 1px rgba(0,146,238,.3);
}

table{
	width: 100%;
	padding: 0;
	margin: 0;
}
th{
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
td{
	border-left: dotted 1px rgba(0,146,238,.3);
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #ee2288;
	padding: 5px;
	vertical-align: top;
}
div.place,
div.event{
	font-weight: bold;
	color: #000000;
}
div.info{
}
div.wait{
	display: none;
}
div.wait2{
}
span.num{
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
}
div.note1{
	padding-top: 10px;
	font-weight: normal;
	color: rgba(0,0,0,.75);
	font-size: 12px;
}
div.note2{
	padding: 10px 5px 5px 5px;
	color: rgba(0,146,238,1);
	font-size: 12px;
}

div.nolist{
	background: #ffffff;
	text-align: center;
	color: #666666;
	padding: 30px;
	border-top: solid 1px rgba(0,146,238,.3);
	border-bottom: solid 1px rgba(0,146,238,.3);
}