function WelMail() {
	document.write('<a href="ma&#105;&#108;to&#58;&#119;e&#108;c&#111;me&#64;t&#97;c&#46;co&#46;jp">&#119;&#101;&#108;&#99;o&#109;e&#64;&#116;&#97;c&#46;&#99;o&#46;j&#112;</a>');
}
function RecMail() {
	document.write('<a href="m&#97;&#105;&#108;&#116;&#111;&#58;re&#99;&#64;&#116;&#97;c&#46;co.&#106;p">&#114;e&#99;&#64;t&#97;c&#46;&#99;o.j&#112;</a>');
}

function IndentMac(){//ヒラギノでのインデント調整
	if($.os.name == 'iphone' || $.os.name == 'ipad' || $.os.name == 'ipod' || $.os.name == 'mac') {
		$(".TxtIndent2").css("text-indent","-4em");
		$(".TxtIndent2").css("padding-left","4em");
		$(".TxtIndentDot").css("text-indent","-1em");
		$(".TxtIndentDot").css("padding-left","1em");
	}
};
$(document).ready(IndentMac);
