/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:800px;
}

/*幅調整*/
td,th{
  table-layout:fixed;
}
.area{
  width:8%;
}
.country{
  width:15%;
}
.organization{
  width:30%;
}
.campus_agree{
  width:5%;
}
.campus_mou{
  width:5%;
}
.division_agree{
  width:5%;
}
.division_mou{
  width:5%;
}
.division{
  width:12%;
}
.conclusion_date{
  width:9%;
}
.scroll_margin{
  width:2%;
}
