.edel-pager {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; ページャーを中央に置きたい場合 */
}

.edel-pager a {
    color: #fff;
    background-color: #ccc;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0.2%;
    padding: 5px;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
}

.edel-pager a:hover {
    opacity: 0.5;
}

.current {
    background-color: #333 !important;
}

.edel-wrap {
    display: flex;
    flex-wrap: wrap;
}

.edel-wrap a {
    text-decoration: none!important;
    color: #333; 
}

.edel-wrap a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0 0 15px 0;
}

.edel-wrap img {
    width: 97%;
}

@media (width < 769px ) {
    .edel-wrap img {
        width: 100%;
    }
}

/* PCでの画像拡大表示時にページ下部に表示される画像名の表示を調整 */
figcaption {
    font-size: 20px;
    padding-bottom: 12px;
}

input[name='search'] {
    display: inline-block;
    width: 280px;
    font-size: 13px;
    padding: 10px;
}

input[type='submit'] {
    display: inline-block;
    width: 50px;
    font-size: 13px;
    padding: 7px;
}