.res-list99 {
 margin-bottom: 80px;
 }

 .res-navibox {
    display: flex;
    justify-content: space-between;
}

/* .res-navibox li {
    margin-right: 0;
    width: auto;
    padding: 0;
} */

/* .res-navibox li a {
    padding: 15px 20px 10px 20px;
    display: block;
} */

.wrapping_table {
    width: 100%;
    border-spacing: .5em;
    margin-top: 2em;
    font-size: 13px;
}

.wrapping_table caption {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.wrapping_table th {
    text-align: right;
    vertical-align: top;
    font-weight: 400;
}

.wrapping_table tr:nth-child(even) td {
    padding-bottom: 1.5em;
}

.wrapping_table li {
    display: inline;
    padding-right: 1em;
    white-space: nowrap;
}

.raw {
    display: flex;
    margin-top: 10px;
}

.col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.image_box img {
    max-width: 200px;
    max-height: 150px;
}

.image_caption {
    /* margin-left: 1em; */
    font-size: 13px;
    position: relative;
    width: 50%;
}

.table_under_caption {
    margin-bottom: 3em;
    font-size: 13px;
}
.image_title {
    width: 100%;
    margin-bottom: 0.5em;
}

.image_box {
    width: 50%;
}
