
//ビガー公開側PC待遇アイコン説明ページ用のファンクション
function openWindowIconExplain(url) {
	window.open(url, '_blank', 'width=600,status=no,toolbar=no,menubar=no,location=no, top=0, left=10, scrollbars=yes, resizable=no');
}

