<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sub category &amp; sub group */

.grp_lst {
	position: relative;
	clear: both;
	margin-left: -2.127%;
	padding-top: 2em;
}

.grp_lst_unit {
	float: left;
	margin-bottom: 15px;
	margin-left: 2.083%;
	width: 17.916%;
	word-break: break-all;
}

.grp_lst_unit a {
	display: block;
	padding: .5em;
	background-color: #f1f1f1;
	color: #000;
	text-decoration: none;
}

.grp_lst_unit a:hover {
	text-decoration: underline;
}

.grp_lst_img {
	display: block;
	margin: 0 auto .5em;
	max-width: 100%;
	height: inherit;
}

.cate_img {
	padding: 8px 10px 15px !important;
	margin-bottom: 1rem;
}

.cate_img img {
	width: 100%;
	height: auto;
}

.cate_head {
	padding: 0 0;
	margin-bottom: 2px;
}

.cate_head .idx {
	line-height: 30px;
	margin-bottom: 0px;
}

.cate_head .idx span {
	display: inline-block;
	line-height: 15px;
	padding: 0 10px;
	font-size: 12px;
}

.cate_head .category_desc_2 {
	padding: 0 0 5px;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.cate_head .sort_btn {
	line-height: 20px;
	padding-right: 2px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 12px;
}

.cate_head .sort_btn span {
	color: #666;
}

.prod_list li {
	margin-bottom: 1rem;
}

.prod_list li .prd_lst_link {
	display: block;
	margin-bottom: 7px;
}

.prod_list li .prod_list_name {
	display: block;
	padding: 0 3px;
}

.prod_list li .prod_list_name h3 {
	line-height: 16px;
	margin: 0 0 2px;
	font-size: 13px;
}

.prod_list li .prod_list_name h3 span {
	display: block;
}

.prod_list li .prod_list_name &gt; p {
	color: #aaa;
}

.sublist {
	display: flex;
	flex-wrap: wrap;
}

.sublist li {
	line-height: 20px;
	margin: 0 7px 7px 0;
}

.sublist li a {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	background: #d0d0d0;
	color: #fff !important;
	transition: all .4s ease;
}

.sublist li a:hover {
	background: #999;
}

.paging {
	display: flex;
	justify-content: center;
}

.paging li span {
	display: block;
	width: 50px;
	line-height: 20px;
	color: #ddd;
}

.paging li a {
	display: block;
	width: 50px;
	line-height: 20px;
	position: relative;
}

.paging li a::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #999;
	position: absolute;
	top: calc( 50% - 5px);
	transition: all .4s ease;
}

.paging li a:hover::before {
	border-color: #333;
}

.paging li.prev a,
.paging li.prev span {
	text-align: right;
}

.paging li.prev a::before,
.paging li.prev span::before {
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg);
	left: 0;
}

.paging li.next a,
.paging li.next span {
	text-align: left;
}

.paging li.next a::before,
.paging li.next span::before {
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	right: 0;
}

.paging li.prd_lst_pos {
	width: 90px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}

@media (max-width: 991px) and (min-width: 576px) {

.cate_head {
	padding-top: 10px;
}

}

@media (max-width: 575px) {

.cate_img {
	padding: 0 !important;
}

.cate_head {
	padding-top: 10px;
}

.prod_list li:nth-child(odd) {
	padding-right: 7px !important;
}

.prod_list li:nth-child(even) {
	padding-left: 7px !important;
}

}

</pre></body></html>