/*
 * access.css
 * Directions Serviceを利用
 */
 
body { margin: 0; line-height: 160%; font-family: arial,sans-serif; }
html, body, #map_canvas { height: 100%; }
#map_canvas { width: 100%; }

@media print {
  html, body { height: auto; }
  #map_canvas { height: 650px; }
}
.adp-placemark { margin-top: 0; }
.adp-step { background: #eee; }
.adp-summary, .adp-step, .adp-substep { padding: 0.3em 0.5em; }
.adp-legal { padding: 0 0.5em; font-size: 80%; }