$(document).ready(function(){
  $(".featureBox dd:last").addClass("last");
  $(".rankingBox dd:eq(0)").addClass("ranking01");
  $(".rankingBox dd:eq(1)").addClass("ranking02");
  $(".rankingBox dd:eq(2)").addClass("ranking03");
  $(".rankingBox dd:eq(3)").addClass("ranking04");
  $(".rankingBox dd:eq(4)").addClass("ranking05");
  
  $(".categoryBox tr:eq(0)").addClass("heightLine-01");
  $(".categoryBox tr:eq(2)").addClass("heightLine-01");
  $(".categoryBox tr:eq(4)").addClass("heightLine-01");
  $(".categoryBox tr:eq(6)").addClass("heightLine-01");
  $(".categoryBox tr:eq(8)").addClass("heightLine-02");
  $(".categoryBox tr:eq(10)").addClass("heightLine-02");
  $(".categoryBox tr:eq(12)").addClass("heightLine-02");
  $(".categoryBox tr:eq(14)").addClass("heightLine-02");
  $(".categoryBox tr:eq(16)").addClass("heightLine-03");
  $(".categoryBox tr:eq(18)").addClass("heightLine-03");
  $(".categoryBox tr:eq(20)").addClass("heightLine-03");
  $(".categoryBox tr:eq(22)").addClass("heightLine-03");
  $(".categoryBox tr:eq(24)").addClass("heightLine-04");
  $(".categoryBox tr:eq(26)").addClass("heightLine-04");
  $(".categoryBox tr:eq(28)").addClass("heightLine-04");
  $(".categoryBox tr:eq(30)").addClass("heightLine-04");
  $(".categoryBox tr:eq(32)").addClass("heightLine-05");
  $(".categoryBox tr:eq(34)").addClass("heightLine-05");
  $(".categoryBox tr:eq(36)").addClass("heightLine-05");
  $(".categoryBox tr:eq(38)").addClass("heightLine-05");
  
  $(".categoryBox td:eq(0)").addClass("heightLine-06");
  $(".categoryBox td:eq(1)").addClass("heightLine-06");
  $(".categoryBox td:eq(2)").addClass("heightLine-06");
  $(".categoryBox td:eq(3)").addClass("heightLine-06");
  $(".categoryBox td:eq(4)").addClass("heightLine-07");
  $(".categoryBox td:eq(5)").addClass("heightLine-07");
  $(".categoryBox td:eq(6)").addClass("heightLine-07");
  $(".categoryBox td:eq(7)").addClass("heightLine-07");
  $(".categoryBox td:eq(8)").addClass("heightLine-08");
  $(".categoryBox td:eq(9)").addClass("heightLine-08");
  $(".categoryBox td:eq(10)").addClass("heightLine-08");
  $(".categoryBox td:eq(11)").addClass("heightLine-08");
  $(".categoryBox td:eq(12)").addClass("heightLine-09");
  $(".categoryBox td:eq(13)").addClass("heightLine-09");
  $(".categoryBox td:eq(14)").addClass("heightLine-09");
  $(".categoryBox td:eq(15)").addClass("heightLine-09");
  $(".categoryBox td:eq(16)").addClass("heightLine-10");
  $(".categoryBox td:eq(17)").addClass("heightLine-10");
  $(".categoryBox td:eq(18)").addClass("heightLine-10");
  $(".categoryBox td:eq(19)").addClass("heightLine-10");
  
  $(".categoryBox th:eq(0)").addClass("heightLine-11");
  $(".categoryBox th:eq(1)").addClass("heightLine-11");
  $(".categoryBox th:eq(2)").addClass("heightLine-11");
  $(".categoryBox th:eq(3)").addClass("heightLine-11");
  $(".categoryBox th:eq(4)").addClass("heightLine-12");
  $(".categoryBox th:eq(5)").addClass("heightLine-12");
  $(".categoryBox th:eq(6)").addClass("heightLine-12");
  $(".categoryBox th:eq(7)").addClass("heightLine-12");
  $(".categoryBox th:eq(8)").addClass("heightLine-13");
  $(".categoryBox th:eq(9)").addClass("heightLine-13");
  $(".categoryBox th:eq(10)").addClass("heightLine-13");
  $(".categoryBox th:eq(11)").addClass("heightLine-13");
  $(".categoryBox th:eq(12)").addClass("heightLine-14");
  $(".categoryBox th:eq(13)").addClass("heightLine-14");
  $(".categoryBox th:eq(14)").addClass("heightLine-14");
  $(".categoryBox th:eq(15)").addClass("heightLine-14");
  $(".categoryBox th:eq(16)").addClass("heightLine-15");
  $(".categoryBox th:eq(17)").addClass("heightLine-15");
  $(".categoryBox th:eq(18)").addClass("heightLine-15");
  $(".categoryBox th:eq(19)").addClass("heightLine-15");

});
