$(document).ready(function(){

 //罫線にあわせて画像の幅を調整
  $(".pict").each(function(){
		$(this).css("margin-bottom", 25 - $(this).outerHeight({margin: true}) % 20);

	});
 //ふきだし
 $('.tTip').betterTooltip({speed: 150, delay: 300});


});



