/*
jquery.flatheights.js
*/
$(function() {
	$('div.b3').flatHeights();	/*指定したclass*/
});
