.thumb_link img {
    max-height: 110px;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.thumb_link, .caption {
    display: block;
    margin: 0 auto;
}

.workarea .seoven_gallery_element::before {

    content: none;
}

.element_bottom_box {
    padding: 8px 10px;
    text-align: center;
}

.caption .blue {
    margin: 5px 0 5px 0;
}

.workarea .caption h3 {
    font-size: 18px;
}

.caption h3 {
    font-size: 18px;
}

.caption {
    font-size: 13px;
    color: #333333;
}

.seoven_gallery_thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.seoven_gallery_thumbs li {
    display: block;
    flex: 0 0 170px;
    max-width: calc(100% / 7 - 15px * 6 / 7);
    height: 160px;
    list-style: none;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    transition: all .3s ease;
}

@media screen and (hover: hover) {
    .seoven_gallery_thumbs li:hover {
        border: 1px solid #333333;
    }
}

.seoven_gallery_element a {
    text-decoration: none;
}

.seoven_gallery_element a:visited {
    color: #333333;
}

.seoven_gallery_element {
    padding: 0;
    color: #333333;
}

.seoven_gallery_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    padding-top: 10px;
}

.galblink {
    text-decoration: none;
}