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

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/

.productList {
	margin:0 0 0 55px;
}
.productList li {
	float:left;
	margin-right:4px;
	width:165px;
}
.productList p {
	padding-bottom:8px;
}
.productList img {
	border:1px solid #ccc;
	padding:1px;
}

.productList p a:link,.productList p a:visited {
   color: #000;
   text-decoration: none;
}

.productList p a:hover {
   color: #000;
   text-decoration: underline;
}

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