body {
  min-width: 320px;
}

.searchGrayArea-wrap {
  width: 100%;
}

.input-fw-area {
  position: relative;
  margin: 0;
}

.result-fw {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 9998;
  background-color: #fff;
  /*padding:2%;*/
}
.result-fw li {
  padding: 3% 2% 3% 10px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #888;
}
.result-fw li p {
  width: 90%;
  word-wrap: break-word;
}
.result-fw ul li:after {
  content: "";
  position: absolute;
  background: url("../img/parts/ic_arrow.png") no-repeat;
  background-size: 6px 10px;
  width: 16px;
  height: 25px;
  top: 14px;
  right: 0px;
}

.fw-name {
  font-size: 16px;
  color: #333;
}

.result-fw ul li:hover {
  background-color: #eee;
  cursor: pointer;
}

.result-fw-close {
  text-align: right;
  padding: 2% 3%;
  background-color: #E2E2E2;
  cursor: pointer;
}
/*# sourceMappingURL=_mapDartSass/suggestTopSp.css.map */
