@charset "UTF-8";

div.about{padding: 0 0 80px;border-bottom: solid 30px #942b2b;margin-top: -7px;/* margin-bottom: 20px; *//* min-height: 900px; */}
.info h1 img {
	width: 100%;
}
  .about_ttl{
  margin: 0 auto;
  text-align: center;
  }

  .about table{
  font-size:20px;
  margin: 0 auto;
  width: 910px;
  margin-top: 40px;
  }
  .about table tr {
    display:block

  }
  .about table tr td {
    margin-right:20px;
    width:200px;
  }
    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;
    }

