@charset "utf-8";
@media only screen and (max-width: 639px) {
  #titlearea .titlearea-inner {
    background: url(../img/access/visual_img.png) no-repeat center bottom;
    background-size: auto 88%;
  }

  #main .map iframe {
    width: 100%;
    height: 300px;
  }
  #main .cap {
    list-style-type: disc;
    list-style-position: inside;
  }
  #main .cap li {
    margin-left: 4px;
  }
  #main .table-bus {
    display: none;
  }
  #main .btn-bus {
    text-align: center;
    margin-bottom: 24px;
  }
  #main .btn-bus a {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #0099cc;
    border-bottom: solid 3px #006080;
    color: white;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 640px) {
  #titlearea h1 {
    background: url(../img/access/visual_title.jpg) no-repeat 0 0;
  }
  #titlearea .titlearea-inner {
    background: url(../img/access/visual_img.png) no-repeat right bottom;
  }

  #main .cap {
    list-style-type: disc;
    list-style-position: inside;
  }
  #main .cap li {
    margin-left: 4px;
  }
  #main .table-bus th, #main .table-bus td {
    font-size: 12px;
    text-align: center;
  }
  #main .btn-bus {
    display: none;
  }
}
