<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*蝗ｽ蝨溷慍逅�劼逕ｨ隕丞宛諠��ｱ隧ｳ邏ｰ*/
.kisei-popup:after, .kisei-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

@media all and (max-width: 480px) {
	.Cameraimg{
		width:280px; 
		height:210px;
	}
	.kisei-popup {
	    position: absolute;
	    background-color: white;
	    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	    padding: 4px;
	    border-radius: 10px;
		border: 1px solid #cccccc;
	    bottom: 30px;
	    left: -150px;
	    min-width: 300px;
	    max-with:300px;
	}
	.kisei-popup:after {
	    border-top-color: white;
	    border-width: 10px;
	    left: 145px;
	    margin-left: -10px;
	}
	.kisei-popup:before {
	    border-top-color: #cccccc;
	    border-width: 11px;
	    left: 144px;
	    margin-left: -11px;
	}
}
@media all and (min-width: 481px) {
	.Cameraimg{
		width:320px; 
		height:240px;
	}
	.kisei-popup {
	    position: absolute;
	    background-color: white;
	    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	    padding: 4px;
	    border-radius: 10px;
		border: 1px solid #cccccc;
	    bottom: 30px;
	    left: -200px;
	    min-width: 400px;
	    max-with:400px;
	}
	.kisei-popup:after {
	    border-top-color: white;
	    border-width: 10px;
	    left: 195px;
	    margin-left: -10px;
	}
	.kisei-popup:before {
	    border-top-color: #cccccc;
	    border-width: 11px;
	    left: 194px;
	    margin-left: -11px;
	}
}
/*繝昴ャ繝励い繝��髢峨§繧九�繧ｿ繝ｳ*/
.kisei-popup-closer {
    text-decoration: none;
    position: absolute;
    top: -3px;
    right: 8px;
}
.kisei-popup-closer:after {

    font-weight:bolder;
    font-size: x-large; 
		content: "ﾃ�";
}

.kisei-mouse-position {
    top: 10px;
    right: 100px;
    font-size: 13px;
    color: white;
    background-color: rgba(0,60,136,0.5);
    padding: 2px 10px;
    border-radius: 5px;
}


/*Google繝槭ャ繝礼畑隕丞宛諠��ｱ隧ｳ邏ｰ*/
.kisei-info { 
  table-layout:fixed;
  border-collapse:collapse;
  margin:15px 0px;
}
.kisei-info th { width: 30% }
.kisei-info td { width: 70%; padding:5px}


</pre></body></html>