@charset "UTF-8";

.design {
     text-align: center;
}

.design input[type=text] {
    width: 80px;
    margin: 3px 0;
    text-align: center;
}

.design input[type=button] {
    padding: 3px 13px;
    margin: px 0;
    border: none;
}

.design .submit {
    display: inline-block;
}


input,button,textarea {
    -webkit-appearance: none;/* フォーム要素のスタイルの初期化 */
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    outline: none;
}