button.button4 {
    /* 文字サイズを1.4emに指定 */
    font-size: 0.6em;
 
    /* 文字の太さをboldに指定 */
    font-weight: normal;
 
    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 10px;
    /* 背景色を透明に指定  background-color: transparent;*/
    background-color: rgba(50, 55, 85, 0.5);
    /* 文字色を白色に指定 */
    color: #EBE8E1;

    /* ボーダーをなくす */
    border: 1px solid #EBE8E1;

margin-top:10px;margin-left:30px;margin-bottom:0px;
}
