@charset "UTF-8"; /* Packet Caster スタイルシート */

div#head {
	left: 0px; top: 0px; width: 100%; height: 90px; overflow: hidden; position: fixed; z-index: 99999;
}
div#tree {
	left: 0px; top: 0px; width: 200px; height: 100%; padding-top: 90px; position: fixed; z-index: 99998; background-color: rgb(221, 243, 255);
}
div#main_contents{
	padding-top: 90px; padding-left: 200px;
}

/* for tree begin */
.selected{
	font-weight: bold;
}
.normal{
	background-color: transparent;
}
.alerm {
	background-color: rgb(255, 0, 0);
}
.warning {
	background-color: rgb(255, 204, 0);
}
.recovery {
	background-color: rgb(60, 157, 255);
}
.recoverysys {
	background-color: rgb(64, 170, 64);
}
.maintenance8 {
	background-color: rgb(210, 105, 30);
}
.maintenance9 {
	background-color: rgb(221, 153, 255);
}
.maintenance9r {
	background-color: rgb(148, 0, 211);
}
/* 点滅 */
.blinking_w{
	-webkit-animation:blink_w 1.0s ease-in-out infinite alternate;
	-moz-animation:blink_w 1.0s ease-in-out infinite alternate;
	animation:blink_w 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_w{
	  0% {background-color:transparent;}
	100% {background-color:#ffcc00;}
}
@-moz-keyframes blink_w{
	  0% {background-color:transparent;}
	100% {background-color:#ffcc00;}
}
@keyframes blink_w{
	  0% {background-color:transparent;}
	100% {background-color:#ffcc00;}
}

.blinking_a{
	-webkit-animation:blink_a 1.0s ease-in-out infinite alternate;
	-moz-animation:blink_a 1.0s ease-in-out infinite alternate;
	animation:blink_a 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_a{
	  0% {background-color:transparent;}
	100% {background-color:#ff0000;}
}
@-moz-keyframes blink_a{
	  0% {background-color:transparent;}
	100% {background-color:#ff0000;}
}
@keyframes blink_a{
	  0% {background-color:#transparent;}
	100% {background-color:#ff0000;}
}

.blinking_r{
	-webkit-animation:blink_r 1.0s ease-in-out infinite alternate;
	-moz-animation:blink_r 1.0s ease-in-out infinite alternate;
	animation:blink_r 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_r{
	  0% {background-color:transparent;}
	100% {background-color:#3c9dff;}
}
@-moz-keyframes blink_r{
	  0% {background-color:transparent;}
	100% {background-color:#3c9dff;}
}
@keyframes blink_r{
	  0% {background-color:transparent;}
	100% {background-color:#3c9dff;}
}

/*グループ*/
a.stakb_0 {/*リンクされた文字*/
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:link.stakb_0 {/*未訪問のリンク*/
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:visited.stakb_0 {/*訪問後のリンク*/
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:hover.stakb_0 {/*マウスをのせたとき*/
	color: #400040;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:active.stakb_0 {/*クリック中*/
	text-decoration: none;
}

/*拠点*/
a.stakb_1 {/*リンクされた文字*/
	color: #0055ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:link.stakb_1 {/*未訪問のリンク*/
	color: #0055ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:visited.stakb_1 {/*訪問後のリンク*/
	color: #0055ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover.stakb_1 {/*マウスをのせたとき*/
	color: #400040;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:active.stakb_1 {/*クリック中*/
	text-decoration: none;
}

div#tree span {
	padding: 2px;
	white-space: nowrap;
}
/* for tree end */

/* for table end */
table
{
	border-collapse:collapse;
	margin: 2px;
	border:0;
}
table.FLAT{
	border: 1px rgb(119, 119, 119); border-image: none; border-collapse: collapse;
}
table.FLAT td{
	padding: 4px; border-top-color: rgb(119, 119, 119); border-top-width: 1px; border-top-style: solid;
}
table.noborder, table.noborder tr, table.noborder td {
	border: none;
}

td.l{ text-align: left;  }
td.c{ text-align: center;}
td.r{ text-align: right; }
td.t{ vertical-align: top;	  }
td.m{ vertical-align: middle; }
td.b{ vertical-align: bottom; }

td.erec {  background-color: #dcdcdc; }
td.orec {  background-color: #e6e6fa; }
td.prec {  background-color: #ffffff; }
table.type1 td {
	padding: 4px; border: 1px solid rgb(119, 119, 119); border-image: none;
}
table.FLAT tr:hover, table.type1 tr:hover{
	background-color: #84D0E3;
}

tr.self, td.self { background-color: #ffffcc; }
tr.unuserecord { background-color: #999999; }
tr.evenrecord { background-color: #D1EBEB; }
tr.oddrecord { background-color: #EBFAFF; }
td.unuse { background-color: #999999; color:#cccccc}

td.FSUB{
	background-color: #d4d0c8;
	color : #000000;
	padding : 4px;
}
td.FSUBV{
	background-color: #d4d0c8;
	text-align : center;
	color : #000000;
	/*writing-mode:tb-rl; 縦書きやめ
	width  : 20px;*/
}
td.UP{
  background-color: #3D4A6C;
  color : #FFFFFF;
}
td.DEL{
  background-color: #B70000;
  color : #FFFFFF;
}
td.GroupHead{
	background-color: #4692c2;
	border: 0px none #ccc;
	text-align: center;
	color : #ffffff;
	padding : 2px;
	overflow:hidden;
}
td.GroupDoHead{
	background-color: #009900;
	border: 0px none #ccc;
	text-align: center;
	color : #ffffff;
	padding : 2px;
	overflow:hidden;
}
td.LGC {
  background-color: #47AD47;
  color : #FFFFFF;
}
td.FLAT{
	padding : 4px;
	border: 1px solid #000;
}
td.FLATT{
	border-top: 1px solid #000;
}
td.FLATB{
	border-bottom: 1px solid #000;
}

.subtitle-b {
	background-color: #006890;
	color:#ffffff;
	text-align: center;
}
.subtitle-r {
	background-color: #e83517;
	color:#ffffff;
	text-align: center;
}
.subtitle-y {
	background-color: #f2da0f;
	color:#000000;
	text-align: center;
}
.subtitle-g {
	background-color: #1a8d37;
	color:#ffffff;
	text-align: center;
}
td.subtitle-b {
	border: 0px none #ccc;
	padding: 4px;
}
td.subtitle-r {
	border: 0px none #ccc;
	padding: 4px;
}
td.subtitle-y {
	border: 0px none #ccc;
	padding: 4px;
}
td.subtitle-g {
	border: 0px none #ccc;
	padding: 4px;
}
td.caption-b {
	color:#ffffff;
	background-color:#0181B4;
	border: 0px none #ccc;
	text-align: center;
}
/* for table end */

a.regist		{ color: #FFFFFF;}
a:link.regist	{ color: #FFFFFF;}
a:visited.regist{ color: #FFFFFF;}
a:active.regist	{ color: red;}
a:hover.regist	{ color: red;}

/* 監視拠点のチェックボックスリスト */
ul.stationlist li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 25px;
}

/* マスターのテーブル形式の編集統一スタイル */
.siginp input[type="text"], .siginp input[type="password"] {
	width: 98%;
	height: 24px;
	border: 1px solid #777;
}
input[type="button"] {
	height: 24px;
	border: 1px solid #777;
}
input[type="button"]:hover {
	background-color: rgba(192, 192, 192, .5);
}
.siginp textarea {
	width: 98%;
	border: 1px solid #777;
}
.siginp select {
	width: 98%;
	height: 24px;
}
#NEWNO {
	width: 60px;
}

/* ブロック図 パーツ 枠線あり */
.BLOCKL{
	border : 1px solid #555555;
	overflow:hidden;
}
/* ブロック図 パーツ 枠線なし */
.BLOCKL-NOLINE{
	border : 0;
	overflow:hidden;
}
/* ブロック図 パーツ ボタン風 */
input[type="button"].BLOCKL-BUTTON, td.BLOCKL-BUTTON, button.BLOCKL-BUTTON{
	border-top: #EEE 4px solid;
	border-left: #EEE 4px solid;
	border-bottom: #999 4px solid;
	border-right: #999 4px solid;
	overflow:hidden;
}
td.BLOCKL-BUTTON:active{
	border-top: #EEE 4px solid;
	border-left: #EEE 4px solid;
	border-bottom: #EEE 4px solid;
	border-right: #EEE 4px solid;
	overflow:hidden;
}

/* ぱんくず */
ul#breadcrumb {
	left: 200px; top: 90px; position: absolute; z-index: 99997;
}
ul#breadcrumb li{
	display:inline-block;/*横に並ぶように*/
	list-style: none;
}
ul#breadcrumb li:after{/* ▶を表示*/
	content: '>';
	padding: 0 3px;
	color: #72a1f7;
}
ul#breadcrumb li:last-child:after{
	content: '';
}
ul#breadcrumb li a {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul#breadcrumb li a:hover {
	background: #68EDF0;
}
