// コンフリクト回避設定
jQuery(function($) {

//pngfix
$(document).ready(function(){ 
     $(document).pngFix(); 
});

// コンフリクト回避設定を閉じる。
});

