﻿@CHARSET "UTF-8";

@media screen and (min-width: 1280px){
	/* html{
		background-color: #222;
	}
	body {
		max-width: 1280px;
		width: auto;
		border-left: 4px #888 double;
		border-right: 4px #888 double;
	} */
}
/* DSEG FONT----------------- */
@font-face {
	font-family: "D7Cl";
	src: url("./fonts/DSEG7Classic-Regular.woff") format('woff');
}
/*-------- reset --------*/
html{
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 64.5%;/* 10px */
}

#set{
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 64.5%;/* 10px */
	overflow:hidden;
}
body {
	position: relative;
	padding:0px;
	margin: 0px auto;
	color: #222;
	background-color: #f1f1f1;
	font-size: 1.4rem;
	font-family: Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro";
	width: 100%;
	/* min-width: 1200px; */
	min-height: 100vh;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
body * {
	font-family: Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro";
	font:1.3rem Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro";
}
ul, li,div,p,dl,dt,dd,a,ul,li,table,tr,th,td,input,select,textarea,
header,footer,nav,span {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	white-space: normal;
	word-break: break-word;
	vertical-align: middle;

}
dl {
	font-size: 0;
	white-space: pre-line;
}
li,dt,dd {
	font-size: 1.2rem;
	white-space: pre-line;
}
div,dt,dd {
	display: inline-block;
}
ul, li{
	list-style: none;
	text-decoration: none;
}
a, a:hover{
	color: #36a3b1;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	white-space: pre-line;
	vertical-align:middle;
}
h1{
	display: block;
	vertical-align: middle;
}
h3{
	margin-top: 5px;
	margin-bottom: 5px;
}
input, textarea, keygen, select, button,label {
	vertical-align: middle;
	max-width: 100%;
}

input[type="checkbox"], input[type="radio"]{
	min-width: 1em;
	min-height: 1em;
	vertical-align: middle;
	margin: 0 0.2rem;
	line-height: 1.5;
}
input[type="text"], input[type="password"], select {
	border: 1px solid #c0c0c0;
	padding: 3px 2px;
	border-radius: 2px;
	font-size: 12px;
	border-radius: 2px;
	box-sizing: border-box;
	line-height: 1.5;
}
input[type="button"] {
	cursor: pointer;

}
.fixed{
	position: fixed !important;
	top: 0;
	z-index: 1001;
}
.center{
	margin: 0 auto;
}
.box {
	margin-bottom: 20px;
	padding: 12px 15px;
	white-space: pre-line;
}
.block {
	width: 100%;
	display: block;
	position: relative;
	margin: 20px 0;
}
.content-btn-box h3 {
	margin: 30px 0 13px;
	white-space: pre-line;
}
.margin-s{
	margin-bottom: 3rem!important;
}
.margin-m{
	margin-bottom: 6px!important;
}
.margin-l{
	margin-bottom: 7rem!important;
}
.width700{
	width: 700px!important;
}
/*非表示にする*/
.nodisplay {
	display: none!important;
}
.table-scroll-frame {
	display: block;
	width: 100%;
	height:auto;
	position:relative;
}
.scrollbar-frame {
	display: block;
	width: 100%;
	overflow-x: scroll;
	position:relative;
}
.scrollbar {
	width: auto;
}
.scroll-obj-frame {
	display: block;
	width: 100%;
	height:auto;
	position:relative;
	overflow-x: scroll;
}
.tableFrame {
	display: table;
	width: 100%;
	overflow-y: auto;
	table-layout:fixed;
	/* max-height: 250px; */
}
.table-cell{
	display: table-cell;
}
.table-cell ul{
	/* 	padding-left: 20px;
        padding-right: 20px; */
}
.table-cell ul li{
	padding-left: 5px;
	padding-right: 5px;
}
.nowrap {
	white-space: nowrap;
}
/* ---- テーブル ---- */
table{
	width: 100%;
	margin: 0 auto 20px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #d7d7d7 solid;
	table-layout: fixed;
}
table th, table td{
	border: 1px #d7d7d7  solid;
	vertical-align: middle;
	padding: 4px 4px;
	line-height: 1.6;
	word-wrap: break-word;

}
table th {
	background-color: #e6ebf2;
}
.th-17{
	text-align: center;
}
.th-18{
	text-align: center;
}
.th-19{
	text-align: center;
}
.th-20{
	text-align: center;
}
table input {
	max-width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 1.2rem;
}
table input[type="button"] {
	cursor: pointer;
}
table select {
	border: solid 1px #d9d9d9;
}
table select:disabled, table input:disabled,
table select.invalid, table input.invalid
{
	background-color: #CCCCCC;
	color: #545454;
}

table label.invalid {
	opacity: 0.6;
}

table input[type="text"],
table input[type="password"],
table select
{
	vertical-align: middle;
	border: solid 1px #c0c0c0;
	width: 100%;
	line-height: 1.5;
}
table a, table a:hover {
	color: #0080ff;
}
/*-- left-right-center--*/
.align-left {
	text-align: left!important;
}
.align-center {
	text-align: center!important;
}
.align-right {
	text-align: right!important;
}
.align-right > *{
	margin-left: auto;
	margin-right: 0;
}



/*---- frame ----*/
#wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-height: 100vh;
	/* max-width: 1200px; */
	background-color: #fcfcfc;
}
#content{
	/*メインコンテンツ位置*/
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0 auto 45px;/* footerHeight 45px */
	overflow: hidden;
	text-align: left;
	min-height:calc(100vh - 99px);
}
.Frame {
	display: block;
	position: relative;
	width: 100%;
}
.centerFornBox {
	margin: 30px 0;
	padding: 0 30px;
	width: 100%;
	text-align: center;
}
.centerFornBox > .Frame {
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	max-width: 500px;
	padding: 30px;
}
#loginPage .centerFornBox > .Frame {
	border: solid 3px #f7f7f7;
	box-shadow: 2px 2px 4px #efefef;
}

.centerFornBox th, .centerFornBox td {
	background-color: transparent;
	border: hidden;
	padding: 8px 0;
}
.centerFornBox table input {
	line-height: 2;
}
.infoText {
	margin: 0.7rem 0;
	font-size: 1.4rem;
}

.infoText a {
	color: #71bbf9;
	display: inline;
	padding: 0 0.1rem;
}
/*---basecolor ---------------*/
body {
	color: #1f4e79;
}

/* ---- ページヘッダー ---- */
header {
	min-width: 770px;
	box-shadow: 2px 2px 4px #efefef;
}
#header, footer {
	background-color: #404447;
}

header,nav {
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
	width: 100%;
	display: table;
	color: #bcbcbc;
	border-collapse: collapse;
	font-size:0;
	padding: 4px 0;
	height: 54px;
}
#header nav {
	display: table;
	height: 100%;
}
#header .box {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: left;
}
#header .box2 {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: right;
}
#header #systemLogo {
	width: 50px;
	padding: 0;
	font-size: 0;
}

#systemLogo img {
	width: 100%;
}
#appName {
	width: 120px;
	font-size: 1.4rem;
}
#loginPage #appName {
	width: 220px;
}
#header-facilityName h1{
	font-size: 2rem;
	display: inline-block;
	margin: 0;
	margin-left: 3rem;
	line-height: 1.1;
	color: #e7f0f5;
}
#pageName {
	color: #3d7492;
	white-space: nowrap;
	font-size: 1.6rem;
	margin: 10px 0;
}
#pageName h1 {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0;
	line-height: 1.1;
}
.header-icon {
	font-size:2rem;
	cursor: pointer;
}
.header-icon:hover {
	color: #34fad7;
}

#pageName .headline {
	font-size: 3rem;
}
.header-box{
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
}
.header-box-login{
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
}
#header .header-box nav .box {
	padding:4px 6px;
	height: 100%;
}
#headerMainNav {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	vertical-align: middle;
	color: #ffffff;
	margin-left: auto;
	padding: 4px;
	margin-right: 0;
}
#headerMainNav li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px 6px;
	height: 28px;
}
#headerMainNav .nav-child {
	vertical-align: middle;
	background-color: rgba(255,255,255,0.2);
	padding: 2px;
	table-layout: fixed;
	border-collapse: collapse;
	vertical-align: middle;
	color: #ffffff;
	margin-left: auto;
	background-color: rgba(0,0,0,0.2);
	padding: 4px;
	margin-right: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/* userMenu ---------*/
.icon {
	background-size: contain;
	background-repeat: no-repeat;
}
#userMenu {
	width: 160px;
	text-align: center;
	position: relative;
}
#userMenu-icon {
	/* width: 40px;
	height:40px; */
	display: block;
	margin: 0 auto;
	font-size: 3.6rem;
	cursor: pointer;
}
#userMenu-text {
	color: #2e75b6;
	font-size: 1.4rem;
	cursor: pointer;
}

#userMenu.close .menuFrame,
#header-nav .close .menuFrame
{
	display: none;
}
.menuFrame {
	z-index:1002;
	/* ul menu */
	display: none;
	position: absolute;
	top: 50px;
	right: 5px;
	background-color: #ffffff;
	border: 2px solid #a6a6a6;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	width: 250px;
	padding: 0 6px;
}
#header-nav .menuFrame {
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	width: 150px;
	padding: 0;
}
#acountMenu {
	width:100%;
	height:100%;
}
#acountMenu .menuFrame {
	height: 120px
}

.menuFrame li {
	z-index:1002;
	/* ul menu */
	display: table;
	position: relative;
	height: 40px;
	width: 100%;
	border-top : solid 2px #bfbfbf;
	color: #404040;
}
#header-nav .menuFrame li {
	position: relative;
	height: 30px;
	width: 100%;
	border-top : solid 1px #f2f2f2;
	color: #404040;
}
#header-nav .menuFrame li:hover  {
	background-color: #edf5ff;
	color: #1f4e79;
	cursor: pointer;
}
.menuFrame li > span {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#userMenu .menuFrame li:nth-child(1) {
	/* ul menu */
	border-top : 0px;
	color: #9d9d9d;
	background-color: #f2f2f2;
}
#userMenu .menuFrame li:hover:not(:nth-child(1))  {
	background-color: #edf5ff;
	color: #1f4e79;
	cursor: pointer;
}


.header-box .time-frame {
	display: inline-block;
	width: 220px;
	vertical-align: middle;
}

#header-nav {
	display: table;
	table-layout: auto;
	border-collapse: collapse;
	vertical-align: middle;
	width: 100%;
	color: #bad2eb;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);;
}
#header-nav nav {
	display: inline-block;
	height: 100%;
}
#header-nav ul {
	display: table;
	height: 100%;
}
#header-nav .box {
	display: table-cell;
	border-collapse: collapse;
	position: relative;
	width: 150px;
	white-space: nowrap;
	height: 100%;
	text-align: center;
	padding: 0;
	font-size: 1.4rem;
	vertical-align: middle;
	/* border-left:2px solid #87a9cf; */
	cursor: pointer;
}
#header-nav .box, #acountMenu {
	line-height: 2.2;
	font-size: 1.4rem;
}
#header-nav .box.useable {
	color: #f1f7fc;
}
#header-nav .box.active {
	/*  background-color: #5b9bd5; */
	background-color: #e3e3e3;
	color: #666161;
}
#header-nav .box:hover {
	background-color: #c2d7ed;
	color: #ffffff;
}
#header-nav a {
	height: auto;
}

#login-info{
	/*ログイン者の情報*/
	position: absolute;
	top: 9px;
	right: 380px;
}
.center-form-box {
	padding: 20px;
	margin: 30px auto;
}
#menu{
	/*メニューボタン位置*/
	display: table;
	padding-left: 20px;
}
#menu li{
	display: table-cell;
	padding-right: 10px;
}



/*セットで使用するアクションボタン位置指定クラス*/
.relative{
	position: relative;
}
.action{
	position: absolute;
	top: -32px;
	right: 0;
}
.moduleName {
	font-size: 2rem;
	display: inline-block;
	margin: 0;
	line-height: 1.1;
	color: #137bfb;
}
/*-- footer ----------*/
footer {
	height: 100%;
}
#footer.setting-footer {
	background-color: #2e75b6;
}
#footer {
	position: absolute;
	bottom: 0;
	display: block;
	/* display: none; */
	color: #ffffff;
	width: 100%;
	height: 45px;
}
#footer-frame {
	display: table;
	width: 100%;
	height: 100%;
}
.footer-box {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}

.footer-box:nth-child(2) {
	width: 150px;
}
#footer-message-frame {
	width: 100%;
	display: table;
	height: 100%;
	min-height: 40px;
}
#footer .fa {
	font-size: 2rem;
}

#footer-message-frame dt,#footer-message-frame dd {
	display: table-cell;
	padding: 0 4px;
	vertical-align: middle;
}
#footer-message-frame dt{
	width: 75px;
}
#footer-message-frame dd {
	width: calc(100% - 75px);
}
#footerErrMsg {
	display: block;
	width: 100%;
	padding: 3px;
	color: #ffbfbf;
	margin: 0;
	height: 100%;
	background: rgba(187, 189, 190, 0.2);
	border: none;
	resize: none;
}
/* ---- ボタン ---- */
.btnFrame {
	display:inline-block;
	position: relative;
	top: 0;
	padding: 0;
	margin-bottom: 1rem;
	right: 0;
	width: 100%;
	border: 0.5rem;
}
.btnFrame0 {
	display:inline-block;
	position: relative;
	top: 0;
	padding: 0;
	margin-bottom: 1rem;
	right: 0;
	width: 98%;
	border: 0.5rem;
}
#btnFrame_id {
	width: 95%;
}
.btnFrameTop {
	display:inline-block;
	position: relative;
	top: 0;
	padding: 0;
	margin-bottom: 1rem;
	right: 0;
	width: 100%;
	border: 0.5rem;
}

.btnFrameTable {
	display: table;
	width: 100%;
	table-layout: fixed;
	vertical-align: middle;
}
.btnFrameTable .btn,.btnFrameTable .button {
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}
.btnFrame label {
	display: inline-block;
}
.button {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-size: 1.4rem;
	text-align: center;
	outline: none;
	margin: 0.5rem;
	margin-left: 0;
	font-weight: 600;
	color: #9c9696;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	padding: 0 2px;
	cursor: pointer;
	border-radius: 0.4rem;
	border: 1px solid #d5d3d8;
	background-color: #e7e7e7;
	/*    line-height: 2;*/
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

input.button {
	border: none;
}

.button:hover{
	background-color: #737373;
}
.commonBtn,.commonSmallBtn {
	display: inline-block;
	width: 100%;
	line-height: 2.2;
	font-size: 1.2rem;
	text-align: center;
	outline: none;
	font-weight: 600;
	background-color: #e1e1e0;
	border: none;
	color: #7f8286;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	padding: 0 2rem;
	cursor: pointer;
	border-radius: 2px;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}
.commonBtn,.commonSmallBtn1 {
	display: inline-block;
	width: 100%;
	line-height: 2.2;
	font-size: 1.2rem;
	text-align: center;
	outline: none;
	font-weight: 600;
	background-color: #e1e1e0;
	border: none;
	color: #7f8286;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	padding: 0 2rem;
	cursor: pointer;
	border-radius: 2px;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}
.commonBtn,.commonSmallBtn2 {
	display: inline-block;
	width: 100%;
	line-height: 2.2;
	font-size: 1.2rem;
	text-align: center;
	outline: none;
	font-weight: 600;
	background-color: #e1e1e0;
	border: none;
	color: #7f8286;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	padding: 0 2rem;
	cursor: pointer;
	border-radius: 2px;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}
.commonBtn,.commonSmallBtn3 {
	display: inline-block;
	width: 100%;
	line-height: 2.2;
	font-size: 1.2rem;
	text-align: center;
	outline: none;
	font-weight: 600;
	background-color: #e1e1e0;
	border: none;
	color: #7f8286;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	padding: 0 2rem;
	cursor: pointer;
	border-radius: 2px;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

.commonSmallBtn {
	background-color: #dadad8;
	border: 2px solid #d5d3d8;
	width: 110px;
	line-height: 2;
	font-size: 1.2rem;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

.commonSmallBtn1 {
	background-color: #dadad8;
	border: 2px solid #d5d3d8;
	width: 160px;
	line-height: 2;
	font-size: 1.2rem;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

.commonSmallBtn2 {
	background-color: #dadad8;
	border: 2px solid #d5d3d8;
	width: 140px;
	line-height: 2;
	font-size: 1.2rem;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

.commonSmallBtn3 {
	background-color: #dadad8;
	border: 2px solid #d5d3d8;
	width: 180px;
	line-height: 2;
	font-size: 1.2rem;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

.commonTopBtn {
	background-color: #dadad8;
	border: 2px solid #d5d3d8;
	color: #636b75;
	width: 110px;
	line-height: 2;
	font-size: 1.2rem;
	background: -moz-linear-gradient(#f3f5f7, #e7e7e7);
	background: linear-gradient(#f3f5f7, #e7e7e7);
}

input.commonBtn {
	padding: 0;
}

.commonBtn:hover,.commonSmallBtn:hover, .button:hover {
	background-color: #dadad8;
	background: -moz-linear-gradient(#e4e4e4, #c5c5c5);
	background: linear-gradient(#edf2f6, #dcdee0);
	color: #646579;
}
.delete {
	background: -moz-linear-gradient(#e4e4e4, #c5c5c5);
	background: linear-gradient(#edf2f6, #dcdee0);
}
.delete:hover {
	background: -moz-linear-gradient(#e4e4e4, #c5c5c5);
	background: linear-gradient(#edf2f6, #dcdee0);
}

/*--- options -----------------------*/


/*--- options -----------------------*/
.disabled, .disabled:hover{
	background-color: #888;
	border: 2px solid #bbb;
	color: #bbb;
	cursor: default;
}
.before{
	background-color: rgba(0, 36, 62, .9);
	border: 2px solid #bbb;
	color: #ddd;
}
.before:hover{
	background-color: #00243e;
	border: 2px solid #888;
	color: #fff;
}
.after, .after:hover{
	background-color: #00243e;
	border: 2px solid #FE9700;
	outline: #FE9700 auto 3px;
	cursor: default;
}

/*.buttonとおなじ
.clear{
	background-color: transparent;
}
.clear:hover{
	background-color: rgba(255, 255, 255, .3);
}*/
.blue{
	background-color: #0090f9;
}
.blue:hover{
	background-color: rgba(0, 115, 198, .7);
}
.basecolor{
	border: 2px solid #bbb;
	background-color: #00243e;
}
.basecolor:hover{
	background-color: rgba(0, 36, 62, .7);
}
.subcolor{
	border: 2px solid #bbb;
	background-color: #003e6a;
}
.subcolor:hover{
	background-color: #47749c;
}

.chgButtonDisabled{
	background-color: rgba(0, 36, 62, .7);
}


/* ---- 検索 ---- */
.noTopBorder {
	border-top: 0px solid rgba(255,255,255,0.0);
}
.noBorder {
	border: 0px solid rgba(255,255,255,0.0);
}
.input-form-frame {
	width: 100%;
	margin: 0 auto 20px;
}
.input-form-frame table{
	margin: 0 auto;
}
.input-form {
	width: 85%;
	min-width: 560px;
	vertical-align: middle !important;
}

.input-form tr{
	height: 30px;
	width: 100%;
}
.input-form th{
	width: 180px;
	vertical-align: middle !important;
}
.input-form td{
	vertical-align: middle !important;
}


/* ---- width-list ---- */
.short{
	width: 110px !important;
}
.long{
	width: 250px !important;
}
/*--- tab ---*/
.tabArea {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.tabArea ul {
	display: table;
	border-collapse: collapse;
}
.tab {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 40px;
	line-height: 36px;
	font-size: 1.2rem;
	letter-spacing: 5px;
	text-align: center;
	outline: none;
	font-weight: 600;
	background-color: #88acd9;
	border: 2px solid #c0c0c0;
	border-bottom: 0px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer;
	z-index: 1;
}
.tab.active {
	background-color: #3554ac;
}
.tab > *,.tab > *:hover{
	height: auto;
}
.table-unit.visible {
	display: block;
}
.table-unit {
}

/* ---- ログイン画面 ---- */
#t-login {
	width: 380px;
}
#t-login th {
	width: 100px;
}
#loginPage #appName {
	width: 220px;
	font-size: 1.8rem;
}


/*---- エラー画面 ----*/
.error{
	border: 4px #888 double !important;
	border-color:#888;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

/*---- ログ一覧画面 ----*/
.log_link {
	color: #000000;
}
.log_link:hover{
	color: #0b5cf4;
	text-decoration: underline;
}


/* vertical table -----------------*/

.vertical table {
}
.vertical thead,.vertical tbody {
	display: inline-block;
}
#content.facilityImageArea {
	padding: 0;
}
#left-box, #right-box {
	height: 100%;
	display: table-cell;
}
#left-box {
	width: 100%;
}
#right-box {
	z-index:1;
	position: absolute;
	right: 17px;
	height: auto;
	width: 30%;
	vertical-align: top;
	background-color: rgba(0,0,0,0.6);
}
#right-box section {
	display: block;
	width: 100%;
	height:100%;
	text-align:left;
}
#right-box .btnFrameTable {
	padding: 0 4px;
}
#right-box h2 {
	margin: 0;
	padding: 4px;
	color:#dddddd;
}
#right-box section + section {
	margin-top: 20px;
}
.indent {
	padding: 0 12px;
}
/* 新規機器アイコン  */
#new-module-frame {
	margin: 12px;
	padding: 10px;
	background-color: rgba(0,0,0,0.2);
	min-height: 100px;
	min-width: 160px;
	border: double 5px rgba(115,115,115,0.5)
}
.mainEquipment-info,
.module-info {
	background-color: rgba(229, 230, 227, 0.92);
	padding: 5px;
	width:100%;
	/*position:absolute;*/
	buttom:0;
}

.module-info {
	height: 80%;
}

.module-info2 {
	height: 300px;
	width: 100%;
}
.module-info input[type="button"]{
	color: #f4fffd;
	background: -moz-linear-gradient(#7bbcfd, #5fb5f3);
	background: linear-gradient(#7bbcfd, #5fb5f3);
}
.maduleFrame {
}

.fa-map-marker {
	color: #24e4f4;
	cursor: pointer;
	font-size: 2rem;
	padding: 2px 1rem;
}
.fa-map-marker:hover {
	color: #079eef;
}
.listheadline {
	display: table;
	width: 100%;
	background-color: #e3eefb;
	padding: 5px 4px;
}
.listheadline li {
	display: table-cell;
	width: auto;
}
.itemheadline {
	display: table;
	width: 100%;
}
.itemheadline .fItem {
	display: table-cell;
}
#facilityList .tableFrame{
	padding: 3px 0;
}
.version-info {
	display: inline-block;
	white-space: nowrap;
	padding: 0 4px;
}
.version-info dt {
	background-color: #aeeea6;
	padding: 3px;
}
.shortframe {
	width: 10%;
}
#machin .relayid {
	color: #0098e1;
	cursor: pointer;
}

.module-graph {
	margin: 10px 0;
	width: 100%;
}
.graphFrame {
	height: 230px;
	border: solid 1px #dddddd;
	width: 100%;
}
.data-box .label {
	display: inline-block;
	font-weight: 600;
	min-width: 90px;
}

p.outputCont {
	margin-top: 2rem;
}

div.outputCont {
	font-size: 0;
    padding-left: 20px;
}
}

.table-box {
	display: table;
}

label.btnFrame.btnBorder.commonSmallBtn.conf {
	display: table-cell;
}

.cell {
	display: inline-block;
}

.tableTop {
	display: table;
	height: 20%;
}

.table-cellTop {
	display: table-cell;
	vertical-align: bottom;
}

#headerMainNav .menuFrame li{
	display: table;
	height: 40px;
	width: 100%;
	border-top: solid 2px #bfbfbf;
	color: #404040;
}

.menuFrame span {
	cursor:pointer;
}

.header-box #systemLogo {
	cursor:pointer;
}

.header-box .box {
	cursor:pointer;
}

.provisional-Frame .draggable {
	position:absolute;
	text-align:center;
}
.iconroot {
	height:50px;
	width: 50px;
	text-align:center;
}
/* アイコンを座標の中央に配置するためのフレーム */
.unitFrame {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 0;
	left: 50%;
	transform: translateY(-25px) translateX(-50%);
	-webkit-transform: translateY(-25px) translateX(-50%);
}

.unit {
	width:50px;
	color:white;
	background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	font-size:90%;
	white-space: nowrap;
}

.provisional-Frame {
	cursor: -webkit-grab;
}

.provisional-Frame .draggable #iconset {
	margin-left:50px;
	width:180px;
	max-width: 300%;
	border: 1.5px solid #d5d3d8;

}

.iconicon {
	margin:0 auto;
	display:block;
	width: 50px;
	height:auto;
}

/*#big {
	width:100%;
	height:100%;
}

#big-facility {
	width:100%;
	height:auto;
}*/
#wrapper {
	overflow:hidden;
}

#wrapper .facilityImageArea {
	overflow:scroll;
}

#demand_message_list{
	width:1000px;
}