@charset "Shift_JIS";

/*■■■協力店のみ使用■■■*/
#map{
	width:600px;
	clear: both;
	float: left;
}
.shoplist{
	width:600px;
	clear: both;
	padding-bottom: 20px;
	float: left;
}
.shoplist_left{
	width: 294px;
	float: left;
}
.shoplist_right{
	width: 294px;
	float: right;
}

.shoplist ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shoplist li{
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 0.5em;
}

dl.shopinfolist{
	padding: 0px;
	float: left;
	width: 590px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

dl.shopinfolist dt{
	float: left;
	width: 130px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dl.shopinfolist dd{
	float: none;
	margin-left: 130px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.shop_data{
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: none;
	clear: both;
}

table.shop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.shop th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}
table.shop td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 5px;
	font-size: 100%;
}
.ph_shopRight{
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}
