@charset "UTF-8";

.container {
    padding-bottom: 0;
}

.top_img {
    width: 100%;
    background-color: #fdfdfd;
}

.top_img img {
    width: 100%;
    max-width: 1200px;
}

.primary {
    float: none;
    width: 100%;
}

h2 {
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
    font-size: 25px;
}

#news {
    padding: 30px 0;
}

.news dl {
    overflow: hidden;
}

.news dt {
    width: 200px;
    float: left;
    margin-right: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #4B4B4B;
    line-height: 200px;
    text-align: center;
    background: #f2f2f2;
}

.news dd p {
    margin-bottom: 20px;
}

#aboutus {
    padding: 60px 0 70px;
}

#aboutus img {
    float: left;
    display: block;
    width: 450px;
}

#aboutus .inner > div {
    width: 480px;
    float: right;
    margin-top: 20px;
}

#aboutus .inner > div p.lead {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.box {
    margin-bottom: 50px;
}

table.info {
    width: 470px;
}

.map {
    height: 300px;
}

@media only screen and (max-width: 768px) {

    .top_img {
        margin-top: 55px;
    }

    .top_img img {
        width: 100%;
        min-width: 100%;
    }

    h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }


    #aboutus img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #aboutus .inner > div {
        width: 100%;
        float: none;
    }

  #aboutus,#company{
    padding: 30px 0;
}
  
  
    table.info {
        width: 100%;
        float: none;
    }

    #company .right tr:first-child {
        border-top: 1px solid #dedede;
        padding-top: 6px;
    }

    .map {
        width: 100%;
        float: none;
        height: auto;
    }

}
