/* 物件説明表 */
th {
    background-color: #CCC;
}

.estate_view {
    clear: both;
    margin-top: 5px;
}

.estate_view h3 {
    clear: both;
    font-weight: bold;
    background: url(/img/icon/comment.gif) no-repeat;
    padding-left: 20px;
}

.estate_view dl {
    margin: 0 0 15px;
    padding: 0 10px 0 10px;
    border: 3px #EEEEEE solid;
    width: 320px;
}

.estate_view dl dt {
	clear:left;
    float: left;
    width: 8em;
    padding: 3px 0;
    line-height: 110%;
    font-weight: bold;
    color: #247CB1;
    border-top: 1px #EEEEEE solid;
}

.estate_view dl dd {
    min-width: 1em;
    min-height: 1em;
    width: auto;
    padding: 3px 0 3px 5px;
    line-height: 110%;
    border-top: 1px #EEEEEE solid;
    white-space: normal;
}

span.equipment {
    margin-right: 7px;
    background: url(/img/icon/bullet.gif) no-repeat 0px 3px;
    padding-left: 7px;
}

.explain {
    float: left;
    margin-right: 1em;
}

.pagetop {
    clear: both;
}
/* 画像一覧 STYLE */
p, .caption {
    font-size: 1.2em;
    color: #999;
}

.estate_images { /*画像表示領域を指定*/
    clear: both;
    height: auto;
    width: 694px;
    position: relative;
}

.estate_images #large_image { /*大画像表示領域を指定*/
    width: 330px;
    float: left;
    margin-right: 5px;
}

#thumb_image {
    clear: both;
}

.estate_images #thumb_image li { /*サムネイル画像表示領域を指定*/
    width: 130px;
    height: 130px;
    border: 3px solid #E9F7FD;
    margin: 0 2px 0 0;
    overflow: hidden;
    background: #EEE;
    float: left;
}

.estate_images #thumb_image li.active {
    border-color: #1987C2;
}

.estate_images #thumb_image li img {
    opacity: 0.8
}

.estate_images #thumb_image li.active img, .estate_images #thumb_image li:hover img {
    opacity: 1
}

.estate_images #thumb_image li div .caption {
    padding-left: 5px;
    font: normal 0.7em / 1.4 sans-serif;
    color: #999;
}

.estate_images #thumb_image li img {
    filter: alpha( opacity = 80 ) !important;
}

.estate_images #thumb_image li.active img, .estate_images #thumb_image li:hover img {
    filter: alpha( opacity = 100 ) !important;
}

#condition_text {
    position: absolute;
    top: 80px;
    left: 10px;
    display: block;
    background-color: #FFF;
    color: #D33;
    font-weight: bold;
    font-size: 50px;
    line-height: 1em;
    padding: 3px;
    opacity: 0.9;
    width: 300px;
    height: 56px;
    text-align: center;
}

#condition_text {
    filter: alpha( opacity = 90 ) !important;
}

#comments_text {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background-color: #EEE;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    padding: 2px;
    opacity: 0.8;
    width: auto;
    height: 18px;
    text-align: center;
}

#comments_text {
    filter: alpha( opacity = 80 ) !important;
}

.osusume {
    border: 3px dotted #CCCCCC;
    margin: 2px;
    padding: 3px;
}
/* googlemap */
#map {
    float: right;
}