﻿$(document).ready(function() {					   
	//リンクできる
	$('.hnav li a').click(function(e){window.location.href = $(this).attr("href");});
	$('.link a').click(function(e){window.location.href = $(this).attr("href");});
});
