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

#product-list h3{
 font-size:13px;
 font-weight:normal;
 margin-bottom:5px;
 padding-left:10px;
 background-color:#eee;
 clear:left;
}

#product-list hr{
 margin-top:5px;
}
#product-list-dpn span{
 color:#2b8f8f;
}
#product-list ul{
 list-style-type:none;
 margin:15px 0;
 overflow:hidden;
}
#product-list li{
 float:left;
 padding:0 15px;
 line-height:12px;
 border-right:1px solid #000;
}
#product-list li.scate-last{
 border:0;
}
#product-list li a.current{
 color:#2b8f8f;
}
#pager{
 overflow:hidden;
}
#pager .current, #pager a{
 float:left;
 display:block;
 background-color:#eee;
 margin-right:5px;
 text-align:center;
 width:20px;
 line-height:20px;
}
#pager .current{
 color:#2b8f8f;
}