<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 縺ｾ繧薙�縺��蝨� 縺輔〓縺阪�驥悟ｱｱ蜍慕黄讀咲黄蝗ｳ髑�
 * myscript.js
 *
 * @version 2013-10-21
 * @author  ohguma@c-rcs.jp
 */


/*
  http://fancyapps.com/fancybox/
*/
$(document).ready(function() {

    /**
     * 蜈ｱ騾� 蜀咏悄縺ｮ繝昴ャ繝励い繝��
     * http://fancyapps.com/fancybox/
     */

    if (typeof $(".fancybox").fancybox != 'undefined') {
        $(".fancybox").fancybox({
            maxWidth    : 800,
            maxHeight   : 600,
            fitToView   : false,
            width       : '70%',
            height      : '70%',
            autoSize    : false,
            closeClick  : false,
            openEffect  : 'none',
            closeEffect : 'none'
        });
    }

    /**
     * 繧ｹ繝ｩ繧､繝峨す繝ｧ繝ｼ逕ｨ
     * http://wex.im/javascript/jquery-slider2
     */
    if (typeof $('#header_slider').slider != 'undefined') {
        var autoplay = ($('#header_slider').children().length &gt; 1);
        if (autoplay) {
            $('#header_slider').slider({
                width:      390,
                height:     190
            });
        }
    }

});</pre></body></html>