@charset "UTF-8";
p, ul li, table{color: #666;}
table#company{width: 100%; text-align: left;}
table#company th.faq, table#company td.faq{width: 52px; padding: 10px;}
#bottom{margin-top: 40px;}
table#company tr td{background: #eee; padding-bottom: 10px;}

    @media screen and (min-width : 450px) {
}

@media screen and (max-width: 450px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

    @media screen and (min-width : 960px) {
table#company{width: 960px;}
}