/* -------------------------------------
for tags
---------------------------------------- */

html {
    margin-bottom:1px;
    height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, Osaka-等幅, "Osaka-Mono", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	*font-family: Osaka, Osaka-等幅, "Osaka-Mono", Arial,"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;

}
body{
	margin:0;
	background: #ffffff ;
	color:#1F1305;
	font-size:13px;
	border-top:5px solid #003EA1;
}
h1 {
	font-size: 120%;
	/* background: url(../images/html_bg.gif) repeat-y left #F0EFEB; */
	/* background: url(../images/html_bg.gif) repeat-y left #FFFFFF; */
	margin: 0px auto;
	padding:15px 40px 10px 0px;
}
	h1 span{
		text-indent:-999999px;
		/* background: url(../images/logo/greenbank.jpg) no-repeat; */
		display:block;
		width:169px;
		height:54px;
	}
h2{
	background: url(../images/h2_bg.gif) no-repeat left top #E2E1D9;
	padding:8px 25px 4px 30px;
	color:#1F1305;
	margin:5px 13px 20px -10px;
	border:1px solid #CCCCCC;
	font-size: 120%;
	position: relative;
}
h3{
	color:#1F1305;
	font-size: 120%;
	padding-left:20px;
	border-left:10px solid #145AAF;
}
h4{
	color:#130c02;
	font-size:1em;
	font-weight:normal;
	border-left:5px solid #145AAF;
	padding-left:15px;
	padding-bottom:0;
	margin-bottom:0;
	line-height:1em;
}

form{margin:0;padding:0;}
a{
	color:#332b26;
}
a:hover{
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
}
a img{border:none;}
a:hover img{
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
}
.btn input:hover{
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
}
img{border:none;}

p {
	padding: 0 0;
	margin:0 0 01em;
	line-height:1.7em;
	letter-spacing:0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
	clear:both;
}
input{vertical-align:top;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* -------------------------------------
for Wrap
---------------------------------------- */
div#header{
	overflow:hidden;
	background: url(../images/html_bg.gif) repeat-y left #FFFFFF;
	width:1236px;
	padding:0 35px 0;
	margin: 0 auto;
	position:relative;
}
	div#header div.g_menu {
		text-align:right;
		margin-top:-30px;
		position:absolute;
		top:67px;
		right:35px;
	}
	div#header div.g_menu ul,
	div#header div.g_menu li{
		display:inline;
	}
	div#header div.g_menu li{
		margin:0 5px;
	}

div#container{
	background: url(../images/html_bg.gif) repeat-y left #FFFFFF;
	width:1236px;
	padding:10px 35px 0;
	margin: 0 auto;
	line-height:1.8em;
	overflow:hidden;
}
	div#container .lv1{
		margin:0px 0 15px 0;
	}
	div#container ul.submenu{
		clear: both;
		padding-top: 0.5em;
		margin-bottom:2em;
		margin-left:20px;
	}
		div#container ul.submenu li{
			margin:0.5em 0;
		}
/* 		div#container ul.submenu li:before{
			content: "<";
			margin-right:10px;
		} */

	div#container ul.settingmenu{
		padding:5px 0 10px;
		margin-left:20px;
	}
		div#container ul.settingmenu li{
			margin:0.5em 0;
		}
/* 		div#container ul.settingmenu li:after{
			content: ">";
			margin-left:6px;
			margin-right:10px;
		}
 */
div#footer{
	clear: both;
	background: url(../images/bottom_bg.gif) no-repeat top;
	width:1276px;
	padding:0px 20px;
	margin: 0 auto;
}
	.jcity_logo{
		background: url(../images/logo/eos.jpg) no-repeat right 10px;
		padding-top:60px;
		text-align:right;
	}
	.SBE_logo{
		padding-top:5px;
		text-align:right;
	}

/* -------------------------------------
for common Decoration
---------------------------------------- */
.btn{
	text-align:center;
	margin:10px 0;
}

ul.system,
ol.system{margin:0;padding:0;list-style-type: none;}
ul.system li,
ol.system li{text-align: justify;text-justify: inter-ideograph;}

dl.system {margin:0;padding:0;}
dl.system dt{margin:0;padding:0;}

td.LargePS{
	background:#EEFFEE;/o
	color:green;
}
td.MiddlePS{
	background:#FFFFEE;
	color:#cc9900;
}
td.SmallPS{
	background:#FFEEEE;
	color:red;
}

td.alert{
	background:#FFD0D0;
	color:red;
}

p.title{
	text-align:center;
	margin-bottom:0;
}
/* -------------------------------------
for common table
---------------------------------------- */
/* table.system ---------------- */
table.system {
	/*width:100%;*/
	margin:0 auto;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.system th,
	table.system td{
		border: 1px solid #cccccc;
		padding: 5px 5px;
		font-size: 13px;
		text-align: left;
	}
	table.system tr:hover {
		background:#e2f8ff;
		/* background:#feffdd; */
	}
	table.system th {
		background: #F8F8F8;
		font-weight: normal;
		text-align: center;
	}
	table.system th.day{
		width: 77px;
	}
	table.system th.ID{
		width:9em;
	}
	table.system th.image{

	}
	table.system th.report{
		vertical-align:top;
	}
	table.system td.day{
		text-align: center;
	}
	table.system td.num{
		text-align: right;
	}
	table.system td.ID{
		text-align: center;
	}
	table.system td.image{
		/* border:none; */
		text-align:center;
	}
	table.system td.summary{
		text-align: center;
		font-size: 20px;
	}
form table.system th{
	text-align:left;
}
/* table.plantlist ---------------- */
table.plantlist {
	margin-top:10px;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.plantlist th,
	table.plantlist td{
		border: 1px solid #cccccc;
		padding: 5px 5px;
		font-size: 13px;
		text-align: left;
	}
	table.plantlist tr:hover {
		background:#e2f8ff;
		/* background:#feffdd; */
	}
	table.plantlist th {
		background: #F8F8F8;
		font-weight: normal;
		text-align: center;
	}
	table.plantlist td.marker{
		width: 30px;
		text-align: center;
	}
	table.plantlist td.photo{
		width: 130px;
		text-align: center;
	}
	table.plantlist td.area{
		width: 80px;
		text-align: center;
	}
	table.plantlist td.name{
		width: 220px;
		text-align: left;
	}
	table.plantlist td.status{
		width: 110px;
		text-align:center;
	}
	table.plantlist td.alarm{
		width: 150px;
		text-align:center;
	}
	table.plantlist td.alarm_on{
		width: 120px;
		text-align:center;
		background:#FFD0D0;
		color:red;
	}
	table.plantlist td.ps{
		width: 110px;
		text-align:center;
	}
	table.plantlist td.gen{
		width: 120px;
		text-align:center;
	}
	table.plantlist td.ts{
		width: 160px;
		text-align:center;
	}
/* table.alertlist ---------------- */
table.alertlist {
	width:100%;
	margin:0 auto;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.alertlist th,
	table.alertlist td{
		border: 1px solid #cccccc;
		padding: 5px 5px;
		font-size: 13px;
		text-align: left;
	}
	table.alertlist tr:hover {
		background:#e2f8ff;
		/* background:#feffdd; */
	}
	table.alertlist th {
		background: #F8F8F8;
		font-weight: normal;
		text-align: center;
	}
	table.alertlist td.ts{
		width: 50px;
		text-align: center;
	}
	table.alertlist td.name{
		width: 100px;
		text-align: left;
	}
	table.alertlist td.severity{
		width: 50px;
		text-align: center;
	}
	table.alertlist td.description{
		width: 200px;
		text-align: left;
	}
/* table.data ---------------- */
table.data {
	width:100%;
	margin:0 auto;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.data th {
		border: 1px solid #cccccc;
		padding: 5px 5px;
		font-size: 13px;
		background: #f8f8f8;
		font-weight: normal;
		text-align: center;
	}
	table.data td {
		border: 1px solid #cccccc;
		padding: 5px 5px;
		font-size: 13px;
		background: #ffffff;
		font-weight: normal;
	}
	table.data tr:hover {
		background:#e2f8ff;
		/* background:#feffdd; */
	}
	table.data th.ts {
		width: 77px;
	}
	table.data th.devtype {
		width:70px;
	}
	table.data th.devid {
		width:70px;
	}
	table.data th.category {
		width:80px;
	}
	table.data th.item {
		width:100px;
	}
	table.data th.code {
		width:50px;
	}
	table.data th.value{
		width:200px;
	}
	table.data td.ts {
		text-align: center;
	}
	table.data td.devtype {
		text-align: center;
	}
	table.data td.devid {
		text-align: center;
	}
	table.data td.category {
		text-align: center;
	}
	table.data td.item {
		text-align: left;
	}
	table.data td.code {
		text-align: center;
	}
	table.data td.value{
		text-align: left;
	}

/* table.search ---------------- */
table.searchcondition {
	background:#eee;
	border:none;
}
	table.searchcondition th{
		border:none;
	}
	table.searchcondition tr:hover {
		background:none;
	}
	table.searchcondition td{
		text-align:center;
		border:none;
	}
		table.searchcondition td li{
			display:inline;
		}

/* table→dldtdd add20231107 ---------------- */
/* add 20231102 oiz */
div.table dl {
	display: table;
	align-items: center;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
}
div.table dt,
div.table dd {
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
div.table dd {
	height: 90px;
}
div.table dt {
	height: 20px;
	background: #F8F8F8;
}
div.table dt:last-of-type,
div.table dd:last-of-type {
	border-right: none;
}
div.table dd.alarm_on {
    background: #FFD0D0;
    color: red;
}
div.table dl:hover {
    background: #e2f8ff;
}
div.table {
	border-bottom: 1px solid #ccc;
}
dl.heading .name { text-align: center; }
div.table .marker { width: 30px; }
div.table .photo { width: 120px; }
div.table .area { width: 80px; }
div.table .name { width: 260px; text-align: left; }
div.table .status { width: 110px; }
div.table .alarm,
div.table .alarm_on { width: 110px; }
div.table .ps { width: 110px; }
div.table .gen { width: 110px; }
div.table .ts { width: 160px; }
div.table .areaBox { width: 161px; }




/* -------------------------------------
for area
---------------------------------------- */
div.graf {
	margin:0 20px 30px;
}
	div.graf img{
		margin:0 auto 0;
		display:block;
	}

div.table {
	margin:0 20px 5px;
}

div.summary table.system{}
	div.summary table.system th{
		width:10em;
	}
	div.summary table.system td{
		text-align:right;
		background:#fff !important;
	}
	div.summary table.system td.text{
		text-align:center;
	}
	div.summary table.system td:hover{
		background:#fff !important;
	}
	div.summary table.system td.image{
		text-align:center;
		width:550px;
	}
div#container div.g_menu{
	border-top:3px solid #eee;
}

div#container div.menu{
	margin-top:-5px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
	div.menu ul.main_menu{
		overflow:hidden;
		width:1220px;
		margin:0 auto;
	}

		div.menu ul.main_menu li{
			width: 128px;
			height:59px;
			float:left;
			margin-right:5px;
			border:1px solid #dedede;
		}
		div.menu ul.main_menu li.reportmenu{
			background:url(../images/menu_bg_reportmenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.datamenu{
			background:url(../images/menu_bg_datamenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.analysismenu{
			background:url(../images/menu_bg_analysismenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.monitormenu{
			background:url(../images/menu_bg_monitormenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.animemenu{
			background:url(../images/menu_bg_animemenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.settingmenu{
			background:url(../images/menu_bg_settingmenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.topmenu{
			background:url(../images/menu_bg_topmenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.custommenu{
			background:url(../images/menu_bg_custommenu.png) left top no-repeat;
		}
		div.menu ul.main_menu li.cameramenu{
			background:url(../images/menu_bg_cameramenu.png) left top no-repeat;
		}

		div.menu ul.main_menu li a{
			height:32px;
			display:block;
			padding:21px 0 0 40px;
			font-size:12px;
			color:#0C5AB8;
			letter-spacing:0;
			text-decoration:none;
		}

		div.menu ul.main_menu li.nowon a{
			border-bottom:3px solid #0C5BB8;
		}
div.explanation{

}
	div.explanation dl{
		border-top:1px solid #eee;
		width:690px;
	}
	div.explanation dt{
		float:left;
		clear:both;
		width:130px;
		padding:10px 1em;
		border-right:1px solid #eee;
		background: #F8F8F8;

	}
	div.explanation dd{
		margin:0;
		width:500px;
		padding:10px 1em 10px 175px;
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;

	}
div#container div.searchbox{
	background: #F8F8F8;
	padding:10px 20px 0px 20px;
	margin:0 0 30px;
}
	div.searchbox .title{
		background:#145AAF;
		color:#fff;
		margin-left:1em;
		padding:5px;
		display:inline;
	}
	div.searchbox dl.searchcondition {
		overflow:hidden;
		margin-top:10px;
		margin-bottom:10px;
	}
		div.searchbox dl.searchcondition dt{
			float:left;
			padding:0;
			color:#145AAF;
			margin:0 1em 0 1em;
			font-weight:bold;
		}
		div.searchbox dl.searchcondition dd{
			padding:0 1em 0 0;
			margin:0;
			float:left;
			border-right:1px solid #eee;

		}
		div.searchbox dl.searchcondition dd li{
			display:inline;
		}
	div.searchbox p.btn{
		background:#eee;
		padding:5px 29px;
		margin:0 -20px;
		text-align:left;
	}
div.mes_alert{
	margin:1em 0;
	border:1px solid red;
	background:#FFDFDF;
	padding:10px 20px;
	color:red;
}
div.animation{
	width:920px;margin: 5px auto;
}
	div.animation *{
		zoom:1;
	}
	div.animation .animation_parts{
		position: relative;
		background: url(../images/anime/panel.jpg) no-repeat 57px 85px;
		height: 270px;
		width: 573px;
		float: left;
	}
	div.animation .animation_info{
		float:right;width:340px;padding-top:1px;
		font-size:20px;
		margin:0 0;
	}
	div.animation .animation_info th,
	div.animation .animation_info td{
		font-size:20px;
	}
/* -------------------------------------
for parts
---------------------------------------- */



/* -------------------------------------
for Page
---------------------------------------- */



/* ===== PF tentatively added 20120828 ===== */
.sysmessage{
	margin:1em 0;
	color:red;
	padding: 5px 10px;
	background: #FFFEE6;
	border: 1px solid red;
}
	.sysmessage p{margin:0;padding:0;}

/* ===== PF tentatively added 20131016 ===== */
.usermessage{
	margin:1em 0;
	color:#000000;
	padding: 5px 10px;
	background: #FFFFFF;
	border: 1px solid red;
}
	.usermessage p{margin:0;padding:0;}

/* ===== added 20190415 ===== */
.sysmessage_update {
	color: #009218;
	padding: 5px 10px;
	background: #eeffee;
	border: 3px solid #009218;
}
	.sysmessage_update p{margin:0;padding:0;}

/* ===== PF tentatively added 20130217 ===== */
/* table.monitor ---------------- */
table.monitor {
	margin:0;
	background:#FFFFFF;
/*	border-collapse: collapse;*/
	border-spacing: 0;
}
	table.monitor th{
		padding:0px 0px;
		font-size:10px;
		text-align: center;
		/*width:30px;*/
		height:10px;
	}
	table.monitor td{
		padding:0px 0px;
		font-size:10px;
		text-align: center;
		/*width:30px;*/
		height:10px;
	}
/* table.monitor_small ---------------- */
table.monitor_small {
	margin:0;
	background:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.monitor_small th{
		padding:0px 0px;
		font-size:9px;
		text-align: center;
		/*width:24px;*/
		height:8px;
	}
	table.monitor_small td{
		padding:0px 0px;
		font-size:9px;
		text-align: center;
		/*width:24px;*/
		height:8px;
	}

.c0000 {border-top:solid 0px;border-right:solid 0px;border-bottom:solid 0px;border-left:solid 0px;}
.c0001 {border-top:solid 0px #ffffff;border-left:solid 1px #404040;}
.c0010 {border-bottom:solid 1px #404040;}
.c0011 {border-bottom:solid 1px #404040;border-left:solid 1px #404040;}
.c0100 {border-right:solid 1px #404040;}
.c0101 {border-right:solid 1px #404040;border-left:solid 1px #404040;}
.c0110 {border-right:solid 1px #404040;border-bottom:solid 1px #404040;}
.c0111 {border-right:solid 1px #404040;border-bottom:solid 1px #404040;border-left:solid 1px #404040;}
.c1000 {border-top:solid 1px #404040;}
.c1001 {border-top:solid 1px #404040;border-left:solid 1px #404040;}
.c1010 {border-top:solid 1px #404040;border-bottom:solid 1px #404040;}
.c1011 {border-top:solid 1px #404040;border-bottom:solid 1px #404040;border-left:solid 1px #404040;}
.c1100 {border-top:solid 1px #404040;border-right:solid 1px #404040;}
.c1101 {border-top:solid 1px #404040;border-right:solid 1px #404040;border-left:solid 1px #404040;}
.c1110 {border-top:solid 1px #404040;border-right:solid 1px #404040;border-bottom:solid 1px #404040;}
.c1111 {border-top:solid 1px #404040;border-right:solid 1px #404040;border-bottom:solid 1px #404040;border-left:solid 1px #404040;}
.c2100 {border-top:solid 5px #404040;border-right:solid 1px #404040;}
.c2000 {border-top:solid 5px;}
.ld-t  {border-top:dashed 1px #404040 !important;}
.ld-r  {border-right:dashed 1px #404040 !important;}
.ld-b  {border-bottom:dashed 1px #404040 !important;}
.ld-l  {border-left:dashed 1px #404040 !important;}
/*.c2001 {border-top:solid 5px #404040;border-left:solid 1px #404040;}*/

/* table.Title ---------------- */
table.Title {
	margin-top:-11px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.Title th{
		font-size:10px;
		padding:0px 0px;
		background: #000000;
		white-space: nowrap;
	}
	table.Title td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		white-space: nowrap;
	}

/* table.MeterA ---------------- */
table.MeterA {
	/*margin-top:-11px;*/
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.MeterA th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 25px;
	}
	table.MeterA td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		white-space: nowrap;
		height: 25px;
	}

/* table.BankA ---------------- */
table.BankA {
	margin-right:2px;
	margin-left:2px;
	background:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BankA th{
		font-size:12px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 25px;
	}
	table.BankA td{
		font-size:12px;
		padding:0px 0px;
		background: #ffffff;
		white-space: nowrap;
		height: 25px;
	}

/* table.DiAlert ---------------- */
table.DiAlert {
	background:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.DiAlert th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.DiAlert td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		white-space: nowrap;
		height: 18px;
	}

/* table.PlantTotalA ---------------- */
table.PlantTotalA {
	margin-top:-11px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.PlantTotalA th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		white-space:nowrap;
		height: 25px;
	}
	table.PlantTotalA td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		white-space:nowrap;
		height: 25px;
	}

/* table.PCSA ---------------- */
table.PCSA1 {
	margin-top:-11px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.PCSA1 th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.PCSA1 td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		height: 18px;
	}
table.PCSA2 {
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.PCSA2 th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.PCSA2 td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		height: 18px;
	}

/* table.BoxA ---------------- */
table.BoxA1 {
	margin-top:-11px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxA1 th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.BoxA1 td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		height: 18px;
	}
table.BoxA2 {
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxA2 th{
		font-size:9px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.BoxA2 th.lv1{
		width: 18%;
		text-align: center;
	}
	table.BoxA2 th.lv2{
		font-size:8px;
		width: 32%;
		text-align: left;
	}
	table.BoxA2 td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		height: 18px;
		width: 50%;
		text-align: center;
	}
table.BoxA3 {
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxA3 th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 18px;
	}
	table.BoxA3 td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		height: 18px;
	}
table.BoxStringA {
	margin-top:-11px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxStringA th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
	}
	table.BoxStringA td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
	}
table.BoxStringB {
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxStringB th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
	}
	table.BoxStringB td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
	}
	table.BoxStringB span{
		display:block;
		cursor:pointer;
	}
	table.BoxStringB span:hover{
		font-weight:bold;
	}
table.BoxContainerB {
	background:#ffffff;
	border-collapse: separate;
	border-spacing: 1;
}
	table.BoxContainerB td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
	}
/* table.BoxStringC ---------------- */
table.BoxStringC {
	margin:2px auto;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.BoxStringC th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 22px;
	}
	table.BoxStringC td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		height: 22px;
		text-align: left;
	}
	table.BoxStringC td.id{
		text-align: center;
	}

/* table.WeatherA ---------------- */
table.WeatherA {
	margin:1px auto;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.WeatherA th{
		font-size:10px;
		padding:0px 0px;
		background: #e0e0e0;
		height: 22px;
	}
	table.WeatherA td{
		font-size:10px;
		padding:0px 0px;
		background: #ffffff;
		text-align: center;
		height: 22px;
	}

/* table.SystemStatusA ---------------- */
table.SystemStatusA {
	margin:2px auto;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.SystemStatusA th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 22px;
	}
	table.SystemStatusA td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		height: 22px
		text-align: left;
	}
	table.SystemStatusA td.id{
		text-align: center;
	}

/* table.SystemStatusC ---------------- */
table.SystemStatusC {
	margin:2px auto;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.SystemStatusC th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 22px;
	}
	table.SystemStatusC td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		height: 22px
		text-align: left;
	}
	table.SystemStatusC td.id{
		text-align: center;
	}

/* table.CBA (Circuit Breaker Type A) ---------------- */
table.CBA {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.CBA th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 25px;
		text-align: center;
	}
	table.CBA td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		height: 25px
		text-align: center;
	}

/* table.CBA_Chrome (Circuit Breaker Type A) ---------------- */
table.CBA_Chrome {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:11px;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.CBA th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 25px;
		text-align: center;
	}
	table.CBA td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		height: 25px;
		text-align: center;
	}

/* table.Control ---------------- */
table.Control {
	margin:2px auto;
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.Control th{
		font-size:10px;
		padding: 0px 0px;
		background: #e0e0e0;
		height: 22px;
	}
	table.Control td{
		font-size: 10px;
		padding: 0px 0px;
		background: #ffffff;
		/*height: 35px;*/
		text-align: center;
	}
	table.Control .button {
		height: 23px;
		font-size:12px;
	}


/* contentsmenu */
ul.contentsmenu{
	margin:0;
	padding:0;
	background:#F7F7F5;
	border:1px solid #EEEEEE;
}
	ul.contentsmenu li{
		padding:5px 0 5px 10px;
		line-height:38px;

		list-style-position: outside;
		list-style-type: none;

		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #B9B9C8;

		background-image:-moz-linear-gradient(51% 0% -90deg,rgb(255,255,253) 0%,rgb(233,234,228) 100%);
		background-image:-webkit-gradient(linear,51% 0%,51% 100%,color-stop(0, rgb(255,255,253)),color-stop(1, rgb(233,234,228)));
		background-image:-webkit-linear-gradient(-90deg,rgb(255,255,253) 0%,rgb(233,234,228) 100%);
		background-image:-ms-linear-gradient(-90deg,rgb(255,255,253) 0%,rgb(233,234,228) 100%);
		background-image:linear-gradient(-90deg,rgb(255,255,253) 0%,rgb(233,234,228) 100%);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffffd,endColorstr=#ffe9eae4,GradientType=0)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffffd,endColorstr=#ffe9eae4,GradientType=0);
	}
	ul.contentsmenu li a{
			text-decoration:none;
			display:block;
		}
	ul.contentsmenu li.nowon{
			font-weight:bold;

			background-image:-moz-linear-gradient(51% 0% -90deg,rgb(227,228,222) 0%,rgb(237,238,233) 100%);
background-image:-webkit-gradient(linear,51% 0%,51% 100%,color-stop(0, rgb(227,228,222)),color-stop(1, rgb(237,238,233)));
background-image:-webkit-linear-gradient(-90deg,rgb(227,228,222) 0%,rgb(237,238,233) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(227,228,222) 0%,rgb(237,238,233) 100%);
background-image:linear-gradient(-90deg,rgb(227,228,222) 0%,rgb(237,238,233) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe3e4de,endColorstr=#ffedeee9,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe3e4de,endColorstr=#ffedeee9,GradientType=0);
		}
		ul.contentsmenu li.nowon a{
				background:url('/images/icon_contentsmenu_arrow.gif') no-repeat right 14px;

			}


/* タブ */
.tabNum{
	display: none;
}
.tabSelect{
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	border: solid 1px #cccccc;
}
.tabList{
	margin: 10px 0;
	padding: 0;
}
.tabList li{
	list-style: none;
	float: left;
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	text-align:center;
	padding: 0 2px;
	min-width: 24px;
}
.tabList li:hover{
	background-color: #FF9900 !important;
}

/* 運転監視画面 */
#MAINCONTENTAREA {
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -5px;
	float: left;
}

/* icomoon start */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?8lxuom');
    src:    url('fonts/icomoon.eot?8lxuom#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?8lxuom') format('truetype'),
        url('fonts/icomoon.woff?8lxuom') format('woff'),
        url('fonts/icomoon.svg?8lxuom#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e9bd";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-checkbox-checked:before {
    content: "\ea52";
}
.icon-checkbox-unchecked:before {
    content: "\ea53";
}
.icon-radio-unchecked:before {
    content: "\ea56";
}
/* icomoon end */


#div_navi_menulist {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 10px;
	font-size: 12px;
	width: 100px;
}
#div_navi_menulist > label {
    /* background: green;
    color: #fff; */
    padding: 10px;
    display: block;
    text-align:right;
    margin: 0;
    font-size: 16px;
    /* border: 1px solid #fff; */
}

#div_navi_menulist input[type="checkbox"].on-off{
    display: none;
}

#div_navi_menulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #eee;
}

#div_navi_menulist li {
    padding: 5px;
}

#div_navi_menulist input[type="checkbox"].on-off + ul{
    display:none;
    overflow: hidden;
}

#div_navi_menulist input[type="checkbox"].on-off:checked + ul{
    display:block;
}

/* お知らせ add20180601 */
#information_area {
	width: 1200px;
    margin: 60px auto 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
#information_area .priority_high {
	margin-bottom: 25px;
}
#information_area .info_title {
	color:#006ba9;
	font-weight: bold;
	margin: 0;
}
#information_area .info_title,
#information_area .info_notice {
   padding: 8px 15px 0 15px;
}

#information_area .information time {
    display: block;
    background: #f1f1f1;
    padding: 5px 15px;
}
#information_area .priority_high time  {
	background: #eaeaea;
}
#information_area .information {
	margin-bottom: 30px;

}
#information_area .priority_high .information:last-child {
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 35px;
    padding: 0 0 15px 0;
}


.devListItem {
	float:left;
	margin-right:5px;
}

/* 印刷用css add2011225 */

@media print {
	h3,
	.menu,
	ul.contentsmenu,
	.sub_print,
	.g_menu,
	.searchbox{
		display: none;
	}
	.main_pint {
		float: none!important;
		margin: 0 auto!important;
        padding: 0 45px;
	}
	div#header,
	div#container,
	div#footer {
		background: none!important;
	}
	div#footer,
	div#container {
		width: 1150px!important;
	}

	h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	div#header {
		margin-top: 100px;
	}
	body {
    border-top: none;
}
}

#GenToday{
	position: fixed;
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	z-index:1030;
	padding:5px;
/*
	left:50%;
	margin-left:-605px;
*/
	background:#EEEEEE;
}
#GenToday span{
	font-size:18px;
	font-weight:bold;
}

div.pagemap{
		text-align:right;
		font-size:14px;
}
	div.pagemap .pagenow{
		height: 20px;
		text-align:center;
		padding:3px 6px 3px 6px;
		border:1px solid #ccc;
		font-weight:bold;
		background:#ddd;
		line-height:32px;
	}
	div.pagemap .pagelist{
		height: 20px;
		text-align:center;
		padding:3px 6px 3px 6px;
		border:1px solid #ccc;
		line-height:33px;
	}

/* v2誘導 */
#v2 {
	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-size: 16px;
}
.v2_wrap {
	background: url(../images/v2/bg_login.png);
	width: 1200px;
	height: 781px;
	margin: 30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.v2_tit {
	font-size: 33px;
	font-weight: 900;
	margin-bottom: 25px;
	color: #323232;
}
.v2_content {
	padding: 45px 55px 30px;
	background :#f7f7f7;
	border-radius: 10px;
	width : 894px;
}
.v2_line {
	width : 100%;
	height: 1px;
	background :#1f364e;
	margin: 30px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.v2_info {
	margin-bottom: 25px;
}
.v2_img {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 8px;
}
.v2_img img {
	width: 215px;
}
.v2_dec_wrap {
	display: flex;
	text-align: left;
}
.v2_dec_wrap > .v2_dec {
	flex: 1 1 auto;
	min-width: 0;
}
.v2_dec_wrap > div:first-child {
	flex: 0 0 447px;
}
.v2_dec_tit {
	font-weight: 900;
}
.v2_img span {
	width: 100%;
	font-size: 10px;
	display: block;
}
.v2_btn {
	width: 625px;
    background: #119cf2;
	border-radius: 5px;
	margin: 0 auto;
	padding: 15px 0;
	border: none;
}
.v2_btn a {
	font-size: 25px;
	font-weight: 400;
	color: #fafafa;
	text-decoration: none;
	letter-spacing: 2px;
}
.v2_btn span {
	font-size: 10px;
}