$(function() {

	//ページ上部へ戻る
	$(".scroll").click(function () {
		$('html,body').animate({ scrollTop: 30 }, 'fast');
		return false;
	});

});
