@charset "utf-8";
/* CSS Document */

html.ex-presen div#chap-online-display,
html.ex-presen div#chap-syncmode-display,
html.ex-presen div#chap-lockmode-display{

	border-radius: 5px;         /* CSS3 */
   	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */

	text-align:center;
	position:absolute;
	
	font-size:0.7em;
	color:#000;
    background: #fff;

    padding: 5px 0.5em;
    bottom: 2em;
	
	display:none;

}


html.ex-presen div#chap-online-display{

    left: 1.5em;
    width:7em;
}

html.ex-presen div#chap-syncmode-display{

    left: 10.5em;
    width: 7em;
}

html.ex-presen div#chap-lockmode-display{

    left: 19.5em;
    width: 7em;
}