﻿@charset "UTF-8";

.wrapper {
  background: #fff;
  text-align: left;
}

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

.pane-header {
  margin: 10px 0 0;
}

.pane-header .container {
  display: block;
  height: auto;
}

.optimaized-h1+.pane-header {
  margin-top: -5px;
}

.optimaized-h1.container {
  width: 1000px;
  line-height: 1.5;
}

.pane-footer {
  background: #fafafa;
  padding: 0 0 20px;
}

.pane-footer .container {
  width: 100%;
}

.pane-topic-path {
  padding-top: 20px;
}

.pane-topic-path~.pane-contents .pane-main {
  padding-top: 0;
}

.pane-order-header {
  border-bottom: 2px solid #666;
}

.pane-order-contents {
  min-width: 1000px;
}

.pane-landingpage-contents {}

.container {
  width: 1000px;
}

.pane-contents .container {
  margin: 0 auto;
}

.page-top .pane-contents .container {
  margin-top: -20px;
}

.pane-main {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

.pane-left-menu+.pane-main, .modal-body>.pane-main {
  width: 740px;
  margin: 0;
}

.pane-left-menu {
  width: 220px;
  margin: 0 40px 0 0;
  padding: 20px 0 50px;
}

.page-goods .pane-left-menu {
  display: block;
}

.pane-right-menu {
  width: 740px;
  margin: 0;
}

.block-goods-detail {
  grid-template-columns: 1fr 370px;
  /* IE11 */
  -ms-grid-columns: 1fr 370px;
}

.pane-goods-header {
  margin: 0;
}

.pane-goods-left-side {
  width: 370px;
  margin: 0;
}

.pane-goods-right-side {
  width: 370px;
  padding-left: 20px;
}

.js-cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #666;
  color: #fff;
  border-radius: 10px;
  top: -15px;
  z-index: 2;
  text-align: center;
  left: -1px;
}

.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;
}
