// JavaScript Document
  $(document).ready(function(){
    $(".firstchildNavi ul li:first-child").addClass("firstchild");
  });
  

