@charset "utf-8";
/* 販売店リスト */



.ShopList {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ShopList .Record {
	width: 430px;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}

.ShopList .Record > .ShopName {
	width: calc(100%-42px);
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline-block;
}

.ShopList .Record > .Website {
	width: 42px;
	height: 15px;
	float: right;
	display: inline-block;
}

.ShopList .Record > .Address {
	width: 100%;
	clear: both;
	display: block;
	border-top: 2px dotted #00CCFF;
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
}

.ShopList .Record > .NameTitle {
	width: 100%;
	height: 20px;
	margin: 4px 0px 0px 0px;
	background: #FFF;
}

.ShopList .Record .NameTitle > span {
	width: 55px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	padding: 2px 2px;
	border: 1px solid #A0AEC2;
}

.ShopList .Record > .NameList {
	width: 100%;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	flex-flow: row wrap;
	margin: 4px 0px 2px 0px;
}

.ShopList .Record > .NameList > .Person {
	display: block;
	margin: 0px 14px 0px 0px;
}

