jQuery.noConflict();
jQuery(document).ready(function(){
/*---------------------------------------------------------
	popup ebook
----------------------------------------------------------*/
	jQuery("a[href^='/mori/img/ebook/']").click(function(){
		window.open(this.href,'ebook', "width=1000,height=700,scrollbars=yes,resizable=yes");
		return false;
	});
	jQuery("a[href^='/mori/shop/s_shop/']").click(function(){
		window.open(this.href,'', "width=596,height=768,scrollbars=yes,resizable=yes");
		return false;
	});
});