/*---------------------------------
画像ロールオーバー
-----------------------------------*/
a:hover img{
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
    background-image: none;
    background-position: 50% -44px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}


li.eswsBuildingName {
    width: 215px;
    /* height: 21px; */
    background-color: #eae4e4;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

span.eswsPrice, li.eswsPrice span, p.typo_price span {
    color: #476aa9;
}

li.eswsPropertyContainer .eswsBuildingName a, div.box_building_name p a {
    font-size: 12px;
    color: #0f3260;
    line-height: 2;
    /* line-height: 21px; */
}