$(function(){
$("#menu_list_head").css("display","none");
$(".button-toggle").click(function(){
$("#menu_list_head").slideToggle('fast');
});
});
$(function(){
$("a.pagetop_btn").click(function(){
$('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'fast','swing');
return false;
})
/*
//ąŁąŁąŁąŁ „č„àĄŒ„ș„ą„ó„«ĄŒ ąŁąŁąŁąŁ
// #€Ç»Ï€Ț€ë„ą„ó„«ĄŒ€ò„Ż„ê„Ă„Ż€·€żŸìčç€ËœèÍę
$('a[href^="\\#"]').on("click", function() {
// „脯„íĄŒ„ë€ÎÂźĆÙ
var speed = 500; // „ß„êÉĂ
// „ą„ó„«ĄŒ€ÎĂÍŒèÆÀ
var href= $(this).attr("href");
// °ÜưÀè€òŒèÆÀ
var target = $(href == "#" || href == "" ? 'html' : href);
// °ÜưÀè€òżôẰnjèÆÀ
var position = target.offset().top;
// „č„àĄŒ„č„脯„íĄŒ„ë
$('body,html').animate({scrollTop:position}, speed, 'swing');
return false;
});
*/
//ąŁąŁąŁąŁ „ÚĄŒ„ž„È„Ă„Ś ąŁąŁąŁąŁ
var pagetop = $('.page-top');
pagetop.hide();
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
pagetop.fadeIn();
} else {
pagetop.fadeOut();
}
});
});
// ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ
//ĄĄĄĄĄĄ„ż„€„È„ëURLĄÊLINE€ËÁś€ë„Ü„ż„óĄË
// ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ
function title_url(){
var myTitle=document.title;
var myURL=document.URL;
document.write('