/* ------------------------------
メニューの背景変更
------------------------------ */
div#eswsPaneAlphaInner {
background-image: none;
background-color: #3366ff;
height: 44px;
background-position: 50% 0;
background-repeat: no-repeat;
}


/* ------------------------------
ヘッダーの背景色
------------------------------ */

}


/* ------------------------------
h1タグの色
------------------------------ */
media="all"
#eswsHeaderParagraph1 {
color: #000080;
font-size: 11px;
margin-top: 11px;
margin-bottom: 4px;
}


/* ------------------------------
紹介文の色
------------------------------ */
#eswsHeaderParagraph1 {
color:#000080;
font-size: 11px;
margin-top: 11px;
margin-bottom: 4px;
}

media="all"
a:visited {
color:#000080;
}


/* ------------------------------
電話番号の色
------------------------------ */
#eswsHeaderInner #eswsInquiryTel {
    color:#008000;
}


/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
background-position: 0 0;
background-repeat: repeat-x;
}


/* ------------------------------
おすすめ物件表示の物件名の背景色の変更
------------------------------ */
li.eswsBuildingName {
background-color: ;
}



/* ------------------------------
おすすめ物件表示の賃料の色変更
------------------------------ */
span.eswsPrice, li.eswsPrice span, p.typo_price span {
color: #3366ff;
}



/* ------------------------------
おすすめ物件表示の物件名の文字色変更
------------------------------ */
li.eswsPropertyContainer .eswsBuildingName a, div.box_building_name p a {
color: #カラーコード;
}



/* ------------------------------
選択中のメニューの文字色 
------------------------------ */
ul#eswsMenu li.active span {
color:#カラーコード;
}

ul#eswsMenu li.active, ul#eswsMenu li.active a, #eswsMenu li.active .eswsDirectoryTitle {
background-image: none;
background-color: #2E2E2E";
}


/* ------------------------------
選択されていないメニューの文字色
------------------------------ */
ul#eswsMenu a {
color: #カラーコード;
}


/* ------------------------------
プルダウンするメニューの文字色
------------------------------ */
ul#eswsMenu ul.eswsSecondLayer a {
color: #カラーコード;
}



/* ------------------------------
プルダウンメニューの文字色の変更
------------------------------ */
#eswsMenu .eswsDirectoryTitle {
color: #カラーコード;
}



/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
    background-image: url("https://stageplan.es-ws.jp/image.gif");
    background-position: 50% -44px;
    background-repeat: no-repeat;
    background-color: white;
}

#eswsHeaderInner #eswsInquiryTime {
    float: right;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    margin-right: 11px;
color: #008000;
}


#eswsBody.eswsSaleList h3.eswsTitleHeaderText, #eswsBody.eswsRentList h3.eswsTitleHeaderText, #eswsBody.eswsRentDetail #main_ttl p, #eswsBody.eswsRentDetail #main_ttl h3 {
    color: #2E2E2E;
}


/* ------------------------------
リンクカラー
------------------------------ */
#eswsPaneBeta {
  background-color: #ffffff;
  /* 編集エリア背景色のデフォルトカラー  */

}
a {
  color: #0101DF;
  /* リンクカラーのデフォルトカラー  */

}
a:hover {
  color:#2E64FE;
  /* リンクロールオーバーカラーのデフォルトカラー  */

}

a {
    color: #0101DF;
    text-decoration: none;
}

a:visited {
    color:#2E64FE;
}




/* ------------------------------
フッター
------------------------------ */
div#eswsFooter{
  background-color: #f2f7f8;
}
#eswsFooterInner{
  padding: 30px 0;
  color: #333333;
  font-size: 14px!important;
  line-height: 1em!important;
}
#eswsFooterInner p{
  margin: 0;
}
div#eswsFooterText a{
  color: #333333;
  font-size: 14px!important;
  line-height: 1em!important;
}
p#footerLogo{
  background: url(/gazou/footerLogo.png) left top no-repeat;
  padding-top: 65px;
  margin-top: 20px;
  min-width: 202px;
  margin-bottom: 20px;
  font-size: 14px!important;
  line-height: 1em!important;
}
address#footerAddress{
  font-style: normal;
  margin-bottom: 8px;
  font-size: 14px!important;
  line-height: 1em!important;
}
p#footerNumber{
  margin-bottom: 20px;
  font-size: 14px!important;
  line-height: 1em!important;
}
p#foot_name{
  color: #333333;
  font-size: 12px!important;
  line-height: 1em!important;
  margin-bottom: 28px;
  font-weight: normal!important;
}
#typo_copyright{
  color:#333333!important;
  font-size: 14px!important;
  line-height: 1em!important;
}

/* ------------------------------
物件詳細画面の調整
------------------------------ */
table.eswsPropertyInfoDetail tr td, table.eswsPropertyInfoDetailSale tr td {
padding: 12px;
width: 0%;
word-break: break-all;
}