/* カスタマイズ用CSS */

/* メルマガプラグイン */
.ml-name-list{
    padding: 0px 15px 60px;
    width: 100%;
    margin-bottom: 130px;
}

.ml-name-list div{
    float: left;
    border: 1px solid black;
    margin: 3px;
    width: auto;
    height: 32px;
    padding: 4px 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.ml-name-list button{
    margin-left: 5px;
    transition: background-color 0.3s, color 0.3s;
    background-color: rgba(200,200,200, 0.6);
    border-radius: 3px;
}

.ml-name-list button:hover {
    background-color: rgba(200,200,200, 0.9);
}

.ml-btn-block{
    text-align: center;
    padding-bottom: 5rem;
}