#search-box {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVQYV2NMjI//P3/hQkYGBgYGMAETAHNgAgDVwwoi7tlKgAAAAABJRU5ErkJggg==);
  font-size: 16px;
  margin-top: 30px;
}
#search-box-in {
  margin: 8px auto;
  padding: 8px 0;
  width: 1184px;
}
#search-wrap {
  background: #fff;
  padding: 20px 42px;
}
#search-wrap h3 {
  background: #f6e4e4;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
#search-wrap p {
  padding-top: 25px;
}
#search-btn input {
  background: url(../uam_sale_estate/images/search-btn.jpg) center top no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 46px;
  margin-left: 462px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 186px;
  text-indent: 110%;
  outline:none;
}
#submit-btn:hover {
  background: url(../uam_sale_estate/images/search-btn-on.jpg) center top no-repeat;
}
.item-box {
  border: 1px solid #b4b4b4;
  margin: 20px 0;
  padding: 20px;
  width: 240px;
  position: relative;
}
.item-box h4{
  padding-top: 5px;
}
.flex-bw::before{
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.flex-bw::after{
  content: "";
  display: block;
  width: 23%;
}

.pager_wrap{
  text-align: center;
}
#search_count_loading{
  height: 25px;
}
#search_count_loading img{
  width: 32px;
  height: 32px;
  position: relative;
  top:0;
}
.search_Sold_out {
  background-color: rgba(110,0,5,0.8);
  width: 240px;
  z-index: 100;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 77px;
  left: 20px;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 1.1rem;
}
input[type="text"] {
  height: 20px;
  -moz-border-radius: 3px; /* 古いFirefox */
  -webkit-border-radius: 3px; /* 古いSafari,Chrome */
  border-radius: 3px; /* CSS3 */
  border: 1px solid #b4b4b4;
}
input[type="checkbox"]{
  height: 15px;
  width: 15px;
}
select{
  height: 25px;
  -moz-border-radius: 3px; /* 古いFirefox */
  -webkit-border-radius: 3px; /* 古いSafari,Chrome */
  border-radius: 3px; /* CSS3 */
  border: 1px solid #b4b4b4;
}