@charset "utf-8";

/******************************
商品一覧
******************************/
/* レイアウト */
.item-list .main_contents {
  width: 960px;
}
.item-list .side_contents {
  width: 200px;
  margin-bottom: 50px;
}
/*商品情報*/
.list-item-text{
  padding: 1px 0 10px;
  min-height: inherit;
  line-height:19px;
}
.list-item-text .icon{
  margin-bottom: 5px;
}
.list-item-text .icon > .label{
  margin-right: 4px;
}
.list-item-text .modelname,
.list-item-text .brandname{
  font-size:10px;
}
.list-item-text .item-ttl{
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:100%;
  overflow:hidden;
}
.list-item-text .item-ttl a{
  color:#000;
}
.list-item-text .item-price{
  font-size:11px;
}
#happy-natural .list-item-text{
  min-height: 82px;
  padding: 0;
}
/*ソート*/
.sort {
  padding: 30px 0 23px;
  margin: 0;
}
.sort table {
  margin: 0 auto;
}
.sort table td{
  padding-left:20px;
}
.sort table label {
  display:inline;
  margin-bottom:0;
  margin-right:8px;
  cursor:auto;
}
/*select置き換え*/
.selectArea{
  position:relative;
}
.selectArea .selectObj{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  filter:alpha(opacity=0);
}

.sort .selectArea{
  display:inline-block;
  color:#fff;
  width:120px;
  height:20px;
  line-height:20px;
  padding:0 10px;
  background:url("/assets/images/icon/arrow_down_white.png") no-repeat 92% 50% #013b8f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* ページャー */
.pages {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #cfd8dd;
}
.pages.pager-top{
  border-top:solid 1px #546e7a;
}
.pages.pager-bottom {
  border-top: 1px solid #cfd8dd;
  border-bottom: none;
}
.pagination ul{
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li > a, .pagination ul > li > span {
  background-color:transparent;
  border: none;
  color: #d3d3d3;
}
#page-body .pagination ul > li > a,
#page-body .pagination ul > li > span {
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: transparent;
  color: #000;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover{
background-color: #f0f0f0;
}
.pagination ul > li.pager_next > a,
.pagination ul > li.pager_prev > a {
  color: #000;
}
.pagination ul > li.pager_next > a:hover,
.pagination ul > li.pager_prev > a :hover{
  color:#000;
}
.pages .itemNumber {
  line-height: 28px;
}
/*アイコン*/
.label{
  font-size:10px;
  font-weight: bold;
  background-color:#fff;
  margin: 0 8px 0 0;
  padding: 2px 6px;
}
.label-gender{
  border: solid 1px #777;
  color: #777;
  margin-bottom: 2px;
}
.label-soldout{
  border: solid 1px #8899a2;
  background-color: #8899a2;
  color: #fff;
  margin-bottom: 2px;
}
.label-rearrival{
  border: solid 1px #4482c2;
  color: #4482c2;
  margin-bottom: 2px;
}
.label-sale{
  color:#ffffff;
  background-color: #f89830;
  border: solid 1px #f89830;
  /*border: solid 1px #f89830;
  color: #f89830;*/
  margin-bottom: 2px;
}
.label-new{
  border: solid 1px #e1514e;
  color: #e1514e;
  margin-bottom: 2px;
}
.label-reserv{
  border: solid 1px #000000;
  color: #000000;
  font-size:10px;
  font-weight: bold;
  background-color:#fff;
  margin: 0 8px 0 0;
  padding: 2px 6px;
  margin-bottom: 2px;
}
.label-tech{
  border: solid 1px #c2985d;
  color: #c2985d;
  margin-bottom: 2px;
}
.label-category{
  border: solid 1px #54b171;
  color: #54b171;
  margin-bottom: 2px;
}
.label-magazine{
  border: solid 1px #54b171;
  color: #54b171;
  margin-bottom: 2px;
}
.label-rearrival-mail{
  border: solid 1px #4482c2;
  color: #ffffff;
  background-color: #4482c2;
  margin-bottom: 2px;
}
.freeShipping {
    color: #fff;
    background: #0066CC;
}

@media (max-width: 1200px) {
  /*layout*/
  .item-list .main_contents {
    width:78%;
  }
  .item-list .side_contents {
    width:17%;
  }
}
@media (max-width: 980px) {
  .sort .selectArea{
    background-color: #f8f8f8;
    border: solid 1px #dcdcdc;
  }
  .list-item-text{
    padding: 0 ;
    min-height: inherit;
    line-height:18px;
    text-align: center;
  }

  #happy-natural .list-item-text{
   min-height: 68px;
  }
  .list-item-text .brandname,
  .list-item-text .modelname,
  .list-item-text .item-ttl,
  .list-item-text .item-price{
    -webkit-transform:scale(0.9);
  }
  .list-item-text .modelname,
  .list-item-text .item-ttl,
  .list-item-text .item-price{
    font-size:13px;
  }
  .list-item-text .brandname{
    font-size:10px;
  }
  .list-item-text .item-price{
    font-weight: bold !important;
  }
  .item-list .main_contents, .item-list .side_contents {
    width: auto;
    border-top: none;
  }
  .pages {
    border-bottom:none;
  }
  .pages.pager-bottom {
    border-top: none;
  }
  .pages.pager-bottom .itemNumber {
    display: none;
  }
  .pages.pager-bottom .pagination {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 235px;
  }
  .pages.pager-bottom .pagination ul {
    margin: 0 auto;
  }
  .sort .selectArea {
    position: relative;
    /*background: url("/assets/images/icon/arrow_down_white.png") no-repeat 92% 50% #dcdcdc;*/
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555555;
  }
    .sort .selectArea{
    position: relative;
    background-image: none;
    background-color:#f8f8f8;
    font-size: 11px;
    padding: 7px 6px;
  }
  .sort .selectArea div:after{
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    margin-top: -7px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .label-rearrival
  {
    display: none;
  }

  .list-item-text .icon > .label{
  margin-bottom: 4px;
}

}
@media (max-width: 767px) {
  .list .breadcrumb-wrap{
    margin-bottom: 10px;
  }
  .sort{
    padding: 0;
  }
  .sort table td {
    border: 0;
    padding: 0 1px !important;
    width: 33% !important;
  }
  .sort table label{
    display: inline-block;
    margin-bottom: 2px;
  }
  .sort .selectArea{
    display:block;
    width:auto;
    font-size: 10px;
  }
  .item-list ul.liquid-column2 > li {
    width: 49% !important;
    box-sizing: border-box;
  }
  /*.item-list .main_contents .listarea li .icon {
    display: none;
  }*/
  .pages {
    background-color:#f0f0f0;
    margin:10px -10px;
    padding:10px;
  }
  .pages.pager-top{
    border:none;
  }
    .view .btn.shop-search.deal img{
    width: 10px;
  }
  .view .btn.shop-search.retail{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .view .btn.shop-search.retail img{
    width: auto;
    height: 9px;
  }
  .list .list-item-text{
    min-height: 90px;
    margin-top:9px;
    margin-bottom:10px;
  }
  #related-items .list-item-text{
    min-height: inherit;
    padding-bottom: 10px;
  }
  #happy-natural .list-item-text{
    min-height: inherit;
  }
}
