@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;
}
.table_feature td {
  vertical-align:middle;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:7px;
}

.newFeature {
  background: #ffe4e1;
}
.newVersion {
  text-align: center;
  color: #0000CC;
  font-weight: bold;
}
.oldVersion {
  text-align: center;
}
.a_detail {
  margin-left: 5px;
}

.div_supplement {
  font-family: 'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.div_supplement .p_indent {
  text-indent: -2em;
  padding-left: 2em;
}