﻿.table input.form-control {
    font-size: 1.3rem;
    border: none;
    background: transparent; /*透明*/
}

    .table input.form-control:focus {
        box-shadow: none;
    }

td, th {
    vertical-align: middle; /* 中央揃え */
}
