@charset "utf-8";
.page-title{
    max-width: 1150px;
    margin:0 auto 25px;
    border-bottom: solid 1px #DEDFE2;
    padding-bottom: 30px;
}
.login-out{
    margin:20px 0 0;
    text-align: center;
}
.fb-login{
    margin-bottom: 5px;
}
.check-agree-box {
    background: #eee;
    padding: 15px 25px;
    clear: both;
    margin: 20px 0 0;
}
.check-agree label {
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #F75000;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    color: #F3856D;
}

.wishlist-box {
    margin-top: 50px;
}

@media screen and (max-width: 1000px) {/*手機版*/
    .check-agree-box {
        padding: 5px;
        margin-top: 5px;
      
    }
    .check-agree label{
        margin:3px 0;
    }
    .wishlist-box {
        margin-top: 0;
    }
    .login-out{
        margin-top: 5px;
    }
}