/*--------------------------------------------
		layout
---------------------------------------------*/
.wrap {
  width: 100%;
  min-width: 1000px;
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
}

.link-btn {
  width: 62px;
  position: fixed;
  cursor: pointer;
}

.link-btn:hover {
  opacity: 0.7;
}

.link-btn--corp {
  top: 402px;
  right: 0;
  z-index: 800;
}

.link-btn--recruit {
  top: 557px;
  right: 0;
  z-index: 800;
}

.btn-wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.sp-content-cover {
  display: none;
}

/*-------------- header ----------------*/
.header {
  background: url("/common/img/bg_navy.gif") repeat;
  min-width: 1000px;
}

.header-box {
  background: url("/common/img/bg_header_shadow.png") repeat-x left bottom;
}

.header__inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 59px;
  overflow: hidden;
  position: relative;
}

.header__inner > nav {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.header__logo {
  display: inline-block;
  padding: 11px 0;
}

.header__link {
  max-width: 681px;
  font-size: 80%;
  float: right;
  margin-top: 30px;
  overflow: hidden;
}

.header__link > li {
  float: left;
  background: url("/common/img/icon_link_arrow.png") no-repeat left center;
  margin-left: 40px;
  padding-left: 20px;
}

.header__link > li > a {
  color: #fff;
}

.header__link > li > a:hover {
  text-decoration: underline;
}

.gnav {
  line-height: 0;
}

.gnav__main {
  clear: both;
  float: left;
  width: 724px;
  overflow: hidden;
}

.gnav__main > li {
  float: left;
  margin-right: 4px;
}

.gnav__main > li > a:hover > img {
  opacity: 0;
}

.gnav__home {
  background: url("/common/img/btn_header_home_02.png") no-repeat;
}

.gnav__shop {
  background: url("/common/img/btn_header_shops_02.png") no-repeat;
}

.gnav__leaflet {
  background: url("/common/img/btn_header_leaflet_b.png") no-repeat;
}

.gnav__feature {
  background: url("/common/img/bg_header_rect.png") no-repeat;
  float: right;
  width: 275px;
  margin-top: 1px;
  padding: 12px 5px 10px 10px;
  overflow: hidden;
}

.gnav__feature > li {
  float: left;
  margin-right: 5px;
  line-height: 0;
}

.gnav__feature > li > a:hover > img {
  opacity: 0;
}

.gnav__topics {
  background: url("/common/img/btn_header_topics_02.png") no-repeat;
}

.gnav__line {
  background: url("/common/img/btn_header_line_on.png") no-repeat;
}

.company-gnav {
  background: #fff;
  border-bottom: 5px solid #1d50a2;
  line-height: 0;
}

.company-gnav__inner {
  width: 999px;
  background: #1d50a2;
  margin: 0 auto;
  overflow: hidden;
}

.company-gnav__inner > li {
  float: left;
}

.company-gnav__inner > li a {
  display: block;
}

.company-gnav__inner > li a:hover {
  opacity: 0.8;
}

/*-------------- side ----------------*/
.side {
  float: right;
  width: 230px;
  margin-bottom: 100px;
}

.side__box {
  background: #fff;
  border: 1px solid #1d50a2;
  border-radius: 5px 5px 0 0;
  font-size: 140%;
  margin-bottom: 20px;
}

.side__box--btn {
  border: none;
  line-height: 0;
}

.side__box--btn:hover {
  opacity: 0.8;
}

.side__box--search {
  display: block;
}

.side__ttl {
  background: #1d50a2;
  border-bottom: 4px solid #f4a02c;
  border-radius: 4px 4px 0 0;
  height: 51px;
  margin-bottom: 10px;
  padding: 13px 0 0 10px;
  position: relative;
}

.side__ttl > img {
  vertical-align: top;
}

.side__content {
  padding: 0 9px 14px;
}

.side__content img:hover {
  opacity: 0.8;
}

.side__search {
  letter-spacing: -0.02em;
}

.side__search--border {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.side__myshop {
  border-top: 1px dotted #bbb;
  margin: 0 auto;
  padding: 15px 0 10px;
  width: 210px;
}

.side__myshop:first-of-type {
  border-top: none;
}

.side__myshop > dl {
  overflow: hidden;
}

.side__myshop__name {
  font-size: 67%;
  font-weight: bold;
}

.side__myshop__name > a {
  color: #1d50a2;
}

.side__myshop__border {
  text-decoration: underline;
}

.side__myshop__btn {
  float: left;
}

.side__myshop__btn:hover {
  opacity: 0.8;
}

.side__myshop__btn:first-of-type {
  margin: 0 10px 0 4px;
}

.search-submit {
  background: url("/common/img/btn_side_search.gif") no-repeat;
  border: none;
  display: block;
  height: 42px;
  margin: 0 9px 14px;
}

.search-submit:hover {
  opacity: 0.8;
}

.search-submit__btn {
  text-indent: -90em;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
}

.search-submit__btn:hover {
  cursor: pointer;
}

.search__conditions {
  font-size: 72%;
  font-weight: bold;
}

.search__description {
  font-size: 68%;
  margin-top: 3px;
}

.search__description > select {
  width: 71%;
}

.search-keyword {
  width: 100%;
}

.search-keyword > input {
  width: 100%;
  height: 2.1em;
  font-size: 70%;
  text-align: left;
}

.search-keyword > input::-moz-placeholder, .search-keyword > input:-ms-input-placeholder, .search-keyword > input::-webkit-input-placeholder {
  color: #e5e5e5;
}

.search-keyword > input:focus::-moz-placeholder, .search-keyword > input:focus:-ms-input-placeholder, .search-keyword > input:focus::-webkit-input-placeholder {
  color: transparent;
}

.hint-btn {
  vertical-align: top;
}

.hint {
  display: block;
  width: 22px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 8px;
  margin-top: 6px;
}

/*  tooltip  */
.tooltip-big-grey {
  width: 154px;
  opacity: 0;
  background: #f9f9f9;
  background-image: linear-gradient(to bottom, #f9f9f9, #f6f6f6);
  border: 1px solid #bbb;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 12px;
  color: #525252;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  padding: 12px 15px;
  margin-right: -1px;
}

.tooltip-big-grey:after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-top-color: #f6f6f6;
  position: absolute;
  right: 10px;
  bottom: -16px;
}

.side-banner {
  display: block;
  margin-bottom: 20px;
}

.side-banner:hover {
  opacity: 0.8;
}

.side-banner--mb10 {
  margin-bottom: 10px;
}

/*-------------- footer ----------------*/
.footer {
  background: url("/common/img/bg_navy.gif") repeat;
  overflow: hidden;
  min-width: 1000px;
}

.footer__box {
  overflow: hidden;
  background: #fff;
  border-top: 5px solid #1d50a2;
}

.footer__box a {
  color: #fff;
}

.footer__box a:hover {
  text-decoration: underline;
}

.footer__inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.footer__common {
  border-top: 5px solid #ffaa00;
  font-size: 80%;
  min-width: 1000px;
}

.footer__common a {
  color: #fff;
}

.footer__common a:hover {
  text-decoration: underline;
}

.footer__common__inner {
  padding: 35px 0 0;
}

.footer__menu {
  padding: 20px 30px 0 50px;
  overflow: hidden;
  float: left;
  width: 800px;
}

.footer__menu__item {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.footer__menu__item > li {
  background: url("/common/img/icon_link_arrow.png") no-repeat left center;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.3;
}

.footer__logo {
  float: right;
  margin: 18px 11px 25px 0;
}

.footer__logo:hover {
  opacity: 0.8;
}

.footer__pagetop {
  display: none;
  width: 1000px;
  height: 0;
  margin: auto;
  z-index: 800;
}

.footer__pagetop__btn {
  width: 62px;
  height: 70px;
  background: #4970af;
  text-align: center;
  margin-left: 938px;
  position: fixed;
  left: auto;
  z-index: 1000;
}

.footer__pagetop__btn img {
  margin: 12px 0 0;
}

.company-menu {
  overflow: hidden;
}

.company-menu a {
  color: #333;
}

.company-menu__item {
  display: table-cell;
  padding-left: 30px;
}

.company-menu__item:first-child {
  padding-left: 0;
}

.company-menu--main {
  display: table;
  width: 790px;
  float: left;
  font-size: 96%;
  border-right: 1px solid #c8c8c8;
  padding-top: 35px;
  padding-bottom: 25px;
}

.company-menu--sub {
  display: block;
  width: 190px;
  float: right;
  padding-top: 35px;
  padding-bottom: 60px;
}

.company-menu--sub__large, .company-menu--sub__small {
  display: block;
  width: auto;
  padding: 0;
}

.company-menu--sub__large {
  padding-bottom: 5px;
  font-size: 100%;
}

.company-menu--sub__small {
  padding-top: 10px;
  font-size: 86%;
  border-top: 1px dotted #d2d2d2;
}

.company-menu--sub__small > li {
  background: url("/common/img/bg_triangle.gif") no-repeat left center;
  padding-left: 16px;
}

.menu-list__txt {
  background: url("/common/img/bg_triangle.gif") no-repeat left center;
  margin-bottom: 8px;
  padding-left: 15px;
}

.menu-list__txt--long {
  letter-spacing: -0.05em;
}

.company-link {
  background: url("/common/img/icon_link_arrow--02.png") no-repeat left center !important;
}

.company-link a {
  color: #f39800 !important;
}

.copyright {
  color: #fff;
  background: url("/common/img/bg_footer_line.png") no-repeat center top;
  margin-top: 28px;
  padding: 15px 0 20px;
  font-size: 87%;
  text-align: center;
  clear: both;
}

@media screen and (min-width: 768px) {
  .header__logo > a:hover {
    opacity: 0.8;
  }
}
