$(document).ready(function() {
	$("#hn-corporation").qtip({
		content: '<div style="line-height: 1.4;"><strong style="color:#d1211f;">法人企業でご利用のお客様はこちらから</strong><br /><strong>月締めのお支払いが可能です<br />法人会員登録（無料）で今すぐご利用いただけます</strong><div>'
,
style: { 
   width: '270px',
   padding: 5,
   background: '#ffffff',
   border: {width: 1,radius: 3,color: '#CCCCCC'},
   tip: {corner: 'topMiddle'}
}
,
position: {
  corner:{target: 'bottomMiddle',tooltip: 'topMiddle'}
}
,
show: 'mouseover',
hide: { when: { event: 'mouseout'}, delay: 300 }

	});
});



