﻿@charset "UTF-8";

header {
  position: relative;
  height: 50px;
}

.pane-header .block-header {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 15px;
  background-color: #D76B47;
  z-index: 102;
}

h1 + div.wrapper .pane-header .block-header-menu {
  display: none;
  padding-top: 70px;
}

.pane-header .block-header-menu {
  display: none;
  padding-top: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 101;
}

#header-news p {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding: 7px 10px;
  letter-spacing: .1em;
}

main.pane-main {
  position: relative;
  top: 0;
  min-height: 400px;
}

.page-goods main.pane-main {
  padding-bottom: 0;
}

.pane-globalnav {
  background-color: #444;
  color: #fff;
}

.pane-order-header {
  height: 50px;
  border-bottom: 2px solid #666;
}
