#ctlblock {
	position: fixed;
	top: 220px;
  	left: 415px;
/*	left: 352px; */
}
.leftareaBox {
	position: relative;
	margin: 2em 0.5em 3em 0.5em;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
	width: 400px; /* 2025.03 */
	/* width: 336px; */
}
.leftareaBox .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 15px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.leftareaBox > .dtable{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 1px;
	width: 100%;
	/* height: 200px; */
	/* 2025.3 */
	margin-left:1em!important;
}
.dtable > .dtable_c {
	display: table-cell;
	vertical-align: middle;
	padding: .1rem;
}
.dtable > .1cw180 {
	width: 150px;
}
.dtable > .cw80 {
	width: 80px;
	text-align: right;
}
.dtable_c > label {
	padding: .1rem;
	margin-bottom: 0;
}
.leftareaBox table {
	font-size: 13px;
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
}
.leftareaBox thead, tbody {
    display: block;
}
.leftareaBox tbody {
    overflow-y: scroll;
 	height: calc(40vh - 47px);
}
.leftareaBox table th:first-child{
	border-radius: 5px 0 0 0;
}
.leftareaBox table th:last-child{
	border-radius: 0 5px 0 0;
	border-right: 1px solid #3c6690;
}
.leftareaBox table th{
	text-align: center;
	color:white;
	background: linear-gradient(#829ebc,#225588);
	border-left: 1px solid #3c6690;
	border-top: 1px solid #3c6690;
	border-bottom: 1px solid #3c6690;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 3px 0;
}
.leftareaBox table td{
	text-align: center;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top:none;
	box-shadow: 0px 0px 5px 0px #eee inset;
	padding: 5px 0;
}
.leftareaBox table td:last-child{
	border-right: 1px solid #a8b7c5;
}
.leftareaBox table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.leftareaBox table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.leftareaBox table .c1 {
	width: 7em;
	/* width: 60px; */
}
.leftareaBox table .c2 {
	width: 85px;
}
.leftareaBox table .c3 {
	width: 9em; /* 2025.03 */

	/* width: 90px; */
}
.leftareaBox table .c4 {
	width: 50px;
}
.leftareaBox table .c5h {
	display: none;
}

#mouse-position {
/*	height: 43px; */
	height: 1.2em;
	width:380px;
}
.mouse-position-ido {
	display:inline;
	margin-right:1em;
	width:200px;
}
.mouse-position-keido {
	display:inline;
	margin-left:1em;
}

/********** bootstrap custom **********/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 150px;
}

/********** floating window **********/
/* https://joy-3g.jp/w/?p=703 */
#floatWindow{
	#display: none;
	position: absolute;
	top: calc(100vh - 290px);
	right: 0px;
/*
	width: 210px;
	height: 180px;
*/
	width: 210px;
	height: 272px;
	z-index: 200;
}
#floatWindow a.close{
	position: absolute;
	right: 10px;
	top: 1px;
}
#floatWindow a.close img{
	border: none;
}
#floatWindow dl{
	width: 100%;
	height: 100%;
	background: url("../img/floatWindow.png");
	margin: 0;
}
#floatWindow dl dt{
	height: 25px;
	line-height: 25px;
	text-indent: 1em;
	color: white;
	font-weight: bold;
	cursor: move;
}
#floatWindow dl dd{
	margin: 0;
	padding: 2em;
	line-height: 1.5;
	text-indent: 1em;
}
