.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_01 hr {
  border-top: none;
  border-bottom: none;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
  font-weight: bold;
}
.productlist_sort a {
  padding: 0 5px;
  font-weight: normal;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

.productlist_noitem {
    text-align: center;
  }
.productlist_noitem_link{
  	color:#333;
    margin-top:20px;
  	font-size:14px;
    line-height:1.5em;
 	font-weight:normal;
 	text-decoration:underline;
    vertical-align:middle;
    text-align:center;
    display:block;
    padding: 0 10px 20px;
    margin: 0 0 10px;
 }
.productlist_noitem_link:hover{
    vertical-align:middle;
 	text-decoration:underline;
 }

@media (max-width: 768px) {
  .cg_freespace_01 {
    padding: 0 10px;
  }
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}

/*
a.sold_item {
	background-color:#000; 
	display:block; 
        position:relative;
}
*/
a.sold_item .item-img-wrap{
  background-color:#000; /*背景に黒を設定*/
	display:block; /*ブロック化重要！*/
        position:relative;
}

a.sold_item img {
	opacity:0.5;
}

.sold_comment {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index:1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
}

.multilingual{
font-size:0.7em;}

.footer_notice_list_dt span{
display:block;
font-size:0.7em;
font-weight:normal;
letter-spacing: 0.1em;}

.p-cat__heading-texts img{max-width:50% !important;}


@media screen and (max-width: 960px){
    .l-block{
        padding-left:0px;
        padding-right:0px;
      padding-top:10px;
    }
    .contents_category {
        padding: 0 5px;
    }
}
