.aft_title{
    position:absolute;
    top:-23px;
    left:80px;
    background:#fff;
    padding:0 20px;
}
.aft_title h3:before{
    content:"●";
    color:#B18576;
    font-size:32px;
    vertical-align: middle;
    padding-right:10px;
}

#about{
    margin-top:100px;
}
#about .common_wrap{
    border:1px solid #776B58;
    border-radius:30px;
}
#about table{
    width:90%;
    margin:0 auto;
    padding:50px 0 70px 0;
    border-collapse:separate;
    border-spacing:20px 0;
    font-size: 18px;
}
#about table th{
    font-weight: normal;
    text-align: left;
    width:150px;
    border-bottom:1px solid #776B58;
    margin-right:30px;
    padding:15px 30px;
    border-right:1px solid #fff;
}
#about table td{
    border-bottom:1px solid #776B58;
    padding:15px 30px;
    line-height:30px;
}
#about ul{
    width:90%;
    margin:0 auto;
    padding:50px 0 70px 0;
}
#about ul li{
    font-size: 18px;
    padding: 20px 50px;
}
#about ul li span{
    font-size: 20px;
    font-weight: bold;
}

#about .map{
    width:90%;
    margin:50px auto;
}
#about iframe{
    height:400px;
    width:100%;
}
#about a{
    color:#000;
}













