/**
 *  common
 */

a.anchor{
  display: block;
  position: relative;
  top: -100px;
}

.ec-layoutRole__contents{
  padding-top: 120px;
}
#page_product_list .ec-layoutRole__contents{
  padding-top: 0px;
}


/* cart */
.ec-cartNaviNull .ec-cartNaviNull__message{
  background-color: #2a3451;
}
.ec-cartNavi__label{
  line-height: 1;
  margin-left: 5px;
}
.ec-cartNaviIsset{
  color: #2a3451;
}

@media only screen and (max-width: 768px){
  .ec-cartNaviIsset{
    top:100px;
  }
  .ec-cartNaviNull{
    top:100px;
  }
  .ec-cartNavi__icon{
    color: #ffffff;
  }
  .l-SiteHeader__shop{
    margin-right: 10px;
  }
}


/* footer */
.ec-layoutRole__footer{
  margin-top: 100px;
}
#page_product_list .ec-layoutRole__footer{
  margin-top: 0px;
}


/**
 *  /cart
 */

.ec-alert-warning{
  background: #2a3451;
}

.cart_page .ec-blockBtn--cancel{
  color: #ffffff;
}
.cart_page .ec-blockBtn--action{
  color: #ffffff;
}

/**
 *  /shopping
 */


#page_shopping h2{
  margin-bottom: 15px;
  margin-top: 15px;
}

#page_shopping .ec-orderAccount h2{
  margin-top: 0;
}

#page_shopping_confirm h2{
  margin-bottom: 15px;
  margin-top: 15px;
}

#page_shopping_confirm .ec-orderAccount h2{
  margin-top: 0;
}

/**
 *  /products/list
 */

.home-Lineup__text ._label+input{
  display: inline-block;
}

#page_product_list .SlideItem__image img{
  height: 160px;
  width: auto;
}