input[type="text"].input_seihin{
    width: 190px;
    display: inline-block;
    position: absolute;
    background: aliceblue;
    top:0;
    height: 30px;
}
input[type="text"].set_id{
    width: 30px;
    display: inline-block;
    position: absolute;
    top:0;
    background: aliceblue;
    left:190px;
    height: 30px;
}
input[type="text"].seihin_name{
    width: 280px;
    display: inline-block;
    position: absolute;
    top:0;
    left:220px;
    height: 30px;
}




.grid_wrapper .val input[type="text"].set_id{
    width: 10%;
    display: inline-block;
    margin: 0;
    background: aliceblue;
    height: 23px;
    position: absolute;
    top:0;
    left:0;
}

.grid_wrapper .val input[type="text"].seihin_name{
    width: 90%;
    display: inline-block;
    margin: 0;
    height: 23px;
    position: absolute;
    top:0;
    left:10%;
}

.grid_wrapper .val input[type="text"].form-control[disabled]{
    background-color: #eee;
}
