@charset "utf-8";

/* CSS Document */

.bd_img {
    display: block;
    margin: 0 auto;
    width: 1024px;
    height: 695px;
}

.in_text {
    display: block;
    margin: 0 auto;
    background-image: url(box.png);
    background-repeat: no-repeat;
    width: 964px;
    height: 355px;
    color: hsla(28, 100%, 22%, 1.00);
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px;
}

.tl_text {
    font-size: 24px;
    text-align: center;
    line-height: 25px;
    color: #b6107c;
}

.store {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 1000px;
    height: 562px;
    background-image: url(store_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.store_01 {
    padding-top: 470px;
}

.store_02 {
    padding-top: 470px;
    padding-left: 90px;
}

.back {
    display: block;
    width: 76px;
    height: 22px;
    margin: 0 auto;
    padding-top: 120px;
}