@charset "UTF-8";
.header-2015 {
  border-bottom: #d8dadc solid 1px;
  padding-bottom: 13px;
}

.about-t-point{
  width: 100%;
  height: 128px;
  box-sizing: border-box;
  border: 2px solid #999;
  margin: 60px auto 30px;
}
.about-t-point th,
.about-t-point td{
  vertical-align: middle;
}

.about-t-point th{
  padding: 2px;
  box-sizing: border-box;
  width: 206px;
}

.about-t-point th .inner-th{
  display: table;
  width: 100%;
  height : 100%;
  background-color: #999;
}
.about-t-point th .inner-th span{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  padding-left: 18px;
}

.about-t-point td{
  border-left: 2px solid #999;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 25px;
}
.about-t-point td .colored{
  color: #004098;
  font-weight: bold;
}
