/* CSS Document */


/*コンテンツ部共通スタイル
============================================================================================================= */

body {
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;*/
	background: none;
	border-top:2px solid #004AA1;
}
#eswsPaneBeta a {
	text-decoration: none;
}
#eswsPaneBeta a:hover {
	text-decoration: underline;
}
#eswsPaneBeta a img:hover {
/*border:2px solid #e8e3db;*/
	/*margin:2px 0 0 0;*/

}
/* ヘッダー
============================================================================================================= */
#eswsHeader {
	width: 1000px;
    height: 88px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
    background: #fff;
	z-index: 1;
}
h1#eswsHeading1 {
	color: #000;
    font-size: 0px;
    font-weight: normal;
    /* padding-top: 2px; */
    display: none;
}
h2#eswsHeading2 {
	display: none;
}
/* ヘッダーロゴ社名
============================================================================================================= */
#eswsHeading2 {
	/*text-indent: -999px;
	background: url(/common_img/logo.jpg) no-repeat bottom;
	height: 108px;
	width: 494px;
	display:none;*/
}

/* TOPへのリンク付きロゴ（いい生活システム上で登録したロゴ）  */
p#eswsHeaderParagraph2 {
	width: 404px;
	height: 61px;
    padding-top: 20px;
}
p#eswsHeaderParagraph2 a {
	display: block;
}
/* ヘッダー	お問い合わせボタン
============================================================================================================= */

#eswsInquiryButton {

}
#eswsInquiryButton a {
	background-image: url(/common_img/btn_contact-off.jpg);
	width: 139px;
	height: 29px;
}
#eswsMypageRegisterButton {
	position: absolute;
	top: 76px;
	left: 205px;
	z-index: 9999;
}
#eswsMypageRegisterButton a {
	background-image: url(/common_img/btn_mypage-off.jpg);
	width: 172px;
	height: 35px;
}
#eswsMypageButton {
	position: absolute;
	top: 115px;
	left: 205px;
}
#eswsMypageButton a {
	background-image: url(/common_img/btn_login-off.jpg);
	width: 172px;
	height: 35px;
	display: block;
}


/* ヘッダー　キャッチコピー
============================================================================================================= */
#eswsHeaderParagraph1 {
	display: none;
}
/* ヘッダー 電話番号・営業時間・定休日
============================================================================================================= */

#eswsHeaderInner div.eswsInquiryWidget {
	position: absolute;
	top: 0;
	right: 0;
}
#eswsHeaderInner #eswsInquiryTel {
	color: #003192;
    background: url(/common_img/tel.jpg) no-repeat 0 6px;
    padding-left: 30px;
    float: none;
    font-size: 32px;
    width: auto;
	}
#eswsHeaderInner #eswsInquiryTime {
	color: #2C3E50;
	font-size: 14px;
	line-height: 30px;
	float: none;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    text-align: right;
    margin-right: 5px;
	display:none;
}
ul#eswsInquiryContent {
	background: url(/common_img/tel.png) no-repeat top left;
    margin-top: 48px;
}
/* グローバルナビ
============================================================================================================= */

/* 背景 */
div#eswsPaneAlphaInner {
	background: url(/common_img/bg_gnav.png) repeat-x;
    height: 50px;
}
/* デフォルトで表示される文字のスタイル・位置を調整 */

ul#eswsMenu a {
	height: 50px;
	font-family: Meiryo,"メイリオ","HiraKakuPro-W3",sans-serif,Osaka;
	font-weight: normal;
	padding: 0 !important;
	background:url(/common_img/gnav_line.png) no-repeat;
    line-height: 61px;
    text-indent: -9990px;
}

ul#eswsMenu span {
	/*border-left:1px solid #4DBAA0;*/

}
/* ナビ全体の高さ・幅の調整 */
div#eswsPaneAlphaInner {
/*margin-top: 464px;*/
}
#box_gnav {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	height: 50px;
}
ul#eswsMenu {
	height: 50px;
	overflow: hidden;
	display: block;
	width: 1000px;
	margin: 0 auto;
}
/* ナビボタンの高さ・幅・背景・線 */
ul#eswsMenu li {
    float: left;
    height: 50px;
    width: 160px;
    text-align: center;
    margin: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    max-width: 249px;
    width: 24.8%;
}
/*hover時の挙動*/

/*ul#eswsMenu li:hover {	background:url(/common_img/bg_gnav-on.png) repeat-x; color: #009C77;}
ul#eswsMenu a:hover {   color: #009C77;}
*/
ul#eswsMenu li#gnav1 {	background: url(/common_img/nav_01.jpg) no-repeat;}
ul#eswsMenu li#gnav2 {	background: url(/common_img/nav_02.jpg) no-repeat;border-left:none;}
ul#eswsMenu li#gnav3 {	background: url(/common_img/nav_03.jpg) no-repeat;border-left:none;}
ul#eswsMenu li#gnav4 {	background: url(/common_img/nav_04.jpg) no-repeat;border-left:none;}

/*hover時の挙動*/

ul#eswsMenu li#gnav1:hover {	background-position: 0px -50px;	display: block;}
ul#eswsMenu li#gnav2:hover {	background-position: 0px -50px;	display: block;}
ul#eswsMenu li#gnav3:hover {	background-position: 0px -50px;	display: block;}
ul#eswsMenu li#gnav4:hover {	background-position: 0px -50px;	display: block;}

/*滞在中ページのボタン（アクティブ時）*/

#eswsPaneAlphaInner ul#eswsMenu li.active {	/*background-position: 0 -50px;*/	padding-left: 0px;	padding-right: 0px;}


/*ドロップダウン*/
#eswsMenu .eswsDirectoryTitle {
	height: 50px;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 0 !important;
	background:url(/common_img/gnav_line.png) no-repeat;
    line-height: 61px;
}
#eswsMenu li .eswsDirectoryTitle span {
	background:none;
    padding: 0;
    margin: 0;
    height: auto;
}
#eswsMenu li .eswsDirectoryTitle:hover{   color: #009C77;}
/*ドロップダウンアクティブ*/
ul#eswsMenu li.active, ul#eswsMenu li.active a, #eswsMenu li.active .eswsDirectoryTitle {
	/*background-position: 0 -65px;*/
	background:none;
	padding-left: 0px;
}
#eswsMenu li.active .eswsDirectoryTitle span{
	background:none;
	}
ul#eswsMenu li.active {
	color: #E64A19;
	background:url(/common_img/bg_gnav-on.png) repeat-x;
}
ul#eswsMenu li.active span{
	color: #009C77;

	}

ul.eswsSecondLayer{
	opacity:0.9;
    margin-top: -5px;
	}

ul#eswsMenu ul.eswsSecondLayer span {
    padding: 0px 10px;
    color: #009C77;
    height: auto;
    line-height: 47px;
}
ul#eswsMenu ul.eswsSecondLayer li {
    border-color: #009C77;
    width: auto;
	height: auto;
	min-width: 160px;
}

ul#eswsMenu ul.eswsSecondLayer a{
	background:none;
	height: auto;
	}



/*コンテンツ
============================================================================================================= */

/* 背景 */
#eswsPaneBeta.eswsPane {
	background: none;
    /*margin-top: -26px;*/
}
#eswsPaneContainer{
	/*background:url(/common_img/bg.png)*/
	}
#eswsContainer {
	background: url(/common_img/bg_head.png) no-repeat right top;
}
/* コンテンツとフッターの間にできる余白をリセット */
#eswsPaneBetaInner {
	margin-bottom: -2px;
}
/* 新着情報 */
dl.eswsNewinfoComponentInner, div.eswsNewinfoComponent dl {
	padding: 0 15px;
}
div.eswsNewinfoComponent dt {
float: left;
    /* border-bottom: 1px dotted #ccc; */
    padding: 1em 0 1em 0;
    clear: both;
    color: #333;
    width: 90px;
    font-weight: normal;
    /*line-height: 20px;*/
	}

div.eswsNewinfoComponent dd {
    background: none;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0 1em 100px;
    margin-bottom: 0;
    /* float: left; */
    color: #D86C00;
    width: 575px;
}
#eswsPaneBeta div.eswsNewinfoComponent dd a{
    color: #D86C00;
	text-decoration:underline;
}


/* おすすめ物件情報 */
div.eswsOsusumeHorizontal li.eswsBuildingName {
	background: none;
    width: 155px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #D4E4F1;
}
/* 価格の色、サイズを変更 */
li.eswsPropertyContainer span.eswsPrice{
	color:#F4511E;
    font-size: 25px;
    margin-right: 3px;
	}

li.eswsPropertyContainer .eswsBuildingName a, div.box_building_name p a {
  color: #000;
  font-size: 14px;
  width: 155px;
  display: block;
  margin: 0 auto;
  line-height: 18px;
  padding: 10px 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

p.eswsTitlePrice, div.eswsOsusumeVertical  li.eswsPrice{
  padding-bottom: 5px;
  margin-top: 5px;
  border: none;
  width: 155px;
  display:none;

  }


li.eswsPropertyContainer, div.box_property{
	width: 155px;
    /* min-height: 340px; */
    /* height: 340px; */
    float: left;
    display: inline;
    padding-bottom: 30px;
    padding-right: 0;
    margin-bottom: 4px;
    background: url(../image/bg_box_property.gif) repeat-x 0 100%;
    position: relative;
    margin-right: 10px;
	}

li.eswsPropertyContainer a:hover, div.box_property a:hover{
	color:#aaa !important;
	text-decoration:none !important;
	}

.eswsTitlePrice a{
  display: block;
  width: 155px;
  margin: 0 auto;
  border-bottom: 1px solid #81C784;
  padding: 0 5px 5px;
  display:none;
  }


td.eswsImageArea{
  width: 100%;
  min-height: 1px;
  padding: 6px 0;
background: none;
}

td.eswsImageArea a{
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
	}

td.eswsImageArea a img, div.eswsImageArea img{
max-width: 100%;
    max-height: 120px;
}

p.eswsAccess{
  width: 150px;
  margin-left: 5px;
  padding-top: 5px;
  font-size: 13px;
}

p.eswsAccess a{
}


li.eswsSellingPoing {
}
li.eswsSellingPoing a {
}
td.eswsInformation li.eswsSellingPoing {
  margin-left: 5px;
  width: 170px;
  display: none;
}


li.eswsAddress {
  width: 150px;
  margin-left: 5px;
     font-size: 13px;
}


.eswsImageArea td {
}
div.eswsOsusumeVertical div.eswsImageArea {
}
div.eswsImageArea table {
}
div.eswsOsusumeVertical div.eswsImageArea a {
}
li.eswsLayout {
  font-size:14px;
  margin-left: 5px;
   display:none;

}
a.eswsBuildingType{
	font-size:14px;
	}


li.eswsPropertyContainer div.eswsBtnOsusumeDetail {
  display: block;
    bottom: 30px;
  position: absolute;
  background: url(/top_img/btn_osusume.jpg) no-repeat;
  width: 154px;
  height: 28px;
  left: 0;
  text-indent: -999px;
}

li.eswsPropertyContainer div.eswsBtnOsusumeDetail:hover {
	background-position:0 -28px;
}
li.eswsPropertyContainer div.eswsBtnOsusumeDetail a{
  display: block;
  height: 28px;
}


li.eswsAddress a {
    font-size: 1em;
}

/* フッター　
============================================================================================================= */

div#eswsFooter {
	background: #fff;
    border-top: solid #ccc 1px;

}

#eswsFooterInner {
	width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 49px auto 0;
    border-top: 1px solid #ccc;
    min-width: 1000px;
	}
/* フッター　社名 */
p#foot_name {
	display: none;
}
#eswsFooterText {
	display: none;
}
/* ページトップボタン */

#eswsPageTop {
    background: url(/common_img/pagetop.png) no-repeat;
    width: 151px;
    height: 49px;
    text-align: inherit;
    padding-left: 0px;
    font-size: 0px;
    position: absolute;
    right: 120px;
    /* bottom: 50px; */
    top: -50px;
}
#eswsPageTop a {
	display: block;
    width: 151px;
    height: 49px;
}
/* コピーライト */

p#typo_copyright {
clear: both;
    text-align: center;
    background: #004AA1;
    color: #fff;
    display: block;
    width: 100%;
	padding: 5px 0;
	}

/* 物件詳細　
============================================================================================================= */

/*お問い合わせボタン*/
div.box_inquiry_mini p.inquiry_button a {
	/*background-image: url(/other_img/btn_inquiry_min.png);*/
}
div.box_inquiry02 p.inquiry_button a {
	/*background-image: url(/other_img/btn_inquiry02.png);*/
}
div.box_inquiry02 {
	/*margin: 15px 0 15px 130px;*/
}


#btm_sitemap{
    position: absolute;
    right: 140px;
    top: 0px;
    z-index: 999999999;
	}
#btm_english{
    position: absolute;
    right: 260px;
    top: 0px;
    z-index: 999999999;
  }


/* トップメインビジュアル静止画
============================================================================================================= */


#main_img {
	text-align:center;
}

#main_img img {
	width:100%;
	max-width:1400px;
	min-width:1000px;
	}