@charset "UTF-8";
@import "../../css/style.css";

div#content div#map { margin: 20px 0; height: 500px; }
div#content table { width: 100%; border-collapse: collapse; }
div#content th { padding: 10px; background: #f3f3f3; border: solid 1px #e6e6e6; }
div#content td { padding: 10px; border: solid 1px #e6e6e6; }
div#content h2#contact { margin: 20px 0 10px 0; padding: 5px 0 5px 15px; border-left: solid 5px #1670d4; border-bottom: none; font-size: 150%; }


/*-----------------------------------
For Smartphone (568px/iPhpne5)
-----------------------------------*/
@media screen and (max-width: 568px) {
div#content th { display: none; }
div#content td { padding: 0; border: none; display: block; }
div#content td:first-child { font-size: 110%; font-weight: 700; }
div#content td:last-child { padding: 0 0 10px 0; }

div#content h2#contact { margin: 5px 0; padding: 5px 0 5px 5px; background: none; border-left: solid 5px #1670d4; border-radius: 0; color: #333; font-size: 120%; font-weight: 700; line-height: 1; }
}