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