<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================*/
/* file name : mobile_2probe.css */
/*===============================*/
* {	margin:0px; padding:0px; }
body {
    height:1480px;
	background-image:url("images/body_bg_pattern.png");
}
/*==============================*/
#pagebody {
	position:absolute; left:-12px; top:0px; right:0px; bottom:0px;
	margin:auto;
	width:376px;
}
/* ===== (1) ==== */
/*      menu      */
/* ============== */
#menu { display : none; }
/* == (2) == */
/*  heading  */
/* ========= */
#heading {	position:absolute; left:45px; top:10px; }
img.toptitle {width: 300px; height: auto; }
/* ======================= (3) ====================== */
/* Schematic diagram of the two-point probe technique */
/* ================================================== */
#figure_1 {	position:absolute; left:40px; top:50px; }
img.fig_1 { width: 300px; }

#figure_2 {	position:absolute; left:40px; top:325px; }
img.fig_2 {	width: 300px; }
/* ============================== (4) ================================ */
/* Caption of the two-point probe technique and its equivalent circuit */
/* =================================================================== */
#caption_pc { display: none; }

#caption_mob { position:absolute; left:40px; top:610px; }
img.cap_mob { width: 300px; height: auto; }
/* ===== (5) ==== */
/* return_toppage */
/* ============== */
#return a {
		position:absolute; left:120px; top:1420px;
	background: #4eaaf1;
	box-shadow: 0 3px 0 #2887d1;
	display:block;
	width:130px; height:20px;
	padding:8px 1px 6px 2px;
	text-align:center;
	border-radius:10px;
}
div#return a:hover {
	background: #B0B0E6;
	box-shadow: 0 3px 0 #800080;
}
</pre></body></html>