@charset "utf-8";
#map-box{
    border: 3px solid white;
    height: 274px;
    margin-bottom: 10px;
}
.content{
    background-color: white;
    margin-bottom: 15px;
    overflow: hidden;
}
.contactus{
    height: 514px;
    background: url("../images/contact_bg.png") no-repeat top right;
    background-color: white;
   background-size: cover;
    position: relative;
}
.content-box{
    width: 522px;
    height: auto;
    overflow: hidden;
    margin: 70px 0 70px 0;
    position: absolute;
    right: 10px;
    top:-10px;
}
.content-box span{font-weight: bold;}