/*common*/
.wrap{
    background-color: #F6F6F6;
}
span.need{
    margin-left: 4px;
    font-size: 12px;
    line-height: 18px;
}
.half{
    display: inline-block;
    width: 200px !important;
}
.quarter{
    display: inline-block;
    width: 100px !important;
}
/*header--------------------------------------------*/
.header-menu{
    padding: 8px 0 16px;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid silver;
}
.header-menu img{
    display: block;
    max-width: 900px;
    margin: 20px auto 40px;
}

/*content--------------------------------------------*/
.estate-title{
    margin-top: 20px;
    padding: 8px;
    background-color: white;
}
.estate-title h1{
    margin: 0;
    padding-left: 16px;
    font-size: 1.6em;
    line-height: 48px;
    font-weight: bold;
    border-left: 6px solid midnightblue;
}

.detail-area{
    margin: 20px auto;
    padding: 8px 16px;
    background-color: white;
    border: none;
    border-radius: 4px;
}

.detail-area h2{
    margin: 8px 0 24px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

table.common-table{
    margin-bottom: 72px;
}
table.common-table tr th{
    vertical-align: middle;
    text-align: center;
}
table.common-table tr td{
    vertical-align: middle;
}
table.common-table tr td ul{
    margin: 0;
    padding-left: 12px;
}
table.common-table tr:last-child>*{
    border-bottom: 1px solid#ddd;
}

h3.content-title{
    padding-left: 16px;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 6px solid midnightblue;
}
.error-form{
    border: 2px solid red;
}
.error-str span {
    background-color: #f0ea94;
    color: #ff0000;
    font-weight: bold;
}
/*footer--------------------------------------------*/
#footer{
    padding: 10px 0;
    background-color: #363947;
}
#footer ul{
    float: left;
    margin: 0 0 0 0;
    padding-right: 28px;
}
#footer li{
    margin: 0;
    padding: 4px 0;
    list-style: none;
    color: white;
}
#footer li.title{
    margin: 0 0 5px 0;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px dotted white;
}
#footer li a{
    color: white;
}
#footer p{
    clear: both;
    margin: 15px 0 0;
    color: white;
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width:768px) {
    table.common-table tr th{
        display: block;
        width: 100% !important;
    }
    table.common-table tr td{
        display: block;
        width: 100% !important;
    }

}
