@charset "utf-8";

.special article .text01img {
    width: 560px;
    max-width: 100%;
    margin-top: 14px;
}

.special article .text01img + p {
    margin-top: 0.9em;
}

.special .food-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0.8em 0 1.2em;
    border-top: 1px solid #d7eea3;
    border-left: 1px solid #d7eea3;
}

.special .food-table td {
    box-sizing: border-box;
    padding: 7px 10px;
    border-right: 1px solid #d7eea3;
    border-bottom: 1px solid #d7eea3;
    background: #f8fbf1;
    line-height: 1.5;
    vertical-align: middle;
    word-break: break-word;
}

@media only screen and (min-width: 1122px), print {

}

@media only screen and (min-width: 768px) and (max-width: 1121px), print {	

    .special article .text01img {
        width: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .special article .text01img {
        width: 100%;
        margin-top: 12px;
    }

    .special .food-table {
        margin: 0.7em 0 1em;
    }

    .special .food-table td {
        padding: 6px 6px;
        font-size: 1.2rem;
        line-height: 1.45;
    }
}
