﻿
@charset "utf-8";
/* CSS Document */
.contentBox .titleArea {
    background: url(../../Images/ZH-TW/restaurant/title.png) no-repeat;
}

.contentBox .service_title {
    /*font-size: 20px;
	letter-spacing: 1px;*/
}

.itenText, .itenTitle {
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #ddd;
    font-weight: normal;
}

.articleArea div {
    font-size: 14px !important;
    color: #ddd !important;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    line-height: 2;
    font-weight: 100;
    clear: both;
}

.articleArea p {
    font-size: 14px !important;
    color: #ddd !important;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    line-height: 2;
    font-weight: 100;
    clear: both;
}

ul.price_item {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #ddd;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    font-weight: normal;
    text-align: center;
    background-color: #a19069;
    padding: 1px;
}

    ul.price_item li {
        display: block;
        float: left;
        background-color: #a19069;
    }

        ul.price_item li span.item_title {
            margin-bottom: 2px;
        }

        ul.price_item li span {
            display: block;
            background-color: #3c3c3c;
            margin: 1px;
            margin-bottom: 1px;
            padding: 5px 7px;
            font-size: 14px !important;
            color: #ddd !important;
            font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
            font-weight: normal;
            text-align: center;
            line-height: 2;
        }

            ul.price_item li span.price_height {
                height: 56px;
            }

.articleArea .pricelist_title {
    font-size: 18px !important;
    color: #cab79e !important;
    font-weight: 400;
}

.articleArea .price_notice {
    font-size: 12px !important;
}

.articleArea p {
    clear: both;
}

@media screen and (max-width: 650px) {
    .contentBox {
        background: #3c3c3c;
    }
}
