
$( document ).ready( function ()
		{
			$( '#pagetop' ).scrollFollow();
		}
);

$(function() {
  $('#nav ul:nth-child(3)').addClass('nav-bn');
  $('#nav .nav-bn li').css('margin-left','0');
  $('#nav .nav-bn li:nth-child(2)').addClass('jas');
  $('#nav .nav-bn li:nth-child(2)').css('margin-left','0px');
  $('#nav .nav-bn li:last-child').addClass('pre-tv');
  
  // business
  $('.business #section02 dl:last').addId('r');
  
  
  // company table
  $('.company table.outline th:first-child').addClass('item');
  $('.company table.outline tr:nth-child(3) td').addClass('col-gray');
  $('.company table.outline tr:nth-child(5) td').addClass('col-gray');
  $('.company table.outline tr:nth-child(7) td').addClass('col-gray');
  $('.company table.history tr:even th').addClass('col-gray');
  $('.company table.history tr:even td').addClass('col-gray');
  $('.company table dl dd:last').addClass('btm');
  //$('#nav li:nth-child(6)').addClass('inquiry');
  //$('.outpatient table dd:last-child').addClass('btm');
  //$('.hiura .photo-box p:last-child').addClass('r');
  
  
  // sitemap
  $('.sitemap .section dl dd dl dd:last-child').addClass('btm');
  
});


