body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.sizeAdj {
	top: 0px;
	left: 0px;
	width: 940px;
	height: 940px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.panel {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 940px;
	height: 940px;
	font-family: 'Arial','Helvetica Neue','Robot', sans-serif;
	font-size: 18px;
	background: no-repeat center url(../image/panel2.png);
}

.button,.setbutton,.lock {
	display: block;
	position: absolute;
	border: 0;
	z-index: 30;
	/*cursor: pointer;*/
	/*background-color: rgba(255,0,0,0.3);*/
}

.btnM.button {
	width: 108px;
	height: 56px;
	border-radius: 28px 28px;
}
.btnS.button {
	width: 68px;
	height: 68px;
	border-radius: 50%;
}
.btnR.button {
	width: 108px;
	height: 108px;
	border-radius: 50%;
}
.btnM.button.active {background-color: rgba(0,0,0,0.3);}
.btnS.button.active {background-color: rgba(0,0,0,0.3);}
.btnR.button.active {background-color: rgba(0,0,0,0.3);}
.btnS.button.wbtn.hover {background-color: rgba(255,0,0,0.3);}
.btnS.button.wbtn.active {background-color: rgba(0,0,0,0.3);}

#btn_set {
	width: 126px;
	height: 126px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	background-color: rgba(0,0,0,0);
}
#btn_set.active {background-color: rgba(0,0,0,0.3);}

#btn_set_active {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	line-height: 74px;
	color: rgba(148,148,148,0);
	pointer-events: auto;
	/*cursor: pointer;*/
	/*background-color: rgba(0,0,255,0.3);*/
}
#btn_set_active.hover {color: rgba(148,148,148,1.0);}


#btn_lock {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-image: none;
}
#btn_lock.locked {
	background-image: url("../image/btn_lock.png");
}

.jog {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	top: 560px;
	left: 675px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	/*background-color: rgba(0,255,0,0.3);*/
	background: no-repeat 87px 10px none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jog {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.jog.hover{
	background-image: url(../image/yajirushi.png);
}
.jog:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
	/*background-image: none;*/
}
#jog {
	display: none;
    /*position: absolute;*/
    transform: rotate(0);
}


.lcd {
    position: absolute;
    top: 142px;
    left: 228px;
    height: 270px;
    width: 480px;
    background-color: #000;
    overflow: hidden;
}
.lcd_abs {
    position: absolute;
    top: 142px;
    left: 228px;
    height: 270px;
    width: 480px;
    overflow: hidden;
}

.popscreen {
	display: none;
    position: absolute;
    top: 142px;
    left: 228px;
    height: 270px;
    width: 480px;
    background-color: rgba(0,0,0,0.4);
}
.popscreen.active {
	display:block;
}

.debug {
	display: none;
	position: absolute;
	width: 250px;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	overflow: auto;
}

.debugwindow {
	bottom: 0px;
    left: 190px;
    height: 130px;
}
.debugwindow p{width:100%;text-align: left;margin: 3px;}

.screenName {
	top: 0px;
	left: 0px;
	height: 20px;
}
.position {
	top: 0px;
	left: 260px;
	height: 20px;
}


/* audio switch C2022.02 */

#swc_audio {
	position: absolute;
	top: 877px;
	left: 736px;
	width: 90px;
	height: 40px;
	/*background-color: rgba(0,0,255,0.3);*/
}
#swc_audio div.button {
	top: 0px;
	height: 40px;
}
#swc_l {left: 0px;width: 35px;}
#swc_c {left: 35px;width: 20px;}
#swc_r {left: 55px;width: 35px;}
#swc_audio img {
	position: absolute;
	top: 9px;
}
#swc_audio.line img {left: 22px;}
#swc_audio.aes img {left: 35px;}
#swc_audio.mic img {left: 48px;}
#miclmp {
	position: absolute;
	top: 16px;
	left: 91px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
#swc_audio.mic #miclmp.on {background-color: rgba(134, 177, 47, 0.8);}