body{
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background:#f4f6f8;
}

.container{
  width:900px;
  margin:40px auto;
}

.title{
  background:#4c8fb5;
  color:white;
  text-align:center;
  padding:10px;
  font-size:22px;
  font-weight:bold;
}

table{
  width:100%;
  border-collapse:collapse;
  background:white;
}

th, td{
  border:1px solid #7aa7c7;
  padding:10px;
  font-size:14px;
}

th{
  width:180px;
  background:#eef5fb;
  text-align:left;
}

.school{
  background:#f7fbff;
  text-align:center;
  font-weight:bold;
}