@charset "utf-8";

.mainContentsInner{
    margin: 0 auto;
    width: 980px;
}

.productContents{
    border-top: 1px solid #dfdfdf;
    margin-bottom: 40px;
}
.productContents .contentTitle{
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 30px;
}

.productContents #leftContents{
    width: 620px;
    float: left;
}
.productContents #rightContents{
    width: 340px;
    margin-left: 20px;
    float: right;
}

.items{
    clear: both;
    padding: 10px　0px;
    margin-top: 20px;
    width: 620px;
    display: inline-block;
    font-size: 1.3rem;
}
.items .buildingName{
    font-size: 1.8rem;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}
.items .buildingName a{
    color: #2396c7;
    text-decoration: none;
}
.items .buildingName a:hover{
    color: #ec7063;
}

.items .photo{
    float: left;
    width: 130px;
}
.items .photo p {
    position: relative;
    width: 122px;
    height: 162px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}
.items .photo p img{
    position: absolute;
    left: 1px;
    top: 1px;
    width: 120px;
    height: 160px;
    border-radius: 4px;
}

.items .property{
    float: right;
    width: 470px;
    margin-left: 20px;
    display: inline-block;
    margin-top: 8px;
}
.items .property dt{
    float: left;
    width: 90px;
}
.items .property dd{
    float: left;
}


.simpleContactBanner{
    margin-top: 20px;
}

.freewordSearch{
    margin-top: 20px;
}
.freewordSearch .intro{
    font-size: 1.4rem;
    padding: 5px 0px;
}
.freewordSearch input{
    border: 4px solid #c8c8c8;
    border-radius: 6px;
    font-size: 1.6rem;
    padding: 10px 5px;
    width: 230px;
    vertical-align: top;
}
.freewordSearch input:focus{
    border: 4px solid #34aadc;
}
.freewordSearch button{
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.6rem;
    color: white;
    padding: 10px 5px;
    width: 79px;
    background-color: #34aadc;
    border: 0px;
    vertical-align: top;
}

/**
* PAGER
*/
.pager{
    text-align: right;
    border-top: 1px solid #dfdfdf;
    padding: 15px 0px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.pager .pageBtn{
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 0px;
    background-color: #f7f7f7;
    margin-right: 10px;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.pager .pageBtn.selected{
    background-color:#34AADC;
    color: white;
}
.pager .pageBtn:hover{
    background-color:#34AADC;
    color: white;
}