﻿@charset "utf-8";
@import url("reset_20170724001.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');
/* CSS Document */
p, h1, h2, h3, h4, a {
    line-height: 160%;
}

a {
    color: #e5004b;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    text-decoration: none;
}

    a:hover {
        color: #a12236;
    }

input, textarea, select {
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    font-size: 15px;
    padding: 4px;
    color: #222;
    /*避免select長度不一*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    input:focus {
        outline: none;
    }

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.divider {
    height: 10px;
    line-height: 10px;
}

.alert {
    background: #f9f9f9;
    padding: 15px;
}
/*-------font effect-----------*/
.red {
    color: #F00;
}

.pink {
    color: #e5004b;
}

.black {
    color: #333;
}

.green {
    color: #11B400;
}

.pinkLine {
    border-bottom: 1px solid #e5004b;
    padding-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.crossline {
    text-decoration: line-through;
    color: #aaa;
}

.italic {
    font-style: italic;
    opacity: 0.6;
    font-weight: normal;
}

.nowrap {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.closeTrack::before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.closeTrack::after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-ms-input-placeholder { /* WebKit browsers */
    color: #999;
}

ol.number {
    margin-left: 40px;
    list-style: disc;
}

ul.notice {
    margin-left: 20px;
    list-style: url(../images/check.svg) outside;
}

    ul.notice li {
        margin-bottom: 10px;
    }

ol.noticeSub {
    margin: 0 0 10px 40px;
    list-style: disc;
}

    ol.noticeSub li {
        margin: 0;
    }

    ol.noticeSub p {
        margin: 10px 0 10px -40px;
    }
/*-------btn effect-----------*/
.btn {
    padding: 13px 15px; /*H:45px*/
    line-height: 100%;
    font-size: 19px;
    -webkit-appearance: none; /*取消手機預設樣式*/
}
.botton {
    padding: 13px 15px; /*H:45px*/
    line-height: 100%;
    font-size: 19px;
    text-align: center;
    -webkit-appearance: none; /*取消手機預設樣式*/
}

/*INTTW03426 (MKT-Rufina) C6配合reBranding, Hardy 20200521*/
.btnStyle {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    /*background-image: linear-gradient(to right,rgb(145, 37, 182), rgb(208, 25, 135), red);*/
    background-color: #e5004b;
}
.bottonStyle {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    /*background-image: linear-gradient(to right,rgb(145, 37, 182), rgb(208, 25, 135), red);*/
    background-color: #e5004b;
}

.MiniStorbtnStyle {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    background-color: #e5004b;
}

    .MiniStorbtnStyle:hover {
        color: #FFF;
        background: #a12236;
    }

.productBord {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border: 1px solid #eee;
    transition: .3s;
}
/*.productBord:hover {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border: 1.5px solid #eee;
    transition: .3s;
}*/

    .btnDisabled {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    background: gray;
    border: 0;
    border-bottom: 3px solid gray;
    border-radius: 3px;
}
.minText {
    width: 48%;
}
/*INTTW03426 (MKT-Rufina) C6配合reBranding, Hardy 20200521*/
.btnStyle:hover {
    color: #FFF;
    background: #a12236;
    /*border-bottom: 1px solid #c10173;*/
}
.bottonStyle:hover {
    color: #FFF;
    background: #a12236;
    /*border-bottom: 1px solid #c10173;*/
}

.btnGray {
    color: #222;
    background: #eee;
    border-bottom: 3px solid #ddd;
}

.btnBlue {
    background: #3765A3;
    border-bottom: 3px solid #2c5285;
}
/*-------------table Display--------------------*/
.tableDisplay {
    border-collapse: collapse;
}

    .tableDisplay th {
        padding: 8px 20px;
        background: #333;
        color: #fff;
    }

    .tableDisplay .pink {
        background: #e5004b;
    }

    .tableDisplay td {
        /*word-break: break-all;*/
        border-bottom: 1px solid #E0E0E0;
        padding: 8px 20px;
    }

.horizontalmenutextselect {
    background: #fff;
    border-top: 4px solid #e5004b;
}
/*-------------Form-----------------*/

/*-------------table DisplayAdd  add by tony 20160930 begin--------------------*/
.tableDisplayAdd {
    border-collapse: collapse;
}

    .tableDisplayAdd th {
        padding: 8px 20px;
        background: #DFDFDF;
    }

    .tableDisplayAdd .pink {
        background: #e5004b;
    }

    .tableDisplayAdd td {
        /*word-break: break-all;*/
        border-bottom: 1px solid #E0E0E0;
        padding: 8px 20px;
    }
/*-------------table DisplayAdd  add by tony 20160930 end--------------------*/

/*-------------Form-----------------*/

.textStyle {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
}

    .textStyle:focus {
        border: 1px solid #e5004b;
    }

.formTitle {
    margin-bottom: 5px;
}
/*---------------------- toTop ------------------------*/
#toTop {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_top.svg) no-repeat #bbb center center;
    cursor: pointer;
    display: none;
    z-index: 123;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    #toTop:hover {
        background: url(../images/icon_top.svg) no-repeat #e5004b center center;
    }
/*-----------------quickLink--------------------*/
#quickLink li.topInfoLi1 a {
    background-image: url(../images/w1.png);
    background-size: 16px;
    padding-left: 25px;
}

#quickLink li.campselect a {
    background-image: url(../images/w4.png);
    background-size: 16px;
    padding-left: 25px;
}

#quickLink li.order a {
    background-image: url(../images/order.svg);
    background-size: 16px;
    padding-left: 25px;
}

#quickLink li.share a {
    background-image: url(../images/icon-share.svg);
    background-size: auto;
    padding-left: 25px;
}

#quickLink li.member a {
    background-image: url(../images/member.svg);
    background-size: auto;
    padding-left: 25px;
}

#quickLink li.cart a {
    background-image: url(../images/cart.svg);
    background-size: auto;
    padding-left: 25px;    
}

#quickLink li.brochure a {
    background-image: url(../images/brochure.svg);
}
/*--------------------follow-------------*/


        #follow ul li {
            display: inline-block;
            margin-right: 15px;
        }

            #follow ul li:last-child {
                margin-right: 0;
            }

            #follow ul li a {
                color: #333;
                display: block;
                vertical-align: middle;
            }

            #follow ul li img {
                width: 24px;
                height: 24px;
            }

            #follow ul li:first-child a {
                background: #395296;
                color: #fff;
                padding-right: 2px;
                padding-left: 2px;
            }

            #follow ul li:nth-child(2) a {
                background: #00C200;
                color: #fff;
                padding-right: 2px;
                padding-left: 2px;
            }

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
    /*-----------------------body-----------------------*/
    html, body {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 15px;
        line-height: 160%;
        font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
        min-width: 980px;
    }
    #follow {
        text-align: center;
    }

        #follow ul {
            overflow: auto;
            text-align: center;
        }

   
    .NoShowInPC {
        display: none;
    }

    .OrderInforDetail {
        width: 30%;
    }

    /*------------------menu------------------------*/
    #menuWrapper {
        width: 85%;
        min-width: 980px;
        margin: 0 auto;
        text-align: center;
    }

        #menuWrapper h4 {
            display: none;
        }

    #menu {
        height: 60px;
    }

        #menu li {
            display: inline-block;
            position: relative;
            z-index: 999;
        }

            #menu li a {
                color: #000000;
            }

                #menu li a.firstLevel {
                    display: block;
                    text-align: center;
                    line-height: 60px;
                    font-size: 17px;
                    padding: 0 10px;
                    text-decoration: none;
                    cursor: pointer;
                }

                #menu li a.selected, #menu li a:hover {
                    color: #e5004b;
                }
    /*subMenu*/

    dl.subItem {
        position: absolute;
        padding: 10px 0;
        display: none;
        background: #f1f1f1;
        border-top: 2px solid #ccc;
        overflow: auto;
        text-align: left;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
    }

    dl.frameOne {
        width: 230px;
    }

    dl.frameTwo {
        width: 400px;
    }

        dl.frameTwo div {
            float: left;
            width: 200px;
        }

    dl.subItem p {
        padding: 5px 15px;
        font-size: 15px;
    }

    dl.subItem dt {
        padding: 5px 15px;
        color: #e5004b;
    }
    /*-----------------header---------------*/
    header {
        width: 85%;
        min-width: 980px;
        height: 90px;
        margin: 15px auto;
        z-index: 198;
        position: relative;
        padding-top: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
        header h1 {
            display: inline-block;
            padding: 10px;
        }
            header h1 a {
                display: block;
                width: 90px;
                height: 90px;
                text-indent: -9999px;
                background-image: url(../images/avon_logo.png);
                background-repeat: no-repeat;
                background-size: 100% auto;
                margin: 0 auto;
                position: absolute;
                bottom: 0;
                left: 0;
            }
    /*-----------------quickLink---------------*/
    #quickLink {
        position: absolute;
        top: 0;
        right: 0;
    }

        #quickLink li {
            margin-left: 15px;
            float: left;
            font-size: 17px;
            color: #000;
        }

            #quickLink li a {
                padding-left: 22px;
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 16px 16px;
            }

            #quickLink li.search {
                display: none;
            }
    /*-------------------search----------------------*/
    #search {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .searchText {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border: 1px solid #ddd;
        width: 300px;
    }

    .searchBtn {
        border: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        background-image: url(../images/search_index.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        text-indent: -9999px;
        margin-left: -40px;
        padding: 0;
        cursor: pointer;
    }
    /*-------------------topInfo----------------------*/
    #topInfo {
        position: absolute;
        left: 0;
        top: 0;
    }

        #topInfo li p {
            padding-left: 25px;
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px 18px;
            line-height: 200%;
        }

        #topInfo li span {
            color: #999;
        }

    #topInfo_li_1 {
        background-image: url(../images/w1.png);
    }

    #topInfo_li_2 {
        background-image: url(../images/cargo.svg);
    }

    #topInfo_li_3 {
        background-image: url(../images/w2.png);
    }

    #topInfo_li_4 {
        background-image: url(../images/w3.png);
    }

    #topInfo_li_5 { /*(Ross 20180329)為多期新增此項目*/
        background-image: url(../images/w4.png);
    }

    #topInfo_li_6 {
        background-image: url(../images/icon-share.svg);
    }
    /*------------------menu------------------------*/
    #banner {
        width: 85%;
        min-width: 980px;
        margin: 0 auto;
    }
    /*----------------track----------------------------------*/
    #track {
        width: 85%;
        min-width: 980px;
        margin: 0 auto;
        color: #fff;
        padding: 10px 0;
        background: #e5004b;
        text-align: center;
    }

        #track a {
            color: #fff;
        }

            #track a:hover {
                text-decoration: underline;
            }
    /*-------------content inner--------------------*/
    article {
        width: 85%;
        margin: 30px auto;
        min-width: 980px;
    }

        article h1 {
            font-size: 31px;
            font-weight: normal;
        }

        article h3 {
            color: #e5004b;
            font-size: 20px;
            font-weight: normal;
        }

    #dvCoupon {
        display: none;
    }

    #left {
        float: left;
        width: 22%;
        min-width: 220px;
    }

        #left h1 {
            margin-bottom: 25px;
        }

    #right {
        float: right;
        width: 75%;
    }
    /*-------------table form--------------------*/
    #formWrapper {
        width: 40%;
        margin: 0 auto;
    }

    #formWrapperLeft {
        width: 40%;
    }

    .maxText {
        width: 100%;
    }

    .minText {
        width: 48%;
    }

    .largeText {
        width: 80%;
    }

    .smallText {
        width: 60px;
        text-align: center;
    }

    .midText {
        width: 40%;
    }

    .address {
        margin-bottom: 10px;
        overflow: auto;
    }

        .address li {
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .address li:last-child {
                margin-right: 0;
            }

    .zipcode {
        padding: 10px;
    }

    label.error {
        color: #fff;
        margin-top: 5px;
        display: inline-block;
        font-style: italic;
        background: url(../images/alertTop.png) no-repeat left center;
        padding: 20px 10px 10px 10px;
    }

    .radioContainer p {
        /*display: inline-block;*/
    }

        .radioContainer p:nth-child(2), .radioContainer p:nth-child(3) {
            margin-top: 5px;
        }
    /*-------------footer--------------------*/
    footer {
        background: #000;
        color: #fff;
        min-width: 980px;
        margin: 0 auto 0 auto;
        width: 85%;
        font-size: 13px!important;
    }

    #footer {
        padding: 10px 0;
        text-align: center;
    }

        #footer a {
            color: #FFF;
            margin: 0 5px;
        }
    /*----------AD PC----------*/
    #adMobile {
        display: none;
    }

    #adPC {
        position: fixed;
        right: 0;
        top: 30%;
    }
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
    /*-----------------------body-----------------------*/
    html {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: none;
    }

    body {
        color: #333;
        line-height: 155%;
        font-size: 16px;
        font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        min-height: 100%;
        padding-left: 0px !important;
    }

    #follow ul {
        overflow: auto;
    }

    .NoShowInMobile {
        display: none;
    }

    .btn {
        font-size: 16px;
        -webkit-appearance: none; /*取消手機預設樣式*/
    }
    .botton {
        font-size: 16px;
        -webkit-appearance: none; /*取消手機預設樣式*/
    }

    .alignCenterMobile {
        text-align: center;
    }

    input, textarea, select {
        font-size: 16px;
    }

    .picForMobile {
        width: 100%;
        height: auto;
    }

    .fixeditemMargin {
        margin-bottom: 75px;
    }
    /*-----------------header---------------*/
    header h1 {
        display: flex;
        justify-content: center;
    }
    header h1 a {
        position: absolute;
        top: 10px;
        width: 60px;
        height: 60px;
        display: inline-block;
        text-indent: -9999px;
        background-image: url(../images/avon_logo.png);
        background-repeat: no-repeat;
        background-size: 60px 60px;
        z-index: 499;
    }
    /*-------dvAll menu----------*/
    div#dvAllMenu {
        float: left;
        width: 100%;
    }

    div#dvCoupon {
        width: 100%;
        margin-top: 5%;
        display: normal;
    }

    div#tab2 {
        margin-bottom: 68%;
    }

    div#dvRight {
        width: 100%;
        float: right;
    }

    div#dvPaymentSearch, #dvDownLine, #dvPayment, #tab1, #dvBuy {
        margin-bottom: 44%;
    }

    div#tab3 {
        margin-bottom: 15%;
    }

    div#tab4 {
        margin-bottom: 15%;
    }

    div#right {
        float: left;
        margin-top: 5%;
        width: 100%;
    }
    /*-------horizontal menu----------*/
    #horizontal {
        margin: 80px 0 0 0;
        /*padding-left: 20px;*/
        position: relative;
        height: 50px;
        background: #f0f4f5;
        /*border-bottom: 1px solid #e0e0e0;*/
    }

        #horizontal span {
            width: 25px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            background: url(../images/menucover.png) no-repeat right center;
            z-index: 99;
        }



        #horizontal ul li {
            display: block;
            line-height: 50px;
        }

            #horizontal ul li:last-child {
                width: 40px;
            }
    /*-----------------quickLink---------------*/
    #quickLink {
        position: absolute;
        top: 45px;
        right: 20px;
        z-index: 399;
    }

        #quickLink li {
            margin-left: 15px;
            float: left;
            display: block;
            text-indent: -9999px;
        }

            #quickLink li a {
                display: block;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 20px 20px;
                width: 20px;
                height: 20px;
            }

            #quickLink li.name {
                position: absolute;
                top: -40px;
                right: 20px;
                text-indent: 0;
                font-size: 12px;
                color: #666;
                display: block;
            }

            #quickLink li.order {
                display: none;
            }

            #quickLink li.search a {
                background-image: url(../images/searchBlack.svg);
            }

            #quickLink li.pink a {
                background-image: url(../images/searchPink.svg);
            }

            #quickLink li.cart a {
                background-position: left center;
                text-indent: 0;
                width: auto;
                padding-left: 20px;
            }

                #quickLink li.cart a span {
                    display: none;
                }
    /*-------------------search----------------------*/
    #searchWrapper {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        background: #eee;
        display: none;
        z-index: 999;
    }

    #search {
        position: relative;
    }

    .searchText {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .searchBtn {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        text-indent: -9999px;
        padding: 0;
        cursor: pointer;
    }
    /*------------------topInfo------------------------*/
    #topInfo {
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

        #topInfo li {
            /*display: inline-block;*/
            font-size: 12px;
            float: left;
        }

    #topInfoLi1 {
        text-align: left;
        float: left;
        width: 100%;
        display: inline-block;
    }

    #topInfoLi3 {
        float: left;
        width: 50%;
        text-align: right;
    }

    #topInfoLi4 {
        text-align: left;
        float: left;
        width: 50%;
        display: inline-block;
    }

    #topInfoLi5 { /*(Ross 20180329)為多期新增此項目*/
        float: right;
        width: 50%;
        text-align: right;
        padding-right: 10px;
    }

    #topInfoLi6 {
        float: left;
        width: 50%;
        text-align: right;
    }

    #Span1 {
        text-align: center;
        background-image: url(../images/w1.png);
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 14px 14px;
        line-height: 200%;
    }

    #Span2 {
        background-image: url(../images/w2.png);
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 14px 14px;
        line-height: 200%;
    }

    #Span3 {
        text-align: center;
        padding-left: 25px;
        background-image: url(../images/w3.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 14px 14px;
        line-height: 200%;
    }

    #Span4 { /*(Ross 20180329)為多期新增此項目*/
        background-image: url(../images/w4.png);
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 14px 14px;
        line-height: 200%;
    }
    /*#topInfo_li_3 {
    display:inline-block;
}*/
    /*#topInfo_li_4 {
    display:inline-block;
}*/
    #topInfo li span {
        color: #999;
    }
    /*#topInfo li p {
	display: inline-block;
}*/
    /*#topInfo_li_5 {
    display:none;
}*/
    /*------------------menu------------------------*/
    #hyglsd {
        font-size: 12px;
        color: #666;
        position: absolute;
        top: 5px;
        margin-left: 12px;
    }
    #menuWrapperForMobile {
        position: absolute;
        top: 0;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #eee;
        background: rgba(255,255,255,0.9);
        z-index: 299;
    }

    #menuWrapper {
        position: relative;
    }

        #menuWrapper h4 {
            display: block;
            position: absolute;
            width: 70px;
            height: 60px;
            top: 20px;
            left: 0;
            background-image: url(../images/bars.svg);
            background-size: auto 70%;
            background-repeat: no-repeat;
            background-position: center center;
            text-indent: -9999px;
            z-index: 699;
        }

            #menuWrapper h4.gray {
                background-color: #eee;
            }

    #menu {
        width: 45%;
        height: auto;
        background: #EEE;
        position: absolute;
        top: 80px;
        left: 0;
        display: none;
        overflow: auto;
    }

        #menu li {
            border-bottom: 1px solid #D5D5D5;
        }

            #menu li:last-child {
                border-bottom: 0;
            }

            #menu li a {
                color: #000000;
                display: block;
            }

                #menu li a.firstLevel {
                    padding: 8px 20px;
                }

                #menu li a.selected {
                    border-bottom: 1px solid #ddd;
                    color: #e5004b;
                }

            #menu li dl {
                display: none;
                margin-left: 0;
            }
    /*---------subMenu--------*/
    .open {
        cursor: pointer;
        background-image: url(../images/openItem.svg);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: right center;
    }

    .itemOpen {
        background-image: none;
        background-color: #ddd;
    }

    dl.subItem {
        display: none;
        overflow: auto;
        position: fixed;
        top: 80px;
        left: 45%;
        background: #ddd;
        width: 44%;
        height: auto;
        z-index: 999;
    }

        dl.subItem p a {
            padding: 8px 10px;
        }

        dl.subItem dt {
            padding: 8px 10px;
            color: #e5004b;
        }
    /*----------------track----------------------------------*/
    #track {
        margin: 15px 20px 0 20px;
        color: #fff;
        padding: 10px;
        background: #e5004b;
        text-align: center;
    }

        #track a {
            color: #fff;
        }

    #banner {
        position:relative;
        margin: 0 20px;
    }
    /*-------------content--------------------*/
    article {
        padding: 20px;
    }

        article h1 {
            font-size: 27px;
            font-weight: normal;
        }

        article h3 {
            color: #e5004b;
            font-size: 20px;
            font-weight: normal;
        }

    #left {
        display: none;
    }
    /*-------------table form--------------------*/
    .maxText, .largeText, .midText {
        width: 100%;
    }

    .smallText {
        width: 60px;
        text-align: center;
    }

    label.error {
        color: #fff;
        margin-top: 5px;
        display: inline-block;
        font-style: italic;
        background: url(../images/alertTop.png) no-repeat left center;
        padding: 20px 10px 10px 10px;
    }

    .address {
        margin-bottom: 10px;
        overflow: auto;
    }

        .address li {
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .address li:last-child {
                margin-right: 0;
            }

    .zipcode {
        padding: 10px;
    }

    .radioContainer p {
        display: block;
    }

    .tableDisplay th, .tableDisplay td {
        padding: 8px 10px;
    }
    /*-------------footer--------------------*/
    footer {
        color: #fff;
        font-size: 13px !important;
    }

    #footer {
        padding: 10px 0;
        background: #000;
        text-align: center;
    }

        #footer a {
            color: #fff;
            margin: 0 5px;
        }
    /*------------------toTop------------------------*/
    #toTop {
        right: 10px;
        bottom: 140px;
    }
    /*----------AD PC----------*/
    #adMobile {
        margin-bottom: 20px;
    }

    #adPC {
        display: none;
    }

    #follow ul li {
        margin-right: 5px;
    }

        #follow ul li a {
            font-size: 14px;
        }

        #follow ul li:first-child, #follow ul li:nth-child(2) {
            margin-bottom: 10px;
            padding-right: 2px;
            padding-left: 2px;
        }
}
