@charset "UTF-8";

div.about{
padding: 50px 0;
border-bottom: solid 30px #942b2b;
}
  .about_ttl{
  margin: 0 auto;
  text-align: center;
  }

  .about table{
  font-size:20px;
  margin: 0 auto;
  width: 910px;
  }
    table a {
    color: #8ccbff;
    }
    .about table tr th{
    width: 200px;
    background-color: #c59142;
    padding: 15px;
    border: #ffffff 2px solid;
    color: #fff;
    vertical-align: middle;
    }
    .about table tr td{
    width: 550px;
    background-color: #ffeec9;
    padding: 15px;
    border: #ffffff 2px solid;
    color: #545454;
    vertical-align: middle;
    }

