@charset "UTF-8";
/*____________________________________________________________________________


SITE TITLE: DEFAULT2 BOEM - BOEM共通
TITLE: PC header


(1) ヘッダー上部
(2) ドロップダウンメニュー　共通設定
(3) グローバルナビ
(4) グローバルナビ ドロップダウン
(5) 検索
(6) インフォメーションエリア
(7) header-order.jsp
(8) 非表示要素

UPDATED:2017.02 DEFAULT2 BOEM
UPDATED:2017.12 ポイント機能 #41039
UPDATED:2018.12 wanco対応  #48078
____________________________________________________________________________*/
/*----------------------------------------------------------------------------
　(1) ヘッダー上部
----------------------------------------------------------------------------*/
#header {
  border-bottom: 1px solid #000;
}
.header-top {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
/* site-logo */
.site-logo {
  float: left;
}
.site-logo a {
  display: block;
  text-indent: -9999px;
  background: url("//sc3.locondo.jp/contents/img-default-v2-boem/pc/boem_pc-header-logo.png") no-repeat;
  width: 114px;
  height: 52px;
  margin-top: 6px;
}

/* header-menu */
.header-menu {
  float: right;
  margin-top: 12px;
}

/* .user-nav */
.user-nav {
  float: right;
}
.user-nav > li {
  float: left;
  padding: 0;
  padding-bottom: 12px;
}
.user-nav > li.logout {
  padding-bottom: 0;
}
.user-nav > li:hover > a {
  border-bottom: 2px solid #000;
}
.user-nav > li > a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.user-nav li a:hover {
  opacity: 0.7;
}
.user-nav .cart-num {
  position: absolute;
  top: -2px;
  left: 24px;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 9px;
  line-height: 19px;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.user-nav .icon-user:before, .user-nav .icon-fav:before {
  font-size: 26px;
  line-height: 40px;
}
.user-nav .icon-cart {
  margin-left: -4px;
}
.user-nav .icon-cart:before {
  font-size: 26px;
  line-height: 40px;
}
.user-nav .Dropdown .drop {
  padding: 24px 24px 20px 24px;
  top: 64px;
  width: 186px;
  margin-left: -80px;
}
.user-nav .Dropdown .drop ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.user-nav .Dropdown .drop ul:last-child {
  margin-bottom: -8px;
  border: none;
}
.user-nav .Dropdown .drop ul:first-of-type {
  padding-bottom: 4px;
}
.user-nav .Dropdown .drop li {
  float: none;
  margin-bottom: 8px;
}
.user-nav .user-name {
  padding-bottom: 15px;
  line-height: 1.5;  
}
.release41039 .user-nav .drop .user-name {
  margin-bottom: 4px;
  padding-bottom: 0;
}
.release41039 .user-nav .user-point {
  padding-bottom: 5px;  
}
.release41039 .user-nav .user-point .pointResult{
  font-weight: bold;
}
.release41039 .user-nav .link-mypage {
  padding-top: 12px;
  border-top: 1px solid #D7D7D7;
}
.user-nav .user-name span {
  font-size: 16px;
}
.user-nav .Dropdown .drop li a {
  padding: 0;
  margin-bottom: 0;
}
.user-nav p {
  margin-right: 15px;
  position: relative;
  padding: 0 16px 30px 0;
  background: url("//sc3.locondo.jp/contents/img-default-v2-boem/pc/user_nav_arw.png") right 2px no-repeat;
}
.user-nav p:hover {
  cursor: pointer;
  color: #999;
}
.user-nav .header-login {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.user-nav .header-login a {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  line-height: 30px;
}

.icon_user span {
  font-size: 15px;
}

.header_nav_left {
  float: left;
  margin-right: 20px;
}

.header_nav_right {
  float: right;
}

/* wanco対応  #48078 */
.user-nav .Dropdown > a > .inquiry_num {
  position: absolute;
  top: -2px;
  left: 26px;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 9px;
  line-height: 19px;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.user-nav .Dropdown .drop .inquiry_num {
  display:inline-block;
  position: relative;
  top: -2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 8px;
  line-height: 17px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*----------------------------------------------------------------------------
　(2)ドロップダウンメニュー　共通設定
----------------------------------------------------------------------------*/
.Dropdown {
  /*z-index: 999;
  position: relative;*/
}
.Dropdown .drop {
  visibility: hidden;
  cursor: default;
  position: absolute;
  z-index: 9999 !important;
  border: 1px solid #000;
  background: #fff;
  text-align: left;
  padding: 24px 24px 20px 24px;
  top: 64px;
  margin-left: -24px;
}
.Dropdown:hover .drop, .Dropdown .hover .drop {
  visibility: visible;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.global-nav {
  float: left;
  box-sizing: border-box;
  margin: 25px 0 0 48px;
}
.global-nav li {
  float: left;
  margin: 0 16px 0;
}
.global-nav li:hover a {
  border-bottom: 2px solid #000;
}
.global-nav li:first-child {
  padding-left: 0;
}
.global-nav li h2 {
  padding-bottom: 21px;
}
.global-nav li a {
  color: #000;
  font-size: 14px;
  padding: 0;
}
.global-nav li a:hover {
  color: #666666;
}
.global-nav .drop ul {
  width: 150px;
}
.global-nav .drop li {
  float: none;
  padding: 0;
  margin: 0;
}
.global-nav .drop li a {
  color: #333;
  padding: 0 0 10px;
  display: block;
  border: none;
  font-size: 12px;
}
.global-nav .drop li a:hover {
  color: #999999;
}
.icon-fav:before {
  content: "\e607";
}
/*----------------------------------------------------------------------------
　(3) グローバルナビ
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
　(5) 検索ボックス
----------------------------------------------------------------------------*/
#searchBox {
  float: right;
  display: block;
  margin: 14px 12px 0 0;
}

.search-box {
  position: relative;
  z-index: 16;
  /* 用途不明 過去引き継ぎ */
}

#searchText {
  margin: 0;
  display: block;
  width: 240px;
  height: 36px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 12px;
  color: #000;
  background-color: #f2f2f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
#searchText:focus {
  background-color: #fff;
  border: 1px solid #000;
}
#searchText:focus::-webkit-input-placeholder {
  visibility: hidden;
}
#searchText:focus:-ms-input-placeholder {
  visibility: hidden;
}
#searchText:focus::-moz-placeholder {
  visibility: hidden;
}
#searchText::-webkit-input-placeholder {
  color: #ccc;
}
#searchText::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#searchText:-ms-input-placeholder {
  color: #ccc;
}

/* 検索ボックスのテキストカラー設定 */
.searchbutton {
  /* スタイルリセット */
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  display: block;
  width: 40px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  right: 0;
  before: "\e600";
  /* IE7対応 */
}
.searchbutton:before, .searchbutton .before {
  font-family: "boemfont";
  content: "\e600";
  display: block;
  width: 40px;
  height: 36px;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #333;
  position: relative;
  right: 0;
}

#searchBox .search-autocomplete {
  left: 13px !important;
  top: 21px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 320px !important;
}
#searchBox .search-autocomplete ul {
  background-color: #ddd;
}
#searchBox .search-autocomplete li {
  clear: left;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 2px 3px 1px 3px;
  cursor: pointer;
  width: 300px !important;
  padding-right: 3px;
}
#searchBox .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
#searchBox .search-autocomplete li.odd {
  background-color: #fff;
}

#auto_complete_div {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 0 5px;
  width: 320px !important;
}

/* 検索サジェスト
----------------------------------------------------------------------------*/
.ui-autocomplete *,
.ui-autocomplete *:before,
.ui-autocomplete *:after {
  box-sizing: border-box;
}

.ui-autocomplete {
  width: 290px !important;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  box-sizing: border-box;
  z-index: 99;
  word-break: break-all;
  word-wrap: break-word;
  position: absolute !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a:active {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.ui-autocomplete .ui-menu-item {
  display: table;
  width: 100%;
}

.ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 5px;
}

.ui-autocomplete .ui-menu-item span {
  display: table-cell;
  text-align: left;
  line-height: 1.3;
}

.ui-autocomplete .ui-menu-item .thumb {
  width: 60px;
  vertical-align: top;
  text-align: center;
}

.ui-autocomplete .ui-menu-item .thumb img {
  width: 100%;
  height: auto;
}

.ui-autocomplete .ui-menu-item .name {
  padding: 0 0 0 5px;
  vertical-align: middle;
}

.ui-autocomplete .auto_text {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
}

.ui-autocomplete .ui-menu-text a {
  display: block;
  padding: 8px 10px;
}

.ui-autocomplete .ui-menu-item .ui-state-active,
.ui-autocomplete .ui-menu-text .ui-state-active {
  background-color: #f4f4f4;
}

.ui-helper-hidden-accessible {
  display: none;
}

/*----------------------------------------------------------------------------
　(6) インフォメーションエリア
----------------------------------------------------------------------------*/
#info_box {
  width: 100%;
  clear: both;
}
#info_box .info-promo {
  /* IE対応 */
  /* プロモ 1導線の時 */
  /* プロモ 2導線の時 */
  /* クーポンコード */
}
#info_box .info-promo a {
  position: absolute;
  display: block;
  height: 100%;
}
#info_box .info-promo a:hover {
  background-color: #fff;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
}
#info_box .info-promo .inner-wrap {
  width: 1024px;
  position: relative;
  margin: 0 auto;
}
#info_box .info-promo a {
  background-color: #fff;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
#info_box .info-promo.total-link-1 .link-a {
  left: 0;
  width: 100%;
}
#info_box .info-promo.total-link-2 .link-a {
  left: 0;
  width: 75%;
}
#info_box .info-promo.total-link-2 .link-b {
  left: 75%;
  width: 25%;
}
#info_box .info-promo.coupon-code {
  position: relative;
}
#info_box .info-promo.coupon-code a {
  position: absolute;
  width: 780px;
}
#info_box .info-promo.coupon-code .code-txt {
  display: inline-block;
  font-size: 15px;
  position: absolute;
  left: 826px;
  top: 0;
  width: 174px;
  text-align: left;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: .05em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

#info_txt {
  text-align: left;
  line-height: 150%;
}
#info_txt a {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
	(7)header-order.jsp
----------------------------------------------------------------------------*/
#header.order {
  border: none;
  width: 100%;
}
#header.order .site-logo {
  float: none;
}
#header.order .site-logo a {
  margin: 18px auto;
}
#header.order .continue a {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding-top: 18px;
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
#header.order .header-top {
  border-bottom: 1px solid #000;
  width: 100% !important;
}

/*----------------------------------------------------------------------------
  (8)非表示要素
----------------------------------------------------------------------------*/
.global-nav .head_about {
  display: none;
}

/*# sourceMappingURL=boem_common-header.css.map */
