
$(function() {  
  $('.outline #section01 dl:last').addClass('btm');
  $('.products-box dl:nth-child(4)').addClass('r');
  
  
  $('.hiura .photo-box p:last-child').addClass('r');
});
