@charset "utf-8";


/* -------------------------------------
 ショップ地域
------------------------------------- */
div#contents table.shopplace th {
	border: #FFFFFF 1px solid;
	background-color: #1A1A1A;
	color: #FFFFFF;
	text-align: left;
}
div#contents table.shopplace th.head {
	background-image: url(../../cardlist/img/bo_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D0DBFF;
	color: #000000;
	text-align: center;
}
div#contents table.shopplace td {
	border: #FFFFFF 1px solid;
	background-color: #000000;
	text-align: center;
}

/* -------------------------------------
 ショップリスト
------------------------------------- */
p.line {
	border-bottom: #404040 1px solid;
	padding-bottom: 20px;
}

div#contents table.shoplist {
	margin-bottom: 20px;
	border: 1px solid;
}
div#contents table.shoplist th {
	border: #FFFFFF 1px solid;
	background-color: #1A1A1A;
	color: #FFFFFF;
	text-align: center;
}
div#contents table.shoplist th.head {
	background-image: url(../../cardlist/img/bo_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D0DBFF;
	color: #000000;
	text-align: left;
}

div#contents table.shoplist td {
	border: #FFFFFF 1px solid;
	background-color: #000000;
}

div#contents table.shoplist strong {
	color: #FFFFFF;
	text-decoration: none;
}

span.serviceTitle {
	display: block;
	color: #FFFFA0;
	font-size: 10px!important;
	padding: 4px 6px 0;
}




