$(function(){
//無料ドクターメール相談
$('.blank').click(function(){
window.open($(this).attr('href') , '' , 'width=577 , height=681 , resizable=no , scrollbars=yes');
return false;
});
});
