/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.nakagawaclinic.com/themes/base-weblog.css);
@import url(http://www.nakagawaclinic.com/themes/theme-sato01/theme-sato01.css);
/* end StyleCatcher imports */

table.timetable {
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
table.timetable th {
  padding: 5px;
  font-weight: normal;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #E9F5E2;
  text-align: center;
}
table.timetable td {
  padding: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  background: #E9F5E2;
}


table.profiletable {
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
table.profiletable th {
  padding: 5px;
  font-weight: normal;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #E9F5E2;
  text-align: left;
}
table.profiletable td {
  padding: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  background: #E9F5E2;
}