@charset "UTF-8";

.shop-list {
	margin-bottom: 60px;
}
.shop-list h3 {
	font-size: 2.3rem;
	border-bottom: #963232 1px solid;
	margin-top: -0.5rem;
}
.shop-list table {
	font-size: 1.6rem;
}
.shop-list table th ,
.shop-list table td {
	text-align: left;
	padding: 0 1rem 1rem 0;
}
.shop-list table th {
	white-space: nowrap;
}