<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/* 店舗情報 CSS　ここから↓↓↓↓↓↓↓↓↓↓ */

#ShopList {
	font-size: 12px;
	width: 625px;
	margin-right: auto;
	margin-bottom: 50px;
	color: #FFF;
}
#ShopList .ShopArea {
	font-size: 12px;
	margin-bottom: 10px;
}
#ShopList .ShopArea tr td {
	text-align: center;
	width: 12.5%;
}
#ShopList .ShopArea tr td a {
	background-color: #900;
	display: block;
	line-height: 16px;
	padding: 5px;
	font-size: 11px;
}
#ShopList .ShopArea tr td a:hover {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}
#ShopList .Tenpojoho {
	height: 30px;
	width: 625px;
	/* [disabled]background-image: url(http://up-tight.com/themes/img/shoplist.jpg); */
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}

#ShopList .ShopAreaTitle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 96px;
	margin-right: auto;
	background-color: #FC0;
	color: #000;
	border-right-width: 3px;
	border-right-style: solid;
	text-align: center;
}
#ShopList .ShopData {
	line-height: 20px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#ShopList .ShopData tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#ShopList .ShopData tr th {
	background-color: #CC0;
	margin-right: 3px;
	text-align: left;
	text-indent: 5px;
	line-height: 26px;
	margin-bottom: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 12px;
}
#ShopList .ShopData tr td {
	text-indent: 7px;
	color: #FFF;
	font-size: 12px;
}

/* 店舗情報 CSS　ここまで↑↑↑↑↑↑↑↑↑↑ */
</pre></body></html>