#contents.access {
  color: #000;
  width: 100%;
}

#contents.access > header.page-header div {
  background-image: url(../img/access/head_image.jpg);
}

#contents.access > header.page-header > h2 {
  background-image: url(../img/access/title_cap.png);
}

#contents.access > section.map {
  /** left: 50%; */
  width: 100%;
  height: 600px;
}

#contents.access > section > h3 {
  text-align: center;
  margin-bottom: 50px;
}

#contents.access > section > h3 span {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
  padding-left: 44px;
  background-position: left center;
  background-repeat: no-repeat;
}

#contents.access > section.guide,
#contents.access > section.route {
  position: relative;
  padding-top: 60px;
  width: 980px;
  margin: 0 auto;
}

#contents.access > section.guide table,
#contents.access > section.route table {
  width: 100%;
}

#contents.access > section.guide th,
#contents.access > section.guide td,
#contents.access > section.route th,
#contents.access > section.route td {
  line-height: 1.6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

#contents.access > section.guide th,
#contents.access > section.route th {
  padding: 30px 0 20px;
  width: 260px;
  border-bottom: solid 1px #0068b7;
  color: #0068b7;
  text-align: center;
  font-weight: bold;
}

#contents.access > section.guide td,
#contents.access > section.route td {
  padding: 30px 0 20px;
  border-bottom: solid 1px #CCC;
}

#contents.access > section.guide td:nth-of-type(1),
#contents.access > section.route td:nth-of-type(1) {
  padding-left: 75px;
}

#contents.access > section.guide td:nth-of-type(2),
#contents.access > section.route td:nth-of-type(2) {
  width: 240px;
  text-align: center;
  letter-spacing: 2px;
}

#contents.access > section.guide {
  overflow: hidden;
  *zoom: 1;
}

#contents.access > section.guide h3 span {
  background-image: url("../img/access/guide_cap.png");
}

#contents.access > section.guide > div {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

#contents.access > section.guide > div:first-of-type p {
  width: 450px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#contents.access > section.guide > div:last-of-type p {
  height: 105px;
  line-height: 1.6;
}

#contents.access > section.guide > div:last-of-type p span {
  font-size: 14px;
}

#contents.access > section.guide > div:last-of-type dl {
  height: 108px;
}

#contents.access > section.guide > div:last-of-type dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}

#contents.access > section.guide > div:last-of-type dl dd {
  font-size: 14px;
  line-height: 1.5;
}

#contents.access > section.route {
  padding: 70px 0 80px;
}

#contents.access > section.route h3 span {
  background-image: url("../img/access/route_cap.png");
}
