@charset "utf-8";

/* リストmain-img */
.item-main {
    margin-bottom: 40px;
}
/******************************
商品一覧
******************************/
.list .title{
  margin-bottom: 8px;
}
.list-item-text{
  padding:5px 0 20px;
  min-height:100px;
}
.list-item-text .brandname{
  color: #6f6f6f;
  margin-bottom: 3px;
}
.list-item-text .item-ttl{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item-text .item-price{
  font-weight: bold;
}
/*アイコン*/
.icon .label-soldout{
  width: 40px;
  height: auto;
  line-height: 10px;
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*ソート*/
.sortby{
  color: #fff;
  margin: 0;
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
  background: url('/assets/images/icon/arrow_smp_up_w.png') no-repeat left 90px center #b5b9bc;
  background-size: 13px 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sortby.box-close{
  background: url('/assets/images/icon/arrow_smp_down_w.png') no-repeat left 90px center #b5b9bc;
  background-size: 13px 8px;
}
#sort{
  padding-top: 15px;
}
#sort table {
  width: 95%;
  margin: 0 auto 20px;
}
#sort select {
  width: 150px;
  height: 35px;
  margin-bottom: 0;
}
#sort table label {
  display:inline;
  margin-bottom:0;
  margin-right:8px;
}
#sort h3{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
#sort ul.type{
  margin: 0 auto 15px;
}
#sort ul.type > li{
  float: left;
  width: 32.66%;
  text-align: center;
  border: 1px solid #b5b9bc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-left: 1%;
}
#sort ul.type > li:first-child{
  margin-left: 0;
}
#sort .list-category ul.type > li > a{
  display: block;
  background: none;
  padding: 17px 10px;
  font-size: 14px;
}
#sort ul.type > li.active a{
  display: block;
  background: #b5b9bc;
  color: #fff;
}
#sort .list-category .side-caption{
  background: none;
  color: #000;
  padding: 0;
  font-weight: normal;
  border: none;
}
/*カラバリ*/
.product-color-set {
  display:none;
  position:absolute;
  top:-15px;
  left:auto;
  right:-45px;
  z-index:0;
  height:auto;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
      -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
          box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
  .product-color-tip {
    padding:0 5px;
    list-style: none;
    float:left;
    position:static;
    top:auto;
    left:auto;
  }
.product-color-set[class*='max-colset']{
  width:auto;
}
  .product-color-set[class*='max-colset'] ul{
    display:none;
  }
  .product-color-set[class*='max-colset'] ul.colset1{
    display:block;
  }

.product-color-tip > li{
  width:60px;
  padding-top: 5px;
}
.product-color-tip > li:first-child{
  padding-top: 0;
}
/*ページ*/
.pages {
  padding-top: 20px;
  margin: 20px 0;
  overflow: hidden;
  border-top: 1px solid #c2c4c6;
  clear: both;
}
.pagination ul > li > a, .pagination ul > li > span{
  border: none;
}
#wrapper .pagination ul > .active > a, .pagination ul > .active > span{
  background: #b5b9bc;
  color: #fff;
  border-radius: 0;
}
@media(max-width: 1200px){
#sort select {
  width: 135px;
  }
}

@media (max-width: 979px) {
  .list .title{
    margin: 0 ;
  }
  #sort select{
    width: 100%;
  }
}
@media(max-width: 767px){
  .sortby{
    margin: 0 -10px;
  }
  #sort table{
    width: 100%;
  }
  #sort table td{
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #sort table td:nth-child(2n+1){
    clear: both;
    padding-right: 1%;
  }
  #sort select{
    margin-bottom: 5px;
  }
  /*#sort ul.type > li {
    width: 95px;
  }*/
  .list .title{
    margin: 0 -10px;
  }
  .list .detailPagerArea{
    margin: 0 -10px;
    padding: 10px 10px 0;
  }
  .pages{
    margin: 10px -10px 30px;
    padding: 20px 10px 0;
  }
  .pages .itemNumber{
    font-size: 13px;
    font-weight: bold;
  }
  /*アイコン*/
 #body .icon > span > img{
    width: 32px;
    margin: 0 auto;
  }
  #body .icon .label-soldout{
    width: 40px;
    font-size: 8px;
    -webkit-transform: scale(0.8);
    padding: 10px 0;
  }
}
