/* カテゴリ・グループのフリースペース内全体の指定 */
div.cg_freespace_01,
div.cg_freespace_02 {
	color:#666666;
	margin:10px 5px 10px 5px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
div.cg_freespace_01 p,
div.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
div.cg_freespace_01 ul,
div.cg_freespace_02 ul {
	margin:0 0 10px 0;
}

/* 製品一覧 */
#productlist .product_list {
	width: 165px;
	margin: 0 8px 30px 8px;
}
#productlist .product_list .photo {
	padding: 5px;
	overflow: hidden;
}
#productlist .product_list .photo a {
	width: 153px;
	height: 155px;
	display: inline-block
	vertical-align: middle;
}
#productlist .product_list .photo img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
