<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------
	カテゴリーページ
------------------------------------------*/


#shopCategory .mainImg {
	padding-bottom: 30px;
}

#shopCategory .categoryWrap {
	padding-bottom: 30px;
	width: 724px;
	padding-right: -90px;
}

#shopCategory .categoryWrap .categoryProduct {
	float: left;
	width: 270px;
	text-align: center;
	margin-right: 90px;
	margin-top: 50px;
vertical-align:bottom;
}

#shopCategory .categoryWrap a {
	display: block;
}

#shopCategory .categoryWrap .txt01 {
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
	margin-top: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
}

#shopCategory .categoryWrap .txt02 {
	font-size: 13px;
	line-height: 1.6em;
	color: #be9b47;
	font-weight: normal;
	text-align: center;
}

#shopCategory .categoryWrap .txt01 a,
#shopCategory .categoryWrap .txt02 a,
#shopCategory .categoryWrap .txt01 a span,
#shopCategory .categoryWrap .txt02 a span {
	line-height: 1.7em !important;
}

#shopCategory .categoryWrap img {
}

#shopCategory .categoryWrap .imgWrap {
	display: block;
}

#shopCategory .categoryWrap tr .tableTd01 {
	vertical-align: bottom;
	text-align: center;
	height: 280px;
}

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