@charset "utf-8";


table.schedule {
width: 100%;
margin: 0 0 20px 0;
}

table.schedule caption {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}

table.schedule tr.week {
background: #90b300;
color: #fff;
}

table.schedule tr.am {
background: #d3e782;
}

table.schedule tr.pm {
background: #f0f3e6;
}

table.schedule td {
text-align: center;
padding: 5px 7px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
white-space: nowrap;
}

div#access-map-box {
margin: 0 0 20px 0;
}

div#access-map-box div.map-area {
  float: right;
  width: 220px;
}

div#access-map-box dl {
  float: left;
  width: 260px;
}

div#access-map-box dl dt {
margin: 0 0 5px 0;
font-weight: bold;
}

div#access-map-box dl dd {
line-height: 140%;
margin: 0 0 10px 0;
}
