/* テーブル（共通上書き） */
.table-common th:nth-child(1),
.table-common td:nth-child(1){
  width:10%;
  text-align:center;
}
.table-common th:nth-child(2),
.table-common td:nth-child(2){
  width:40%;
}
.table-common th:nth-child(3),
.table-common td:nth-child(3){
  width:50%;
}