<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 製品情報一覧 ▼ ------------------------------*/

h3.ouritemslist {
	font-size: 8px;
	background-image: url(../../image/product/prosubTitle00.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500px;
	display: block;
	width: 750px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}


div.item_category {
	width: 750px;
}

div.item_box {
	float:left;
	margin-bottom: 20px;
	width: 172px;
	margin-right: 15px;
	text-align: center;
	height: 170px;
}

div.item_box a:hover {
	background-position: 0 0;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	border-style: none;
}</pre></body></html>