@charset "utf-8";

/*----------------------------------------------
物件検索
-----------------------------------------------*/
.search_list {
  position: relative;
  margin: 0 5px 10px;
  height: 90px;
  overflow: hidden;
  border: solid 3px #eee;
}
.search_list a {
  display: inline-block;
  height: 90px;
  text-decoration: none;
}
.search_list span {
  position: absolute;
  cursor: pointer;
}
.tit_search span, .comment_search span {
  position: static;
  overflow: visible;
}
.search_list .tit_search {
  top: 3px;
  left: 90px;
  width: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  border-bottom: solid 1px #eee;
/* 2014/10/28 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/28 YT-001 ↑ */
}
.search_list .comment_search {
  top: 35px;
  left: 90px;
  width: auto;
}
#main .content iframe {
  width: 100%;
  height: 1000px;
  overflow-y: auto;
  overflow-x: auto;
}

.search_list .cl_list_pic {
  top: 4px;
  left: 4px;
}
