<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 *        	サイトマップ
 * ================================================= */
.block-content:last-of-type {
	margin-top: -60px;
}
.wsp-pages-list,
.wsp-product_cats-list,
.wsp-thegem_pf_items-list,
.wsp-delivery_records-list,
.wsp-posts-list,
.wsp-product_brands-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wsp-pages-list li,
.wsp-product_cats-list li,
.wsp-thegem_pf_items-list li,
.wsp-delivery_records-list li,
.wsp-product_brands-list li {
	width: 45%;
	margin-bottom: 5px;
}
.wsp-posts-list li li {
	width: 45%;
	margin-bottom: 5px;
}
.wsp-pages-list li a,
.wsp-product_cats-list li a,
.wsp-thegem_pf_items-list li a,
.wsp-delivery_records-list li a {
/*	color: #000;*/
}

@media (max-width:480px) {
	.wsp-pages-list li,
	.wsp-product_cats-list li,
	.wsp-thegem_pf_items-list li,
	.wsp-delivery_records-list li,
	.wsp-product_brands-list li {
		width: 100%;
	}
	.wsp-posts-list li li {
	width: 100%;
}

}
.wsp-pages-title,
.wsp-product_cats-title,
.wsp-thegem_pf_items-title,
.wsp-delivery_records-title,
.wsp-posts-title {
	margin-bottom: 20px !important;
}
.wsp-pages-title,
.wsp-product_cats-title,
.wsp-thegem_pf_items-title,
.wsp-posts-title {
	position: relative;
	visibility: hidden;
}
.wsp-pages-title::after,
.wsp-product_cats-title::after,
.wsp-thegem_pf_items-title::after,
.wsp-posts-title::after {
	position: absolute;
	left: 0;
	display: inline-block;
	visibility: visible;
}
.wsp-pages-title::after {
	content: "サイトマップ";
}
.wsp-product_cats-title::after {
	content: "カテゴリー一覧";
}
.wsp-thegem_pf_items-title::after {
	content: "ニュース一覧";
}
.wsp-posts-title::after {
	content: "Posts";
}</pre></body></html>