.fs-poto-universe .outer {    
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    }
.fs-poto-universe .wrapper { 
    width: 25%; /* 1列の表示幅 */
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: normal; /* 文字間を通常に戻す */
    padding: 0px; /* 画像1枚づつにかかるパディング */
}
.fs-poto-universe li {
    /*background: #EDEDED;*/
    height: auto;
    }
.fs-poto-universe li img{
    width: 100%;
}

.fs-poto-universe .inner {
    /*border: #0496c7 1px solid;*/
    border:solid 0px;
}
.moreButton{
    display: none;
    margin: 0 auto;
    /*margin-top: 1rem;*/
    padding: 0.5rem;
    font-size: 0.8em;
    border:none;
    font-family: inherit;
    letter-spacing: normal;
}