@charset "UTF-8";
.row.shopList>* {
	padding-right: 33px;
	padding-left: 32px;
}

.shopList .names {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.shopList .names .no {
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	background-color: #831e48;
	text-align: center;
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 30px;
}
.shopList .names small {
	font-size: 12px;
	font-weight: 300;
}
.shopList .images {
	margin-bottom: 5px;

}
.shopList  .images .thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100px;
}
.shopList  .images .thumb.logo {
	background-size: auto;
	border: 1px solid #d0d0d0;
}
.shopList .url {
	font-size: 11px;
	margin-bottom: 20px;
}
