
/* 採用情報 */
function otherWinRecruit(){
	var otherWinRecruit=window.open('../recruit/index.html', 'rec', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=500, height=300');
otherWinRecruit.window.focus();
　　　}

function otherWinRecruitT(){
	var otherWinRecruitT=window.open('recruit/index.html', 'rec2', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=500, height=600');
otherWinRecruitT.window.focus();
　　　}
