// jquery.flatheights.js  ブロックレベルの高さを揃える
$(function() {

	// 汎用
    $('.LH-10').flatHeights();
	$('.LH-20').flatHeights();
	$('.LH-30').flatHeights();
	$('.LH-40').flatHeights();
	$('.LH-50').flatHeights();
    $('.LH-70').flatHeights();
	$('.LH-80').flatHeights();
	$('.LH-90').flatHeights();
	$('.LH-100').flatHeights();
	
	$('.LH-aa').flatHeights();
	$('.LH-bb').flatHeights();
	$('.LH-cc').flatHeights();
	$('.LH-dd').flatHeights();
	$('.LH-ee').flatHeights();
    $('.LH-ff').flatHeights();
	$('.LH-gg').flatHeights();
	$('.LH-hh').flatHeights();
	$('.LH-ii').flatHeights();
	
	// ブライダルネイル　調整01
//	$('.wedding ul.shelf01 li p.place').flatHeights();
//	$('.wedding ul.shelf02 li p.place').flatHeights();
//	$('.wedding ul.shelf03 li p.place').flatHeights();
//	$('.wedding ul.shelf04 li p.place').flatHeights();
//	$('.wedding ul.shelf05 li p.place').flatHeights();
//	$('.wedding ul.shelf06 li p.place').flatHeights();
//	$('.wedding ul.shelf07 li p.place').flatHeights();
//	$('.wedding ul.shelf08 li p.place').flatHeights();
//	$('.wedding ul.shelf09 li p.place').flatHeights();
//	$('.wedding ul.shelf10 li p.place').flatHeights();
//	$('.wedding ul.shelf11 li p.place').flatHeights();
//	$('.wedding ul.shelf12 li p.place').flatHeights();
//	$('.wedding ul.shelf13 li p.place').flatHeights();
//	$('.wedding ul.shelf14 li p.place').flatHeights();
//	$('.wedding ul.shelf15 li p.place').flatHeights();
	// ブライダルネイル　調整02
//	$('.wedding ul.shelf01 li p.caption').flatHeights();
//	$('.wedding ul.shelf02 li p.caption').flatHeights();
//	$('.wedding ul.shelf03 li p.caption').flatHeights();
//	$('.wedding ul.shelf04 li p.caption').flatHeights();
//	$('.wedding ul.shelf05 li p.caption').flatHeights();
//	$('.wedding ul.shelf06 li p.caption').flatHeights();
//	$('.wedding ul.shelf07 li p.caption').flatHeights();
//	$('.wedding ul.shelf08 li p.caption').flatHeights();
//	$('.wedding ul.shelf09 li p.caption').flatHeights();
//	$('.wedding ul.shelf10 li p.caption').flatHeights();
//	$('.wedding ul.shelf11 li p.caption').flatHeights();
//	$('.wedding ul.shelf12 li p.caption').flatHeights();
//	$('.wedding ul.shelf13 li p.caption').flatHeights();
//	$('.wedding ul.shelf14 li p.caption').flatHeights();
//	$('.wedding ul.shelf15 li p.caption').flatHeights();
    //テスト
//  $('.inp .box01 h2').flatHeights();
//  $('.inp .box01 p.place').flatHeights();
});
// end

