/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0;
	margin:20px 0 20px 0;
}
.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;
}


/* サブカテゴリ　ボタン化 */
.sub-category-list {
    margin-bottom:10px;
}
.sub-list {
    width:23.5%;
    float:left;
    border:solid 1px #ffd500;
    margin:0 0.6% 5px;
    text-align:center;
    padding:5px 0;
    border-radius:10px;
}
.sub-list:hover{background:#ffd500;}
.sub-list a:hover{text-decoration:none;}

/* 商品並びブロック */
.sellingline-wrap{margin-bottom:50px;}
.selling-bloc{width:48%;}
.selling-bloc:nth-child(odd){float:left;}
.selling-bloc:nth-child(even){float:right; text-align:left;}
.selling-bloc a{font-weight:bold; color:#588712;}

.sb-left {
    float:left;
    width:46%;
    margin-right:10px;
	height:130px;
    overflow:hidden;
}
}
.sb-right h3 a{color:#588712; font-size:17px;}
.price-list-soldout{color: #ff0000;font-weight: bold;}