.search-container{
  float: right;
 max-width: 700px;
}

.col{
  height: 340px;
}

.col-xs-12 {
width: 33.3%;
}

/*²Á³ÊÁõ¾þ*/
.s-price{
  font-size: 18px;
  color: #c42625;
  font-weight: bold;
  line-height: 1.0;
  padding-left: 3px;
  margin-top: 7px;
}

.row.unstyled a{
 text-decoration: none;
}

/*¥Ù¡¼¥¸¥ã¡¼*/
#pager {
 text-align: center;
  clear: both;
}

@media screen and (min-width:600px){
 .search-container{
 width: 74%;
}
  
.col{
  height: 400px;
}
}