.subCategoryList {
	display: grid;
	grid-template-columns: repeat(auto-fill, 256px);
	justify-content: center;
	gap: 16px;
}
.subCategoryList_item {
	height: 64px;
}
.subCategoryList_item a {
	background: #f0f0f0;
	text-decoration: none !important;
	padding: 0 16px;
	width: calc(100% - 16px * 2);
	height: 100%;
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.subCategoryList_item a:hover {
	color: #333;
	opacity: 0.7;
}
.subCategoryList_img {
	background: #fff;
	width: 48px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	place-content: center;
}
.subCategoryList_img img {
	width: 100%;
}
.subCategoryList_title {
	font-size: 20px;
	font-weight: bold;
}
/*table.goodsList {
	width: 100%;
	height: auto;
}
table.goodsList th {
	width: 100px;
	height: auto;
	padding: 10px 5px;
	border-bottom: 1px #000 solid;
}
table.goodsList td {
	width: auto;
	height: auto;
	padding: 10px 5px 5px 5px;
}
table.goodsList td.explanation {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px #000 solid;
}*/


/*.pager_item a {
	color: #333;
}*/
