$(function() {
	var ua = navigator.userAgent.toUpperCase();
	if (ua.indexOf("MAC") >= 0) {
		$('a').get(0).href = 'mailto:sample@example.com?subject=̐ݒ';
	} else {
		$('a').get(0).href = 'mailto:sample@example.com?subject=
%8C%8F%96%BC%82%F0%90%DD%92%E8';
	}
});
