/* カテゴリ・グループのフリースペース内の余白設定 */
.cg_freespace_01 {
	padding:10px 6px 0 6px;
	margin:0 0 20px 0;
    max-height: 180px;
 	overflow: auto;
}
.cg_freespace_02 {
	padding:10px 6px 0 6px;
	margin:0 0 20px 0;
    max-height: 150px;
 	overflow: auto;
}
/* カテゴリ・グループのフリースペース内の<h2>タグの設定 */
.cg_freespace_01 h2,
.cg_freespace_02 h2 {
	margin:0 0 10px 0;
	padding:0px 0px 0 5px;
  	border-left: solid 5px #000099;
    color:#000099;
}
/* カテゴリ・グループのフリースペース内の<p>タグの設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
  	line-height: 1.7;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  padding:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<li>タグの設定 */
.cg_freespace_01 ul li,
.cg_freespace_02 ul li{
	line-height: 3;
}
/* カテゴリ・グループのフリースペース内の<img>タグのフロート設定 */
.cg_freespace_01 img,
.cg_freespace_02 img {
	float : left;
	margin:0 10px 0 0;
 	max-width: 100%;
}
/* サブカテゴリのリストのイメージ画像 */
.link_list .sub_kate_img {
  float : left;
  padding:0 5px 5px 0;
  width:80px;
  height:auto;
}

/* お気に入りボタン一覧ページ用CSS */

.product-list__fav-items {
  margin-top: 10px;
  width: 80px;
  margin-left: 10px; 
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  font-size: 110%;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
