@charset "utf-8";

/*--------------------------------------
   一般共有
---------------------------------------*/
.wrapper {
  background: #fff;
  width: 100%;
}

.maxWidth {
  width: 970px;
  margin: 0 auto;
}

.bg-white {
  background: #fff;
  padding: 10px;
  border-radius: 7px;
}

h2 {
  color: #009260;
  font-size: 1.5rem;
  line-height: 2;
}

h3 {
  background: #009260;
  color: #fff;
  height: 43px;
  line-height: 45px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 7px 7px 0 0;
  font-weight: normal;
}

h4 {
  color: #009260;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 10px 0 4px 0;
}
/*--------------------------------------
  ヘッダー
---------------------------------------*/
header {
  background: #fff;
  margin: 0 auto;
  padding-top: 11px;
  height: 140px;
  border-top: 2px solid #009260;
  border-bottom: 1px solid #baddd1;
}

header div.ci {
  float: left;
  width: 600px;
}

header div.ci a img {
  float: left;
}

header h1 {
  float: left;
  padding: 9px 0 0 15px;
  font-size: 10px;
  font-weight: normal;
  color: #8c8c8c;
}

header .searchTop {
  float: right;
  width: 370px;
  position: relative;
}

header p {
  margin: auto;
  float: right;
  width: 203px;
}

header ul.global-navi li {
  float: right;
  padding-left: 10px;
}

header ul.utility {
  margin-bottom: 5px;
}

header ul.utility li {
  float: right;
  padding-left: 30px;
  background: url(/common2/css/images/arr_n.gif) 13px 4px no-repeat;
}

header ul.utility li a {
  font-size: 11px;
  white-space: nowrap;
}

header .searchNavi {
  width: 357px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -50px;
  border-top: 2px solid #009260;
}

header .searchNavi li {
  float: left;
}

header .searchNavi li:last-child {
  margin-right: 0;
}

/*--------------------------------------
メインエリア(水色背景)
---------------------------------------*/
.mainArea {
  background-color: #daffff;
  padding: 10px 0 30px 0;
  width: 100%;
}

/* 新型コロナウイルス対策について */
.main_notice1 {
  font-size: 1.4rem;
  /*margin-top: 10px;*/
  text-align: center;
  padding: 5px 0;
}

.main_notice1 {
  color: #073e6b;
}

/* 2021年～2022年 年末年始休業のお知らせ */
.main_notice2 {
  /*background-color:#FFF;
	border:3px solid red;
	margin-top: 10px;*/
  text-align: center;
}
/*.main_notice2 a{
	display: block;
	font-size:1.4rem;
	color: #f00;
	font-weight: bold;
	padding: 5px 0;
}*/
.main_notice1 a:visited,
.main_notice1 a:hover {
  color: #073e6b;
}
/* エイブルで契約すると仲介手数料は家賃の半月分 */
.main_brokeragefee {
  /* background-color: #fff;
	border: solid 3px #009260; */
  margin-top: 10px;
  /* padding: 11px 40px; */
  padding: 16px 0;
  background-image: url(../top_components/bn_sixtones_970_120_2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 970px;
  height: 120px;
}
.main_brokeragefee__inner {
  width: 445px;
  /* padding-left: 11px; */
  position: relative;
  margin: 2rem auto 0;
  height: 100%;
}
.main_brokeragefee__txtwrap {
  display: flex;
  justify-content: center;
}
.main_brokeragefee__txt-left > span {
  display: inline-block;
}
.main_brokeragefee__txt-left {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 36%;
}
.main_brokeragefee__txt-right {
  width: 55%;
}
.main_brokeragefee__read1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.main_brokeragefee__read2 {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  line-height: 1.15;
}
.main_brokeragefee__txt-yellow {
  color: #fff100;
  font-size: 6.6rem;
  line-height: 1;
  display: inline-block;
  /* transform: scale(0.9); */
  margin-right: -16px;
}
.main_brokeragefee__txt-tax {
  color: #fff;
  font-size: 14px;
  transform: scale(0.9);
  display: inline-block;
  font-weight: normal;
}
/* .main_brokeragefee p {
	line-height: 1.5;
} */

.main_brokeragefee p:first-child {
  /* color: #009260;
	font-size: 2.9rem; */
  font-weight: bold;
  text-align: center;
  margin-top: -2rem;
}

/* .main_brokeragefee p:first-child span:first-child {
	color: #f00;
	font-size: 3.2rem;
} */

/* .main_brokeragefee p:first-child span:last-child {
	font-size: 1.6rem;

} */
.main_brokeragefee__notice {
  font-size: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0%;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: -8px;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
/* .main_brokeragefee p:last-child {
	font-size: 1.2rem;
    text-align: center;
} */

.main_flex {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.main_external img,
.content_relation_banner img {
  border: solid 1px #ccc;
}

/*--------------------------------------
メイン左側
---------------------------------------*/
.main_flex_left {
  width: 725px;
}
/* 賃貸物件をお探しの方はこちら */
.main_flex_left .title {
  font-size: 1.8rem;
  margin-bottom: 6px;
}
/* 駅名を直接入力 */
.stationSearch {
  width: 295px;
  height: 445px;
  float: right;
  background: #f1f9f8;
  border-radius: 7px;
  vertical-align: top;
  margin-left: 10px;
}

.Box_pd10 {
  padding: 5px 10px 10px 10px;
}

/*-------　前回の検索条件で探す　-------*/
.lasttime {
  background: #f1f9f8;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.lasttime a {
  text-decoration: none;
  color: #333;
}
.lasttime dl {
  background: #fff;
  padding: 10px;
}
.lasttime dl dt {
  font-size: 1.6rem;
  color: #009260;
  font-weight: bold;
  margin-bottom: 10px;
}
.lasttime dl dt span {
  background: url(/asset/images/loupe-resultZero.png) no-repeat left center;
  background-size: 15px;
  padding-left: 23px;
}
.lasttime dl dd.lt_ensen {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*------- 駅名入力フォーム -------*/
.stationFormBox {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 7px 0 0 7px;
  float: left;
  height: 39px;
}

.stationForm {
  padding: 8px 0 8px 10px;
  color: #333;
  border-radius: 7px 0 0 7px;
  background: #fff;
  width: 180px;
}

.stationFormBox span {
  padding: 8px;
  font-size: 1.6rem;
  background: #fff;
  border-left: 1px #ccc dashed;
  display: inline-block;
}

.stationFormBox p {
  float: right;
}

.station p a:hover img {
  opacity: 1;
}

/*------- チェックボックス -------*/

.roomBox {
  background: #fff;
  padding: 10px;
}

.room ul li {
  float: left;
  width: 30%;
  font-size: 100%;
  margin: 4px 8px 4px 0px;
}

.room ul li:last-child {
  width: 36%;
}

.room ul li:first-child {
  display: block;
  width: 100%;
}

input[type='checkbox'] {
  display: none;
}

.check {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}

.check:hover:after {
  border-color: #009260;
}

.check:after {
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  content: '';
}

.check:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #009260;
  border-bottom: 3px solid #009260;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type='checkbox']:checked + .check:before {
  opacity: 1;
}

/*------- 家賃を選択 -------*/
.price select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.price select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #eee;
  background: url(../top_components/selectarrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: url(../top_components/selectarrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-size: 25px, 100%;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

/*------- 検索ボタン -------*/

.searchFormSubmit p {
  margin-top: 12px;
  position: relative;
  width: 275px;
  background: #c45e4a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #9e4533;
  -moz-box-shadow: 0px 4px 0px 0px #9e4533;
  -webkit-box-shadow: 0px 4px 0px 0px #9e4533;
}

.searchFormSubmit p a {
  color: #fff;
  font-size: 124%;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 12px;

  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.searchFormSubmit p a:hover {
  background: #f0694e;
}

.searchFormSubmit p a:active {
  position: relative;
  top: 4px;
}

.searchFormSubmit p::before,
.searchFormSubmit p a:hover::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 67px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: url(../top_components/loop.png) top left no-repeat;
  background-size: 16px;
}
/* 探し方を選択 */
.regularSearch {
  width: 400px;
  height: 445px;
  float: left;
  vertical-align: top;
  background: #f1f9f8;
  border-radius: 7px;
}

.regularSearchArea ul {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.regularSearchArea li {
  float: left;
  cursor: pointer;
}

.regularSearchArea li img {
  width: 189px;
}

.regularSearchArea li:nth-child(1) img {
  border-radius: 7px 0 0 0;
  -moz-border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px 0 0 0;
  /*margin:0 1px 1px 0;*/
}

.regularSearchArea li:nth-child(2) img {
  border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  /*margin: 0 0 1px 1px;*/
}

.regularSearchArea li:nth-child(3) img {
  border-radius: 0 0 0 7px;
  -moz-border-radius: 0 0 0 7px;
  -webkit-border-radius: 0 0 0 7px;
  /*margin: 1px 1px 0 0;*/
}

.regularSearchArea li:nth-child(4) img {
  border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0 0 7px 0;
  /*margin: 1px 0 0 1px;*/
}
.main_banner li {
  margin-top: 10px;
}

/*--------------------------------------
メイン右側(サイドバー)
---------------------------------------*/
.main_flex_right {
  width: 235px;
}

.pickUp {
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
}

.pickUp .title {
  font-size: 1.6rem;
}

.slider_campaign.slick-dotted.slick-slider {
  margin-bottom: 39px;
}

.pickUp li + li {
  margin-top: 10px;
}

/*--------------------------------------
外部サイトリンク
---------------------------------------*/
.main_external {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.main_external div {
  margin-top: 10px;
  width: 480px;
}

.main_external div p {
  /*display: inline-block;*/
  font-size: 1.2rem;
  /*margin-top: 5px;*/
}

.main_external .title {
  display: inline-block;
  font-size: 1.6rem;
}

.main_external div a {
  display: block;
  margin-top: 15px;
}

/*--------------------------------------
トピックス
---------------------------------------*/
.main_topics {
  margin-top: 10px;
}

.slider_topics.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slider_topics .slick-slide a:link img,
a:visited img {
  margin: 0 auto;
}

/*--------------------------------------
特集
---------------------------------------*/
.main_feature {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.main_feature li a {
  background-position: center;
  background-repeat: no-repeat;
  /*border: solid 1px #ccc;*/
  display: block;
  background-color: #fff;
  font-size: 0;
  height: 121px;
  width: 145px;
  text-align: center;
}
.single a {
  background-image: url(/shared/images/index/bn_feature_single_145_121.png);
}
.zero a {
  background-image: url(/shared/images/index/bn_feature_zero_145_121.png);
}
.internet a {
  background-image: url(/shared/images/index/bn_feature_internet_145_121.png);
}
.pet a {
  background-image: url(/shared/images/index/bn_feature_pet_145_121.png);
}
.security a {
  background-image: url(/shared/images/index/bn_feature_security_145_121.png);
}
.shinchiku a {
  background-image: url(/shared/images/index/bn_feature_shinchiku_145_121.png);
}
.kodate a {
  background-image: url(/shared/images/index/bn_feature_kodate_145_121.png);
}
.senior a {
  background-image: url(/shared/images/index/bn_feature_senior_145_121.png);
}
.office a {
  background-image: url(/shared/images/index/bn_feature_office_145_121.png);
}
.more a {
  background-image: url(/shared/images/index/bn_feature_more_145_121.png);
}
/*--------------------------------------
コンテンツエリア(白背景)
---------------------------------------*/
/*--------------------------------------
コンテンツナビ
---------------------------------------*/
.content_nav {
  margin-top: 5px;
}

.content_nav li a {
  float: left;
  margin-right: 10px;
  height: 216px;
  width: 235px;
  text-align: center;
  padding-top: 145px;
  color: #333;
  text-decoration: none;
  transition: all 0.6s;
}

.content_nav li:nth-child(1) a {
  background: url(/shared/images/index/btn_top_1.png) no-repeat;
}

.content_nav li:nth-child(2) a {
  background: url(/shared/images/index/btn_top_2.png) no-repeat;
}

.content_nav li:nth-child(3) a {
  background: url(/shared/images/index/btn_top_3.png) no-repeat;
}

.content_nav li:nth-child(4) a {
  background: url(/shared/images/index/btn_top_4.png) no-repeat;
  margin-right: 0;
}

.content_nav li:nth-child(1) a:hover {
  background: url(/shared/images/index/btn_top_1_s2.png) no-repeat;
}

.content_nav li:nth-child(2) a:hover {
  background: url(/shared/images/index/btn_top_2_s2.png) no-repeat;
}

.content_nav li:nth-child(3) a:hover {
  background: url(/shared/images/index/btn_top_3_s2.png) no-repeat;
}

.content_nav li:nth-child(4) a:hover {
  background: url(/shared/images/index/btn_top_4_s2.png) no-repeat;
}

/*--------------------------------------
関連サイト
---------------------------------------*/
.content_relation {
  margin-top: 10px;
}

.content_relation ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.content_relation ul li {
  width: 316px;
}

.content_relation_site li a {
  background: #f5f5f5;
  border-radius: 7px;
  display: flex;
  font-size: 1.2rem;
  text-decoration: none;
}

/*.content_relation_site .imgBox {
	width: 110px;
}*/

.content_relation_site .imgBox img {
  max-width: 110px;
}

.content_relation_site dl {
  color: #333;
  padding: 8px 10px 0 10px;
}

.content_relation_site dl dt {
  color: #333;
  font-weight: bold;
}

.content_relation_site dl dd {
  margin-top: 3px;
}

/*--------------------------------------
  フッター
---------------------------------------*/
.recommend h2 {
  font-size: 124%;
  color: #fff;
  margin-bottom: 27px;
}

.wrapper-footernav {
  background: #009260;
  margin-top: 60px;
  padding-top: 30px;
}

.wrapper-footernav .testb {
  width: 600px;
  float: left;
}

.testb {
  color: #fff;
}

.testb dt,
.testb dt a,
.testb li a {
  color: #fff;
  text-decoration: none;
  font-size: 92%;
}

.testb h3 {
  margin-bottom: 27px;
  width: auto;
  text-indent: 0;
  font-size: 124%;
  text-align: left;
  font-weight: bold;
}

.testb dl.japan {
  margin-bottom: 32px;
}

.testb dl.japan li {
  float: left;
}

.testb dl dt {
  width: 83px;
  font-weight: bold;
  float: left;
  clear: both;
}

.testb dl dd {
  margin: 0 0 16px 93px;
}

.testb dd li {
  margin-bottom: 4px;
  padding: 0 10px;
  float: left;
  border-right: 1px solid #8dcdb7;
}
.testb dd li:last-of-type {
  border-right: none;
}

#footer-bnr-block {
  overflow: hidden;
}

#footer-bnr-block .footer-bnr {
  float: right;
}

#footer-bnr-block .footer-bnr-list .subList {
  float: right;
  margin: 0;
}

#footer-bnr-block .footer-bnr-list .subList li:nth-child(1) {
  margin-bottom: 2px;
}

#footer-bnr-block .footer-bnr ul.footer-bnr-list {
  margin-bottom: 10px;
  padding: 5px;
  background: #008355;
  width: 314px;
}

#footer-bnr-block .footer-bnr li {
  margin-bottom: 5px;
}

#footer-bnr-block .footer-bnr li:last-child {
  margin-bottom: 0;
}

.wrapper-footernav p.pr {
  padding-bottom: 12px;
  color: #fff;
  font-size: 10px;
  text-align: left;
  clear: both;
  margin-top: 40px;
}

.wrapper-footer {
  background: #006844;
  padding: 30px 0;
}

.wrapper-footer ul {
  width: auto;
  text-align: center;
}

.wrapper-footer ul li {
  display: inline-block;
  padding: 0 7px 0 4px;
  border-right: 1px solid #14835d;
}

.wrapper-footer ul li:last-child {
  border-right: none;
}

.wrapper-footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 92%;
}

.wrapper-footerTxt {
  padding: 30px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}

.wrapper-footerTxt .keyword-section {
  float: left;
}

.wrapper-footerTxt .keyword-section p {
  padding-top: 15px;
}

.wrapper-footerTxt .keyword-section p.copyrightTxt {
  padding-top: 5px;
}

.wrapper-footerTxt .poweredBy {
  float: right;
  width: 314px;
  background: url(/shared/images/bg_pwrby_03.png) left top no-repeat;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0 10px 12px;
}

.wrapper-footerTxt .poweredBy p {
  display: inline-block;
}

.wrapper-footerTxt .poweredBy p a {
  color: #333;
  text-decoration: none;
  font-size: 92%;
  display: block;
  padding-top: 4px;
}

.wrapper-footerTxt .poweredBy p a img {
  vertical-align: middle;
  position: relative;
  bottom: 8px;
  left: 34px;
}

.partner {
  padding: 20px 0;
  background: #f5f5f5;
  text-align: center;
}

.partner a {
  display: inline-block;
}

/*--------------------------------------
  ページトップ
---------------------------------------*/

#backToTopNav {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1000;
}

/*--------------------------------------
  レコメンド
---------------------------------------*/
.recommendBox {
	margin: 20px auto 10px;
	width: 100%;
	display: none;
}

.recommendBox .recommendProperty {
	padding: 20px;
	border-radius: 0 0 7px 7px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}

.recommendBox .bx-wrapper {
	border: 1px solid #ccc;
	border-radius: 7px;
}

.recommendBox .recommendProperty li {
	position: relative;
}

.recommendBox .recommendProperty li a {
	display: block;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

.recommendBox .recommendProperty li:last-child a {
	border-right: none;
}

.recommendBox .recommendProperty li a:hover {
	background: #F1F9F8;
}

.recommendBox .recommendProperty li .recommend p.propertyImg {
	height: 140px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding-bottom: 5px;
}

.recommendBox .recommendProperty li .recommend p.propertyImg img {
	max-width: 100%;
	max-height: 120px;
	margin: 0 auto;
}

.recommendBox .recommendProperty li dl {
	height: 96px;
	margin-bottom: 30px;
}

.recommendBox .recommendProperty li dl dt {
	color: #f58914;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 2px;
}

.recommendBox .recommendProperty li dl dt span {
	font-size: 12px;
}

.recommendBox .recommendProperty li dl dd {
	color: #666;
	font-size: 12px;
	line-height: 1.2;
}

.recommendBox .recommendProperty .recommendBtn p {
	padding: 0px 15px;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 84%;
	right: 0;
	margin: auto;
}

.recommendBox .recommendProperty .recommendBtn p a {
	padding: 7px;
	text-align: center;
	background: #009260;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	box-sizing: border-box;
}

.recommendProperty>.recommendUl {
	float: none;
}

.recommendBox .bx-wrapper .bx-controls-direction>a.bx-prev {
	background: url(/common2/images/arrow_main_01.gif);
	position: absolute;
	outline: 0;
	width: 43px;
	height: 42px;
	left: -23px;
	top: 42%;
	display: none;
}

.recommendBox .bx-wrapper .bx-controls-direction>a.bx-next {
	background: url(/common2/images/arrow_main_02.gif);
	position: absolute;
	outline: 0;
	width: 43px;
	height: 42px;
	top: 42%;
	right: -23px;
}

div.recommend_icon_box li {
	margin: 0 1px 5px;
	font-size: 12px;
	text-align: center;
	padding: 1px 5px;
	display: inline-block;
	white-space: nowrap;
}

section.recommendBox .recommendProperty .recommend ul>li.teishakuIcon,
	section.recommendBox .recommendProperty .recommend ul>li.icn_teishaku,
	section.recommendBox .recommendProperty .recommend ul>li.icn_chikuasa {
	color: #009260;
	border: solid 1px #009260;
	background: #fff;
}

section.recommendBox .recommendProperty .recommend ul>li.newBuildingIcon,
	section.recommendBox .recommendProperty .recommend ul>li.stationNearIcon,
	section.recommendBox .recommendProperty .recommend ul>li.icn_newBuilding,
	section.recommendBox .recommendProperty .recommend ul>li.icn_freeRent {
	color: #6eba02;
	border: solid 1px #6eba02;
	background: #fff;
}

.newArrivalIcon, .icn_new, .icn_online {
	color: #ff3300;
	border: solid 1px #ff3300;
	background: #fff;
}

.panoramaIcon, .enrichPhotoIcon, .icn_panorama, .icn_photo, .icn_netFree
	{
	color: #3a99d8;
	border: solid 1px #3a99d8;
	background: #fff;
}

.recommendBox .recommendProperty ul.recommend_carousel > li:nth-child(5n) {
	border-right: none;
	margin-right: 0;
}

.recommend_icon_box {
	height: 24px;
}

.recommendBox .recommendProperty ul.recommend_carousel>li {
	border-right: solid 1px #ccc;
	margin-right: -1px;
}

.recommendBox .icn-area .icn_new {
	color: #f30;
	border: solid 1px #f30;
	background: #fff;
}

.recommendBox .icn-area .icn-stationnear, .recommendBox .icn-area .icn-photo,
	.recommendBox .icn-area .icn_newBuilding {
	color: #6eba02;
	border: solid 1px #6eba02;
	background: #fff;
}

.recommendBox .icn-area .icn-panorama {
	color: #3a99d8;
	border: solid 1px #3a99d8;
	background: #fff;
}

.recommendBox .icn-area .icn_lease {
	color: #009260;
	border: solid 1px #009260;
	background: #fff;
}

.recommendBox .recommendProperty li a {
	border-right: 0;
}

.recommendBox .recommendProperty ul.recommend_carousel>li:nth-child(4n)
	{
	margin-left: 1px;
}

.recommendBox.-ft .recommendProperty li dl dt {
	color: #ff3300;
}

.recommendBox.-ft .recommendProperty li dl .recommend_link p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #1069c9;
}

.recommend_icon_box {
	margin-bottom: 5px;
	overflow: hidden;
}

.recommendBox .recommendProperty li .recommend_link>a {
	padding: 0;
	border-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommendBox.-ft .recommendProperty li dl {
	overflow: hidden;
	margin-bottom: 0;
}

.recommendBox.-ft .recommendProperty li .recommendBtn ul {
	border-bottom: solid 1px #ccc;
}

.recommendBox.-ft .recommendProperty li .recommendBtn li {
	margin-bottom: 10px;
}

.recommendBox.-ft .recommendProperty li .recommendBtn li a.btn-normal {
	border-right: solid 1px #ccc;
}

.recommendBox.-ft .recommendProperty li a.btn-mail:hover {
	background: #097fff;
}

.recommendBox.-ft .recommend_detail {
	text-align: center;
}

.recommendBox.-ft .recommend_detail a {
	padding-bottom: 0;
	border-right: 0;
	text-decoration: underline;
}

.recommendBox .recommendProperty .recommendBtn {
	padding: 0 10px;
}

.recommendBox .recommendProperty .recommendBtn a {
	padding: 10px;
}

.recommendBox.-ft .recommendProperty li a:hover {
	background: none;
}