@charset "UTF-8";
.wrapper {
  background: #fff;
  display: grid;
}
.pane-globalnav {
  position: relative;
  background-color: #F7F7F7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pane-globalnav {
    background-color: #fff;
  }
}
.pane-footer {
  background: #666;
}
.pane-topic-path {
  background-color: #fff;
}
.pane-order-header {
  border-bottom: 2px solid #666;
}
.pane-order-contents {
  border: 1px solid #eee;
}
.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}
.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 900px;
  margin: 0 auto;
}
.pane-right-menu,
.pane-left-menu h2,
.block-filter--tree-1 > li:first-child {
  display: none;
}
