@charset "utf-8";
/* **********************************************************
	header
********************************************************** */
header {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Ryumin Medium KL;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 9px 10px;
  width: 100%;
  z-index: 10000;
}
header .header__column {
  display: table;
  width: 100%;
}
header h1 {
  display: table-cell;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 115px;
}
header h1 img {
  width: 100%;
  height: auto;
}
header ul {
  display: table;
}
header li {
  display: table-cell;
  padding-right: 20px;
}
header li:last-child {
  padding-right: 0;
}
header nav {
  display: table-cell;
  vertical-align: middle;
  padding-left: 45px;
}
header nav a {
  line-height: 27px;
  position: relative;
  padding: 0 5px;
}
header nav a:hover:after {
  border-top: 2px solid #008dc2;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
}
header nav a.active:after {
  border-top: 2px solid #008dc2;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
}
header nav a.active {
  color: #008dc2;
}
header nav a:hover {
  color: #008dc2;
  text-decoration: none;
}
header nav a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
header .header__system {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header .header__system ul {
  display: inline-block;
}
header .header__system li {
  display: inline-block;
}
header .header__system li a {
  display: block;
  line-height: 27px;
}
header .header__system li a.cart {
  background: url(../images/common/icon_header_cart.png) left bottom no-repeat;
  padding-left: 30px;
}
header .header__system li a:hover {
  color: #008dc2;
  text-decoration: none;
}
header .header__subnavi {
  background-color: #002139;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
}
#header__snsList {
  padding-left: 40px;
}
#header__snsList .header__snsList__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  vertical-align: bottom;
  background-image: url("/server/images/icon-sns-20.png");
  background-repeat: no-repeat;
}
#header__snsList .header__snsList__icon.header__snsList__icon-line {
  background-position: 0px -40px;
}
#header__snsList .header__snsList__icon.header__snsList__icon-facebook {
  background-position: 0px 0px;
}
#header__snsList .header__snsList__icon.header__snsList__icon-instagram {
  background-position: 0px -20px;
}
#header__snsList .header__snsList__icon.header__snsList__icon-twitter {
  background-position: 0px -60px;
}
