﻿$(function(){
$("a[href*='#']").slideScroll();
});

$(function() {
$('.box5image a').lightBox(); 
});


    $(document).ready(function(){ 
$("#main").fontScaler({
target: '#main',
containerclass: 'fontScaler',
store:true,
fixed: {
size1: '80', //小
size2: '99', //中
size3: '120' //大
}
});
    });


