var $j = jQuery.noConflict();
//トップページ用固有js
$j(document).ready(function(){
	//ピックアップ画像のNoImage
	$j(".heightLine img").error(function(){
		this.src='/idollist/common/img/not-title.jpg';
	});
});

