
// 外部リンク判定

$(function(){
$('a[href^=http]').not('[href*="'+location.hostname+'"]').attr('target','_blank');
});
