@page {
    size: A4;
    margin: 10mm 15mm;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hidden-print {
    display: none;
}

h1.title {
    border-bottom: solid 2px black;
    font-size: 120%;
}

table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid black;
    padding: 2px;
}

.text-center {
    text-align: center;
}

.text-danger {
    font-size: bold;
}

.text-primary {
    font-size: bold;
}

.none span::after {
    content: "、";
}

.none span:last-child::after {
    content: none;
}

table#head,
table#body,
table#foot {
    margin-top: 30px;
}

table#body td span {
    display: inline;
}

table#head th,
table#head td,
table#body th,
table#body td,
table#foot th {
    vertical-align: center;
    height: 30px;
}

/* 
table#foot td {
    vertical-align: top;
    height: 100px;
} */

#notice-br {
    padding: 5px;
}

/* 昼食 */
.lunch_print span::after {
    content: "、";
}

.lunch_print span:last-child::after {
    content: none;
}

.kasan_mt {
    margin: 30px 0 0 0;
}