@charset "utf-8";

.login-out{

    margin:20px 0 0;

}

.fb-login{

    margin-bottom: 5px;

}

.check-agree-box {

    background:#F0F0F0;

    padding: 15px 20px;

    clear: both;

    margin: 40px 0 10px;

    font-size: 14px;

    color:#9F8474;

}

.check-agree label {

    display: inline-block;

    margin: 5px 0;

}

.check-agree strong,

.check-agree a {

    color: #135EAB;

}

.check-agree a:hover {

    text-decoration: underline;

}



@media screen and (max-width: 1000px) {

    .check-agree-box {

        padding: 5px 15px;

        font-size: 12px;

        margin:5px 0;

    }

    .login-out{

        margin-top: 5px;

        text-align: center;

        margin-bottom: 20px;

    }



}