@charset "UTF-8";
/* spec_layout.css読み込み */
@import url("../common/css/spec/spec_layout.css");
@import url("../common/css/spec/all.css");
@import url("../common/css/spec/all.min.css");
@import url("../common/css/spec/brands.css");
@import url("../common/css/spec/brands.min.css");
@import url("../common/css/spec/fontawesome.css");
@import url("../common/css/spec/fontawesome.min.css");
@import url("../common/css/spec/regular.css");
@import url("../common/css/spec/regular.min.css");
@import url("../common/css/spec/solid.css");
@import url("../common/css/spec/solid.min.css");
@import url("../common/css/spec/svg-with-js.css");
@import url("../common/css/spec/svg-with-js.min.css");
@import url("../common/css/spec/v4-shims.css");
@import url("../common/css/spec/v4-shims.min.css");
/*
 * This file is generated by WebPerformer.
 * DO NOT EDIT THIS FILE!
 */
/*THEME.id=Sky, THEME.type=RICH*/

/* テーブル系
--------------------------------------------------------- */
/* 一覧のアンカーの色をオーバーライド */
.group th a:link {
}
.group th a:visited {
}
th a:hover	{
}
.group th a:active {
}

/* マトリックス表示用 */
td.cell {
	border: 1px solid #ccc;
}
.cell table {
	width: 100%;
}
td.sumItem {
	text-align: center;
}

/* ラベル
--------------------------------------------------------- */
.label * {
}
/* ラベルに伴うスペース */
.FILE,.RICHTEXTFIELD,.COMMENT {
    margin-left: 5px;
}
/* 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;
}

/* ファイル
--------------------------------------------------------- */
.FILE {
    margin-left: 10px;
}

.droptarget {
	border-width: 2px;
	border-radius: 0.2em;
}

/* カレンダーD&D アイコン絵 */
.ui-datepicker-trigger::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    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: #187ca9;
}

[type="button"].ui-datepicker-trigger:hover {
	color: #2ca9e1;
}

/* タブ
--------------------------------------------------------- */
/* アクティブタブ */
.tab_active {
	background-color: #2ca9e1;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;
	background-image: linear-gradient(#007bbb, #2ca9e1);
    border-top-right-radius: 0.7em;
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    float: left;
}
/* インアクティブタブ */
.tab_inactive {
	background-color: #d8eff9;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;
	background-image: linear-gradient(#d8eff9, #93d3f0);
    border-top-right-radius: 0.7em;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    float: left;
}
.tab_line {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
.tab_context {
    padding: 0.5em;
	border-color: #2ca9e1;
	border-style: solid;
	border-width: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.tab_active a {
	left: -1px;
    position: relative;
    top: -1px;
    border-width: 1px;
    margin: 0px 20px;
	color: #ffffff;
	font-size: 0.8em;
}
.tab_active a:visited {
}
.tab_inactive a {
	color: #187ca9;
	font-size: 0.8em;
    margin: 0px 20px;
}
.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;
}
/* アクション */
.IoAction {
	white-space : nowrap;
	word-break : keep-all;
}

/* コメント、メッセージ
--------------------------------------------------------- */
/* コメント */
.COMMENT {
	font-size: 0.8em;
	color: #333333;
	text-align: left;
	white-space: nowrap;
    margin-left: 10px;
}
/* メッセージ表示領域 */
.BASE_MSG {
	position : absolute;
	z-index : 105; /* MSGの後ろ */
	margin : 10px;
	padding :10px;
	display : none;
	border-width: 1px;
}
.SEND_MSG {
    z-index : 106;
	position : absolute;
	display : none;
}
.RECV_MSG {
    z-index : 106;
	position : absolute;
	display : none;
}

@-webkit-keyframes loading_semicircle_rotate_clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading_semicircle_rotate_clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes loading_semicircle_rotate_counter-clockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes loading_semicircle_rotate_counter-clockwise {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



@-webkit-keyframes loading_text-opacity {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes loading_text-opacity {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.loading-image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 1px solid transparent;
	border-color: transparent #2ca9e1 transparent #2ca9e1;
    border-width:1px;
    border-style: solid;
	background-color: white;
    opacity: 0.8;
    z-index : -1;
}

.loading-text {
    -webkit-animation: loading_text-opacity 2s linear 0s infinite normal;
    animation: loading_text-opacity 2s linear 0s infinite normal;
	color: #2ca9e1;
	font-size: 14px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    white-space: nowrap;
}

.SEND_MSG > .loading-image {
    -webkit-animation: loading_semicircle_rotate_clockwise 1.5s linear 0s infinite normal;
    animation: loading_semicircle_rotate_clockwise 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.RECV_MSG > .loading-image {
    -webkit-animation: loading_semicircle_rotate_counter-clockwise 1.5s linear 0s infinite normal;
    animation: loading_semicircle_rotate_counter-clockwise 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



/* スクリーンロック
--------------------------------------------------------- */
/* スクリーンロック */
.SCREEN_LOCK {
	white-space: nowrap;
	z-index : 200; /* MSGより手前 */
	display : none;
	background-Color : white;
	filter: alpha(opacity=0);
	opacity: 0;
	position:absolute;
	width: 100%;
	height: 100%;
}


/* 一覧（グループ）
--------------------------------------------------------- */

/* 一覧内のボタン */
.GROUP_BUTTON {
	background-color: #ffffff;
	color: #2ca9e1;
	border: 1px solid #2ca9e1;
	background-image: none;
    text-shadow: 0px 0px 3px rgba(255,255,255,1);
}

.GROUP_BUTTON:disabled {
    box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    color: #808080;
    background-color: transparent;
}

.group th a {
    text-decoration: none;
}
tr:first-child th:first-child {
    border-top-left-radius: 0.4em;
}
tr:first-child th:last-child {
    border-top-right-radius: 0.4em;
}

/* 一覧（グループ）レコードステータスアイコン
--------------------------------------------------------- */
/* 未選択時 */
.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;
}
.SORT_ASC::before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    color:#ff0000;
}
.SORT_DESC::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    color:#ff0000;
}
.DELETE::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    color:#ff0000;
}
.SELECTED_LABEL::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	color: #333333;
}
.UPDATE::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    color:#ff0000;
}
.INSERT::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;;
    color:#ff0000;
}
.INSERT {
	width : 20px;
	text-align : center;
    background-image: none;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
.UPDATE {
	width : 20px;
	text-align : center;
    background-image: none;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
.DELETE {
	width : 20px;
	text-align : center;
	background-image : none;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
/* SORT 昇順*/
.SORT_ASC {
	width : 20px;
	text-align : center;
	background-image : none;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
/* SORT降順 */
.SORT_DESC {
	width : 20px;
	text-align : center;
	background-image : none;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	height : 20px;
	display: inline-block;
}
/* SORTなし */
.SORT_NONE {
	display : none;
}
/* 行選択領域 */
.SELECTED {
	text-align : center;
}
/* 行選択のラベル */
.SELECTED_LABEL {
	text-align : center;
	width: 40px;
    background-image: none;
	background-repeat : no-repeat;
}
/* 追加削除ボタン */
.SELECTED_BTN_LABEL {
}
/* 行追加削除ボタン */
.SELECTED_BTN_LABEL *[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.SELECTED_BTN_LABEL input[type="button"], .PAGE_NAVI input[type="button"] {
	color: #2ca9e1;
	background-color: #ffffff;
	background-image: none;
    text-shadow: 0px 0px 3px rgba(255,255,255,1);
	padding: 0 5px;
}

.SELECTED_BTN_LABEL input[type="button"]:hover, .PAGE_NAVI input[type="button"]:hover {
    background-color: rgba(255, 255, 255, .3);
}

.SELECTED_BTN_LABEL input[type="button"]:hover {
}

/* ナビゲーション（一覧）
--------------------------------------------------------- */
/* ページナビゲーションバー */
th.PAGE_NAVI {
}
div.PAGE_NAVI {
	white-space:nowrap;
}
/* ページナビゲーションボタン */
div.PAGE_NAVI input[type='button'] {
    background-image: none;
    text-shadow: 0px 0px 3px rgba(255,255,255,1);
	font-size: 1em;
}
div.PAGE_NAVI input[type='button']:disabled {
    box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    color: #808080;
    background-color: transparent;
	background-image: none;
}
div.PAGE_NAVI input[disabled]:hover {
    -webkit-transition: all 0s;
    transition: all 0s;
    box-shadow: none;
	background-color: rgba(255, 255, 255, 0.3);
}
/* CSS3 */
div.PAGE_NAVI input:disabled:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: none;

}
/* 件数表示 */
.PAGE_COUNT {
	font-size: 1em;
	font-weight: normal;
}
/* 一番最初へボタン */
.BTN_PAGE_FIRST {
}
/* 一番最後へボタン */
.BTN_PAGE_LAST {
}
/* 前のページ */
.BTN_PAGE_PREV {
}
/* 次のページ */
.BTN_PAGE_NEXT {
}
/* 10ページ先 */
.BTN_PAGE_PREV10 {
}
/* 10ページ前 */
.BTN_PAGE_NEXT10 {
}

/* 検索件数０件メッセージ */
.group-message_image {
	position: relative;
}

.group-message_image::before {
	content: "\f05a"; /* fa-info-circle */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-style: normal;
	font-size: 1.2em;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #0000ff;
}

/* ダイアログボタン */
.BTN_DIALOG {
	margin-left: 1em;
}
/* メニュー幅 */
.menu_bar {
	width: 15em !important;
	height: 100%;
	overflow: hidden;
}
/* 区切り全体のクラス */
div.part {
}
/* 区切り線:NONE */
div.part_none {
}
/* 区切り線:LINE */
div.part_line {
	border-bottom-color: #2ca9e1;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
/* 区切り線:BOX */
fieldset.part_box {
	padding: 0 0.3em 0.3em 0.3em;
	display: inline-block;
	width : 98.8%;
	border-color: #2ca9e1;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.25em;
}
/* 区切り線:BOXのタイトル */
.part_box legend {
	color: #2ca9e1;
}

/* 小計・合計
--------------------------------------------------------- */
/* 合計のタイトル */
.TOTAL_TITLE {
	text-align : right;
	font-weight: bold;
	background-color: #d3d3d3;
}
/* 小計のタイトル */
.SUBTOTAL_TITLE {
	text-align : right;
	font-weight: bold;
	background-color: #d3d3d3;
}
/* 合計のアイテム */
.TOTAL_ITEM {
	font-weight: bold;
}
/* 小計のアイテム */
.SUBTOTAL_ITEM {
	font-weight: bold;
}
/* 小計のセパレータ */
.SUBTOTAL_SEP {
	border-top: solid #d3d3d3;
}

/* サジェスト
--------------------------------------------------------- */
.SUGGEST_AREA {
	position:absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #0000ff;
}
.SUGGEST_AREA_NONE {
	position:absolute;
	display: none;
}
.SUGGEST_AREA_DISP {
	position:absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 90;
	border: 1px solid #2ca9e1;
	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: #2ca9e1;
	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; /* データグリッド固定列+サジェスト対応 */
}

/* ステータスバー
--------------------------------------------------------- */
.STATUSBAR {
	position: fixed !important;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	color: #6b9dc8;
    background: white;
    opacity: 0.8;
	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: white;
    opacity: 0.8;
	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: "\f110"; /* fa-spinner */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
.statusbar-image_error::before {
	content: "\f057"; /* fa-times-circle */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
}

.NO_SCROLL::-webkit-scrollbar {
    display: none;
}

/* メニュー
--------------------------------------------------------- */
nav ul {
    list-style:none;
    padding-left:0;
}
.menu-top ul {
    margin:0;
    padding:0;
}

/* フィールド */
.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 {
}

/* 組み込み系スタイル
--------------------------------------------------------- */

/* 組み込みスタイル・必須項目 */
.item__REQUIRED,
.item__REQUIRED option,
.field .item__REQUIRED,
.field .item__REQUIRED option,
.g_field .item__REQUIRED,
.g_field .item__REQUIRED option {
	background-color: #ffffcc;
	background-image: none;
}

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;
	background-image: none;
}

input[type=button].item__REQUIRED,
.field input[type=button].item__REQUIRED,
.g_field input[type=button].item__REQUIRED,
input[type=button].item__REQUIRED option,
.field input[type=button].item__REQUIRED option,
.g_field input[type=button].item__REQUIRED option {
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #cccccc;
}

.tab_active .item__REQUIRED,
.field .tab_active .item__REQUIRED,
.g_field .tab_active .item__REQUIRED,
.tab_active .item__REQUIRED option,
.field .tab_active .item__REQUIRED option,
.g_field .tab_active .item__REQUIRED option {
	background-color: #ffffcc;
	color: #000000;
}

/* 組み込みスタイル・プラス/マイナス */
.item__PLUS,
.field .item__PLUS,
.g_field .item__PLUS,
.item__PLUS option,
.field .item__PLUS option,
.g_field .item__PLUS option {
	color: #000000;
}

input[type=button].item__PLUS,
.field input[type=button].item__PLUS,
.g_field input[type=button].item__PLUS,
input[type=button].item__PLUS option,
.field input[type=button].item__PLUS option,
.g_field input[type=button].item__PLUS option {
	color: #000000;
}

.tab_active .item__PLUS,
.field .tab_active .item__PLUS,
.g_field .tab_active .item__PLUS,
.tab_active .item__PLUS option,
.field .tab_active .item__PLUS option,
.g_field .tab_active .item__PLUS option {
	color: #000000;
}

.item__MINUS,
.field .item__MINUS,
.g_field .item__MINUS,
.item__MINUS option,
.field .item__MINUS option,
.g_field .item__MINUS option {
	color: #ff0000;
}

input[type=button].item__MINUS,
.field input[type=button].item__MINUS,
.g_field input[type=button].item__MINUS,
input[type=button].item__MINUS option,
.field input[type=button].item__MINUS option,
.g_field input[type=button].item__MINUS option {
	color: #ff0000;
}

.tab_active .item__MINUS,
.field .tab_active .item__MINUS,
.g_field .tab_active .item__MINUS,
.tab_active .item__MINUS option,
.field .tab_active .item__MINUS option,
.g_field .tab_active .item__MINUS option {
	color: #ff0000;
}

/* 組み込みスタイル・強調 */
.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: #000000;
}

input[type="button"].item__EDITABLE,
.field input[type="button"].item__EDITABLE,
.g_field input[type="button"].item__EDITABLE,
input[type="button"].item__EDITABLE option,
.field input[type="button"].item__EDITABLE option,
.g_field input[type="button"].item__EDITABLE option {
	color: #000000;
}

.tab_active .item__EDITABLE,
.field .tab_active .item__EDITABLE,
.g_field .tab_active .item__EDITABLE,
.tab_active .item__EDITABLE option,
.field .tab_active .item__EDITABLE option,
.g_field .tab_active .item__EDITABLE option {
	color:#000000;
}

.item__NONEDITABLE,
.field .item__NONEDITABLE,
.g_field .item__NONEDITABLE,
.item__NONEDITABLE option,
.field .item__NONEDITABLE option,
.g_field .item__NONEDITABLE option {
	color: #808080;
}

input[type="button"].item__NONEDITABLE,
.field input[type="button"].item__NONEDITABLE,
.g_field input[type="button"].item__NONEDITABLE,
input[type="button"].item__NONEDITABLE option,
.field input[type="button"].item__NONEDITABLE option,
.g_field input[type="button"].item__NONEDITABLE option {
	color: #808080;
}

.tag_active .item__NONEDITABLE,
.field .tag_active .item__NONEDITABLE,
.g_field .tag_active .item__NONEDITABLE,
.tag_active .item__NONEDITABLE option,
.field .tag_active .item__NONEDITABLE option,
.g_field .tag_active .item__NONEDITABLE option {
	color: #808080;
}


/* エラーフィールド
--------------------------------------------------------- */

/* 組み込みスタイル・エラーフィールド */
.item__ERROR, .item__ERROR option {
	background-color: #ffcccc !important;
}

input[type="file"].item__ERROR::-ms-value {
	background-color: #ffcccc !important;
}

span .item__ERROR {
	display: inline-block;
}

/* エラーフィールド */
div.error_field input, div.error_field textarea, div.error_field select, span.error_field {
	background-color: #ffcccc;
}

/* メッセージ */
.login_message .info-text {
}

.info-icon {
	position: relative;
}

.info-icon::before {
	content: "\f05a"; /* fa-info-circle */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-style: normal;
    font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #0000ff;
	cursor: pointer;
}

.collapsed-icon:hover::before {
	color: #ccc;
}

.info-text {
	color: #0000ff;
}

.warn-icon {
	position: relative;
}

.warn-icon::before {
	content: "\f071"; /* fa-warning */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-style: normal;
    font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #ff6347;
}

.warn-text {
	font-weight: bold;
	color: #ff6347;
}

.errors-icon {
	position: relative;
}

.errors-icon::before {
	content: "\f057"; /* fa-times-circle */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-style: normal;
    font-size: 1.2em;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.errors-text {
	font-weight: bold;
	color: #ff0000;
}

.expanded-icon {
	position: relative;
}

.expanded-icon::before {
	content: "\f0d7"; /* fa-caret-down */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	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: "Font Awesome 5 Free";
	font-weight: 900;;
	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;
}

.message-col_control {
	vertical-align: top;
}

.message-col_icon {
	vertical-align: top;
}

/* 著作権表示 */
.copyright {
		text-align: right;
		font-size: 9pt;
		font-family: sanserif;
		color:#808080;
}

.HIDDEN {
	display : none;
}

/*---------------------------------------------------------------------------*/
.title-errorpage {
	border-top: solid 1pt #cccccc;
	border-bottom: solid 1pt #cccccc;
	padding: 0.5em 0.5em 0.5em 2.0em;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 10px 10px;
	position: relative;
	white-space: nowrap;
}

.title-errorpage::before {
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-size:  1.3em;
	position: absolute;
	color: #ff0000;
	top: 10px;
	left: 5px;
}

.title-errorpage_msg {
	font-size: 1.2em;
	color: #052943;
}

.title-errorpage_ioname {
	color: #052943;
	margin-left: 10px;
	position: relative;
}

.title-errorpage_ioname::before {
	content: "\f108";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;;
	font-size: 1.1em;
	margin-right: 3px;
	color: #052943;
}
.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.8em;
}
.tab_inactive a .icon_text {
	text-decoration: none;
	font-size: 0.8em;
}
button > span {
     cursor: default;
}

/* データグリッド
--------------------------------------------------------- */
.DATAGRID_PAGE_NAVI, .DATAGRID_PAGE_COUNT {
	margin: 3px 0px;
}
.DATAGRID_PAGE_NAVI input[type='button'] {
	color: #333;
	border: 0px;
	background-color:rgba(255,255,255,0.0);
	background-image: none;
	box-shadow: none;
}
.DATAGRID_PAGE_NAVI input[type='button']:disabled {
	color: #ccc;
}
.DATAGRID_PAGE_COUNT {
	color: #333;
}
.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: "Font Awesome 5 Free";
	font-weight: 900;;
	content: '\f05a';
}

/* 個別設定用css
--------------------------------------------------------- */
#sidLang_S01{
    font-size: 16px;
    padding: 15px 20px;
    width: 416px;
    box-sizing: border-box;
}

form > table:nth-of-type(1) .article tr:nth-of-type(1),
form > table:nth-of-type(1) .article tr:nth-of-type(2){
    display: table;
    width: 1280px;
    max-width: 100%;
    position: relative;
}
form > table:nth-of-type(1) .article tr:nth-of-type(1) td:,
form > table:nth-of-type(1) .article tr:nth-of-type(2) td:{
    display: table-cell;
}
form > table:nth-of-type(1) .article tr:nth-of-type(5),
form > table:nth-of-type(1) .article tr:nth-of-type(6),
form > table:nth-of-type(1) .article tr:nth-of-type(7){
    display: inline-block;
    vertical-align: middle;
}
form > table:nth-of-type(1) .article tr:nth-of-type(6){
	width: 70%;
}
form > table:nth-of-type(1) .article tr:nth-of-type(7){
	width: 30%;
}
#sidOverview_S01{
    width: 100%;
    box-sizing: border-box;
}
#sidRated_Voltage_S01,
#sidTorque_Range_S01,
#sidTorque_Range_S02{
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
}
#sidPrefectures_S01{
    font-size: 16px;
    padding: 15px 20px;
    width: 100%;
    max-width: 416px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
#sidPrefectures_S01 option{
	padding: 5px;
}
#_unit_s02_str_radio label{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
#_unit_s02_str_radio label:last-child{
    margin-right: 0;
}
#sidShape_S01_label,
#sidShape_S02_label,
#sidShape_S03_label,
#sidShape_S04_label,
#sidShape_S05_label,
#sidShape_S06_label{
	padding-top: 80px;
	font-size: 12px;
	background-position: top;
	height: 0;
}
#_f_unnamed_1_str_item,
#_f_unnamed_2_str_item{
	min-height: 90px;
}
form > table:nth-of-type(1) .article tr:nth-of-type(7) td{
	width: auto;
	padding: 30px 10px;
}
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(2){
    padding: 0;
}
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(3),
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(5),
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(7){
    padding-right: 10px;
}
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(3) .label label,
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(5) .label label,
#form > table:nth-of-type(1) .article tr:last-child td:nth-of-type(7) .label label{
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}
#form > table:nth-of-type(2) .article tr:last-child{
    border: none;
}
#form > table:nth-of-type(2) tr:nth-of-type(1) .article tr:nth-of-type(2){
    display: block;
    padding: 30px 0;
    position: relative;
    height: 180px;
}
#form > table:nth-of-type(2) .article tr:last-child td{
    text-align: center;
    font-size: 0;
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td{
    padding: 0;
    height: auto!important;
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(1){
    position: absolute;
    left: 30px;
    top: 20px;
    width: auto;
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(2){
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(4){
    position: absolute;
    right: 30px;
    top: 20px;
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(5){
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(3){
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 650px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#sidTorque_Range_S01,
#sidTorque_Range_S02{
    width: 120px;
}
#sidTorque_Range_S01_label,
#sidTorque_Range_S02_label{
    min-width: initial;
    min-width: none;
    font-size: 16px;
    text-align: center;
}

#form > table:nth-of-type(2) > tbody > tr:nth-of-type(2){
    display: block;
    width: calc(100vw - 60px);
    max-width: 1280px;
    overflow-x: scroll;
}
#form > table:nth-of-type(2) tr:nth-of-type(n+2) table tr{
    border: none;
}
#form > table:nth-of-type(2) tr:nth-of-type(1) .article tr:nth-of-type(3),
#form > table:nth-of-type(2) tr:nth-of-type(1) .article tr:nth-of-type(4){
    display: none;
}
#form > table:nth-of-type(2) tr:nth-of-type(3) table tr td{
    padding: 0;
}
#form > table:nth-of-type(2) tr:nth-of-type(3) table tr:first-child td{
    text-align: center;
    padding-top: 30px;
}
@media screen and (max-width:767px){
    #form > table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(n+2){
        display: table-cell;
        width: auto;
    }
    #form > table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(4),
    #form > table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(6){
        padding-right: 15px;
    }
    #form > table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(8){
    	padding-right: 0;
    }
    form > table:nth-of-type(1) .article tr:nth-of-type(1),
    form > table:nth-of-type(1) .article tr:nth-of-type(2){
        display: block;
        width: auto;
    }
    form > table:nth-of-type(1) .article tr:nth-of-type(6),
    form > table:nth-of-type(1) .article tr:nth-of-type(7){
        display: block;
        width: 100%;
    }
    form > table:nth-of-type(1) .article tr:nth-of-type(7) td{
    	display: table-cell;
    }
    #_lang_s01_str_item{
        display: block;
        width: 100%;
    }
    #sidLang_S01_field{
        display: block;
        width: 100%;
    }
    #sidLang_S01{
        width: 100%;
    }
    #sidRated_Voltage_S01,
    #sidTorque_Range_S01,
    #sidTorque_Range_S02{
        max-width: 100%;
        text-align: left;
    }
    #_unit_s02_str_radio label{
    	margin-right: 15px;
    }
    #_unit_s02_str_radio label:nth-of-type(3){
    	margin-right: 0;
    }
    #_prefectures_s01_str_item{
        display: block;
        width: 100%;
    }
    #sidPrefectures_S01_field{
        display: block;
        width: 100%;
    }
    #sidPrefectures_S01{
        max-width: 100%;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td{
        width: 100%;
    }
    #_unit_s02_str_radio label input + span{
        margin-left: 0;
    }
    #form > table:nth-of-type(2) tr:nth-of-type(1) .article tr:nth-of-type(2){
        height: 280px;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(1){
        top: 0;
        left: 0;
        width: auto;
        text-align: left;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(3){
        width: 90%;
        top: 45%;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(2){
        top: 40px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(4){
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
        width: auto;
        text-align: left;
    }
    #form > table:nth-of-type(2) .article tr:nth-of-type(2) td:nth-of-type(5){
        bottom: 40px;
        top: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}