﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0 0 0 0;
}

img {
    border: 0px;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: left top;
}

#content_1 {
    padding-right: 5px;
    padding-left: 5px;
}

.mbanner {
    width: 100%;
}

#footer {
    height: 80px;
    width: 100%;
}

#mainbtn {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0e9dd), color-stop(0.00, #fffced));
    background: -webkit-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    background: -moz-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffced', endColorstr='#fff0e9ed', GradientType=0 );
    background: linear-gradient(top, #fffced 0%, #f0e9ed 100%);
}

    #mainbtn img {
        display: block;
        width: 100%;
        height: 80px;
    }

#page1 {
    background-color: #fffced;
}

#page2 {
    background-color: #fffced;
}

#header {
    background-color: #fffced;
    font-size: 30px;
    color: #4d4d4d;
    font-family: "微軟正黑體";
}

.backbtn {
    display: block;
    padding: 5px;
}

    .backbtn img {
        height: 40px;
    }
/* 菜單大類 */
#menulist {
    background-color: #fffced;
    font-size: 20px;
    color: #4d4d4d;
}

    #menulist ul {
    }

    #menulist img {
        width: 100%;
        float: left;
        margin: 0px;
    }

    #menulist li {
        float: left;
        list-style: none;
        text-align: center;
        background-color: #000000;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        font-family: "微軟正黑體";
    }

        #menulist li a {
            text-decoration: none;
            color: #FFFFFF;
            display: block;
        }

            #menulist li a:hover {
                text-decoration: none;
                color: #000000;
                background-color: #33B5E5;
            }

    #menulist .menuihead {
        z-index: 1;
    }

    #menulist .menuibody {
        z-index: 2;
        position: absolute;
    }

    #menulist .menuitxt {
        z-index: 3;
        position: absolute;
        font-size: 30px;
        padding-left: 20px;
        padding-top: 30px;
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
/* 類別明細 */
#menuilist {
    height: auto;
    width: 100%;
}

    #menuilist ul {
        list-style-type: none;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #menuilist li h3 {
        font: bold 16px "?L?n??????";
        padding: 0px;
        /*padding-left: 105px;*/
        margin-top: 5px;
        margin-block-end: 0;
    }

    #menuilist li img {
        /*float: left;
        margin: 0 2px 0 0;
        max-width: 100px;*/
    }

    #menuilist li p {
        font: normal 12px "微軟正黑體";
        text-decoration: none;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: right;
        display: block;
    }

    #menuilist li {
        padding: 10px;
        overflow: auto;
        border-bottom-width: 2px;
        border-bottom-style: dashed;
        border-bottom-color: #cccac0;
        margin: 0px;
    }

        #menuilist li:hover {
            background: #FFF0A8;
            cursor: pointer;
        }

    #menuilist a {
        color: #000000;
        text-decoration: none;
    }

.gprice {
    font: normal 18px "微軟正黑體";
    color: #f7931e;
}

#mainbtn2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0e9dd), color-stop(0.00, #fffced));
    background: -webkit-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    background: -moz-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffced', endColorstr='#fff0e9ed', GradientType=0 );
    background: linear-gradient(top, #fffced 0%, #f0e9ed 100%);
}

    #mainbtn2 .menuihead {
        position: relative;
        text-align: center;
        padding-left: 30%;
    }

#shopbtn {
    float: left;
    height: 82px;
    z-index: 1;
}

#mainbtn2 .menuitxt {
    z-index: 2;
    position: absolute;
    font-size: 14px;
    display: block;
    width: 30px;
    height: 24px;
    text-align: center;
    /* border-top: 20px; */
    padding-top: 6px;
    top: 30px;
    left: 50%;
    background-image: url(../images/ball.png);
    background-size: cover;
}

#mproductdetail {
    width: 100%;
    clear: right;
    float: left;
    clear: both;
}

    #mproductdetail .mshoppic {
        width: 100%;
        height: 200px;
        float: left;
        clear: both;
    }

#page-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

#scroll-page {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    z-index: 99;
}

#addbtn {
    height: 82px;
}

#cancelbtn {
    height: 82px;
}

.mshoppic img {
    width: 100%;
    height: auto;
}

#mainbtn3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0e9dd), color-stop(0.00, #fffced));
    background: -webkit-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    background: -moz-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffced', endColorstr='#fff0e9ed', GradientType=0 );
    background: linear-gradient(top, #fffced 0%, #f0e9ed 100%);
}

#mshopdetail_head {
    width: 100%;
}

    #mshopdetail_head h3 {
        font: normal 20px "微軟正黑體";
        display: block;
        width: 100%;
        height: 25px;
        margin: 0 0;
        padding: 0 20px;
    }

    #mshopdetail_head p {
        color: #cccac0;
        font-size: 16px;
        line-height: 16px;
        display: block;
        height: 20px;
        margin: 0 0;
        padding: 0 20px;
    }

    #mshopdetail_head .pprice {
        color: black;
        font-size: 16px;
        display: block;
        height: 20px;
        text-align: right;
        margin: 0 0;
        padding: 0 20px;
    }

    #mshopdetail_head span {
        color: #f7931e;
        font: normal 24px "微軟正黑體";
    }

#mshopdetai_body {
    clear: both;
    padding: 0 20px;
}

#mtastelist {
    padding: 0 20px;
}

    #mtastelist legend {
        cursor: hand;
        width: 100%;
        height: 40px;
        background-image: url(../images/tastebak.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #mtastelist h3 {
        width: 100%;
        height: 40px;
        display: block;
        background-image: url(../images/tastebak.png);
        background-size: contain;
        padding-top: 10px;
        padding-left: 10px;
        background-repeat: no-repeat;
    }

    #mtastelist a {
        font-family: "微軟正黑體";
        font-size: 20px;
        color: #000000;
        text-decoration: none;
    }

#mainbtn4 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0e9dd), color-stop(0.00, #fffced));
    background: -webkit-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    background: -moz-linear-gradient(top, #fffced 0%, #f0e9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffced', endColorstr='#fff0e9ed', GradientType=0 );
    background: linear-gradient(top, #fffced 0%, #f0e9ed 100%);
}

    #mainbtn4 img {
        display: block;
        width: 100%;
        height: 80px;
    }
/* 結帳明細 */
#menuilistpay {
    height: auto;
    width: 95%;
    margin-left: 3%;
    margin-right: 2%;
}

    #menuilistpay ul {
        list-style-type: none;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #menuilistpay li h3 {
        font: bold 20px "?L?n??????";
        padding: 0px;
        margin-top: 5px;
        margin-block-end: 0;
    }

    #menuilistpay li img {
        float: left;
        margin: 0 2px 0 0;
        max-width: 100px;
    }

    #menuilistpay li p {
        font: normal 14px "微軟正黑體";
        text-decoration: none;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: right;
        display: block;
    }

    #menuilistpay li .tasterem {
        font: normal 14px "微軟正黑體";
        text-decoration: none;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: left;
        display: block;
    }

    #menuilistpay li {
        padding: 10px;
        overflow: auto;
        border-bottom-width: 2px;
        border-bottom-style: dashed;
        border-bottom-color: #cccac0;
        margin: 0px;
    }

    #menuilistpay a {
    }

    #menuilistpay .leftpic {
        width: 10%;
        float: left;
    }

    #menuilistpay .midpic {
        width: 60%;
        float: left;
    }

    #menuilistpay .rightpic {
        width: 5%;
        float: right;
    }

    #menuilistpay .rightprice {
        width: 25%;
        float: left;
        display: block;
        text-align: right;
    }

#totprice {
    width: 95%;
    padding-top: 10px;
    float: left;
    display: block;
    text-align: right;
    height: 60px;
    font: normal 14px "微軟正黑體";
}

.sendtypecaption {
    font: normal 18px "微軟正黑體";
}

#payinfo {
    width: 100%;
    font: normal 18px "微軟正黑體";
}
/* 訂購完成明細 */
#menuoklist {
    height: auto;
    width: 95%;
    margin-left: 3%;
    margin-right: 2%;
}

    #menuoklist ul {
        list-style-type: none;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #menuoklist li h3 {
        font: bold 20px "微軟正黑體";
        padding: 0px;
        margin-top: 5px;
        margin-block-end: 0;
    }

    #menuoklist li img {
        float: left;
        margin: 0 2px 0 0;
        max-width: 100px;
    }

    #menuoklist li p {
        font: normal 14px "微軟正黑體";
        text-decoration: none;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: right;
        display: block;
    }

    #menuoklist li .tasterem {
        font: normal 14px "微軟正黑體";
        text-decoration: none;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: left;
        display: block;
    }

    #menuoklist li {
        padding: 10px;
        overflow: auto;
        border-bottom-width: 2px;
        border-bottom-style: dashed;
        border-bottom-color: #cccac0;
        margin: 0px;
    }

    #menuoklist a {
    }

    #menuoklist .leftarea {
        float: left;
        font: normal 18px "微軟正黑體";
        width: 47%;
        padding-left: 3%;
    }

    #menuoklist .rightarea {
        width: 50%;
        float: right;
        font: normal 18px "微軟正黑體";
    }

    #menuoklist .allarea {
        width: 97%;
        float: left;
        padding-left: 3%;
        font: normal 18px "微軟正黑體";
    }

    #menuoklist .midpic {
        width: 80%;
        float: left;
    }

    #menuoklist .rightprice {
        width: 20%;
        float: left;
        display: block;
        text-align: right;
    }

    /*此處設定次MENU圖檔最大的大小 2020/05/21*/
.iconframe {
    height: 100px;
    width: 140px;
    align-items:center;
    position: relative;
}

    .iconframe img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: relative;
        margin: auto;
        vertical-align: middle;
    }
