body * {
    font-family: "Microsoft JhengHei", "微軟正黑體";
}

.mainVisualContainer {
    display: none;
}

.contentTitle {
    background-color: #dd6b50;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.shopdetail ul {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.shopdetail ul li:last-child {
    grid-column: span 2;
}

.shopdetail ul figcaption {
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

.shopinfo ul li {
    list-style: none;
}

.activityDetail table td {
    font-size: 16px;
    text-align: left;
}

.activityDetail table td h6 {
    font-weight: bold;
}

table.bill th,
td {
    border-bottom: 1px solid #e26a53;
}

.bgColor {
    background-color: #fff7f5;
}