');
document.write('');
}
var info_ad_style = 'body {background: transparent;}';
info_ad_style += '*,*::before,*::after{box-sizing:border-box;}small{font-size:0.875em;}a{color:#456499;text-decoration:none;}a:hover{color:#456499;text-decoration:underline;}::-moz-focus-inner{padding:0;border-style:none;}/*! CSS Used from: http://local.markezine2.jp/lib/css/main.css */*{margin:0;padding:0;font-size:inherit;line-height:inherit;}.c-linklist_item small{color:#959595;font-size:inherit;}@media print{*,*::before,*::after{-webkit-print-color-adjust:exact!important;background-attachment:initial!important;overflow-y:visible!important;box-shadow:none!important;text-shadow:none!important;}}/*! CSS Used from: Embedded */a{text-decoration:none;}/*! CSS Used from: Embedded */a{text-decoration:none;font-size: 0.86rem;font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;}';
window.addEventListener('message', function(e) {
if(e.data.position == "article_link"){
$("#"+e.data.ad_id+" iframe").height(e.data.h);
}
}, false);
googletag.cmd.push(function() {
googletag.pubads().addEventListener('slotRenderEnded', function(e) {
var ad_id = e.slot.getSlotElementId();
if (text_advertise_ids.indexOf(ad_id) !== -1) {
var ad = $('#'+ad_id).find('iframe').last();
try {
var contents = ad.contents();
} catch (e) {
// Blocked a frame with origin
// 配信期間を過ぎている広告に対してiframeを展開する場合がある
if (e.code == 18) {
$('#ad_pickup_' + ad_id).remove();
return;
}
}
if (contents.length === 0) {
$('#ad_pickup_' + ad_id).remove();
return;
}
var head = contents.find('head');
head.append('');
head.append('');
head.append('');
}
});
});