
document.write(
(function () {
	var width = '425';
	var height = '319';
	if (window.innerWidth && width > window.innerWidth) {
		var scale = (window.innerWidth - 20) / width;		if (scale > 0) {
			width = width * scale;
			height = height * scale;
		}
	}
	if (width !== '100%') {
		width += 'px';
	} else if (window.innerWidth) {
		width = window.innerWidth + 'px';
	} else {
		width = '100%';
	}
	if (height !== '100%') {
		height += 'px';
	} else if (window.innerHeight) {
		height = window.innerHeight + 'px';
	} else {
		height = '100%';
	}
	return '<div style="'
		+ 'width:' + width
		+ '; height:' + height
		+ '; background-color: #000'
		+ '; overflow: hidden'
		+ '; text-align: center'
		+ '"><span style="'
		+ '; display:inline-block'
		+ '; height:' + height
		+ '; vertical-align: middle'
		+ '; margin-right: -0.25em'
		+ '"></span><div style="'
		+ '; display:inline-block'
		+ '; vertical-align: middle'
		+ '; max-width:' + width
		+ '; max-height:' + height
		+ '; width:90%'
		+ '; padding:8px 0'
		+ '; margin:auto'
		+ '; overflow: hidden'
		+ '; background-color: #fff'
		+ '">'
		+ '<div style=\"background-color: #fff;width: 90%;margin: auto;font-size: 16px;color: #000;overflow: hidden;text-align: center;display: table;\"><div style=\"display: table-cell;vertical-align: middle;\"><div style=\"text-align:center\"><a href=\"https:\/\/www.nicovideo.jp\/\"><img src=\"https:\/\/nicovideo.cdn.nimg.jp\/web\/img\/thumb\/nico\/logo.png\" alt=\"\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\" border=\"0\" style=\"width:100%;max-width:245px;max-height:42px\" \/><\/a><\/div><br \/>\u3053\u306e\u52d5\u753b\u306f\u6295\u7a3f\u8005\u306b\u3088\u308a\u975e\u516c\u958b\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p><\/div><\/div>'
	+ '</div></div>'
})()
);


