/* 1列目 */
table tr td:nth-of-type(1){
  background-color:blue;
}

/* 2列目 */
table tr td:nth-of-type(2){
  background-color:pink;
}