@charset "utf-8";
/* CSS Document */

@import url("sub.css");

body#shop-list-body {
	background-color: #593016;
}
#shop-wrap {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}
ul.shop-list {
	padding: 10px 20px 10px 10px;
}
ul.shop-list li {
	list-style: disc;
	margin-left: 20px;
}
#bt-blose {
	width: 40px;
	height: 16px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.shop-table {
	width: 575px;
	margin-top: 20px;
}
.shop-table td {
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
	color: #593016;
	border-bottom: 1px dashed #593016;
}
.shop-table td.shop-name {
	padding-right: 30px;	
}
.shop-table td.shop-address {
	padding-right: 30px;	
}
.shop-table td.shop-open {
	
}



