@charset "utf-8";
@media screen,print {
#main #access { font-size: 90%; }
#access #consultation { margin: 16px 16px 16px; padding: 16px; background-color: #ececec; }
#access #consultation p { line-height: 160%; }
#access .location { padding: 0 16px 24px; margin-bottom: 24px; border-bottom: 1px solid #cccccc; }
#access .location div.address { width: 332px; float: left; }
#access .location div.address p { margin: 0; padding: 0 0; line-height: 160%; }
#access .location div.address p span { color: #f06600; font-weight: bold; }
#access .location div.address p img { display: block;  }
#access .location div.address dl { margin: 0; padding: 0; }
#access .location div.address dl dt { font-weight: bold; margin: 8px 0 0 0; padding: 2px 6px; border-left: 4px solid #3399f0; border-bottom: 1px solid #cccccc; }
#access .location div.address dl dd { margin: 8px 0 0 8px; padding: 0; color: #333333; }
#access .location img.map { width: 300px; float: right; }

} /* end screen,print */

@media print {
} /* end print */

