@charset "UTF-8";


.companysite_button_area{
    margin-bottom:50px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.companysite_button_style{
    background-color: #f6f6f6;
    color: #6096d4;
    font-size: 12px;
    padding: 12px 24px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-decoration: none;
}

a.companysite_button_style{
    text-decoration: none;
}


.companysite_button_style:hover{
    background: #ffffff;
    color: #94c6ff;
}

a.companysite_button_style:hover{
    text-decoration: none;
}