@charset "UTF-8";
/*
 * This file is generated by WebPerformer.
 * DO NOT EDIT THIS FILE!
 */
/*THEME.id=Mos, THEME.type=FLAT*/

body * {
	font-size: 13px;
}

* {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,Verdana,sans-serif;
}

#container {
    padding: 10px 10px;
    margin: 0 auto;
    min-height: 100%;
}

#container ._ui_form {
}

nav ul {
    list-style:none;
    padding-left:0;
}

.menu-top ul{
    margin:0;
    padding:0;
}

/* タイトル */
.title{
	color: #5f6b7c;
	font-size: 1.2em;
	font-weight: normal;
	border-top: solid 1pt lightgrey;
	border-bottom: solid 1pt lightgrey;
	padding: 0.5em 0.5em 0.5em 2.0em;
    margin: 10px 0 10px 10px;
	position: relative;
	white-space: nowrap;
}

.title::before{
	content: "\f009";
	font-family: FontAwesome;
	font-size:  1em;
	position: absolute;
    color: #8b8b00;
	top: 12px;
	left: 5px;
}

.login_message .info-text {
}

/* メッセージ */
.info-icon {
	position: relative;
}

.info-icon::before {
	content: "\f05a"; /* fa-info-circle */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #386CB0;
}

.info-text {
}

.warn-icon {
	position: relative;
}

.warn-icon::before {
	content: "\f071"; /* fa-warning */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #FF9914;
}

.warn-text {
	font-weight: bold;
}

.errors-icon {
	position: relative;
}

.errors-icon::before {
	content: "\f057"; /* fa-times-circle */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #F9344C;
}

.errors-text {
	font-weight: bold;
	color: #F9344C;
}

.message-col_control {
	vertical-align: top;
}

.message-col_icon {
	vertical-align: top;
}

/* ローディング */
.BASE_MSG {
	position : absolute;
	z-index : 105; /* MSGの後ろ */
	margin : 10px;
	padding :10px;
	display : none;
	border-width: 1px;
}
.SEND_MSG {
	position : absolute;
	display : none;
	border-color: #7ca3ae;
    border-width:1px;
    border-style: solid;
	background-color: #e9f0f1;
	z-index : 106;
}
.RECV_MSG {
	position : absolute;
	display : none;
	border-color: #7ca3ae;
    border-width:1px;
    border-style: solid;
	background-color: #e9f0f1;
	z-index : 106;
}

@-webkit-keyframes throbber {
  0% {
    background: #7ca3ae;
  }

  10% {
	background: #e9f0f1;
  }

  40% {
    background: #7ca3ae;
  }
}

@keyframes throbber {
  0% {
    background: #7ca3ae;
  }

  10% {
	background: #e9f0f1;
  }

  40% {
    background: #7ca3ae;
  }
}

.loading-image {
  -webkit-animation: throbber 2000ms 150ms infinite ease-out;
  animation: throbber 2000ms 150ms infinite ease-out;
  background: #7ca3ae;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0.5em 3.6em;
}
.loading-image::before, .loading-image::after {
  background: #7ca3ae;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.loading-image::before {
  -webkit-animation: throbber 2000ms 0ms infinite ease-out;
  animation: throbber 2000ms 0ms infinite ease-out;
  left: -1.6em;
}
.loading-image::after {
  -webkit-animation: throbber 2000ms 300ms infinite ease-out;
  animation: throbber 2000ms 300ms infinite ease-out;
  right: -1.6em;
}

.loading-text {
	color: #7ca3ae;
	font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/* スクリーンロック */
.SCREEN_LOCK {
	white-space: nowrap;
	z-index : 200; /* MSGより手前 */
	display : none;
	background-Color : white;
	filter: alpha(opacity=0);
	opacity: 0.1;
	position:absolute;
	width: 100%;
	height: 100%;
}


/* メニュー幅 */
.menu_bar {
	width: 15em !important;
	height: 100%;
	overflow: hidden;
}


/*-------------------------------------------**/

/* ラベル */
.label {
	display:inline-table;
	width:100%;
	padding: 1px 5px;
	text-align: right;
	color: #ffffff;
	background-color: #7ca3ae;
	border: solid 1px #5f6b7c;
	border-width: 1px;
	word-break: keep-all;
	white-space: nowrap;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.label * {
}

/* リンク */
a {
	text-decoration: underline;
	outline-style: none;
	color: #5f6b7c;
}
a:visited {
}
a:hover	{
	color: #ddbb99;
	text-decoration: underline;
}
a:active {
}

/* タブ */
.tab_active {
	background-color: #7ca3ae;
	border-color: #5f6b7c;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;
	float: left;
}

.tab_inactive {
	background-color: transparent;
	border-color: #5f6b7c;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;
	float: left;
}

.tab_line {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
.tab_context {
	border-style: solid;
	border-color: #5f6b7c;
	border-width: 1px;
}
.tab_active a {
	left: -1px;
    position: relative;
    top: -1px;
    border-width: 1px;
    padding: 0 1em;
	color: #fff;
	font-size: 0.9em;
}
.tab_active a:visited {
}

.tab_inactive a {
	color: #5f6b7c;
	font-size: 0.9em;
    padding: 0 1em;
}
.tab_inactive a:visited {
}

.tab_table {
	border-width: 0pt;
}
.tab_label {
	text-decoration: none;
}

/* フィールド・データ型 */
.NUM {
	text-align : right;
}
.CURRENCY {
	text-align : right;
}
select.NUM, select.CURRENCY {
	text-align : left;
}
.BOOL {
	text-align : center;
}

/* テキストインプット, テキストエリア */
*[type='text'],
*[type='password'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px 5px;
    border: solid 1px;
    border-color: #ccc;
}

*[type='text']:focus,
*[type='password']:focus,
textarea:focus {
    outline: none;
    border: solid 1px;
	border-color: #ddbb99;
}

/* ラジオ・チェックボックス
--------------------------------------------------------- */
/* 改行禁止全般 */
.NOWRAP {
	white-space: nowrap;
}

input[type="radio"], input[type="checkbox"] {
    opacity: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.radio_label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 4px 0 3px 11px;
    position: relative;
    transition: background-color 0.2s linear 0s;
    vertical-align: middle;
}

 .checkbox_label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 4px 0px 3px 11px;
    position: relative;
    transition: background-color 0.2s linear 0s;
    vertical-align: middle;
}


.radio_label::after {
    background-color: #052943;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: -15px;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s linear 0s;
    width: 5px;
	top: 50%;
}

.checkbox_label::after {
    border-bottom: 2px solid #052943;
    border-right: 2px solid #052943;
    content: "";
    display: block;
    height: 8px;
    left: -15px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transition: opacity 0.2s linear 0s;
    width: 3px;
	top: 50%;
}

.radio_label::before {
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    left: -20px;
    margin-top: -7px;
    position: absolute;
    transition: border-color 0.2s linear 0s;
    width: 13px;
    background-color: #ffffff;
	top: 50%;
}

.checkbox_label::before {
    border: 1px solid #bbbbbb;
    content: "";
    display: block;
    height: 13px;
    left: -20px;
    margin-top: -8px;
    position: absolute;
    transition: border-color 0.2s linear 0s;
    width: 13px;
    background-color: #ffffff;
	top: 50%;
}

input[type="radio"]:checked + .radio_label::after,
input[type="checkbox"]:checked + .checkbox_label::after {
    opacity: 1;
}

input[type="radio"]:focus + .radio_label::before,
input[type="checkbox"]:focus + .checkbox_label::before{
  outline: 1px dotted;
}

/* アクション */
.IoAction {
	white-space : nowrap;
	word-break : keep-all;
}

*[type='button'], *[type='submit'], button {
	font-size: 100%;
	background-color: #7ca3ae;
	color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 0px;
    /*padding: 2px 10px;*/
	margin: 0px 2px;
}

*[type='button']:hover, *[type='submit']:hover, button:hover {
	background-color: #999;
}

*[type='button']:focus, *[type='submit']:focus, button:focus {
/*	outline: 2px dashed #2ca9e1; */
}

*[type='button']:active, *[type='submit']:active, button:active {
    box-shadow: none;
}

*[type='button']:disabled, *[type='submit']:disabled, button:disabled {
	background-color: #fff;
	border: 1px dotted #666;
	color: #666;
}

/* ダイアログ */
.BTN_DIALOG {
	margin-left: 1em;
}

/* コメント */
.COMMENT {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}


/* パーディション */
div.part {
}

div.part_none {
}

div.part_line {
	border-bottom-color: #5f6b7c;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

fieldset.part_box {
	padding: 0 0.5em 0.5em 0.5em;
	margin-bottom: 0.2em;
	display: inline-block;
	min-width : 98.3%;
	border-color: #5f6b7c;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.2em;
}

.part_box legend {
	color: #5f6b7c;
}

/* サジェスト */
.SUGGEST_AREA {
	position:absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid blue;
}
.SUGGEST_AREA_NONE {
	position:absolute;
	display: none;
}
.SUGGEST_AREA_DISP {
	position:absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 90;
	border: 1px solid blue;
	padding-right: 16px;
	overflow-y: scroll;
}
.SUGGEST_AREA_CHILD {
	padding: 1px;
	background-color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
}
.SUGGEST_AREA_CHILD_SELECT {
	padding: 1px;
	background-color: #6699FF;
	white-space: nowrap;
	overflow: hidden;
}
.SUGGEST_AREA_CHILD_UNSELECT {
	padding: 1px;
	background-color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
}
.SUGGEST_BACK{
	position : absolute;
	display : none;
	z-index: 89;
	border-width: 1px;
}
.SUGGEST_POSITION_DIV {
	position: relative;
    z-index:auto;　/* サジェスト+Left時対応 */
}
.SUGGEST_POSITION_DIV_DISP {
	position: relative;
    z-index: 200; /* データグリッド固定列+サジェスト対応 */
}

/* IE11かつHTML5時に　ラベルを伸ばす処理 */
.adjust{
	min-height: 100%;
	max-height: 100%;
	height: 1em;
}

/* リッチテキスト
--------------------------------------------------------- */
/* エラーフィールドより上に記述する.CSSの仕様で同じ属性は後の定義が強いため */
.RICHTEXTFIELD {
	border : 1px solid black;
	padding : 3px;
	background-color : #DCDCDC;
	display: inline-block !important;
	display: inline;
	zoom: 1;
}
.RICHTEXT_TOOLBAR {
	background-color : #DCDCDC;
}
.RICH_TOOLBAR_IMG {
	margin-top : 2px;
	margin-left : 2px;
	border: 1px solid #DCDCDC;
}
.RICH_TOOLBAR_IMG_OVER {
	margin-top : 2px;
	margin-left : 2px;
	border: 1px solid blue;
}
.SEND_MSG_RICHTEXT {
	position : absolute;
	font-weight : bold;
	white-space : nowrap;
	z-index : 100; /* 一番手前 */
	margin : 10px;
	padding :10px;
	display : none;
	text-align : center;
	background-image : url(../image/msg_send.gif);
	background-repeat : no-repeat;
	padding-left:36px;
}

/* ファイル */
.FILE_frm {
    border: 1px solid #999;
}

.droptarget{
  padding: 5px;
  border: 1px dashed #666;
  background-position: right 5px bottom 5px;
  margin: 5px;
  border-radius: 0;
}

/* カレンダーD&D アイコン絵 */
.ui-datepicker-trigger::before {
    content: "\f073";
    font-family: fontawesome;
    font-size: 1.5em;
}

/* カレンダーD&D アイコン */
.ui-datepicker-trigger {
	width: 3em;
}

/* カレンダーD&D アイコン下ボタン*/
[type="button"].ui-datepicker-trigger {
    background-color: transparent;
    background-image: none;
    border: medium none;
    box-shadow: none;
	color: #5f6b7c;
}

[type="button"].ui-datepicker-trigger:hover {
	color: #ddbb99;
}

/* テキストエリア */
textarea[wrap="off"] {
	overflow: scroll;
}
textarea[wrap="soft"], textarea[wrap="hard"] {
	overflow-x: hidden;
	overflow-y: scroll;
}

/* 画面下部ステータスバー */
.STATUSBAR {
	position: fixed !important;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	color: #6b9dc8;
	background-color: #F5F5F5;
	padding: 3px 6px;
	cursor: pointer;
	white-space: nowrap;
}

.ERR_STATUSBAR {
	position: fixed !important;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	color: #ff7d7d;
	background-color: #F5F5F5;
	padding: 3px 6px;
	cursor: pointer;
	white-space: nowrap;
}

.statusbar-image_info, .statusbar-image_error {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	width: 1.28571429em;
	text-align: center;
}
.statusbar-image_info::before {
	content: "\f013"; /* fa-cog */
	font-family: fontawesome;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.statusbar-image_error::before {
	content: "\f057"; /* fa-times-circle */
	font-family: fontawesome;
}

.NO_SCROLL::-webkit-scrollbar {
    display: none;
}


/*--------------------------------------------------------- */

/* 未選択時 */
.NOMDFY {
	width : 20px;
	text-align : center;
	background-image : url(../image/rec_nomod.gif);
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
/* 一覧 行ステータス */
.INSERT {
	position: relative;
}
.INSERT::before {
	content: "\f067";/*fa-plus*/
    font-family: FontAwesome;
	width : 20px;
	text-align : center;
	vertical-align : middle;
	display: inline-block;
	color: #666;
	font-size: smaller;
}

.UPDATE {
	position: relative;
}

.UPDATE::before {
	content: "\f069"; /*fa-aster */
	/*content: "\f111"; fa-circle */
    font-family: FontAwesome;
	width : 20px;
	text-align : center;
	vertical-align : middle;
	display: inline-block;
	color: #666;
	font-size: smaller;
}
.DELETE {
	position: relative;
}
.DELETE::before {
	content: "\f068";/*fa-minus*/
    font-family: FontAwesome;
	width : 20px;
	text-align : center;
	vertical-align : middle;
	display: inline-block;
	color: #666;
	font-size: smaller;
}

/* 一覧 システム列（左端列） */

.SELECTED {
	text-align : center;
}

.SELECTED_LABEL {
	text-align : center;
	width: 40px;
	background-repeat : no-repeat;
}

.SELECTED_LABEL::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 1.0em;
	color: #ffffff;
}

.SELECTED_BTN_LABEL {
    white-space: nowrap;
}

/* 行追加ボタン(BTN_ADDLINE), 行削除ボタン(BTN_DELLINE) */
.SELECTED_BTN_LABEL input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0px 2px;
}

.SELECTED_BTN_LABEL input[type="button"]:hover {
	color: #0f2350;
	border: 1px solid #0f2350;
}

.SELECTED_BTN_LABEL input[type="button"], .PAGE_NAVI input[type="button"], .PAGE_NAVI button.BTN_PAGE_JUMP {
	color: #fff;
	background-color: #7ca3ae;
	border: 1px solid #fff;
	background-image: none;
	padding: 0 5px;
}

table {
	border-style: none;
}
.group th {
	font-weight: normal;
	color: #ffffff;
	background-color: #7ca3ae;
	border: 1pt solid #5f6b7c;
	border-width: 1px;
}

.group th span {
}

.group tr th {
    padding: 2px 2px;
}

.group th a {
	color: #f8f8f6;
    text-decoration: none;
    white-space: nowrap;
}
.group th a * {
	font-weight: normal;
}
.group th a:visited {
}
.group th a:hover	{
	color: #f8f8f6;
	text-decoration: underline;
}
.group th a:active {
}

/* 一覧の偶数行 */
tr.even {
	background: #fff;
}

/* 一覧の奇数行 */
tr.odd {
	background: #e9f0f1;
}
/* スクロール一覧の偶数行 */
tr.scrolleven {
	background: #fff;
}
/* スクロール一覧の奇数行 */
tr.scrollodd {
	background: #e9f0f1;
}

/* 一覧内のボタン */
.GROUP_BUTTON {
	background-color: #FFF;
	color: #000;
	border: 2px solid #5f6b7c;
	background-image: none;
}

/* SORT */
.SORT_ASC {
	position: relative;
}
.SORT_ASC::before {
	content: "\f106";/*fa-angle-up*/
    font-family: FontAwesome;
	width : 20px;
	text-align : center;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}

.SORT_DESC {
	position: relative;
}
.SORT_DESC::before {
	content: "\f107 ";/*fa-angle-down */
    font-family: FontAwesome;
	width : 20px;
	text-align : center;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}

.SORT_NONE {
	display : none;
}


/* ページナビゲーション */
th.PAGE_NAVI {
}
div.PAGE_NAVI {
	white-space:nowrap;
}

div.PAGE_NAVI input[type='button'],div.PAGE_NAVI button.BTN_PAGE_JUMP {
	padding: 0px 5px;
}

div.PAGE_NAVI input[type='button']:hover,div.PAGE_NAVI button.BTN_PAGE_JUMP:hover {
    border: 1px solid #2ca9e1;
    color: #2ca9e1;
	padding: 0px 5px;
    background-color: transparent;
}

div.PAGE_NAVI input[type='button']:disabled,div.PAGE_NAVI button.BTN_PAGE_JUMP:disabled {
	color: #ccc;
	border: 1px solid #ccc;
}

/* 件数表示 */
.PAGE_COUNT {
	font-weight: normal;
}

/* ページジャンプ */
.BTN_PAGE_JUMP_DIV {
	display: inline-block;
}

.BTN_PAGE_JUMP_VALUE:before {
	content: "\f061";
	font-family: FontAwesome;
	display: inline-block;
}

.BTN_PAGE_JUMP_INPUT {
	width: 5em;
	padding: 0px;
}

/* 表示行数変更ドロップダウン */
div.PAGE_NAVI div.PAGE_ROWS_OPTION, .DATAGRID_PAGE_ROWS_OPTION {
	display: inline-block;
}
/* 検索件数０件メッセージ */
.group-message_image {
	position: relative;
}

.group-message_image::before {
	content: "\f05a"; /* fa-info-circle */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #386CB0;
}

/*--------------------------------------------------------- */

/* マトリックス表示用 */
td.cell {
	border: solid 1pt ;
}
.cell table {
	width: 100%;
}
td.sumItem {
	text-align: center;
}

/* 小計合計 */
.TOTAL_TITLE {
	text-align : right;
	font-weight: bold;
	background-color: lightgrey;
}
/* 小計のタイトル */
.SUBTOTAL_TITLE {
	text-align : right;
	font-weight: bold;
	background-color: lightgrey;
}
/* 合計のアイテム */
.TOTAL_ITEM {
	font-weight: bold;
}
/* 小計のアイテム */
.SUBTOTAL_ITEM {
	font-weight: bold;
}
/* 小計のセパレータ */
.SUBTOTAL_SEP {
	border-top: solid lightgrey;
}

.expanded-icon {
	position: relative;
}

.expanded-icon::before {
	content: "\f0d7"; /* fa-caret-down */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #666;
	cursor: pointer;
}

.expanded-icon:hover::before {
	color: #ccc;
}

.collapsed-icon {
	position: relative;
}

.collapsed-icon::before {
	content: "\f0da"; /* fa-caret-right */
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #666;
	cursor: pointer;
}

.collapsed-icon:hover::before {
	color: #ccc;
}

/*---------------------------------------------------------------------------*/

/* フィールド */
.field, .g_field, .field span, .g_field span, .radio_label, .checkbox_label, .sumItem, .FILE input[type="file"], .FILE span {
}
.field input, .g_field input, .field textarea, .g_field textarea, .field select, .field select option, .g_field select, .g_field select option {
}

.field input, .g_field input, .field textarea, .g_field textarea, .field select, .g_field select {
}

/* 組み込み系スタイル
--------------------------------------------------------- */

/* 組み込みスタイル・必須項目 */
.item__REQUIRED,
.item__REQUIRED option,
.field .item__REQUIRED,
.field .item__REQUIRED option,
.g_field .item__REQUIRED,
.g_field .item__REQUIRED option {
	background-color: #ffffcc;
}

input[type="file"].item__REQUIRED::-ms-value,
.field input[type="file"].item__REQUIRED::-ms-value,
.g_field input[type="file"].item__REQUIRED::-ms-value,
input[type="file"].item__REQUIRED::-ms-value option,
.field input[type="file"].item__REQUIRED::-ms-value option,
.g_field input[type="file"].item__REQUIRED::-ms-value option {
	background-color: #ffffcc;
}

/* 組み込みスタイル・プラス/マイナス */
.item__PLUS,
.field .item__PLUS,
.g_field .item__PLUS,
.item__PLUS option,
.field .item__PLUS option,
.g_field .item__PLUS option{
	color: black;
}

.item__MINUS,
.field .item__MINUS,
.g_field .item__MINUS,
.item__MINUS option,
.field .item__MINUS option,
.g_field .item__MINUS option{
	color: red;
}

/* 組み込みスタイル・強調 */
.item__EMPHASIS,
.field .item__EMPHASIS,
.g_field .item__EMPHASIS,
.item__EMPHASIS option,
.field .item__EMPHASIS option,
.g_field .item__EMPHASIS option{
	font-weight: bold;
}

.label__EMPHASIS,
.field .label__EMPHASIS,
.g_field .label__EMPHASIS,
.label__EMPHASIS option,
.field .label__EMPHASIS option,
.g_field .label__EMPHASIS option{
	text-decoration: underline;
}

/* 組み込みスタイル・表示/非表示 */
.item__SHOW,
.field .item__SHOW,
.g_field .item__SHOW,
.item__SHOW option,
.field .item__SHOW option,
.g_field .item__SHOW option{
	visibility: visible;
}

.item__HIDE,
.field .item__HIDE,
.g_field .item__HIDE,
.item__HIDE option,
.field .item__HIDE option,
.g_field .item__HIDE option{
	visibility: hidden;
}

/* 組み込みスタイル・有効化/無効化 */
.item__ENABLE,
.field .item__ENABLE,
.g_field .item__ENABLE,
.item__ENABLE option,
.field .item__ENABLE option,
.g_field .item__ENABLE option{
}

.item__DISABLE,
.field .item__DISABLE,
.g_field .item__DISABLE,
.item__DISABLE option,
.field .item__DISABLE option,
.g_field .item__DISABLE option{
}

.item__EDITABLE,
.field .item__EDITABLE,
.g_field .item__EDITABLE,
.item__EDITABLE option,
.field .item__EDITABLE option,
.g_field .item__EDITABLE option{
	color: black;
}

.item__NONEDITABLE,
.field .item__NONEDITABLE,
.g_field .item__NONEDITABLE,
.item__NONEDITABLE option,
.field .item__NONEDITABLE option,
.g_field .item__NONEDITABLE option{
	color: gray;
}

/* エラーフィールド
--------------------------------------------------------- */

/* 組み込みスタイル・エラーフィールド */
.item__ERROR, .item__ERROR option {
	background-color: #ffcccc !important;
}

input[type="file"].item__ERROR::-ms-value {
	background-color: #ffcccc !important;
}

/* エラーフィールド */
div.error_field input, div.error_field textarea, div.error_field select, span.error_field {
	background-color: #ffcccc;
}
span .item__ERROR{
	display: inline-block;
}


/*---------------------------------------------------------------------------*/
.title-errorpage {
	border-top: solid 1pt lightgrey;
	border-bottom: solid 1pt lightgrey;
	padding: 0.5em 0.5em 0.5em 2.0em;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 10px 10px;
	position: relative;
	white-space: nowrap;
}

.title-errorpage::before {
	content: "\f06a";
	font-family: FontAwesome;
	font-size:  1.3em;
	position: absolute;
	color: #F9344C;
	top: 10px;
	left: 5px;
}

.title-errorpage_msg {
	font-size: 1.2em;
	color: #5f6b7c;
}

.title-errorpage_ioname {
	color: #5f6b7c;
	margin-left: 10px;
	position: relative;
}

.title-errorpage_ioname::before {
	content: "\f108";
	font-family: FontAwesome;
	font-size: 1.1em;
	margin-right: 3px;
	color: #5f6b7c;
}


.HIDDEN {
	display : none;
}
.c3 text, .c3 tspan {
	font-size: 0.9em;
}
button .icon_text {
	font-size: 100%;
}
a .icon_text {
	text-decoration: underline;
}
a .icon_text:hover {
	text-decoration: none;
}
.tab_active a .icon_text {
	text-decoration: none;
	font-size: 0.9em;
}
.tab_inactive a .icon_text {
	text-decoration: none;
	font-size: 0.9em;
}
button > span {
     cursor: default;
}

/* データグリッド
--------------------------------------------------------- */
.DATAGRID_PAGE_NAVI, .DATAGRID_PAGE_COUNT {
	margin: 3px 0px;
}
.DATAGRID_PAGE_NAVI input[type='button'] {
	color: #555;
	border: 0px;
	background-color:rgba(255,255,255,0.0);
	background-image: none;
	box-shadow: none;
}
.DATAGRID_PAGE_NAVI button.BTN_PAGE_JUMP {
	color: #fff;
	border: 1px solid #fff;
	background-color: #7ca3ae;
	background-image: none;
	box-shadow: none;
}
.DATAGRID_PAGE_NAVI button.BTN_PAGE_JUMP:hover {
	color: #0f2350;
	border: 1px solid #0f2350;
}
.DATAGRID_PAGE_NAVI input[type='button']:disabled,.DATAGRID_PAGE_NAVI button.BTN_PAGE_JUMP:disabled {
	color: #ccc;
}
.DATAGRID_PAGE_COUNT {
	color: #555;
}
.DATAGRID_GROUP_MESSAGE {
	margin: 2px 0px 5px 0px;
	white-space: nowrap;
}
.DATAGRID_GROUP_MESSAGE:empty {
	margin: 0px;
}
/* データグリッド：サジェスト+Left時対応 */
.ht_clone_top {
	z-index: auto;
}

/* ドキュメント
--------------------------------------------------------- */
.DOC_LINK_FIELD {
	text-align: right;
	margin: 3px 20px 2px;
}
.DOC_LINK {
}
.DOC_LINK:before {
	font-family: FontAwesome;
	content: '\f05a';
}
