/*勤怠管理システム一覧表示CGI参照CSS*/
body{
  padding:15px;

}
table2 {
  border-collapse: collapse;
}
td2 {
  border: solid 1px;
  padding: 0.5em;
  table-layout:fixed;
  width:70;
}
select{
       width:100;
       height:40;
}
input.button1{
       width:100;
       height:40;
}
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;

}
.namae{
  width:100px;
}
.work{
  width:100px;
}
