#main {
  padding: 60px 0 0 0;
  background: #fff; }
  #main > .page-title {
    padding: 60px 0 0 0;
    border-bottom: 1px solid #0c3138;
    margin: 0 auto 20px auto;
    color: #333; }
    #main > .page-title h1 {
      padding: 0; }

#about {
  padding: 0 0 100px 0;
  font-size: 16px; }
  #about .container {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1; }
    #about .container:after {
      content: "";
      display: table;
      clear: both; }
  #about .description {
    margin: 0 0 40px 0; }
  #about table {
    border-spacing: 20px;
    margin: 0 0 40px 0; }
    #about table th, #about table td {
      padding: 20px; }
    #about table th {
      width: 20%;
      padding: 20px 20px 20px 30px;
      border-right: 2px solid #0c3138;
      position: relative;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      text-align: left;
      overflow: hidden; }
      #about table th:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        background: #0c3138;
        position: absolute;
        top: -9997px;
        bottom: -9999px;
        left: 6px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    #about table td {
      width: 80%;
      font-size: 20px; }
  #about a {
    color: #279fb6; }
  #about a:hover, #about a:focus, #about a:active {
    text-decoration: none; }
  #about footer {
    border: 2px solid #0c3138;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px; }

@media screen and (max-width: 1040px) {
  #main > .page-title {
    padding: 60px 20px 10px 20px; }

  #about .container {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 1000px) {
  #main {
    padding: 0; }

  #about table {
    border-spacing: 0; }
    #about table th, #about table td {
      display: block;
      width: 100%; }
    #about table th {
      border: none;
      border-bottom: 2px solid #0c3138; }
    #about table td {
      padding: 20px 10px; } }
@media screen and (max-width: 600px) {
  #about footer {
    padding: 10px;
    font-size: 14px; } }
