@charset "utf-8";

.table_Support {
  border-collapse:separate;
  border:1px solid #cccccc;
  line-height:100%;
  width:100%;
  table-layout:inherit;
  font-family: 'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}
.table_Support 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_Support td {
  vertical-align:middle;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:7px;
}

/*.newSupport .version,*/
/*.newSupport .oldVersion,*/
.newSupport .newVersion {
  background: #ffe4e1;
}
.newVersion {
  text-align: center;
  /*color: #0000CC;*/
  font-weight: bold;
}
.oldVersion {
  text-align: center;
}
.products_alert {
  margin-bottom: 10px;
  padding: 5px 0px 5px 20px;
  border:   1px solid #cc948e;
  background-color: #ffe4e1;
}
.version {
    text-align: left;
}
.fontnew {
  font-weight: bold;
  font-size: 12px;
  color: #ff6666;
}