.g-header {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  border-bottom: 1px solid #ccc;
  min-width: 1000px;
}

.g-header a {
  text-decoration: none;
}

.g-header_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  min-width: 1000px;
}

.g-html-ie8 .g-header_inner {
  max-width: 1240px;
  min-width: 960px;
}

.g-header_hd {
  box-sizing: border-box;
  float: left;
  width: 264px;
  height: 100px;
  font-weight: normal;
}

.g-header_hd span {
  margin: 10px 0 8px 35px;
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

.g-header_hd img {
  display: block;
  margin-left: 35px;
}

.g-header_hd a {
  color: #333;
  text-decoration: none;
}

.g-header_hd a:hover {
  text-decoration: none;
}

.g-header_menu {
  border-left: 1px solid #ccc;
  float: left;
}

.g-header_menuItem {
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}

.g-header_menuItem:hover {
  background-color: #d3e9ff;
}

.g-header_menuItem:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 84px;
  bottom: -5px;
  z-index: 12;
  background-color: #fff;
  -webkit-transform: scaleX(0.7) rotate(45deg);
      -ms-transform: scaleX(0.7) rotate(45deg);
          transform: scaleX(0.7) rotate(45deg);
  box-shadow: -3px -3px 2px -1px rgba(0, 0, 0, 0.2);
}

.g-html-ie8 .g-header_menuItem:hover:after {
  content: none;
}

.g-header_menuCell {
  box-sizing: border-box;
  padding-top: 15px;
  width: 164px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  direction:  ltr;
  overflow: hidden;
  background: url(/j3a/images/menu.png) no-repeat 0 0;
}

.g-header_menuItem-print .g-header_menuCell {
  background-position: 0 0;
}

 .g-header_menuItem-print .g-header_menuCell:hover {
  background-position: 0 -100px;
}

.g-header_menuItem-hanko .g-header_menuCell {
  background-position: -165px 0;
}

 .g-header_menuItem-hanko .g-header_menuCell:hover {
  background-position: -165px -100px;
}

.g-header_menuItem-naire .g-header_menuCell {
  background-position: -330px 0;
}

 .g-header_menuItem-naire .g-header_menuCell:hover {
  background-position: -330px -100px;
}

.g-header_submenu {
  padding: 20px 185px 20px 30px;
  min-height: 220px;
  /* for IE10 */
  height: 100%;
  /* /for IE10 */
  display: none;
  position: absolute;
  left: -2px;
  top: 99px;
  z-index: 12;
  background: #fff no-repeat 100% 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.g-html-ie8 .g-header_submenu {
  border: 1px solid #ccc;
}

.g-header_submenuItem {
  display: inline-block;
}

.g-header_submenuCell {
  padding: 5px 8px 3px 7px;
  display: block;
  color: #333;
}

.g-header_submenuCell:hover {
  background-color: #d3e9ff;
  color: #1c57b8;
  text-decoration: none;
}

.g-header_menuItem-print .g-header_submenu {
  width: 600px;
  background-image: url(/j3a/images/header_print.jpg);
}

.g-header_menuItem-print .g-header_submenuItem {
  width: 175px;
}

.g-header_menuItem-hanko .g-header_submenu {
  width: 460px;
  background-image: url(/j3a/images/header_hanko.jpg);
}

.g-header_menuItem-hanko .g-header_submenuItem {
  width: 225px;
}

.g-header_menuItem-naire .g-header_submenu {
  width: 385px;
  background-image: url(/j3a/images/header_naire.jpg);
}

.g-header_menuItem-naire .g-header_submenuItem {
  width: 170px;
}

/**
 * テキストの改行を防ぐためβ */
.g-header_submenuItem{
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-overflow: '.';
}
.g-header_user {
  float: right;
}

.g-header_userUpper {
  padding-top: 9px;
  font-size: 12px;
  line-height: 1.4;
  display: table;
  width: 100%;
}

.g-header_userUpper_el {
  display: table-cell;
  vertical-align: middle;
}

.g-header_userLower {
  margin-top: 6px;
  float: right;
}

.g-header_links {
  font-size: 10px;
  line-height: 1.5;
}

.g-header_links li {
  margin-left: 10px;
  display: inline-block;
}

.g-header_links li:first-child {
  margin-left: 0;
}

.g-header_links a {
  color: #333;
}

.g-header_links a:hover {
  text-decoration: underline;
}

.g-header_links i {
  margin-right: 3px;
  font-size: 14px;
}

.g-header_message {
  padding: 0 10px;
  font-weight: bold;
}

.g-header_message small {
  margin-right: 3px;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.5;
}

.g-header_buttons {
  white-space: nowrap;
  text-align: right;
}

.g-header_buttons p {
  display: inline-block;
}

.g-header_btn, .g-header_btn-invert {
  padding: 2px 7px;
  border-radius: 3px;
  font-weight: bold;
  display: block;
}

.g-header_btn {
  padding: 3px 8px;
  background-color: #1c57b8;
  color: #fff;
}

.g-header_btn:hover {
  background-color: #4e81d6;
  color: #fff;
  text-decoration: none;
}

.g-header_btn-invert {
  background-color: #fff;
  border: 1px solid #1c57b8;
  color: #1c57b8;
}

.g-header_btn-invert:hover {
  border-color: #4e81d6;
  color: #4e81d6;
  text-decoration: none;
}

.g-header_btnCell {
  margin-right: 8px;
  float: left;
}

.g-header_btnCell .g-btn {
  box-sizing: border-box;
  padding: 8px 7px 6px 7px;
  min-width: 98px;
  height: auto;
  line-height: 1.4;
}

.g-html-ie8 .g-header_btnCell .g-btn {
  min-width: 84px;
}

.g-header_btnCell .g-btn-def {
  padding-top: 7px;
  padding-bottom: 5px;
}

.g-header_data {
  float: left;
  display: table;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.4;
}

.g-header_dataCell {
  display: table-cell;
  vertical-align: middle;
}

.g-header_data table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.g-header_data th {
  padding: 4px 4px 4px 8px;
  text-align: left;
  font-weight: normal;
}

.g-header_data td {
  padding: 4px 8px 4px 0;
  text-align: right;
}

.g-header_data tr:first-child th, .g-header_data tr:first-child td {
  border-bottom: 1px solid #e6e6e6;
}

.g-header_cart {
  background-color: #f0f0f0;
}

 .g-header_cart:hover {
  background-color: #fafafa;
}

 .g-header_cart:hover a {
  color: #4e81d6;
  text-decoration: none;
}

.g-header_cart a {
  padding: 5px 12px;
  display: block;
  color: #1c57b8;
  font-weight: bold;
}

.g-header_cart i {
  margin: auto;
  display: table;
  font-size: 24px;
}

.g-header-plain .g-header_hd {
  width: 310px;
  height: 51px;
}

.g-header-plain .g-header_hd img {
  margin-top: 14px;
}

.g-header-plain .g-header_userUpper {
  padding-top: 14px;
}

.g-html-ie8.g-html-small .g-header_inner {
  width: 1000px;
}

.g-html-ie8.g-html-small .g-header_hd {
  width: 190px;
}

.g-html-ie8.g-html-small .g-header_menuCell {
  width: 104px;
}

.g-html-ie8.g-html-small .g-header_menuItem-print .g-header_menuCell {
  background-position: 0 -200px;
}

.g-html-ie8.g-html-small .g-header_menuItem-print .g-header_menuCell:hover {
  background-position: 0 -300px;
}

.g-html-ie8.g-html-small .g-header_menuItem-hanko .g-header_menuCell {
  background-position: -105px -200px;
}

.g-html-ie8.g-html-small .g-header_menuItem-hanko .g-header_menuCell:hover {
  background-position: -105px -300px;
}

.g-html-ie8.g-html-small .g-header_menuItem-naire .g-header_menuCell {
  background-position: -210px -200px;
}

.g-html-ie8.g-html-small .g-header_menuItem-naire .g-header_menuCell:hover {
  background-position: -210px -300px;
}

@media only screen and (max-width: 1279px) {
  .g-header_inner {
    width: 1000px;
  }
  .g-header_hd {
    width: 190px;
  }
  .g-header_menuCell {
    width: 104px;
  }
  .g-header_menuItem-print .g-header_menuCell {
    background-position: 0 -200px;
  }
   .g-header_menuItem-print .g-header_menuCell:hover {
    background-position: 0 -300px;
  }
  .g-header_menuItem-hanko .g-header_menuCell {
    background-position: -105px -200px;
  }
   .g-header_menuItem-hanko .g-header_menuCell:hover {
    background-position: -105px -300px;
  }
  .g-header_menuItem-naire .g-header_menuCell {
    background-position: -210px -200px;
  }
   .g-header_menuItem-naire .g-header_menuCell:hover {
    background-position: -210px -300px;
  }
}

.g-footer {
  margin-top: 100px;
  padding-top: 40px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: relative;
  min-width: 1000px;
}

.g-html-ie8 .g-footer {
  min-width: 960px;
}

.g-html-hasSticky .g-footer {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
}

.g-footer a {
  color: #333;
  text-decoration: none;
}

 .g-footer a:hover {
  text-decoration: underline;
}

.g-footer_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  min-width: 1000px;
}

.g-html-ie8 .g-footer_inner {
  max-width: 1240px;
  min-width: 960px;
}

.g-footer_fnav {
  overflow: hidden;
}

.g-footer_fnavItem {
  margin-left: 30px;
  float: left;
  width: 210px;
}

.g-footer_fnavItem:first-child {
  margin-left: 0;
}

.g-footer_fnavItem-last {
  width: auto;
}

.g-footer_fnavItem li {
  margin-bottom: 2px;
}

.g-footer_fnavHd {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  display: block;
}

.g-footer_fnavAnnotation {
  margin-top: 15px;
}

.g-footer_links {
  margin-top: 15px;
  overflow: hidden;
}

.g-footer_links li {
  margin-left: 20px;
  float: left;
}

.g-footer_links li:first-child {
  margin-left: 0;
}

.g-footer_banners {
  margin-top: 15px;
  overflow: hidden;
}

.g-footer_banners li {
  margin-left: 10px;
  float: left;
}

.g-footer_banners li:first-child {
  margin-left: 0;
}

.g-footer_bottom {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #1c57b8;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}

.g-footer-simple {
  padding-top: 15px;
}

.g-footer-simple .g-footer_links {
  margin-top: 0;
}

.g-footer-simple .g-footer_bottom {
  margin-top: 15px;
}

.g-html-ie8.g-html-small .g-footer_inner {
  width: 1000px;
}

.g-html-ie8.g-html-small .g-footer_fnavItem {
  width: 220px;
}

.g-html-ie8.g-html-small .g-footer_fnavItem-last {
  width: 210px;
}

@media only screen and (max-width: 1279px) {
  .g-footer_inner {
    width: 1000px;
  }
  .g-footer_fnavItem {
    width: 220px;
  }
  .g-footer_fnavItem-last {
    width: 210px;
  }
}

.g-back2top {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  box-sizing: border-box;
  position: absolute;
  top: -50px;
  width: 100%;
}

.g-html-hasSticky .g-back2top {
  top: -165px;
}

.g-html-stickyBack2top .g-back2top {
  position: fixed;
  top: auto;
  bottom: 10px;
  z-index: 10;
}

.g-html-stickyShopping.g-html-stickyBack2top .g-back2top {
  bottom: 125px;
}

.g-back2top_inner {
  height: 0;
}

.g-back2top a {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 38px;
  display: block;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #333;
}

.no-touchevents .g-back2top a:hover {
  border-color: #1c57b8;
  background-color: #1c57b8;
}

.no-touchevents .g-back2top a:hover i {
  color: #fff;
}

.g-html-stickyBack2top .g-back2top a {
  margin-top: -40px;
}

.g-back2top i {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
}

body > header * {
    box-sizing: inherit;
}

.sys-header {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  border-bottom: 1px solid #ccc;
}

.sys-header a {
  text-decoration: none;
}

.sys-header_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.g-html-ie8 .sys-header_inner {
}

.sys-footer {
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: relative;
}

.g-html-ie8 .sys-footer {
}

.g-html-hasSticky .sys-footer {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
}

.sys-footer a {
  color: #333;
  text-decoration: none;
}

 .sys-footer a:hover {
  text-decoration: underline;
}

.sys-footer_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.g-html-ie8 .sys-footer_inner {
}

.sys-footer-simple {
}
