@charset "utf-8";

/* td2列目から右寄せ */
.table-cmn td:nth-child(n+2) {
  text-align: right;
}

