#zakeke-customize-button {
    background: none;
    border: 1px solid #1979c3;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #1979c3;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2rem;
    margin: 0 0 15px;
    padding: 14px 17px;
    transition-property: background-color, color;
    vertical-align: top;
    width: 100%;

    height: 40px;
    margin: 0px;
    margin-left: 10px;
    line-height: 40px;
    padding: 0px;
}

#zakeke-customize-button:hover {
    background: #1979c3;
    border: 1px solid #1979c3;
    box-shadow: none;
    color: #fff;
}
