@charset "UTF-8";

/*
  架空のブランドの比較表
  example-table
 */

.example-head:first-child {
  width: 125px;
}

.example-head:nth-child(2) {
  width: 150px;
}

.example-head:nth-child(3) {
  width: 120px;
}

.example-head:nth-child(4) {
  width: 125px;
}

.example-head:nth-child(5) {
  width: 115px;
}

.example-head:nth-child(6) {
  width: 115px;
}