// jquery.flatheights.js ブロック要素の高さ調整
$(function() {
    $('ul.packing li').flatHeights();
});
// end

