/* アクセス ページ専用のスタイル（サイト側で書かれていたものを引き継ぎ） */
.access_map {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  clear: both;
}
.qt_google_map {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
.qt_googlemap {
  position: relative;
  width: 100%;
  height: 450px;
}
.qt_googlemap iframe {
  position: static;
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.two_col_content {
  position: relative;
  clear: both;
  margin-top: 30px;
  z-index: 1;
}
