@charset "utf-8";

div.company { width:94%; margin:60px auto 160px; padding:1%; height:360px; text-align: center;}
div.company table { width:80%; margin: 0 auto 0; border-collapse:collapse; }
div.company table tr th { border-bottom: 1px solid; text-align:center; padding:25px; background:#cccfaa; }
div.company table tr th.top { border-top: 1px solid; }
div.company table tr td { border-bottom: 1px solid; text-align:left; padding:25px;  }
div.company table tr td.top { border-top: 1px solid; }

@media only screen and (max-width: 970px) {
div.company table { width:90%; }
div.company table tr th { white-space: nowrap; }
}