/* カテゴリ・グループのフリースペース内全体の指定 */
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;
}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list2 {
	clear: both;
	text-align: center;
	padding:5px 0px 30px;
	margin-top:15px;
	display:block;
  	}


.product_item2 {
/*	float: left;*/
	margin:0 auto 20px auto;
  border-bottom:solid 1px #CCC;
  padding: 0 0 10px 0;
      overflow: hidden;
	}

.product_item2 img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	width: 260px;
		}



.product_txt2 .name {
	line-height: 1.6;
    padding:2px 5px 4px 5px;
	margin:0 0 5px 0;
    font-size:120%;
    background:#ff7a21;
  text-align:left;
	}
.product_txt2 .name a{
    color:#fff;
    display:block;
}
.product_txt2 .name img{
	vertical-align:middle;
	}


.product_img {
  		float:left;
  		margin:0 30px 0 0;
}
.product_txt {
	margin: 10px 0 0 20px;
	text-align: left;

}

.page-tit {
    font-size: larger;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
    border-left: #CCCCCC solid 3px;
    border-bottom: #CCCCCC dotted 1px;
    font-size: 16px;
}

.selector {
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  width:100%;
  padding-bottom: 50px;
  text-align:center;
}
.selector_item {
  width:calc(50% - 25px);
}
.selector_item img {
  max-width: 100%;
  margin-bottom:5px;
}


.product_txt .price {
	margin:0;
	color: #333333;
	}

.product_txt .expl {
	color: #999;
	font-size:110%;
	line-height:1.6;
	text-align: left;
	margin:5px 0;
  display:block;
	}
.price_all2 {
    padding: 0px;
    margin: 0px;
}

.product_list2 a,
.product_list2 a:link,
.product_list2 a:visited {
	text-decoration:none;
	}

.product_list2 a:active,
.product_list2 a:hover {
	text-decoration:none;
	}
