@charset "utf-8";

.table_feature {
  border-collapse:separate;
  border:1px solid #cccccc;
  line-height:100%;
  width:100%;
  table-layout:inherit;
  font-family: 'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.table_feature th {
  font-weight:bold;
  vertical-align:middle;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:7px;
  background-color:#efefef;
  text-align:center;
  width:15%;
}
.table_feature td {
  vertical-align:middle;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:7px;
  text-align:center;
}

.table_feature th:first-child {
  width:70%;
}

.table_feature td:first-child {
  text-align:left;
}