@charset "UTF-8";
/* CSS Document */

/***** トップページ調整用 *****/
#sub-column {
    display: none;
}
#main-column {
    width: 100%;
    float: none;
    margin: 0 auto;
    background: #EEE;
}
#contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.header_area{
    margin: 0;
}
.newItem .column-set, #itemList .column-set, .pickup .column-set, .ranking .column-set, .recommend .column-set{
    width: 1200px;
    margin: 0 auto;
}
#cart-footer, footer{
    border: none;
}
header #search-wrap.panelactive {
    box-shadow: unset;
}
section.recentlyViewed {
    border: none;
}

header {
    border-bottom: none;
}

.shipping-schedule-box {
    border: none;
}

.shipping-schedule-box {
    background: #FFF;
    box-shadow: 0px 0px 3px 1px #dfdfdf;
}

#header-schedule {
    margin: 20px auto;
}

#header-common {
    background: #eeeeee;
}

header, #cart-header {
    /* border-bottom: solid 1px #DDD; */
}

p.price span.selling_price, p.price span.taxin{
    color: #999999;
}

 @media screen and (max-width: 768px) {
  #contents{
    padding: 0;
}
  #sub-column {
      display: block;
  }
  .newItem .column-set, #itemList .column-set, .pickup .column-set, .ranking .column-set, .recommend .column-set{
   width: 100%;
   padding: 0;
  }
  #main-column{
    padding: 0;
}

header, #cart-header {
    border: none;
}

#header-schedule {
    margin: 20px auto 15px;
}
     
}

