@charset "utf-8";

/*----------------------------------------------
物件検索
-----------------------------------------------*/
/*--
.search_left,.search_right {
  float: left;
  margin-bottom: 10px;
  width: 325px;
  height: 114px;
  background: url(../images/bg_btn_search_rent_left.gif) no-repeat top left;
}
2011/03/14 YH-001 ↑
--*/
.search_left,.search_right {
  position: relative;
  float: left;
  margin: 0 0px 20px 0;
  overflow: hidden;
  padding-bottom: 20px;
  width: 325px;
  height: 94px;
  background: url(../images/bg_btn_search_rent_right_00.gif) no-repeat 0 0px;
}
.search_left a,.search_right a {
  display: block;
/*--
2011/03/14 YH-001 ↓
  width: 325px;
  height: 114px;
--*/
  width: 191px;
  height: 94px;
/*--
2011/03/14 YH-001 ↑
--*/
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
/*--
2011/03/14 YH-001 ↓
.search_left span,.search_right span {
  display: inline-block;
  _display: block;
}
2011/03/14 YH-001 ↑
--*/
.search_left {
  margin-right: 10px;
  cursor: pointer;
}
/*--
2011/03/14 YH-001 ↓
.tit_search {
  overflow: hidden;
  width: 175px;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.4em;
}
.comment_search {
  overflow: hidden;
  width: 210px;
  height: 36px;
}

.wrap_search {
  display: inline-block;

  margin-left: 53px;
  padding-top: 30px;
  width: 270px;
  height: 84px;
  background:  url(../../images/html/bg_btn_search_rent_right.gif) no-repeat top right;
}
--*/

.tit_search span, .comment_search span {
  position: static;
  overflow: visible;
}

.tit_search {
  top: 26px;
  left: 93px;
  width: 222px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  height: 29px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.comment_search {
  top: 57px;
  left: 93px;
  width: 222px;
  cursor: pointer;
  height: 53px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.wrap_search {
  overflow: hidden;
}
.cl_list_pic {
  position: absolute;
  top: 27px;
  left: 7px;
}

/*--
2011/03/14 YH-001 ↑
--*/

#wrapper.auto {
  width: 95%;
}
#main_long iframe {
  width: 100%;
  height: 1000px;
  overflow-y: auto;
  overflow-x: auto;
}

