/* CSS Document */


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

body {
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;*/
	background: url(/common_img/bg_h1.jpg) repeat-x;
}
#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: 95px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	background: none;
	z-index: 1;
}
h1#eswsHeading1 {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
}
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: 413px;
	height: 59px;
	margin-bottom: 0;
    margin-top: 3px;
}
p#eswsHeaderParagraph2 a {
	display: block;
}
/* ヘッダー	お問い合わせボタン
============================================================================================================= */

#eswsInquiryButton {
	position: absolute;
	top: 37px;
	left: 275px;
	z-index: 9999;
    display: none;
}
#eswsInquiryButton a {
	background-image: url(/common_img/btn_contact-off.jpg);
	width: 172px;
	height: 35px;
}
#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;
	display:none;
}
#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: #FFA54C;
    background: url(/common_img/tel.jpg) no-repeat 0px 2px;
	padding-left: 38px;
    float: none;
    padding-top: 0px;
    font-size: 36px;
    width: auto;
    margin-right: 6px;
	}
#eswsHeaderInner #eswsInquiryTime {
	color: #2C3E50;
    font-size: 11px;
	line-height: 15px;
	float: none;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    text-align: right;
    margin-right: 0px;
}
ul#eswsInquiryContent {
	background: url(/common_img/tel.png) no-repeat top left;
	margin-top: 28px;
}
/* グローバルナビ 
============================================================================================================= */

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

ul#eswsMenu a {
	height: 55px;
	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;
}

ul#eswsMenu span {
	width: 161px;
    font-size: 15px;
    height: 45px;
}

/* ナビ全体の高さ・幅の調整 */
div#eswsPaneAlphaInner {
/*margin-top: 464px;*/
}
#box_gnav {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	height: 55px;
}
ul#eswsMenu {
    height: 55px;
    overflow: hidden;
    display: block;
    width: 1000px;
    margin: 0 auto;
}
/* ナビボタンの高さ・幅・背景・線 */
ul#eswsMenu li {
	float: left;
	height: 55px;
    width: 166px;
	text-align: center;
	margin: 0;
}
/*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 span { border-bottom: 5px solid #FF7A4D; }
ul#eswsMenu li#gnav2 span { border-bottom: 5px solid #FFBF00; }
ul#eswsMenu li#gnav3 span { border-bottom: 5px solid #A3D900; }
ul#eswsMenu li#gnav4 span { border-bottom: 5px solid #00BFFF; }
ul#eswsMenu li#gnav5 span { border-bottom: 5px solid #7A4DFF; }
ul#eswsMenu li#gnav6 span { border-bottom: 5px solid #EB6198; }

ul#eswsMenu li#gnav1:hover span { color: #FF7A4D; }
ul#eswsMenu li#gnav2:hover span { color: #FFBF00; }
ul#eswsMenu li#gnav3:hover span { color: #A3D900; }
ul#eswsMenu li#gnav4:hover span { color: #00BFFF; }
ul#eswsMenu li#gnav5:hover span { color: #7A4DFF; }
ul#eswsMenu li#gnav6:hover span { color: #EB6198; }

/*滞在中ページのボタン（アクティブ時）*/
/*
#eswsPaneAlphaInner ul#eswsMenu li.active {	background-position: 0 -70px;	padding-left: 0px;	padding-right: 0px;}
#eswsPaneAlphaInner ul#eswsMenu li.active {	background-position: 0 -70px;	padding-left: 0px;	padding-right: 0px;}
#eswsPaneAlphaInner ul#eswsMenu li.active {	background-position: 0 -70px;	padding-left: 0px;	padding-right: 0px;}
#eswsPaneAlphaInner ul#eswsMenu li.active {	background-position: 0 -70px;	padding-left: 0px;	padding-right: 0px;}
#eswsPaneAlphaInner ul#eswsMenu li.active {	background-position: 0 -70px;	padding-left: 0px;	padding-right: 0px;}
*/

/*ドロップダウン*/
#eswsMenu .eswsDirectoryTitle {
	height: 55px;
	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: #fff;
	
	}

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;
}
#eswsPaneContainer{
	background:url(/common_img/bg.png)}
#eswsContainer {
	/*background: url(/common_img/bg_head.png) repeat-x top;*/
}
/* コンテンツとフッターの間にできる余白をリセット */
#eswsPaneBetaInner {
	margin-bottom: -2px;
}
/* 新着情報 */
dl.eswsNewinfoComponentInner, div.eswsNewinfoComponent dl {
	padding: 0 15px;
}
div.eswsNewinfoComponent dt {
	float: none;
	border-top: none;
	padding: 1em 0 0 0;
	clear: both;
	color: #333;
}
div.eswsNewinfoComponent dd {
	background: none;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0 1em 0;
	margin-bottom: 0;
}



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

li.eswsPropertyContainer .eswsBuildingName a, div.box_building_name p a {
  color: #fff;
  font-size: 14px;
  width: 173px;
  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, li.eswsPrice{
    padding-bottom:0;
    margin-top: 10px;
    border: none;
    width: 173px;
	margin-bottom: 5px;
  }


li.eswsPropertyContainer, div.box_property {
	padding-right: 0px;
    background: none;
    margin-right: 2px;
    margin-bottom: 10px;
    width: 173px;
    border: 1px solid #999;
	padding-bottom: 0;
	}
	
li.eswsPropertyContainer a:hover, div.box_property a:hover{
	/*color:#DFF0E0 !important;*/
	text-decoration:none !important;
	}
	
.eswsTitlePrice a{
    display: block;
    width: 173px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


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

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

td.eswsImageArea a img, div.eswsImageArea img{
  width:100%;
}

p.eswsAccess{
	width: 143px;
    margin-left: 0;
    padding-top: 5px;
    padding: 3px 0px 0 25px;
    background: url(/top_img/ico_access.png) no-repeat 5px 0px;
    font-size: 12px;
}

p.eswsAccess a{
}


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

}


li.eswsAddress { 
width: 143px;
    margin-left: 0;
    padding-top: 5px;
    padding: 1px 0px 0 25px;
    background: url(/top_img/ico_address.png) no-repeat 5px 0px;
    font-size: 12px;
	
}


.eswsImageArea td {
}
div.eswsOsusumeVertical div.eswsImageArea {
}
div.eswsImageArea table {
}
div.eswsOsusumeVertical div.eswsImageArea a {
}
li.eswsLayout {
font-size: 12px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 173px;
    background: #CCE6FF;
    padding: 5px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
a.eswsBuildingType{
/*font-size: 11px;*/
	}


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

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


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

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

div#eswsFooter {
	background: #fff;
}

#eswsFooterInner {
	width: 100%;
	padding-top: 0;
    padding-bottom: 0;
}
/* フッター　社名 */
p#foot_name {
	display: none;
}
#eswsFooterText {
	display: none;
}
/* ページトップボタン */	

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

p#typo_copyright {
    clear: both;
    text-align: right;
    height: 30px;
    color: #000;
    display: block;
    width: 100%;
    padding-top: 10px;
	margin: 15px auto 0;
    border-top: 1px solid #C8C8C8;
	}

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

/*お問い合わせボタン*/
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;*/
}