@charset "utf-8";
/* CSS Document */

.c_head{
    background: url('../images/about/page_title_bg.png') no-repeat ;
    background-color: #deecf9;
    margin-bottom: 30px;
}


.c_right_wrap{
    width: 740px;
    margin: 0 auto;
}

.txt1{
    font-size: 14px;
}

h2.title{
    width: 740px;
    height: 24px;
    padding: 8px 20px;
    font-size: 18px;
    color: #5aa0e1;
    font-weight: normal;
    background: url(../images/about/h2_bg.jpg) no-repeat;
}

.company_img{
    width: 210px;
    height: 210px;
    float: left;
}

.about_list{
    width: 505px;
    float: right;
    overflow: hidden;
}

.about_list li{
    width: 505px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.about_list li .left{
    width: 130px;
    padding-left: 20px;
    float: left;
}

.about_list li .right{
    width: 335px;
    padding-right: 20px;
    float: right;
}

.gmap{
    width: 738px;
    height: 398px;
    margin: 35px 0 10px;
    border: 1px solid #ccc;
}

#map{
    width: 738px;
    height: 398px;
}

.to_gmap{
    text-align: center;
}

.to_gmap a{
    text-decoration: underline;
}

.to_gmap a:hover{
    text-decoration: none;
}