div#hikashop_cart_module {
    background: #faffbd;
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /*border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    padding-left: 10px;
  	width:100%;
}


div#hikashop_cart {
    margin-top: 5px;
}

div#form-login-remember {
    display: none;
}

@media(min-width:767px){
  .sp-module.special {
    width: 100%;
}
}

@media(max-width:767px){
  img#hikashop_main_image {
    max-width: 350px;
  }
  .sbox-content-image img {
    max-height: 350px;
    height: auto;
}

  div#sbox-window {
      max-height: 350px;
  }
}

.sp-megamenu-parent >li a img {
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
}