/* Postcode Search Box */
#postcodeWrap {
  position: absolute;
  top: -1000px;
  display: none;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #999;
  padding: 15px 15px 30px;
  box-shadow: 2px 6px 16px -6px #999;
  margin-bottom: 1em;
  color: #333;
}
#postcodeWrap>form>fieldset>legend {
  border-bottom: 1px solid #e5e5e5;
}
#postcodeResult .uneditable-input {
  border: none;
  background-color: #fff;
  color: #333;
  box-shadow: none;
}

#postcodeResult [class*=span] { margin-left: 0; }
#postcodeResult .head {
  font-weight: bold;
  border-bottom: 1px solid #999;
  height: 24px;
  padding: 4px 5px;
}
#postcodeResult .head span {
  padding: 5px 0;
}
#postcodeResult ul.items li span {
  padding: 0;
}
#postcodeResult ul.items {
  margin: 0 0 2px 0;
  padding: 0;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  clear: both;
}

#postcodeResult ul.items li {
  list-style: none;
  clear: both;
  height: 24px;
  line-height: 24px;
  padding: 4px 5px;
  cursor: pointer;
}

#postcodeResult ul.items li span.zipcode {
  white-space: nowrap;
}

#postcodeResult ul.items li.even {
  background-color: #f9f9f9;
}

#postcodeResult ul.items li:hover {
  background-color: #cfcfcf;
}

#postcodeResult ul.items li[item-name="jibun"]:before { content: "("; }
#postcodeResult ul.items li[item-name="jibun"]:after { content: ")"; }

#postcodeResult p.no-result {
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}
#postcodeResult .span1 {
	min-width: 70px;
	width: 70px;
}
