@charset "UTF-8";

div.main h2{
	margin:10px 0 15px 0;
	padding:5px 0 6px 5px;
	font-size:107%;
	font-weight:bold;
	color:#ffffff;
	background:#000066;
	border-bottom:2px solid #f7b551;
}

div.main table.shopList{
	margin-bottom:15px;
	border:1px solid #beccdc;
	border-collapse:collapse;
}
div.main table.shopList tr th{
	border:1px solid #beccdc;
	padding:4px;
	background:#e5f3fd;
	font-size:92%;
	font-weight:bold;
	color:#555555;
	text-align:center;
	vertical-align:top;
}
div.main table.shopList tbody.slTbody tr.odd{
	background:#ffffff;
}
div.main table.shopList tbody.slTbody tr.even{
	background:#fff8e4;
}
div.main table.shopList tr th.slName{
	width:30%;
}
div.main table.shopList tr th.slTime{
	width:45%;
}
div.main table.shopList tr th.slHoliday{
	width:10%;
}
div.main table.shopList tr th.slTel{
	width:15%;
}
div.main table.shopList tr td{
	padding:4px;
	border:1px solid #beccdc;
	font-size:92%;
	color:#333333;
}

div.main p.prevPage{
	padding-bottom:30px;
	float:left;
	font-size:92%;
}
div.main p.nextPage{
	padding-bottom:30px;
	float:right;
	font-size:92%;
}
