.property-img img {
    max-width: 600px;
    height: 100%;
}

h4.property-ttl {
    background: url(../img/property/property_border_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 20px;
    padding: 70px 0px 10px;
}

.property-content {
    padding: 50px 0px;
    margin: 0px auto;
    position: relative;
}


.property-content li.left-area {
    width: 600px;
    margin-right: 20px;
}

.property-content li {
    display: inline-block;
    vertical-align: top;
}

.property-comment {
    border: 1px solid #4e4c49;
    padding: 30px;
    color: #333333;
    text-align: justify;
    line-height: 160%;
}

.property-content li.right-area {
    width: 354px;
}

.property-table {
    width: 100%;
}

.property-table td {
    border: 1px solid #333333;
    border-collapse: collapse;
    padding: 5%;
    font-size: 14px !important;
    vertical-align: middle;
}

.property-table td:first-child {
    text-align: center;
    padding: 7% 0px;
    width: 130px;
}

