@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.btn_policy a {
    color: rgb(102, 69, 36);
    display: block;
    font-size: 112%;
    font-weight: bold;
    max-width: 320px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(102, 69, 36);
    border-image: initial;
    margin: 0px auto;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s;
}