@charset "utf-8";

/* add css this page only */

/* table cell width settings */

#contentsContainer .c-table col.p-width-w20 {
  width: 20% !important;
}

#contentsContainer .c-table col.p-width-w40 {
  width: 40% !important;
}

#contentsContainer .c-table col.p-width-auto {
  width: auto !important;
}
