/**
 * グローバルナビボタン押下時のコンテンツ表示
 */
$(function(){
	imageResizeAll();
});

function imageResizeAll(){
}

