
/* 取扱店一覧 */
#store {
	width: 765px;
	font-size: 12px;
	margin-left: 35px;
}

.area {
	background-color: #ddd;
	color: #555;
	font-size: 14px;
	padding: 5px 8px;
	margin: 0 0;
}

#store table {
	margin-top: 5px;
	margin-bottom: 15px;
}

#store th {
	color: #bc2b50;
	font-weight: normal;
}

.moushikomi {
	font-size: 14px;
	margin-top: 25px;
}