<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.wrapper {
  background: #fff;
}

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

.pane-right-menu{
  margin: 30px auto;
}

.pane-footer {
  background: #eee;
}

.pane-topic-path {
  background-color: #f5f5f5;
}

.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;
}

</pre></body></html>