@charset "utf-8";
/* CSS Document */

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

.dontSelect{
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

body p{
	font-size:12px;
	text-align:left;
}

fieldset{
	margin:5px;
	padding:5px;
	color:#FFF;
}
fieldset legend{
	color:#FFF;
	margin:0px;
	padding:0px;
	font-size:12px;
}
fieldset p{
	margin:0px;
	padding:0px;
}

.input input[type="button"]{
	color: black;
}

.clear{
	clear:both;
}

.error {
	font:bold;
	color:#F00;
}

.errorMsg {
	font:bold;
	color:#F00;
	visibility:hidden;
	display:none;
	margin-left:20px;
}

.caution{
	font:bold;
	color:#F60;
}

.cautionMsg{
	font:bold;
	color:#F60;
	visibility:hidden;
	display:none;
	margin-left:20px;
}

/*一瞬点灯クラス*/
.flashGreen{/*定義*/
  animation-name: flashGreen;/*アニメーション名*/
  animation-duration: 0.5s;/*１秒かけてアニメーション*/
  background: #012F00;
}
@keyframes flashGreen{
	0% {
		background: #012F00;
	}
	10%{
		background: #0F0;
	}
	100% {
		background: #012F00;
	}
}


/*ATTENTION　ボーダー　点滅*/
.attentionBorder{
	animation: redblinkAnimation 0.5s ease infinite alternate;
}
@keyframes redblinkAnimation {
  0% {
    border: 3px solid #FF0004;
  }
  100% {
    border: 3px solid #FFF;
  }
}



.debugMsg{
	opacity:0.5;
	visibility:hidden;
	display:none;
}

.pointAble{
	cursor:pointer;
}

.hiddenArea{
	display:none;
}

/*マウスオーバーで吹き出し表示*/
.tooltips {
	display: block;
	font-size: 9px;
	position: absolute;
	bottom: -7em;
	left: 0.3em;
	z-index: 9999;
	width: 10vh;
	height: auto;
	padding: 0.3em 0.5em;
	color: #FFFFFF;
	background: #c72439;
	border-radius: 0.5em;
	overflow: visible;
	overflow-wrap: break-word;
}
.tooltips:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:8px solid transparent;
	border-left:8px solid #c72439;
}


.sergeantBody #container {  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	min-width:300px ;
	max-width:1200px ;
	margin:10px	 auto 30px auto;
	padding:12px 10px;
	background: #464524;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow: 1px 1px 2px white, -1px -1px 2px #000000;
	box-shadow:
	0px 0px 14px 3px rgba(0,0,0,0.65),
	inset -1px -1px 2px rgba(0, 0, 0, 0.6),
	inset 1px 1px 2px rgba(255,255,255,0.3);
	background-image: 
url(design/neji_big.png) ,
url(design/neji_big.png) ,
url(design/neji_big.png) ,
url(design/neji_big.png);
	background-repeat:no-repeat;
	background-position:
	left 5px top 5px,
	right 5px top 5px,
	left 5px bottom 5px,
	right 5px bottom 5px;
	/* box-shadow */
	-webkit-box-shadow:0px 0px 14px 3px rgba(0,0,0,0.65);
	-moz-box-shadow:0px 0px 14px 3px rgba(0,0,0,0.65);
	overflow: hidden;
}

#header{
	margin: 10px 20px 0 20px;
	background:url(design/airhole.png) repeat-x,space;
}

#header_left {
	margin:0px auto 0px auto;
	float:left;
}

#header_logo{
	background:url(sergeant_logo.jpg) center top no-repeat;
	background-color: #464524;
	width:520px;
	height:126px;
}

#header_logo p{
	text-align:right;
	margin:0px 25px 0 0;
	padding:100px 0 0 0;
	color:#000;
	font-weight:bold;
}


#header_right{
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	float:right;
}

#header_right .box1{
	padding-left:10px;
}


#header_msg{
	width:300px;
	height:110px;
	margin-right:10px;
	float:left;
}


.meter{
	width:120px;
	height:120px;
	background:url(design/memory_meter_bg.png);
	float:right;
}

/*
.perAreaP{
	text-align:center;
	position: relative;
	top: -75px;
	left:4px;
	font-size:9px;
	text-decoration:none;
	text-shadow:none;
	color:#CCC;
}
*/

#contents {
	margin: 0 10px 0 80px;
	padding:0 0 0 0;
	min-height:500px;
	clear:both;
}
	



.sergeantBody .menu {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width:100%;
	clear:both;
}

.menu_left{
	clear:right;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menu_center{
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menu_right{
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


ul.menulist{
	height:39px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.menu ul li {
	background:url(design/menu_btn_bg.png) no-repeat;
	width:90px;
	height:70px;
	font-size:11px;
	font: bold;
	color:#FFF;
	list-style:none;
	margin: 0px;
	text-align:center;
	float:left;
}

.menu ul li a{
	color:#FFF;
	text-decoration: none;
	display:block;
	width:90px;
	height:25px;
	margin:20px 0 0 0px;
	padding:5px 0 0 0;
	}
	
.menu ul li a:visited {
	color:#FFF;
	text-decoration: none;
	}
.menu ul li a:hover {
	color: #C90;
	text-decoration: none;
	}
.menu ul li a:active {
	color:#0F0;
	text-decoration: none;
	}


/*共通column*/

#leftcolumn{
	width:50%;
	float:left;
}

#rightcolumn{
	width:50%;
	float:right;
}

/*ログイン画面*/
#loginform {
	width: 80%;
}
.loginform {
	width:300px;
	height:200px;
	margin:20px auto 0 auto;
}

.loginlabel {
	float:left;
	height:20px;
	margin:10px 10px 0 10px;
	font-size:11px;
}

.loginright {
	float:right;
	width:120px;
	height:20px;
	margin:7px 10px 0 0 ;
	font-size:11px;
}

.logininfor{
	width:550px;
}


.form_left{
	margin:0;
	padding:0;
	float:left;
	width:50%;
}


.form_right{
	margin:0;
	padding:0;
	float:right;
	width:50%;
}

.login_btn {
	cursor:pointer;
	border: 0px;
	background:url(design/btn_login.jpg) no-repeat left top;
	width:100px;
	height:50px;
	margin:0px 10px 0 10px;
}

/*Information*/


#informsg{
	width:500px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
	box-shadow:
	inset 0px 0px 14px 3px rgba(0,0,0,0.65),
	inset 1px 1px 1px rgba(0,0,0, 0.6),
	inset -1px -1px 1px rgba(255,255,255,0.3);
    border: none;
	background-color: #012F00;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	padding:2px;
}

.inforParent {
	margin:5px 10px 5px 10px;
	padding:10px;
	background: #040;
}
.inforParent p{
	margin:5px 0 0 0;
	font-size:12px;
}
.inforParent h4{
	margin:0 0 0 0;
	font-size:14px;
	border-bottom:solid 1px #0F0;
}

.inforChild {
	margin:5px 0px 5px 10px;
	padding:5px;
	border: #0F0 dotted 1px;
	
}

.inforChild p{
	margin:0 0 0 0;
	font-size:12px;
}
.inforChild h3{
	margin:0 0 0 0;
	font-size:12px;
}

.priority_low{
	color: #0F0;
}
.priority_mid{
	color: #F60;
}
.priority_high,.priority_errorReport{
	color: #F00;
}

.replyBtn{
	float:right;
	margin:0 0 10px 0;
}


ul#inforlog{
	margin:10px;
	list-style:none;
	font-size:12px;
}

ul#inforlog li{
	margin:10px 0 0 0;
}

.btn_base{
	margin:20px auto;
	padding:5px;
	width:120px;
	background: #464524;
	background-image:
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png);
	background-repeat:no-repeat;
	background-position:
	left top,
	right top,
	left bottom,
	right bottom;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:
	inset -1px -1px 1px rgba(0,0,0, 0.6),
	inset 1px 1px 1px rgba(255,255,255,0.3);
}
/*ボックス*/
.box1{
	margin:0 0 10px 12px;
	padding:10px;
	min-width:315px;
	min-height:70px;
	background: #464524;
	background-image:
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png);
	background-repeat:no-repeat;
	background-position:
	left top,
	right top,
	left bottom,
	right bottom;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:
	0px 0px 14px 3px rgba(0,0,0,0.65),
	inset -1px -1px 1px rgba(0,0,0, 0.6),
	inset 1px 1px 1px rgba(255,255,255,0.3);
	float:left;
	text-align:left;
	position:relative;
}

.midashi{
	margin:0 5px;
	padding:10px 10px;
	background: #464524;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0, 0.6),inset -1px -1px 1px rgba(255,255,255,0.3);
	float:left;
	text-align:left;
	box-sizing: border-box;
}


.input{
	margin:0;
	padding:10px 10px;
	background: #464524;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0, 0.6),inset -1px -1px 1px rgba(255,255,255,0.3);
	float:left;
	text-align:left;
}

/*緑背景のインプット*/
input[type="text"],
input[type=file],
input[type="password"],
input[type="number"],
textarea{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
	box-shadow:
	inset 0px 0px 14px 3px rgba(0,0,0,0.65),
	inset 1px 1px 1px rgba(0,0,0, 0.6),
	inset -1px -1px 1px rgba(255,255,255,0.3);
    border: none;
	background-color: #012F00;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	padding:2px;
}

.kowake{
	margin:5px;
	padding:10px;
	background: #464524;
	background-image:
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png);
	background-repeat:no-repeat;
	background-position:
	left top,
	right top,
	left bottom,
	right bottom;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:
	0px 0px 4px 3px rgba(0,0,0,0.10),
	inset -1px -1px 1px rgba(0,0,0, 0.6),
	inset 1px 1px 1px rgba(255,255,255,0.3);
	float:left;
	text-align:left;
	position:relative;
}

.kowake p{
	margin:0;
	padding:0;
}


/*▼▼ファイルアップロードエリア▼▼*/


.position {
    position:absolute;
    margin-top:0px;
    margin-left:0px;
    text-align:center;
}

.uploadButton {
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background: #333;
    color:#fff;
	font-size:12px;
    text-align:center;
    padding:5px;
    line-height:12px;
    width:180px;
    cursor:pointer;
}
.uploadButton:hover {
    background:#0aa;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}


.chkbx_list_H{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.chkbx_list_H li {
	font-size:13px;
	font: bold;
	color:#FFF;
	list-style:none;
	margin: 10px;
	float:left;
}
/*▲▲ファイルアップロードエリア▲▲*/

/*▼▼追加窓エリア▼▼*/


.exWindow {
	max-width:600px;
	max-height:550px;
	display:flex;
	flex-direction:column;
	position: fixed;
	top: 40%;
	left: 40%;
	/*border:1px solid #FFF;*/
	opacity:0.90;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	margin: 0 auto;
	padding:1px;
	z-index:1;
	text-decoration:none;
	text-shadow:none;
	
	/*角とり背景色*/
	background:
		linear-gradient(45deg,  transparent 5px, #081d2e 5px),
		linear-gradient(135deg, transparent 5px, #081d2e 5px),
		linear-gradient(225deg, transparent 5px, #081d2e 5px),
		linear-gradient(315deg, transparent 5px, #081d2e 5px);
		background-position: bottom left, top left, top right, bottom right;
		background-size: 50% 50%;
		background-repeat: no-repeat;
	overflow:hidden;
	/*アニメーション*/
	animation: exWindowBig 0.1s both;
}

.exWinTable{
	width:96%;
	margin:10px 10px;
	padding:0px;
	border-collapse:collapse;
	font-size:12px;
}


.exWinTable tr :hover{
	background-color: #036;
}

.exWinTable th{
	padding:5px;
	text-align:left;
	vertical-align:top;
	color: #FFF;
	background: url(design/exBgHeader.png) repeat-x;
	border:1px solid #FFF;
}


.exWinTable td{
	padding:0;
	border:1px solid #FFF;
	color: #FFF;
	text-align:left;
	overflow:hidden;
}
.exWinTable p{
	margin: 0 10px;
}
.exWinTable td a  {
	color: #FFF;
}
.exWinInputArea p{
	width: 80%;
	margin: 10 5;
	text-align: right;
}
.exWinInputArea input[type="text"]{
	
}

/*▼▼AI窓エリア▼▼*/
.AIQouter{
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 150px;
}

.AIQinput{
	width: 90%;
	height: 100px;
}

@keyframes exWindowBig {
	from {
		transform: scale(1,0);
	}
	to {
		transform: scale(1,1);
	}
}

@keyframes exWindowSmall {
	from {
		transform: scale(1,1);
	}
	to {
		transform: scale(1,0);
	}
}
.exWindow:not(.sergeantBrowser){
	color: #FFF;
}


.exWindow table:not(.previewArea table , .sergeantBrowser table){
	width:96%;
	margin:0px 0px 100px 10px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #FFF;
	font-size:12px;
}

.exWindow table tr:not(.previewArea table tr , .sergeantBrowser table tr) :hover{
	background-color: #036;
}

.exWindow table th:not(.previewArea table th , .sergeantBrowser table th){
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color: #FFF;
	background: url(design/exBgHeader.png) repeat-x;
	border:1px solid #FFF;
}

.exWindow table td:not(.previewArea table td , .sergeantBrowser table td){
	padding:4px 2px 2px 4px;
	border:1px solid #FFF;
	color: #FFF;
	text-align:left;
}

.exWindow table td a :not(.previewArea table td a , .sergeantBrowser table td a) {
	color: #FFF;
}


.exWhead{
	background: url(design/exBgHeader.png) repeat-x;
	margin:1px 1px 1px 1px;
	cursor:pointer;
}
.exWhead p{
	margin:2px 0 0 10px;
	color:#FFF;
	
}

.exX, .exMaximize{
	float:right;
	cursor: pointer;
}


.exInner{
	/*背景画像*/
	background-image:
url(design/exBgRightTop.png) ,
url(design/exBgLeftBottom.png) ,
url(design/exBgRightBottom.png);
	background-repeat:no-repeat;
	background-position:
	/*left top,*/
	right top,
	left bottom,
	right bottom;
	padding:10px;
	flex:1 1 auto;
	min-height:0;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-width: thin;
	scrollbar-color: #4f8083 #081d2e;
}

.exInner::-webkit-scrollbar{
	width:8px;
}
.exInner::-webkit-scrollbar-track{
	background: #081d2e;
	box-shadow: inset 0 0 4px #0b2a3f;
}
.exInner::-webkit-scrollbar-thumb{
	background: linear-gradient(180deg,#24f5ff,#7cff6b);
	border: 1px solid #0b2a3f;
	box-shadow: 0 0 6px #24f5ff;
}
.exInner::-webkit-scrollbar-thumb:hover{
	background: linear-gradient(180deg,#7cff6b,#24f5ff);
}

.exInner p,fieldset{
	color:#FFF;
}
.exInner fieldset{
	border:1px solid #FFFFFF;
	padding: 5px;
}


.exInner fieldset legend{
	font-size:12px;
}


.fieldsetEXW p{
	color:#FFF;
	float:left;
	cursor: pointer;
	margin:0px 5px;
}


.exInner input,
.exInner textarea,
.exInner select{
	border:none;
	border-radius:0;
	cursor: pointer;
	color:#eaffff;
	background: #0e2a40;
	box-shadow:
		inset 0 0 0 1px rgba(46,230,255,0.35),
		inset 0 0 8px rgba(46,230,255,0.18),
		0 0 6px rgba(46,230,255,0.2);
	margin:0 0px 0 10px;
	background-image:
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff),
		linear-gradient(#2ee6ff,#2ee6ff);
	background-size:
		10px 1px,
		1px 10px,
		10px 1px,
		1px 10px,
		10px 1px,
		1px 10px,
		10px 1px,
		1px 10px;
	background-position:
		left top,
		left top,
		right top,
		right top,
		right bottom,
		right bottom,
		left bottom,
		left bottom;
	background-repeat: no-repeat;
}
.exInner input:focus, .exInner textarea:focus, .exInner select:focus{
	outline: none;
	box-shadow:
		inset 0 0 0 1px rgba(36,245,255,0.6),
		inset 0 0 10px rgba(36,245,255,0.25),
		0 0 10px rgba(36,245,255,0.5);
}
.exInner  select{
	background:#0e2a40;
	box-shadow:
		inset 0 0 0 1px rgba(46,230,255,0.35),
		inset 0 0 8px rgba(46,230,255,0.18),
		0 0 6px rgba(46,230,255,0.2);
	color: #eaffff;
	text-shadow:none;
}

/* 軍曹ブラウザのコンテンツ表示エリア */
.sergeantBrowser{
	background: #FFF;
	color: black;
}
.sergeantBrowser a, .sergeantBrowser span, .sergeantBrowser p{
	color: black;
}

.sergeantBrowser table th,.sergeantBrowser table td{
	background: #FFF;
	color: black;
}

::-ms-expand {		/* select要素のデザインを無効にする（IE用） */
	display: none;
}
.progreBer{
	margin:10px auto 10px auto;
	width:80%;
	
}
.ber{
	background: #324554;
	width:1px;
	height:15px;
	float:left;
	
}
.percent {
	float:right;
	margin:0 0 0 0;
}

.percent p{
	margin:0 0 0 0;
}


.previewBase, .previewArea{
	background: #FFF;
	color: #000000;
	margin: 20px;
	padding: 10px;
}
.previewBase p,.previewBase h3,.previewBase h2,.previewBase h1,
.previewArea p,.previewArea h3,.previewArea h2,.previewArea h1{
	color: #000000;
}
/*▲▲追加窓エリア▲▲*/

select{
    text-indent: .01px; /*Firefox用*/
     text-overflow: ""; /*Firefox用*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
    line-height: 0px;
	box-shadow:
	inset 0px 0px 14px 3px rgba(0,0,0,0.65),
	inset 1px 1px 1px rgba(0,0,0, 0.6),
	inset -1px -1px 1px rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    background:#012F00;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	padding:2px;
	min-height:20px;
	min-width: 80px;
}

.btn {
	cursor:pointer;
	border: 0px;
	background:url(http://m.mdap.net/sergeant_img/submit_bt.png) no-repeat left top;
	font-weight:bold;
	font:bold 10px;
	color:#FFF;
	padding: 10px 0px 10px 0;
	width:125px;
	height:50px;
	margin:0 0 0 50px;
}

.btn a:visited {
	color:#FFF;
	text-decoration: none;
	font:bold 10px;
}
.btn a:hover {
	color:#0FF;
	text-decoration: none;
	font:bold 10px;
}
.btn a:active {
	color:#0F0;
	text-decoration: none;
	font:bold 10px;

}

input.submit_btn, a.submit_btn, .redBigBtn {
	cursor:pointer;
	border: 0px;
	background:url(design/btn_bg.jpg) no-repeat left top;
	width:100px;
	height:50px;
	margin:0px 10px 0 10px;
	color:#000;
	text-shadow: 0px 0px 10px #FFF;
	font-weight:bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 50px;
}

input.submit_btn:hover, a.submit_btn:hover, .redBigBtn:hover {
	background:url(design/btn_bg_hover.jpg) no-repeat left top;
}

.searchArea fieldset{
	min-height:100px;
	margin:-10px 5px 0 5px;
	padding:5px;
	border: solid #CCC 1px;
	color:#FFF;
}

.searchArea legend{
	color:#FFF;
}


/*▼ノブスイッチ▼*/
.switch_area{
	height:100px;
	width:30px;
	position:relative;
	float:left;
	margin:0 0px;
}

.switch_area img{
	position:absolute;
	top:12px;
}


.switch_on_txt{
	font-size:10px;
	position:absolute;
	top:0px;
	text-align:center;
	width:100%
}

.switch_off_txt{
	font-size:10px;
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%
}


/*▲ノブスイッチ▲*/

/*▼ランプスイッチ　チェックボックス等▼*/
.switchBox{
	margin:10px 0 0 0;
	padding:10px;
	min-height:30px;
	min-width:100px;
	max-width:630px;
	background: #464524;
	background-image:
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png) ,
url(design/neji.png);
	background-repeat:no-repeat;
	background-position:
	left top,
	right top,
	left bottom,
	right bottom;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:
	0px 0px 14px 3px rgba(0,0,0,0.65),
	inset -1px -1px 1px rgba(0,0,0, 0.6),
	inset 1px 1px 1px rgba(255,255,255,0.3);
	text-align:left;
}

.switchBox ul{
	min-height:28px;
	max-width:620px;
	margin:0;
	padding:2px 3px 0px 3px;
	background: #222413;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow:inset 2px 2px 2px rgba(0,0,0, 0.6),inset -2px -2px 2px rgba(255,255,255,0.3);
	text-align:left;
}
.lampswitchArea a{
	color: #FFF;
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lampswitchArea li {
	background-image: url(design/key_btn_bg.png);
	background-repeat: no-repeat;
    position: relative;
	
	float:left;
	list-style:none;
    margin: 0 1px 0 0;
    padding: 0;
	width:87px;
	height:24px;
	box-shadow:
	0px 0px 14px 3px rgba(0,0,0,0.65),
	inset -1px -1px 1px rgba(0,0,0, 0.6),
	inset 1px 1px 1px rgba(255,255,255,0.3);
	font-size:10px;
	text-align:center;
}

.lampswitchArea input {
    position: absolute;
    top: 0px;
	left: 0px;
    opacity: 0;
    width: 100%;  
    height: 100%;
}
.lampswitchArea label {
    margin: 5px 0 0 0px;
    padding: 0px 0 0 0px;
}

.lampswitchArea input[type="checkbox"] + label,
.lampswitchArea input[type="radio"] + label  {
    display: block;
    background-image: url(design/key_lamp_off.png);
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0 0 0px;
}
 
.lampswitchArea input[type="checkbox"]:checked + label,
.lampswitchArea input[type="radio"]:checked + label {
    background-image: url(design/key_lamp_on.png);
}
/*▲ランプスイッチ　チェックボックス等▲*/



.sergeantBody #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	clear:both;
}



/*ディレクトリＩＤ用*/
.secondpulldown {
	display: none;
}

/* 左右分割ページ */
#leftcontent {
	margin:30px 0 30px 0px;
	float:left;
	width:300px;
	height:500px;
}

#leftinner{
	float:left;
	margin:0 0px 0 30px;
}

#rightcontent {
	margin:30px 0 30px 0px;
	float:right;
	width: auto;
	height:500px;
}

#space{
	height:120px;
}

#submit-navi {
	position: fixed;
	bottom: 80px;
	height:100px;
	padding:10px;
	z-index:1;
	opacity:0.90;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	margin: 0 auto;
	padding:1px;
	z-index:1;
	text-decoration:none;
	text-shadow:none;
	
	/*角とり背景色*/
	background:
		linear-gradient(45deg,  transparent 5px, #081d2e 5px),
		linear-gradient(135deg, transparent 5px, #081d2e 5px),
		linear-gradient(225deg, transparent 5px, #081d2e 5px),
		linear-gradient(315deg, transparent 5px, #081d2e 5px);
		background-position: bottom left, top left, top right, bottom right;
		background-size: 50% 50%;
		background-repeat: no-repeat;
}
#submit-navi fieldset{
	float:left;
	margin:0px;
}
#submit-navi input, .subnaviInnerbox select{
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-radius:0;
	cursor: pointer;
	background-image:none;
	background: #081d2e;
	box-shadow:none;
	text-shadow:none;
	color:#FFF;
}


.subnaviInnerbox {
	border:solid 1px #fff;
	text-align:left;
	margin:0 10px 0 0;
	padding:5px;
	width:140px;
	float:left;
	text-shadow:none;
}


.subnaviInnerbox p{
	color:#FFF;
	text-decoration:none;
	line-height:10px;
	margin:0;
	padding:0;
}


#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #000;
	width:100%;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	margin:0 auto;
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
} 
#footer address{
	margin:0 auto;
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	color:#FFF;
	font-style:normal;
	font-size:12px;
}


#page-navi {
	width:600px;
	margin:0 auto;
	padding:0;
}

#page-navi p{
	margin: 5px;
	padding:5px;
	width:20px;
	height:20px;
	border: #999 1px solid;
	color:#FFF;
	text-align:center;
	float:left;
	font-size:10px;
	display:block;
	cursor:pointer;
}

/*一覧ページ　ページナビ*/
div#pagenation {
   position: relative;
   overflow: hidden;
   margin:0px auto 0px auto;
}
div#pagenation ul {
	position:relative;
	left:48%;
	float:left;
	list-style: none;
}
div#pagenation li {
	position:relative;
	left:-50%;
	float:left;
}
div#pagenation li a {
	border:1px solid #CECECE;
	margin: 0 3px;
	padding:3px 7px;
	display: block;
	text-decoration:none;
	color: #666666;
	background: #fff;
}
div#pagenation li.active a,
div#pagenation li a:hover{
	border:solid 1px #666666;
	color: #FFFFFF;
	background: #3399FF;
}

table.option th{
	padding:5px;
	font-size:13px;
	color: #FFF;
	text-align:left;
    border-bottom: 1px dotted #968E01;
}

table.option td{
	padding:5px;
	font-size:13px;
	color:#FFF;
	text-align:left;
    border-bottom: 1px dotted #968E01;
}


/*ログ*/
.log_title{
	font-size:15px;
	color:#0C0;
	font-weight:bold;
}

.allgreen{
	color: #0F0;
}

.logmsg{
	width:100%;
	padding:20px 0 20px 0;
}

.logmsg ul{
	border: #0C0 solid 1px;
	list-style: none;
	width:700px;
	margin:20px auto 20px auto;
	color: #9AC59E;
	font-size:11px;
}

/*サーチクラウド*/
p.searchCrowd{
	font-size:10px;
	color:#081d2e;
	float:left;
	margin:0 -5px 0 0;
	padding:0 12px;
	/*角とり背景色*/
	background:
		linear-gradient(120deg,  transparent 10px, #0F0 5px),/*角度、？、長さ、色、グラで*/
		linear-gradient(300deg, transparent 10px, #0F0 5px);
		background-position: left, right;
		background-size: 50% 100% ;
		background-repeat: no-repeat;
	
}


/*緑モニター*/
#tablemsg, .monitorGreen {
	width:100%;
	margin:0 5px;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
	box-shadow:
	inset 0px 0px 14px 3px rgba(0,0,0,0.65),
	inset 1px 1px 1px rgba(0,0,0, 0.6),
	inset -1px -1px 1px rgba(255,255,255,0.3);
    border: none;
	background-color: #012F00;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	box-sizing: border-box;
	
}

/*緑モニター用インプット*/

#tablemsg input,
#tablemsg textarea,
#tablemsg select,
.monitorGreen input,
.monitorGreen textarea,
.monitorGreen select{
	background:#012F00;
	box-shadow:none;
	border:1px solid #0F0;

}


#tablemsg input[type=button],
#tablemsg input[type="submit"],
.monitorGreen input[type=button],
.monitorGreen input[type="submit"],
#informsg input[type="button"],
#informsg input[type="submit"],
.SciFiBtn
{
	/*角とり背景色*/
	background:
		linear-gradient(135deg,  transparent 4px, #0C0 0px),/*角度、？、長さ、色、グラで*/
		linear-gradient(315deg, transparent 4px, #0C0 0px);
	background-position: left, right;
	background-size: 50% 100% ;
	background-repeat: no-repeat;
	border:hidden;
	color: #012F00;
}

#tablemsg input[type="button"]:hover,
#tablemsg input[type="submit"]:hover,
.monitorGreen input[type="button"]:hover,
.monitorGreen input[type="submit"]:hover,
.SciFiBtn{
	/*角とり背景色*/
	background:
		linear-gradient(135deg,  transparent 4px, #0F0 0px),/*角度、？、長さ、色、グラで*/
		linear-gradient(315deg, transparent 4px, #0F0 0px);
	background-position: left, right;
	background-size: 50% 100% ;
	background-repeat: no-repeat;
}
/*全選択button*/
.allSelectBtn{
	font-size:10px;
	font-weight:bold;
	color : #012F00;
	width: 30px;
	text-align:center;
    margin: 0px 0px;
    padding: 1px 0px 2px 0px;
}
/*アップロードアイコン*/

.upStatus p{
	color : #012F00;
	font-weight:bold;
    margin: 1px 0px;
    padding: 2px 0px 0px 0px;
	width: 12px;
	height:12px;
	font-size:10px;
	line-height:11px;
	text-align:center;
	/*角丸*/
    border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	text-shadow:none;
}

/*チェックボックス類*/
#tablemsg label,
.monitorGreen label{
    margin: 5px 0 0 0px;
    padding: 0px 0 0 0px;
}

#tablemsg input[type=radio],
#tablemsg input[type=checkbox],
.monitorGreen input[type=radio],
.monitorGreen input[type=checkbox]{
    opacity: 0.8;
	background:#0F0;
}

.shimashima {
	border: 1px solid #000;
	background-image: linear-gradient(
	-45deg,
	#060 25%,
	#012F00 25%, #012F00 50%,
	#060 50%, #060 75%,
	#012F00 75%, #012F00
	);
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 4px 4px;
}


#tableArea{
	width:100%;
	height:2000px;
	position:relative;
	overflow:hidden;
}


.list_table{
	width:96%;
	margin:0px 0px 100px 10px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #0F0;
	font-size:12px;
	text-shadow: 0px 0px 2px #669900;
	/*アニメーション
	animation: rightToLeftAnime 1.0s both;*/
	/*初期値を指定して隠しておく*/
	position:absolute;
	top:0px;
}

.csv_table{
	margin:0px 0px 100px 10px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #0F0;
	font-size:50%;
	text-shadow: 0px 0px 2px #669900;
	overflow: scroll;

	display:block;
}
.csv_table tr{
	max-height: 20px;
	overflow:hidden;
}

.csv_table tr:hover {
	background-color:#040;
	overflow:hidden;
}
	

.csv_table th {
	width: 40px;
	text-align:left;
	vertical-align:top;
	word-break:keep-all;
	overflow:hidden;
	padding:4px 2px 2px 4px;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	background-color:#050;
	border:1px solid #0F0;
}

.csv_table td {
	width: 40px;
	text-align:left;
	vertical-align:top;
	word-break:keep-all;
	overflow:hidden;
	
	padding:4px 2px 2px 4px;
	border:1px solid #0F0;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;

}

.csv_table a{
	color: #0F0;
}

/* DataOrganizer用 */
.do_table{
	margin:10px 10px;
	padding:0px;
	border-collapse:collapse;
	text-shadow: 0px 0px 2px #669900;
	overflow: scroll;
	display:block;
	min-height: 300px;
}

.do_table th {
	width: 200px;
	min-height:30px;
	text-align:left;
	vertical-align:top;
	word-break:keep-all;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	background-color:#050;
	border:1px solid #0F0;
}
.do_table th input[type="text"]{
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 10px 5px; /*ボックスを大きくする*/
	color: #0F0;
	text-shadow:none;
	border: none!important;
	font-size: 16px;
	box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
	background: #050!important;
}
.do_table td {
	width: 100px;
	min-height:30px;
	text-align:left;
	vertical-align:top;
	word-break:keep-all;
	
	padding:4px 2px 2px 4px;
	border:1px solid #0F0;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;

}
.archEditArea{
	z-index: 10;
}

.csvArchList{
	height:40px;
	overflow:hidden;
	background-color:#050;
	border:1px solid #0F0;
}

.archToList{
	height:40px;
	border:1px solid #0F0;
}

.archIndexName{
	float:left;
	text-align:left;
}

.jack{
	float:right;
	text-align:right;
}
.slider[type="range"]{
	width:120px;
	padding:4px 2px 2px 4px;
	height: 2px;
	border:none;
	background-color: #262626;
}

.csvArchListOuter{
	float:left;
	width:200px;
	margin:0 0px 0 0;
}

.csvArchListOuterRight{
	float:right;
	width:200px;
	margin:0 0 0 0px;
}

/*HTML EDITOR*/
.htmlEditor{
	background: #FFFFFF;
	width: 90%;
}
.htmlEditor div{
	width: 90%;
	padding: 10px;
}

.htmlEditor p{
	color: #0F0F0F;
	text-shadow: none;
}
.htmlEditor textarea{
	height :300px;
	width: 400px;
}
.htmlEditor .xBtn{
	position: relative;
	top: 10px;
	right: 20px;
}
/*キャンバス類*/
.editCanvas{
	border:#999 solid 1px;/*チェック用*/
}


@keyframes rightToLeftAnime {
	from {
		transform: translate(1500px, 0px);
	}
	to {
		transform: translate(0px, 0px);
	}
}

@keyframes hideToLeftAnime {
	from {
		transform: translate(0px, 0px);
	}
	to {
		transform: translate(-1800px, 0px);
	}
}


@keyframes leftToRightAnime {
	from {
		transform: translate(-1800px, 0px);
	}
	to {
		transform: translate(0px, 0px);
	}
}
@keyframes hideToRightAnime {
	from {
		transform: translate(0px, 0px);
	}
	to {
		transform: translate(1800px, 0px);
	}
}

@keyframes yokonobiAnimeSmall {
	from {
		transform: scale(1,1);
	}
	to {
		transform: scale(0,1);
	}
}

.list_table tr:hover {
	background-color:#040;
}


.list_table th {
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	background-color:#050;
	border:1px solid #0F0;
}

.list_table td {
	padding:4px 2px 2px 4px;
	border:1px solid #0F0;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	text-shadow: 0px 0px 2px #669900;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

.list_table td a{
	color: #0F0;
}


/*▼▼リストテーブルに合わせたタブ▼▼*/
.tableTab{
	margin-left:10px;
	padding:0;
	position:static;
}

.tableTab li{
	float:left;
	margin:15px,10px,0px,0px;
	padding:10px 20px;
	list-style:none;
	background-color:#050;
	border:1px solid #0F0;
	cursor:pointer;
}


/*▼▼一覧STATUSエリア▼▼!importantで優先順位を上げている*/

/*待機中*/
.st_standby{
	color:#F60 !important;
}

/*完了*/
.st_complete{
	color:#0F0 !important;
}

/*予約*/
.st_booked{
	color:#FF0 !important;
}

/*ERROR*/
.st_ERROR{
	background:RED !important;
	color:black !important;
}

/*CAUTION　または状態不明*/
.st_CAUTION{
	background:#ffff00 !important;
	color:black !important;
}

/*▲▲一覧STATUSエリア▲▲*/
/*▼▼一覧価格検索モード用*/
.RYApriceBox{
	float: left;
	width: 70px;
}

/*▲▲一覧価格検索モード用▲▲*/
.shousai_table {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	font-size:12px;
	border-right:5px solid #FF9900;
	text-shadow:none;
}

.shousai_table th {
	width:25%;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-left:5px solid #FF9900;
}

.shousai_table td {
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	background-color:#FFF;
	color:#666666;
}

/*モジュール*/
p.deleteMod {
	position: absolute;
	top:0px;
	right:10px;
}

/*マスター設定　ルールブック設定ページ*/
.conditionBox{
	border-bottom:solid 1px #FFF;
	clear:both;
}


.conditionBox p{
	float:left;
	margin:5px 10px 2px 0;
}

.rule_table{
	width:96%;
	margin:10px 0px 100px 10px;
	padding:0px;
	border-collapse:collapse;
	font-size:12px;
	text-shadow: 0px 0px 2px #669900;
	top:0px;
}

.rule_table th {
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	background-color:#060;
	border:1px solid #0F0;
}

.rule_table td {
	padding:4px 2px 2px 4px;
	border:1px solid #0F0;
	color: #0F0;
	text-shadow: 0px 0px 2px #669900;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

.barcodeOuter{
	background: #FFFFFF;
	padding: 10px;
}
/*軍曹スキャン*/
.SVSCAN_CAUTION{
	background: #FFEB85;
}

/*プリント設定*/
@media print {
	body {
		font-size: 10pt;
		color:#000;
		background: none;
	}
	
	#header,
	#console,
	#submit-navi,
	.dntdisp{
		display:none;
	}
	
	.sergeantBody #container,
	.box1,
	.midashi,
	input,
	select
	{
		margin:0 0 0 0;
		padding:0 0 0 0;
		background: none;
		font-style:normal;
		box-shadow:none;
		border:none;
		color:#000;
		text-shadow:none;
		
	}
	#tablemsg{
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
		border:1px #000000;
		background:none;
		color:#000;
		box-shadow:none;
	}
	
	.list_table{
		width:110%;
		border:#666 1px;
	}
	.list_table th{
		background:#666;
		color:#FFF;
		border:#000 1px solid;
	}
	.list_table td{
		background:#FFF;
		color:#000;
		text-shadow:none;
		border:#000 1px solid;
	}
	.list_table td a{
		display:none;
	}
}
/*プリンタここまで*/

/*WebGL用*/
.webgl-content * {border: 0; margin: 0; padding: 0}
/*.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/

/*.webgl-content .logo, .progress {position: fixed; left: 100%; top: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/
.webgl-content .logo {background: url('webGLfiles/TemplateData/progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('webGLfiles/TemplateData/progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('webGLfiles/TemplateData/progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('webGLfiles/TemplateData/progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('webGLfiles/TemplateData/progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('webGLfiles/TemplateData/progressFull.Dark.png');}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {background-image: url('webGLfiles/TemplateData/webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('webGLfiles/TemplateData/fullscreen.png'); width: 38px; float: right;}

/* 削除ボタン専用スタイル */
.delete-btn,
#tablemsg .delete-btn,
.monitorGreen .delete-btn {
	background: #f44336 !important;
	background-image: none !important;
	color: white !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 2px 8px !important;
	font-size: 12px !important;
	cursor: pointer !important;
	transition: background-color 0.3s ease !important;
}

.delete-btn:hover,
#tablemsg .delete-btn:hover,
.monitorGreen .delete-btn:hover {
	background: #d32f2f !important;
	background-image: none !important;
}

.delete-btn:active,
#tablemsg .delete-btn:active,
.monitorGreen .delete-btn:active {
	background: #b71c1c !important;
	background-image: none !important;
}