@charset "utf-8";
/*-------------------------------------------------------------------------*/
/* 検索
/*-------------------------------------------------------------------------*/
.results-suggest-hover {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 20000;
}
.results-suggest-hover .container {
  max-width: 660px;
	margin: 0 auto;
  text-align: left;
}
.results-suggest-hover .fa-star {
  color: #d0b592;
}
.results-suggest-hover .fa-ban {
  color: #999999;
}
.results-suggest-hover-title {
  background: #3C3C3C;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 14px;
}
.results-suggest-hover-title .close {
  color: #fff;
  position: absolute !important;
  top: 10px;
  right: 15px;
}
.results-suggest-hover-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.results-suggest-hover-body li a,
.results-suggest-hover-body li p {
  border-top: 1px solid #E5E5E5;
  display: block;
  font-size: 16px;
  line-height: 140%;
  padding: 10px 15px 10px 15px;
  position: relative;
}
.results-suggest-hover-body li p {
  color: #3C3C3C;
}
.results-suggest-hover-body li .fa-star,
.results-suggest-hover-body li .fa-ban {
  font-weight: normal;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 10px;
  text-align: center;
  width: 30px;
  z-index: 2;
}
.results-suggest-hover-body li.suggest-buy {
  font-weight: bold;
}
.results-suggest-hover-body li.normal a {
  color: #3C3C3C;
}
.results-suggest-hover-body li span {
  border: 1px solid #f2799a;
  border-radius: 5px;
  color: #f2799a;
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  line-height: 28px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: center;
  width: 120px;
}
.results-suggest-hover-body li a:hover {
  background: #EFE8E4;
}
.results-suggest-hover-body li a:hover:hover span {
  background: #f2799a;
  color: #fff;
}

.results-suggest-bg {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19999;
}

.fa-search {
	background: url(../images/2016/index/btn_search.gif) no-repeat 0 0;
	display: inline-block;
	width: 143px;
	height: 53px;
	overflow: hidden;
	border: none;
}




.topSearchBox .btn_searxh {
	background: url(../images/2018/search/btn_search.png) no-repeat 0 center;
	max-width: 28px;
	height: 28px;
	padding-top: 55px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 4px;
	right: 17px;
	box-sizing: border-box;
}

.topSearchBox .srchBtn {
	background: url(../images/2016/index/btn_search.gif) no-repeat 0 0;
	width: 143px;
	height: 53px;
	padding-top: 55px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
}

/* screens smaller than 786px
--------------------------------------------------- */
@media only screen and (max-width:786px) {
.srch_btn_sp {
	margin-top: 15px;
	display: inline-block;
}

.results-suggest-hover .container {
	max-width: initial;
	width: 95%;
	margin: 0 auto 0 auto;
}

.results-suggest-hover {
/*
	top: 10%!important;
*/
}

.results-suggest-hover-body {
/*
  max-height: 250px!important;
  max-height: 250px!important;
*/
}

	}
/* /screens smaller than 786px */

.results-suggest-hover-body li.icon_kyoka {
	background: url(../images/2018/search/icon.png) no-repeat 10px center;
	background-size: 20px auto;
}

.results-suggest-hover-body li.icon_kyoka a,
.results-suggest-hover-body li.icon_kyoka p {
  padding: 10px 15px 10px 35px;
}

.results-suggest-icon {
	color: #E5021A;
}
