.main{
    width: 1300px;
    margin: 0 auto;
}
.container{
    width: 100%;
    min-height: 600px;
}
.title{
    padding: 20px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #7e4c04;
    text-align: center;
}

.input-group{
    height:50px;
    line-height:50px;
    text-align: center;
    background-color: #ccc;
}

.chakan-input{
    height: 30px;
    line-height: 30px;
    width: 80px;
    margin-left: 30px;
}

#thead th{
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

#tbody td{
    font-size: 14px;
    text-align: center;
}