/*

 * setting.js
 * <head></head>内に記述するものをここにまとめて記述、リンクさせるファイル
 
 */


// フローティングメニュー(プラン枠追従)指定
jQuery(function() {
	jQuery('#scrollflow').css({position: 'relative'});
	jQuery('#scrollflow').scrollFollow({container: 'main'});
});

