@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

.breadcrumb{
  border-bottom: none;
}
.box-title {
  padding : 0 0 10px;
}
.list_styling{
  margin: 0 auto;
}
/*.list_styling .display-switch {
  float: right;
  width: 16%;
  height: 20px;
  margin-bottom: 40px;
}
.list_styling .display-switch p {
  float: left;
  margin-right: 30px;
  font-size: 15px;
  font-family: Barlow-Medium;
}
.list_styling .display-switch li{
  float: left;
  text-align: center;
  font-size: 16px;
  font-family: Barlow-Medium;
}
.list_styling .display-switch li:nth-child(2){
  margin-right: 9px;
}
.list_styling .display-switch li:nth-child(2) a{
  margin-right: 5px;
}
.list_styling .display-switch li a{
  width: 17px;
  display: inline-block;
  color: #838383
}
.list_styling .display-switch li a:hover,
.list_styling .display-switch li a:focus,
.list_styling .display-switch li.on a{
  text-decoration: none;
  border-bottom: 2px solid #000;
  cursor: pointer;
  color: #000;
}
.list_styling .display-switch li span{
  display: inline-block;
}*/

.list_styling #item-list{
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}

.list_styling .tab-content[data-display="Column3"] li,
.list_styling .tab-content[data-display="Column3Column1"] li {
  width: calc( 33.3% - 7.5px );
  width: -webkit-calc( 33.3% - 7.5px );
  width:    -moz-calc( 33.3% - 7.5px );
  width:     -ms-calc( 33.3% - 7.5px );
  margin: 0 5px 10px;
}
.list_styling .tab-content[data-display="Column3"] li:nth-child(3n+1),
.list_styling .tab-content[data-display="Column3Column1"] li:nth-child(3n+1){
  clear: both;
  margin-left: 0;
}
.list_styling .tab-content[data-display="Column3"] li:nth-child(3n+3),
.list_styling .tab-content[data-display="Column3Column1"] li:nth-child(3n+3) {
  margin-right: 0;
}

.list_styling .tab-content[data-display="Column3"] li img,
.list_styling .tab-content[data-display="Column3Column1"] li img {
  width: 100%;
}

.list_styling ul.list_success li{
  float: left;
  margin-left: 0;
  margin-bottom: 0;
}
.list_styling ul.list_success li:first-child{
  margin-left: 0;
}

.list_styling .pagination ul{
  text-align: center;
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
.list_styling .pagination ul li{
  width: auto;
  float: none;
  display: inline-block;
}
.list_styling .pagination ul li.active a{
  background-color: #fff;
  color: #000;
}
.list_styling .pagination ul li a{
  border:none;
  border-radius: 0;
  font-size: 13px;
  font-family: 'lato', sans-serif;
}


/*ソートの設定*/
.list_styling .sort_by {
  width: 180px;
  height: 40px;
  line-height: 40px;
  float: none;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 11px;
  font-family: 'Tinos', serif;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 999;
  float: right;
  position: relative;
  margin: 30px 0;
}
.list_styling .sort_by > a{
  display: block;
  background: url('//ds-assets.s3.amazonaws.com/e-look.jp/assets_2016/common/icon/more.png');
  background-repeat: no-repeat;
  background-position: 78% center;
  line-height: 40px;
}
.list_styling .sort_by a img{
  padding-left: 12px;
}
.list_styling .sort_by ul > li{
  display: none;
  background-color: #ffffff;
}
.list_styling .sort_by ul > li.selected{
  display: block;
  line-height: 40px;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.list_styling .sort_by.open ul > li:first-child {
  border: 1px solid #cccccc;
}
.list_styling .sort_by.open ul > li.selected {
  border: none;
}
.list_styling .sort_by ul:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 40%;
  right: 10%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.list_styling .sort_by ul li a {
  display: block;
  text-align: center;
}
.list_styling .sort_by.open ul{
  z-index: 99999;
  background-color: #f5f5f5;
}
.list_styling .sort_by.open ul > li{
  display: block;
  font-weight: normal;
}
.list_styling .sort_by.open ul > li > a{
  line-height: 40px;
}
.list_styling .sort_by.open ul > li > a{
  display: block;
}
.list_styling .sort_by.open ul:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.list_styling .list_success {
  clear: both;
}


@media(max-width: 1200px){
  .list_styling{
    width: auto;
    margin: 0 0;
    text-align: center;
  }
  .list_styling h2 {
      margin-top: 18px;
      margin-bottom: 35px;
      font-size: 18px;
  }
  .list_styling .display-switch{
    width: 20%;
  }
}

@media(max-width: 979px){
  .list_styling .display-switch{
    width: 27%;
  }
  .list_styling h2.title {
    font-size: 25px;
    padding: 20px 0 0;
    margin-bottom: 30px;
    line-height: 25px;
  }
}
@media(max-width: 767px){
  .list_styling{
    margin: 30px 0 0;
  }
  .list_styling #item-list {
    border-top: none;
  }
  .list_styling ul.list_success {
      clear: both;
      border-top: 1px solid #ccc;
      padding: 55px 0 0;
  }
  .list_styling ul.list_success li{
    margin-bottom: 0%;
  }
  .list_styling .tab-content[data-display="Column3"] li,
  .list_styling .tab-content[data-display="Column3Column1"] li{
    width: 100%;
    margin: 0 0 5px;
  }
  .list_styling .tab-content[data-display="Column3"] li:nth-child(3n+1),
  .list_styling .tab-content[data-display="Column3Column1"] li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
  }
  .list_styling .sort_by{
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 15px 0;
    background-color: #f5f5f5;
    z-index: 0;
  }
  .list_styling .sort_by a{
    background-position: 85% center;
    font-size: 15px;
    background-color: #f5f5f5;
    text-decoration: none;
  }
  .list_styling .sort_by ul > li.selected {
    line-height: 50px;
    border: none;
  }
  .list_styling .sort_by ul > li.selected a {
    text-align: left;
    font-family: 'Open Sans', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: left;
    font-weight: bold;
    padding: 0 10px;
  }
  .list_styling .sort_by ul:after {
    border-color: #858585;
    width: 8px;
    height: 8px;
    top: 18px;
    right: 10px;
  }
  .list_styling .sort_by.open ul{
    position: relative;
  }
  .list_styling .sort_by.open ul:after{
    top: 18px;
  }
  .list_styling .sort_by.open ul > li > a {
    line-height: 50px;
    text-align: center;
  }
  .list_styling .pagination ul {
      text-align: right;
      margin: 20px 0 0;
      padding: 0 0 10px;
      border-bottom: 1px solid #ccc;
      border-top: none;
  }

  .list_styling .sort_by.open ul > li:first-child {
    border: none;
  }
}
