.mediaViewInfo {
	--web-view-name: no-regis;
	--web-view-id: no-regis;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-center-horizontally: true;
	--web-center-vertically: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: no-regis;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#no-regis {
	position: absolute;
	width: 533px;
	height: 361px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	--web-view-name: no-regis;
	--web-view-id: no-regis;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-center-horizontally: true;
	--web-center-vertically: true;
	--web-enable-deep-linking: true;
}
#honbun {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 481px;
	height: 135px;
	left: 34px;
	top: 123px;
	overflow: hidden;
	line-height: 20px;
	margin-top: -3px;
	text-align: left;
	font-family:  heisei-kaku-gothic-std, sans-serif;
	font-style:  normal;
	font-weight:  300;
	font-size: 14px;
	color: rgba(0,0,0,1);
	white-space:  normal;
}
#title {
	left: 23px;
	top: 58px;
	position: absolute;
	overflow: hidden;
	width: 478px;
	height: 41px;
	text-align: center;
	font-family:  heisei-kaku-gothic-std, sans-serif;
	font-style:  normal;
	font-weight:  500;
	font-size: 16px;
	color: rgba(0,0,0,1);
	white-space:  normal;
}
#link {
	left: 51px;
	top: 263px;
	position: absolute;
	overflow: hidden;
	width: 397px;
	height: 26px;
	line-height: 16px;
	margin-top: -1.5px;
	text-align: center;
	font-family:  heisei-kaku-gothic-std, sans-serif;
	font-style:  normal;
	font-weight:  300;
	font-size: 13px;
	color: rgba(32,68,219,1);
	text-decoration: underline;
	white-space:  normal;
}