@charset "utf-8";
.number {
  color: #e65252;
  font-family: Arial, Helvetica, sans-serif;
}
#contents{
  clear: both;
  position: relative;
  width: 960px;
  margin: 0 auto 40px;
  text-align: left;
}
.note {
  margin: 5px 0;
  padding: 1px 0 1px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
}
.message {
  width: 100%;
  padding: 12px 0 20px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.message span {
  font-weight: bold;
}
/* キャンペーン */
#flip {
  margin: 5px 50px 30px 50px;
  cursor: pointer;
}
/* お気に入り⇔最近見た物件⇔保存した条件 */
#tabArea {
  position: relative;
  height: 38px;
  border-bottom: 5px solid #706154;
  margin-bottom: 10px;
}
#tabArea li {
  float: left;
  width: 180px;
  margin-right: 12px;
  background:#eee;
  border-radius: 5px 5px 0 0;
}
#tabArea li:hover{
  background:#706154;
  color:#fff;
}
#tabArea .active{
  background:#706154;
  color:#fff;
}
#tabArea .active span.count{
  color:#fff;
}
#tabArea li a,
#tabArea li span{
  display: block;
  width: 100%;
  padding: 10px 0 4px 40px;
  font-size:16px;
  text-decoration: none;
  box-sizing: border-box;
}
#tabArea li span{
  color: #fff;
}
#tabArea li .searchUpdate{
  display: inline-block;
  width: 46px;
  padding:0;
  font-size: 11px;
  margin-left: 3px;
}
#tabArea li a{
  color:#999;
}
#tabArea li:hover a{
  color: #fff;
}
#tabArea .favorite a{
  background: url(/images/utility/svg/heart_disabled.png) no-repeat 14px 11px/20px;
  background: url(/images/utility/svg/heart_disabled.svg) no-repeat 14px 11px/20px;
}
#tabArea .favorite span{
  background: url(/images/utility/svg/heart.png) no-repeat 14px 11px/20px;
  background: url(/images/utility/svg/heart.svg) no-repeat 14px 11px/20px;
}
#tabArea .favorite:hover a{
  background: url(/images/utility/svg/heart.png) no-repeat 14px 11px/20px;
  background: url(/images/utility/svg/heart.svg) no-repeat 14px 11px/20px;
}
#tabArea .history a{
  background: url(/images/utility/svg/header_historyIcon_disabled.png) no-repeat 14px 9px/21px;
  background: url(/images/utility/svg/header_historyIcon_disabled.svg) no-repeat 14px 9px/21px;
}
#tabArea .history span{
  background: url(/images/utility/svg/header_historyIcon_white.png) no-repeat 14px 9px/21px;
  background: url(/images/utility/svg/header_historyIcon_white.svg) no-repeat 14px 9px/21px;
}
#tabArea .history:hover a{
  background: url(/images/utility/svg/header_historyIcon_white.png) no-repeat 14px 9px/21px;
  background: url(/images/utility/svg/header_historyIcon_white.svg) no-repeat 14px 9px/21px;
}
#tabArea .saveSearch a{
  background: url(/images/utility/svg/icon_save_gray.png) no-repeat 14px 9px/21px;
  background: url(/images/utility/svg/icon_save_gray.svg) no-repeat 14px 9px/21px;
}
#tabArea .saveSearch .saveSearchTitle{
  background: url(/images/utility/svg/icon_save_white.png) no-repeat 14px 8px/21px;
  background: url(/images/utility/svg/icon_save_white.svg) no-repeat 14px 8px/21px;
  width: 180px;
  display: inline-block;
}
#tabArea .saveSearch:hover a{
  background: url(/images/utility/svg/icon_save_white.png) no-repeat 14px 8px/21px;
  background: url(/images/utility/svg/icon_save_white.svg) no-repeat 14px 8px/21px;
}
#tabArea li .count{
  width: 20px;
  display: inline-block;
  font-size: 15px;
  margin-left: 8px;
  padding:0;
  background:none;
  color:#999;
}
#tabArea li a:hover .count{
  color:#fff;
}
#tabArea .syncLink{
  position: absolute;
  top: -8px;
  right: 0;
}
#tabArea .syncLink a{
  display: block;
  padding: 20px 0 16px 72px;
  background: url(/images/utility/svg/pc_to_sp.svg) no-repeat left center/56px;
  font-size:13px;
}
.caution_text {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
}
/* 並び替え */
.resultCtrl {
  width: 960px;
  overflow: hidden;
  margin-top:5px;
}
.resultCtrl .sortBox {
  float: left;
  margin-bottom: 0;
  width: 200px;
  margin-right: 10px;
}
.resultCtrl .sortBox select {
  border: 1px #b9b2a0 solid;
  padding: 3px;
  font-size: 12px;
}
.resultCtrl .sortBox span {
  padding: 0 10px 0 0;
  font-weight: bold;
  border-right: 1px #e5e1d5 solid;
}
.resultCtrl .cation {
  font-size: 13px;
  color: #000;
  text-align: right;
  margin-bottom:10px;
}
.resultCtrl .cation span {
  font-size: 18px;
}
.resultCtrl .cation span span {
  color: #f9a706;
  font-weight: bold;
}
/* 物件リスト */
.result_list {
  margin-bottom: 10px;
  font-size: 12px;
}
.result_list th, .result_list td {
  border-collapse: separate;
  padding: 3px 5px;
  vertical-align: middle;
  background: #fff;
}
.result_list th {
  padding: 5px 0;
  font-weight: normal;
  color: #333;
  text-align: center;
  line-height: 1.3;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color:#f9f9f9;
  white-space: nowrap;
}
.result_list td {
  text-align: center;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.result_list .col-check, .result_list .col-image, .result_list .col-detail {
  padding: 0;
}
.result_list .col-check {
  width: 49px;
}
.result_list .col-image {
  width: 242px;
}
.result_list .col-kentou {
  width: 160px;
}
.result_list .col-price {
  width: 72px;
}
.result_list .col-deposit {
  width: 98px;
  padding: 8px 0;
  letter-spacing: -1px;
}
.result_list .col-room {
  width: 60px;
}
.result_list .col-year {
  width: 50px;
}
.result_list .col-category {
  width: 100px;
}
.result_list .col-detail {
  width: 44px;
}
.result_list .col-delete {
  width: 22px;
}
/* //////////////////////////////////////////////////
[掲載期限・検討中表記]
////////////////////////////////////////////////// */

/*サムネイル調整*/
.result_list .col-image.thumbs a {
  display: table-cell;
  width: 120px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}
.result_list .col-image.thumbs a img {
  width:auto;
  height:auto;
  max-width:120px;
  max-height:120px;
}
.result_list .col-image.thumbs div:first-child img {
  width:auto;
}
.scale {
  transition: all 0.2s ease;
}
.scale:hover  {
  position: relative;
  z-index: 100;
  transform: scale(2.17);
  background: #fff;
  box-shadow: 0 0 2px 0 #444;
}
/*お問い合わせ枠*/
.result_list .col-contact {
  padding: 5px;
  text-align: right;
}
.result_list .col-contact p {
  display: inline-block;
  margin-bottom: 0 ;
}
.popularity {
  margin-right: 10px;
  padding: 2px 0 2px 26px;
  background: url(/images/utility/svg/icon_favUsers.svg) no-repeat left center/24px;
}

.popularity > span {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #FF4949;
}
.btnDelete {
  float: left;
  margin: 3px 0 0 5px;
  padding: 3px 0 3px 25px;
  color: #999;
  background: url(/images/result/btn_delete.png)  no-repeat left center;
}
.btnDelete:hover {
  background: url(/images/result/btn_delete_on.png)  no-repeat left center;
  cursor: pointer;;
  color: #333;
}
.pointTxt {
  color: #e65252;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
/* 検討中ボタン */
.favoriteBtn {
  display: block;
  min-width: 100px;
  height: auto;
  margin: 0 auto;
  padding: 3px 0 2px 24px;
  background: url(/images/utility/svg/heart_disabled_plus.png) #fff no-repeat left 8px center/18px;
  background: url(/images/utility/svg/heart_disabled_plus.svg) #fff no-repeat left 8px center/18px;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  color: #666;
  z-index:200;
}
.favoriteBtn:hover {
  background-image: url(/images/utility/svg/heart_hover_plus.png);
  background-image: url(/images/utility/svg/heart_hover_plus.svg);
  background-color: #fff;
}
.favoriteBtn.active{
  background: url(/images/utility/svg/heart.png) #fff no-repeat left 8px center/15px;
  background: url(/images/utility/svg/heart.svg) #fff no-repeat left 8px center/15px;
}
/* 問い合わせボタン */
.col-contact .ui-btn-inquiry-A {
  display: block;
  min-width: 119px;
  padding: 3px 0px 2px 5px;
  z-index: 200;
}
.col-contact .ui-btn-inquiry-A span {
  display: block;
  width: 100%;
  padding: 0px 0 0px 22px;
  background: url(/images/common/icon_inquiry_btn.png) no-repeat left 4px center;
  background-size: 18px;
  box-sizing: border-box;
  font-size: 12px;
}
.col-contact .ui-btn-inquiry-A:hover {
  color: #fff;
}
/* 削除しました/元に戻す */
.restoreSaving{
  padding: 20px 10px;
  clear:both;
  display:none;
}
.restoreSaving li{
  display: inline-block;
  border-right: solid 1px #ccc;
  padding: 0 20px;
  font-weight:bold;
  color:#706154;
}
.restoreSaving li:first-child{
  padding:0 20px 0 0;
}
.restoreSaving li span.saveDeleted{
  background: url(/images/utility/svg/check_deleted.png) no-repeat 0 0/18px;
  padding-left: 24px;
  font-size: 14px;
}
.restoreSaving li span.saveRestore{
  color: #1f7aee;
  text-decoration: underline;
  cursor:pointer;
  font-size: 14px;
}
.col-restoreSaving.col-restoreSaving {
  text-align: left;
}
/* 最近見た物件の横幅調整 */
#history.result_list .col-address {
  max-width: 200px;
}
#history.result_list .col-deposit {
  width: 90px;
}
#history.result_list .col-name {
  border-right: 1px solid #dedede;
}
.result_list .colorGray td {
  background: #f9f9f9;
}
/* チェックボックス */
.result_list .col-check {
  overflow: hidden;
}
.result_list .col-check {
  width: 49px;
  height: 100%;
  padding: 0;
  background: #F9F9F9;
}
.result_list .col-check label {
  width: 49px;
  display: block;
  height: 120px;
  background: url(/images/result/favCheckSide02.png) no-repeat;
}
.result_list .col-check.check {
  width: 49px;
  height: 100%;
  background: #F9A706;
}
.result_list .col-check.check label {
  width: 49px;
  display: block;
  height: 120px;
  background: url(/images/result/favCheckSide_select.png) no-repeat;
}
.result_list .col-check input {
  opacity: 0;
  height: 100%;
  width: 45px;
  -ms-filter: "alpha(opacity=0)";/*for ie 8 */
  filter: alpha(opacity=0);/*for ie 8 */
  top: 0;
}
/* サムネ画像 */
.result_list .col-image {
  background: #fff;
}
.result_list .col-image.thumbs {
  position: relative;
  width: 243px;
  height: 120px;
  background: none;
}
.result_list .col-image.thumbs div {
  width: 120px;
  height: 120px;
  float: left;
}
.result_list .col-image.thumbs div:first-child {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.result_list .col-image.thumbs div:first-child img {
  width: 120px;
}
.result_list .col-image.thumbs .zoom {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 90;
}
/* 物件名 */
.result_list .col-name {
  height: 40px;
  padding-top: 4px;
  padding-left: 10px;
  border-top: none;
  text-align: left;
  cursor: pointer;
}
.result_list .col-name h3 {
  float: left;
  margin-right: 26px;
  font-size: 108%;
}
.result_list .col-name a {
  padding-left: 16px;
  font-size: 15px;
  background: url(/images/result/point_targetlink.gif) left center no-repeat;
}
/* 階数 */
.result_list .col-name .floor {
  float: left;
  font-size: 118%;
  letter-spacing: 0.1em;
}
.result_list .col-address {
  padding: 5px 5px 5px 10px;
  text-align: left;
}
.result_list .col-address ul {
}
*:first-child+html .result_list .col-address ul {
  white-space: nowrap;
}
* html .result_list .col-address ul {
  white-space: nowrap;
}
.result_list .col-address ul li {
  padding-left: 16px;
  line-height: 1.2;
}
.result_list .col-address ul li.traffic {
  background: url(/images/result/ico_traffic.gif) no-repeat 0 1px;
}
.result_list .col-address ul li.address {
  background: url(/images/result/ico_address.gif) no-repeat 0 1px;
}
.result_list .col-price span.number {
  font-size: 148%;
}
.result_list .col-delete p {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.result_list .col-delete p img {
  display: block;
  margin: 0 auto;
}
/* 検討中リスト下部のおすすめの物件 */
#history_estate {
  width: 960px;
  margin: 10px 0;
  padding-bottom: 1px;
}
#history_estate .recom_box {
  float: left;
  display: inline;
  width: 232px;
  margin: 0 5px 12px;
}
#history_estate .recom_box table {
  width: 232px;
}
#history_estate .recom_box table tr th {
  padding: 5px 0 3px 0;
  text-align: center;
  background: url(/images/result/bg_col-name_fav.png) repeat-x bottom;
  line-height: 18px;
}
#history_estate .recom_box table tr th input {
  float: left;
  margin: 2px 0 2px 10px;
}
*:first-child+html #history_estate .recom_box table tr th input {
  margin: -2px 0 0 10px;
}
* html #history_estate .recom_box table tr th input {
  margin: -2px 0 0 10px;
}
#history_estate .recom_box table tr th a {
  margin-left: -10px;
}
#history_estate .recom_box table tr td.image {
  padding: 5px;
}
#history_estate .recom_box table tr td.image a {
  display: block;
  border: 1px #1122cc solid;
}
#history_estate .recom_box table tr td.image a:hover {
  border: 1px #118ccc solid;
}
#history_estate .recom_box table tr td.image a img {
  width: 65px;
  height: 65px;
}
#history_estate .recom_box table tr td.spec {
  padding: 5px 10px;
}
#history_estate .recom_box table tr td.spec p {
  font-size: 83%;
  color: #666;
  margin-bottom: 3px;
}
#history_estate .recom_box table tr td.spec p span {
  font-size: 108%;
  color: #333;
  margin: 0 10px 0 2px;
}
#history_estate .recom_box table tr td.spec p span.price {
  color: #E65252;
  font-size: 148%;
  font-weight: bold;
}
#history_estate .recom_box table tr td.spec p span sup {
  vertical-align: top;
}
/* 掲載終了物件 */
.result_list .endEstate td{
  background: #e5e5e5;
}
.result_list .endEstate .col-image.thumbs{
  background: #e5e5e5;
  text-align: center;
}
.result_list .endEstate .col-image.thumbs div.endMessage{
  width: 184px;
  height: 64px;
  margin: 0 30px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color:#333;
  text-align: center;
}
.result_list .endEstate .col-check label{
  background: none;
}
.result_list .endEstate .col-address,
.result_list .endEstate .col-price,
.result_list .endEstate .col-deposit,
.result_list .endEstate .col-room,
.result_list .endEstate .col-year,
.result_list .endEstate .col-category,
.result_list .endEstate .col-count{
  color:#888;
}
.result_list .endEstate .col-price span.number{
  color:#aaa;
}
.result_list .endEstate .col-address ul li.traffic,
.result_list .endEstate .col-address ul li.address{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.result_list .endEstate .btnDelete {
  background: url(/images/result/btn_delete_on.png)  no-repeat left center;
  cursor: pointer;;
  color: #333;
}
/*まとめて問い合わせ*/
#allInqTop {
  width: 958px;
  height: 52px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #f1f1f1;
}
#allInqTop input {
  opacity: 0; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";/* IE8 */
}

#allInqTop .ui-btn-inquiry-A,
#allInqBottom .ui-btn-inquiry-A,
#historyInqBottom .ui-btn-inquiry-A{
  width:252px;
}
#allInqTop .ui-btn-submit,
#allInqBottom .ui-btn-submit,
#historyInqBottom .ui-btn-submit{
  width: 230px;
}
#allInqTop .ui-btn-inquiry-A span.subText,
#allInqTop .ui-btn-submit span.subText,
#allInqTop .ui-btn-common span.subText,
#allInqBottom .ui-btn-inquiry-A span.subText,
#allInqBottom .ui-btn-submit span.subText,
#allInqBottom .ui-btn-common span.subText,
#historyInqBottom .ui-btn-inquiry-A span.subText,
#historyInqBottom .ui-btn-submit span.subText,
#historyInqBottom .ui-btn-common span.subText{
  display: table-cell;
  padding: 2px 0 0px 46px;
  background: url(/images/common/icon_inquiry_btn.png) no-repeat 6px center;
  background-size: 30px;
  box-sizing: border-box;
  font-size: 15px;
  text-align:left;
}
#allInqTop .ui-btn-submit span.subText,
#allInqBottom .ui-btn-submit span.subText,
#historyInqBottom .ui-btn-submit span.subText{
  padding-left:40px;
}
#allInqTop .ui-btn-submit span.subText,
#allInqBottom .ui-btn-submit span.subText,
#historyInqBottom .ui-btn-submit span.subText{
  background: url(/images/utility/svg/mobile_calling_white.png) no-repeat 6px center;
  background: url(/images/utility/svg/mobile_calling_white.svg) no-repeat 6px center;
  background-size: 32px;
}
#allInqTop .ui-btn-common span.subText,
#allInqBottom .ui-btn-common span.subText,
#historyInqBottom .ui-btn-common span.subText{
  background: url(/images/utility/svg/heart_hover_plus.png) no-repeat 0 center;
  background: url(/images/utility/svg/heart_hover_plus.svg) no-repeat 0 center;
  background-size: 24px;
  padding: 2px 0 0px 26px;
}
#allInqTop .ui-btn-inquiry-A span.subTextUpper,
#allInqTop .ui-btn-submit span.subTextUpper,
#allInqTop .ui-btn-common span.subTextUpper,
#allInqBottom .ui-btn-inquiry-A span.subTextUpper,
#allInqBottom .ui-btn-submit span.subTextUpper,
#allInqBottom .ui-btn-common span.subTextUpper,
#historyInqBottom .ui-btn-inquiry-A span.subTextUpper,
#historyInqBottom .ui-btn-submit span.subTextUpper,
#historyInqBottom .ui-btn-common span.subTextUpper{
  font-size:12px;
  line-height:1;
}
span.pop {
  display: table-cell;
  vertical-align:middle;
}
#allInqTop .ui-btn-inquiry-A span.pop,
#allInqBottom .ui-btn-inquiry-A span.pop,
#historyInqBottom .ui-btn-inquiry-A span.pop{
  padding-right: 4px;
  padding-bottom: 3px;
}
#allInqTop .ui-btn-submit span.pop,
#allInqBottom .ui-btn-submit span.pop,
#historyInqBottom .ui-btn-submit span.pop{
  padding-left: 10px;
  padding-bottom: 2px;
}
span.pop span{
  background: #fffa00;
  border-radius: 3px;
  padding: 1px 3px;
  color: #518411;
  width: 40px;
}
.inqCall span.pop span{
  color:#ca7502;
}
#allInqBottom,
#historyInqBottom  {
  width: 958px;
  height: 52px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 18px;
  margin-top: 18px;
  background: #f1f1f1;
}
#allInqBottom input,
#historyInqBottom input {
  opacity: 0; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";/* IE8 */
}
#allInqTop.nonCheckEstate, #allInqBottom.nonCheckEstate,#historyInqBottom.nonCheckEstate {
  background: none #F3F3F3;
}
#allInqTop label.allCheckEstate {
  background: url("/images/result/allCheckTop.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  float: left;
  width: 51px;
  height: 66px;
  margin-right: 10px;
}
#allInqTop label.allCheckEstate.checked {
  background: url("/images/result/allCheckTop_checked.png") no-repeat scroll 0 0;
}
#allInqBottom label.allCheckEstate, #allInqBottom label.allCheckEstate02, #historyInqBottom label.allCheckEstate02 {
  background: url("/images/result/allCheckBottom.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  float: left;
  width: 51px;
  height: 66px;
  margin-top: -10px;
  margin-right: 10px;
}
#allInqBottom label.allCheckEstate.checked, #allInqBottom label.allCheckEstate02.checked, #historyInqBottom label.allCheckEstate02.checked {
  background: url("/images/result/allCheckBottom_checked.png") no-repeat scroll 0 0;
}
#allInqTop span.txt, #allInqBottom span.txt, #allInqBottom span.txt2, #historyInqBottom span.txt2 {
  float: left;
  white-space: nowrap;
  width: 172px;
  display: block;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
}
#allInqBottom span.txt3, #allInqBottom span.txt4,
#historyInqBottom span.txt3, #historyInqBottom span.txt4 {
  float: left;
  white-space: nowrap;
  width: 280px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin-top: 3px;
}
#allInqBottom span.txt4,#historyInqBottom span.txt4{
  width: 174px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
}
#allInqTop .point3, #allInqBottom .point3, #historyInqBottom .point3 {
  float: left;
  width: 34px;
  margin: 20px 6px 0;
}
#allInqTop span.txt strong,
#allInqBottom span.txt strong,
#allInqBottom span.txt2 strong,
#allInqBottom span.txt3 strong,
#allInqBottom span.txt4 strong,
#historyInqBottom span.txt strong,
#historyInqBottom span.txt2 strong,
#historyInqBottom span.txt3 strong,
#historyInqBottom span.txt4 strong  {
  vertical-align: middle;
  font-size: 150%;
  padding-left: 3px;
  padding-right: 3px;
  color: #f9a706;
}
#allInqTop label.allCheckEstate span.notice_color,
#allInqBottom label.allCheckEstate span.notice_color,
#allInqBottom label.allCheckEstate02 span.notice_color,
#historyInqBottom label.allCheckEstate span.notice_color,
#historyInqBottom label.allCheckEstate02 span.notice_color {
  color: #990000;
}
#allInqTop ul li, #allInqBottom ul li,
#allInqTop ul li, #historyInqBottom ul li {
  float: left;
}
.tpl_favorite #favoriteEstateList #allInqTop ul li:last-child,
.tpl_favorite #favoriteEstateList #allInqBottom ul li:last-child,
.tpl_favorite #favoriteEstateList #historyInqBottom ul li:last-child{
  display: none;
}
#allInqTop ul li.allFav, #allInqBottom ul li.allFav, #historyInqBottom ul li.allFav {
  float: left;
}
#allInqTop ul li.allDelete, #allInqBottom ul li.allDelete, #historyInqBottom ul li.allDelete {
  float: left;
}
#allInqTop ul li.allDelete:active, #allInqBottom ul li.allDelete:active, #historyInqBottom ul li.allDelete:active {
  background: url("/images/result/btn_all_delete_active.png") 0px 6px no-repeat;
}
#allInqTop ul li.allDelete:active img, #allInqBottom ul li.allDelete:active img, #historyInqBottom ul li.allDelete:active img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";/* IE8 */
}
#allInqTop ul li img, #allInqBottom ul li img,
#allInqTop ul li img, #historyInqBottom ul li img {
  margin: 6px 0 0 0;
}
#allInqTop ul li .fav, #allInqBottom ul li .fav, #historyInqBottom ul li .fav  {
  margin: 6px 14px 0 0;
}
#allInqTop ul li .inq, #allInqBottom ul li .inq, #historyInqBottom ul li .inq {
  display: table;
  margin-right: 8px;
  text-align: left;
  padding: 2px 0 0;
  margin-top:4px;
}
.tpl_history #allInqTop ul li .inq, #allInqBottom ul li .inq, #historyInqBottom ul li .inq {
  margin-right: 10px;
}
#allInqTop ul li a.inqCall, #allInqBottom ul li a.inqCall, #historyInqBottom ul li a.inqCall {
  padding: 2px 0 0;
  margin-right: 8px;
  margin-top: 4px;
}
#allInqTop ul li .favBtn:active, #allInqBottom ul li .favBtn:active {
  background: url(/images/result/btnAllFav02_active.png) 0px 6px no-repeat;
}
#allInqTop ul li .favBtn:active img, #allInqBottom ul li .favBtn:active img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";/* IE8 */
}
#allInqTop .ui-btn-common.allDelete,
#allInqBottom .ui-btn-common.allDelete,
#historyInqBottom .ui-btn-common.allDelete{
  padding: 9px 20px 9px;
  margin: 4px 8px 0 0;
}
#allInqTop .ui-btn-common,
#allInqBottom .ui-btn-common,
#historyInqBottom .ui-btn-common{
  padding: 2px 7px;
  margin: 3px 8px 0 0;
}
/* 物件が１つもない場合 */
#whatThis{
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: right;
  border: solid 2px #e5dad0;
}
#whatThis h2{
  background: #e7e0cc;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  color: #504729;
  text-align: left;
}
#whatThis h2 span{
  background: url(/images/utility/svg/heart_lightbrown.svg) no-repeat 6px 0/28px;
  padding-left: 42px;
  display: inline-block;
}
#whatThis h2 span.whathistory{
  background: url(/images/utility/svg/header_historyIcon.svg) no-repeat 6px 0/28px;
  padding-left: 42px;
  display: inline-block;
}
#whatThis .catch{
  font-size: 16px;
  font-weight:bold;
  text-align: center;
  padding: 8px;
  margin: 0;
}
#whatThis .catch span{
  font-weight:bold;
}
#whatThis .catch span.emphasis{
  color:#f68500;
  font-size:18px;
}
/* over ride */
.number {
  font-weight: bold;
}
.result_list .col-image.thumbs div:first-child {
  border-right: none;
  box-sizing: border-box;
}
.caution_text {
  color: #000;
}
.result_list .col-address {
  padding: 10px 5px 10px 10px;
  text-align: left;
}

/* 最近見た物件　0件時　メイン導線誘導枠 */
.mainTrack {
  margin-top: 35px;
}
.mainTrack h3{
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
.mainTrack h3 span{
  background: url(/images/svg/iconI_search_brown.svg)left center / 30px no-repeat;
  padding-left: 40px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 2.5;
}
.mainTrack ul{
  width: 898px;
  margin:20px auto 0;
}
.mainTrack ul li{
  float:left;
  margin-right: 20px;
  width: 286px;
}
.mainTrack ul li:last-child{
  margin-right: 0;
}
.mainTrack ul li a{
  display: block;
  padding: 14px;
}
.mainTrack ul li span{
  padding: 0 0 0 50px;
  white-space: nowrap;
  font-size: 144%;
  line-height: 2.7;
  height: 50px;
  display: block;
}
.mainTrack ul li .area{
  background: url(/images/svg/iconT_area.svg)7px center / 50px no-repeat;
}
.mainTrack ul li .route{
  background: url(/images/svg/iconT_route.svg)7px center / 50px no-repeat;
}
.mainTrack ul li .commute{
  background: url(/images/svg/iconT_commute.svg)7px center / 50px no-repeat;
}
/* 最近見た物件　0件時　メイン導線誘導枠 */
.mainTrack {
  margin-top: 35px;
}
.mainTrack h3{
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
.mainTrack h3 span{
  background: url(/images/svg/iconI_search_brown.svg) left center no-repeat / 30px;
  padding-left: 40px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 2.5;
}
.mainTrack ul{
  width: 898px;
  margin:20px auto 0;
}
.mainTrack ul li{
  float:left;
  margin-right: 20px;
  width: 286px;
}
.mainTrack ul li:last-child{
  margin-right: 0;
}
.mainTrack ul li a{
  display: block;
  padding: 14px;
}
.mainTrack ul li span{
  padding: 0 0 0 70px;
  white-space: nowrap;
  font-size: 144%;
  line-height: 2.7;
  background-size: 50px;
}
