@charset "utf-8";

/*----------------------------------------------
物件紹介一覧
-----------------------------------------------*/
.special_list_left,.special_list_right {
  position: relative;
  margin-top: 10px;
  height: 90px;
  background: url(../images/bg_special_list.gif) repeat-x;
  overflow: hidden;
  border: solid 3px #eee;
}
.special_list_left a,.special_list_right a {
  display: inline-block;
  height: 90px;
}
.special_list_left {
  float: left;
}
.special_list_right {
  float: right;
}

.special_list_left span,.special_list_right span {
  position: absolute;
  cursor: pointer;
}

.special_list_name span, .special_list_detail span {
  position: static;
  overflow: visible;
}

.special_list_pic {
  top: 4px;
  left: 4px;
}
.special_list_name {
  top: 3px;
  left: 90px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  border-bottom: solid 1px #eee;
/* 2014/10/24 YT-001 ↓ */
  height: 28px;
  overflow: hidden;
/* 2014/10/24 YT-001 ↑ */
}
.special_list_detail {
  top: 35px;
  left: 90px;
  width: 100%;
}
