jQuery(document).ready(function() {jQuery('.abox').cycle({ fx:     'fade',speed:   3000, timeout: 1,delay:  0});jQuery('.bbox').cycle({ fx:     'fade',speed:   3000, timeout: 1,delay:  800});jQuery('.cbox').cycle({ fx:     'fade',speed:   3000, timeout: 1,delay:  1600});jQuery('.dbox').cycle({ fx:     'fade',speed:   3000, timeout: 1,delay:  2400});jQuery("a[href*='#']").easingScroll({easing: "easeOutExpo",duration: 1200});jQuery( '#navi' ).scrollFollow( {speed: 1000,offset: 60} );jQuery(".validate").validation({msgs: {email: "正しいEメールアドレスを入力してください<br />例：info@motomono.net",submit: "入力が完了していない<strong>必須項目</strong>があります。<br /><strong>必須項目は全て入力</strong>してください。"},extension: {AjaxZip2: true,top: -6},dialog: {dialogOpacity: .8}});});
