.zeta-suggest{
  border: 1px solid #ccc;
  position: absolute;
  z-index: 101;
}

.zeta-suggest *{
  box-sizing: border-box;
}

.zeta-suggest-keyword{
  min-width: 400px;
  color: #333;
  background: #fff;
  text-align: left;
}

.zeta-suggest-keyword:not(:last-child){
  border-bottom: solid 1px #ccc;
}

.zeta-suggest-item{
  display: block;
  cursor: pointer;
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  padding: 10px;
}

a.zeta-suggest-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.zeta-suggest-item:hover{
  background-color:#eeeeee;
}

.zeta-suggest-word .zeta-suggest-item::before{
  content:"キーワード";
  display: inline-block;
  min-width: 71px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  background:#333;
  color: #ffffff;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 3px;
}
/* .zeta-suggest-genre .zeta-suggest-item::before{content:"ブランド";background:#333;}
.zeta-suggest-genre .zeta-suggest-item[class^="genre-2"]::before{content:"ブランド";background:#333;}
.zeta-suggest-genre .zeta-suggest-item[class^="genre-1"]::before{content:"カテゴリ";background:#333;} */
.zeta-suggest-genre-rootname,
.zeta-suggest-genre-label{
  display: inline-block;
  vertical-align: middle;
}
.zeta-suggest-genre-rootname{
  min-width: 71px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  background:#333;
  color: #ffffff;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 3px;
}
.zeta-suggest-genre-label{
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zeta-suggest-history{
  position: relative;
  padding-right: 25px;
}
.zeta-suggest-history .clearHistory{
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://fs.scene7.com/is/image/flagshop/ic_close1_gry?fmt=png-alpha&scl=1&qlt=100,1) center center no-repeat;
  background-size: 100% auto;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}
.zeta-suggest-history .clearHistory:hover{
  opacity: .7;
}

/*--------------------------------------
 PC 設定
---------------------------------------*/
#globalNav .zeta-suggest-item{
  color: #333!important;
  text-decoration: none!important;
  text-shadow: none!important;
  line-height: normal;
  text-align: left;
  height: auto;
}

#globalNav .zeta-suggest-keyword,
#globalNav .zeta-suggest-keyword > li {
  float: none!important;
}

#globalNav zeta-suggest-item{
  text-shadow: none;
}

[data-fixed="0"] .shop_hd_search_form .zeta-suggest{
  display: none;
}

/*--------------------------------------
 SP 設定
---------------------------------------*/
#dmy-modalsearch .zeta-suggest,
#dmy-modalsearch .zeta-suggest-keyword,
.mm-page .zeta-suggest,
.mm-page .zeta-suggest-keyword{
  width: 100%;
  min-width: auto;
}
