$(function() {
//.home #feature スライド
    $('.home #feature').cycle({
        fx:'scrollLeft',
        speed:1000,
        timeout:7000
    });
//.home #feature スライド
    $('.home #news-contents').cycle({
        fx:'fade',
        speed:1000,
        timeout:5000
    });
});

