﻿@charset "utf-8";
/* CSS Document */


/* フォント指定
------------------------------------------------- */

/* 日本語 */

#LangJa{
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.0;
}

/* 英語 */

#LangEn{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.0;
}

/* 繁体中文圏 */

#LangZhtw{
  font-family: 'Microsoft Yahei', 'PingHei' ,'sans-serif';
  font-size: 13px;
  color: #333;
  line-height: 1.0;
}

/* 簡体中文圏 */

#LangZhcn{
  font-family : 'SimSun', 'sans-serif';
  font-size: 13px;
  color: #333;
  line-height: 1.0;
}


/* iframe
------------------------------------------------- */
.frame{
  width: 100%;
  overflow: auto;
  min-height: 630px;
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  margin-bottom: -5px;
  margin-top: -1px;
  height: calc(100vh - 35px);
}

.wrapper{
}

/* 親フレームでのみ使用（スクリーンタブ画面） */
.main_wrapper {
    width: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    margin-bottom: -5px;
    margin-top: 1px;
    height: calc(100vh - 35px);
}


.fanc_wrapper{
  margin-bottom: 60px;
}



/* スクリーンタブ
------------------------------------------------- */

/* タブ用のDIV */
div.tabDetail{
	width:100%;
	position:absolute; 
    margin: 0px 0px 0px 0px;
}

.header_navi{
  margin-top: 0px;
  display:inline-flex;
}

.prev{
  float: left;
  margin: 1px 0 0 0;
  line-height: 1;
	cursor: pointer;
	border: none;
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
}

.next{
  float: left;
  margin: 1px 20px 0 0;
  line-height: 1;
	cursor: pointer;
	border: none;
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
}


.prev:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.next:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

input.h_li{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: none;
  color: #FFF;
  float: left;
}

input.h_liM{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: none;
  color: #FFF;
  float: left;
}

input.h_lii{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: none;
  color: #FFF;
  float: left;
}


input.h_menu{
  background-color: #c0dd4d;
  background : url(../images/menu.png) ,-webkit-gradient(linear, left top, left bottom, from(#bfdd4c), to(#90cb19));
  background : url(../images/menu.png) ,-webkit-linear-gradient(top, #bfdd4c, #90cb19);
  background : url(../images/menu.png) ,linear-gradient(to bottom, #bfdd4c, #90cb19);
  background-repeat: no-repeat;
  background-position: left;
  padding: 2px 10px 2px 30px;
  margin: 0 10px 2px 0;
}

.form-horizontal {
    width: 100%;    
}

input.h_default{
  background-color: #999999;
  background : -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#9a9a9a));
  background : -webkit-linear-gradient(top, #b8b8b8, #9a9a9a);
  background : linear-gradient(to bottom, #b8b8b8, #9a9a9a);
  padding: 2px 10px;
  margin: 0px 3px 2px 0px;
}

.h_default:hover{
  background: none;
  background-color: #3cbdde;
}

input.h_current{
  background-color: #3cbdde;
  border-top-right-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  -moz-border-radius-topright: 0;
  padding: 2px 4px 4px 10px;

}

input.h_active{
  vertical-align: middle;
  background-color: #b8da30;
  padding: 7px 5px 8px 10px;
  border-top-left-radius: 0; 
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  margin-right: 5px;
}

div.tabPanel {
	position:relative;
    width: 100% ;
  }

div.tabTop {
    position: relative;
    width: 100%;
    /*z-index:2;
	height : 28px;
    display:inline-flex;*/
}

/* APタブ関連 
------------------------------------------------- */
/* APタブ切替用のDIV */
div.tabApTop {
	position:relative;
    display: flex;
    flex-direction: row;
}

/* APタブ詳細用のDIV */
div.tabApDetail{
	/*border:1px dotted #aaaaaa;*/ /* TODO 確認用 */
	padding-bottom:2px;
	padding-top:2px;
	margin-top:-1px;
    overflow :auto;
}
div.DisplayNone{
    display:none;
}
div.DisplayBlock{
    display:block;
}
input.DisplayNone{
    display:none;
}

div.AccordionDisplayNone{
    display:none;
}
input.AccordionDisplayNone{
    display:none;
}

/* 青帯のタイトル
------------------------------------------------- */
/* タイトル部ヘッダーの固定 */
#Title-fixed {
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 45px;              /* 縦幅140px */   
}
/* フッターの固定 */
#Footer-fixed{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 33px;
}

#Title {
    background-color: #3cbdde;
    color: #FFF;
    font-size: 140%;
    font-weight: bold;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    padding: 0px 10px;
    white-space: nowrap;
    width: calc(100% - 23px);
    align-items:center;
    line-height:1.7;
}

.DialogTitle {
    background-color: #3cbdde;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    padding: 3px 7px;
}

.logo{
  background-color: #FFF;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: middle;
  width: 120px;
  height: 32px;

}

.user {
    font-size: 13px;
    font-weight: normal;
    line-height: 2.5;
    text-align: right;
    align-items: center;
}

.headline{
  color: #ffff99;
  margin-left: 10px;

}

.headline_name{
  /*float: left;*/
}



/* フッターファンクションキー
------------------------------------------------- */
#Footer{
  bottom: 0;
  background-color: #333;
  padding: 15px 13px 0 10px;
  clear: both;
  bottom: 0;
  height: 33px;
  position: fixed;
  width: calc(100% - 23px);
}


.f_number{
  font-size: 90%;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}


.fanc{
  width: 100%;
  text-align: center;
  display: table;
  line-height: 1.0;
}


.li_fanc{
  width: 7%;
  position: relative;
  background-color: #3cbdde;
  background : -webkit-gradient(linear, left top, left bottom, from(#41d0f4), to(#3dc0e2));
  background : -webkit-linear-gradient(top, #41d0f4, #3dc0e2);
  background : linear-gradient(to bottom, #41d0f4, #3dc0e2);
  color: #FFF;
  border-right: solid #75dbf5 1px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;

}

.input_fanc{
  width: 100%;
  text-align: center;
  line-height: 1.0;
  height: 33px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: none;
  border: none;
  color: #FFF;
  white-space:normal;
  word-wrap: break-word;
  word-break: break-all;
}

.input_fanc:disabled{
  color: #a0a0a0;
  background-color: #309ab5;
}

.input_fanc:focus{
  background-color: #333;
}


.li_fancnone{
  width: 7%;
  position: relative;
  background-color: #309ab5;
  height: 33px;
  border-right: solid #75dbf5 1px;
  display: table-cell;
  cursor: default;
  padding: 0 0.5%;
  color: #FFF;
}


.li_fanc:hover{
  background: none;
  background-color: #333;
}


.li_ctrl{
  width: 3.8%;
  position: relative;
  background-color: #c2c2c2;
  background : -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#b6b6b6));
  background : -webkit-linear-gradient(top, #d0d0d0, #b6b6b6);
  background : linear-gradient(to bottom, #d0d0d0, #b6b6b6);
  border-left: none;
  display: table-cell;
  vertical-align: middle;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  color: #FFF;
  border-right: solid #e5e5e5 1px;
}

.li_ctrl_on{
  width: 3.8%;
  position: relative;
  background-color: #c0dd4d;
  background : -webkit-gradient(linear, left top, left bottom, from(#bfdd4c), to(#90cb19));
  background : -webkit-linear-gradient(top, #bfdd4c, #90cb19);
  background : linear-gradient(to bottom, #bfdd4c, #90cb19);
  border-left: none;
  display: table-cell;
  vertical-align: middle;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  color: #FFF;
  border-right: solid #e5e5e5 1px;
}

.li_shift{
  width: 3.8%;
  position: relative;
  background-color: #c2c2c2;
  background : -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#b6b6b6));
  background : -webkit-linear-gradient(top, #d0d0d0, #b6b6b6);
  background : linear-gradient(to bottom, #d0d0d0, #b6b6b6);
  border-left: none;
  display: table-cell;
  vertical-align: middle;
  border-right: solid #e5e5e5 1px;
  color: #FFF;
}


.li_shift_on{
  width: 3.8%;
  position: relative;
  background-color: #fac40a;
  background : -webkit-gradient(linear, left top, left bottom, from(#fac40a), to(#ee9806));
  background : -webkit-linear-gradient(top, #fac40a, #ee9806);
  background : linear-gradient(to bottom, #fac40a, #ee9806);
  display: table-cell;
  vertical-align: middle;
  border-right: solid #e5e5e5 1px;
  color: #FFF;
}


.li_fanclast{
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border: none;
}



/* 伝票入力画面
------------------------------------------------- */

/* 上部入力画面 */
.input_tab{
  margin-top: 1px;
  list-style-type : none;
}

li.scroll {
 overflow: scroll;
 visibility: visible;
 height: 100px;
 width: 140px;
 }

input.tab_li{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: none;
  color: #FFF;
  float: left;
  margin: 0 5px 1px 0;
}
div.screen{
      white-space: nowrap;
      overflow:hidden;
      flex-grow:1;
}

input.tab_current{
  background-color: #c0dd4d;
  background-repeat: no-repeat;
  background-position: left;
  padding: 2px 10px 1px 20px;
  font-weight: bold;
  background-image: url(../images/pencil.png);
}

input.tab_default{
  background-color: #333;
  background : -webkit-gradient(linear, left top, left bottom, from(#727272), to(#4e4e4e));
  background : -webkit-linear-gradient(top, #727272, #4e4e4e);
  background : linear-gradient(to bottom, #727272, #4e4e4e);
  padding: 2px 10px 1px 10px;
}


.tab_default:hover{
  background : none;
  background-color: #c0dd4d;
}



.accordion{
  float: right;
  margin: 0px 0px 0px 3px;
  line-height: 1;
	border: none;
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
	cursor: pointer;
}

.accordion:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.accordionpanel
{
    background-color: #f6fafb;
}

/* パネル（レイアウト）用 */
.bg_lightblue{
  /*border:solid 1px #333333 ;*/ /* TODO 確認用 */
  padding:0px 2px 2px 0px;
  margin:2px 3px 2px 3px;
  background-color: #f6fafb;
  /*background-color: #e0e0f0; /* TODO 確認用 */
  clear: both;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.scroll{
  /*overflow: auto;
  max-height: 210px;*/
}

/* パネル（入力要素置き）用 */
.box3{
  margin-right: 10px;
  /*float: left;*/
}

@media only screen and (max-width: 1280px) { /* 未使用、未指定だが削除しないこと 削除するとラジオボタンの下部に無駄なスペースが入ります */
.box3{
}
}

@media only screen and (max-width: 900px) { /* 未使用、未指定だが削除しないこと 削除するとラジオボタンの下部に無駄なスペースが入ります */
.box3{
}
}

.slipentry{
  display: table;
 min-height:21px;
}

.dtentry{
  display: table-cell;
  text-align: left;
  padding: 0px 1px 0px 1px;
  overflow:hidden;
  white-space:nowrap;
}

.ddinput{
  display: table-cell;
  text-align: left;
  padding: 0px 1px;
}


.input100{
  padding: 1px 5px;
  height:16px;
}

.top_keyitem{
    padding-top: 10px;
    padding-bottom: 5px;
}
.bottom_keyitem{
    padding-bottom: 10px;
}

.select_pd{
  padding: 0px 17px 0px 5px;
  height: 20px;
}
/* 固定長ラベル用  */
.LabelNoborderBox
{
    border-color : transparent;
    background-color : transparent;
}

.LabelBorderBox{
    background-color: #FAFAFA;
}
/* 固定長ラベルをラベル付きUIの代わりのラベルとして使う場合に指定 */
.LabelDdInputBox{
    padding-left:0px;
    padding-right:0px;
    margin-right:-2px;
}
.LabelDdInputBoxUl{
    padding-left:0px;
    padding-right:0px;
    margin-right:-2px;
    text-decoration:underline;
}
/* 下部グリッド画面 */

.border_box{
  background-color: #FFF;
  moz-border-radius: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  clear: both;
}

.scroll_slip{
  overflow: auto;
  /*height: calc(100vh - 500px);*/
}

.gridtabnavi{
  margin-top: 10px;
}

.gridtab{
  border-right: 1px dashed #ccc;
  float: left;
  margin: 0 5px 5px 0;
}

.gridtab_li{
  border: none;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: left;
}



.gridtab_current{
  background-color: #c0dd4d;
  padding: 2px 10px 2px 20px;
  background-image: url(../images/pencil.png);
  color: #FFF;
  margin-right: 5px;
}

.gridtab_default{
  padding: 2px 10px 2px 15px;
  background-image: url(../images/arrow_orange.png);
  margin-right: 5px;
}


.gridtab_default:hover{
  background-color: #c0dd4d;
}

/* テーブル装飾 */
.tr_grid:hover tbody{
  background-color: #eff9fb !important;
  color:black !important;
}

.tbl_grid{
  background-color: #FFF;
  border: solid #e1e1e1 1px;
  /*min-width: 1800px;*/
  /*max-width: 1800px;*/
}
.tbl_grid_left{
  border-left-width: 0px;
}
.tbl_grid_bottom{
  border-bottom-width: 0px;
}

/* HGラベルクラス */
.refGridLabel {
}


.td_thead{
  background-color: #999;
  color: #FFF;
  border: solid #e1e1e1 1px;
  padding: 3px 2px;
  text-align: center;
}
.td_img_thead{
  background-color: #999;
  color: #FFF;
  border: solid #e1e1e1 1px;
  padding: 3px 0px;
  text-align: center;
}
.td_thead_checkbox{
  background-color: #999;
  color: #FFF;
  border: solid #e1e1e1 1px;
  padding: 0px 2px;
  text-align: center;
}


.td_grid_thead{
  background-color: #999;
  color: #FFF;
  border: solid #e1e1e1 1px;
  /*padding: 3px 5px;*/
  text-align: center;
  word-wrap: break-word;
}

.td_grid_thead_left{
  border-left-width: 0px;
}

.td_grid_default{
  /*padding: 2px 5px;*/
  border-top: dashed #e1e1e1 1px;
  border-bottom: dashed #e1e1e1 1px;
  border-left: solid #e1e1e1 1px;
  border-right: solid #e1e1e1 1px;
  vertical-align: middle;
  background: transparent;
}

/* 参照グリッド：セルのTD */
.td_border{
  padding: 4px 2px;
  border: solid #e1e1e1 1px;
  vertical-align: middle;
  height:13px;
}
/* 参照グリッド：セルのTD（イメージ表示用） */
.td_img_border{
  padding: 0px 0px;
  border: solid #e1e1e1 1px;
  min-height: 20px;
}

.td_border_checkbox{
  padding: 0px 2px;
  border: solid #e1e1e1 1px;
  vertical-align: middle;
}
.td_hover{
  /*border-top: solid #e1e1e1 1px;*/
  /*border-bottom: solid #e1e1e1 1px;*/
}

.td_hover:hover{
  background-color: #eff9fb;
}

.td_hover:hover td{
  background-color: #eff9fb !important;
  color:black !important;
}
.td_hover:hover span.refGridLabel{
  background-color: #eff9fb !important;
  color:black !important;
}
/* 現在行(背景色、文字色設定) */
.td_current0{
  /*background-color: #a7d431;*/
}
/* 選択行のサブエレメント(背景色、文字色設定) */
.td_current0 tbody{
  background-color: #a7d431 !important;
}
.td_current0 span.refGridLabel{
  background-color: #a7d431 !important;
}

/* 選択行(背景色、文字色設定) */
.td_current{
  /*background-color: #a7d431;*/
}
/* 選択行のサブエレメント(背景色、文字色設定) */
.td_current tbody{
  background-color: #a7d431 !important;
}
.td_current span.refGridLabel{
  background-color: #a7d431 !important;
}

/*.td_current2{
  background-color: #c0dd4d;
}*/
/*.td_current3,
.td_current3 input,
.td_current3 select{
  background-color: #3cbdde;
  color: #FFF;
}*/
/* HG集計行(背景色、文字色設定) */
.td_current3 {
  /*background-color: #DEF4F9;
  color: #000000;*/
}
/* HG集計行のサブエレメント(背景色、文字色設定) */
.td_current3 tbody {
  background-color: #DEF4F9 !important;
  color: #000000 !important;
}
.td_current3 span.refGridLabel {
  background-color: #DEF4F9 !important;
  color: #000000 !important;
}
/*.td_current4,
.td_current4 input,
.td_current4 select{
  background-color: #ff5a75;
  color: #FFF;
}*/
/*.td_current:hover{
  background-color: #a7d431 !important;
  color: #FFF !important;
}
.td_current:hover td{
  background-color: #a7d431 !important;
  color: #FFF !important;
}
.td_current:hover span.refGridLabel{
  background-color: #a7d431 !important;
  color: #FFF !important;
}*/
/*.td_current2:hover{
  background-color: #c0dd4d;
}
.td_current3:hover{
  background-color: #3cbdde;
}
.td_current4:hover{
  background-color: #ff5a75;
}*/


.td_current_pencil{
  background-image: url(../images/pencil.png);
  background-repeat: no-repeat;
  background-position: left;
}

.grid_input_default{
  padding: 0px 5px;
  border: none;
  /*width: 100px;*/
  background-color: transparent;
  height:18px;
}

.grid_input_default:focus{
  background-color: #FFF;
}

.grid_input_current{
  color: #FFF;
  background-color: #a7d431;
}

.grid_input_current:focus{
  color: #333;
  background-color: #FFF;
}

/* 無効セル */
.td_disabled {
    background-color: #cccccc;
}


/*.select_grid{
  padding: 2px 17px 2px 5px;
  border: none;
  background: none;
  background-image: url(../images/select_arrow.png);
  background-repeat:no-repeat;
  background-position:right center;
  min-width: 80px;
}*/

/*.select_grid:focus{
  background-color: #FFF;
}

.select_grid_current{
  color: #FFF;
  background-color: #a7d431;
}

.select_grid_current:focus{
  color: #333;
  background-color: #FFF;
}*/

.txt_r{
  text-align: right;
}

.div_grid_cell{
    min-height:20px;
    max-height:20px;
    vertical-align:middle;
    border:solid #e1e1e1 1px;
}

/* イメージ表示セル用スタイル（縦サイズ制限をしない、中央よせしない） */  
.div_grid_img_cell{
    min-height:20px;
    overflow:hidden;
    border:solid #e1e1e1 1px;
}
/* ページ送り */

.pager{
  background-color: #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  margin-left: 10px;
  display: inline-block;
  width: 450px;
}

.pager_li{
  float: left;
  margin: 3px 7px;
  color: #FFF;
}

.img_middle{
  vertical-align: middle;
}

.img_middle:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.page_input{
  width: 40px;
  text-align: right;
  padding: 0 5px;
}

.page_move_img_button{
  width: auto;
  padding: 0;
  margin: 5px 0px 0px 0px;
  background: none;
  border: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}

.page_jump_img_button{
  width: auto;
  padding: 0;
  margin: 0px 0px 0px 0px;
  background: none;
  border: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}


/* 合計 */

/*.total_li{
  float: left;
  margin-right: 1.8%;
  text-align: center;
  line-height: 1.3;
}*/
/*.input80_r{
  width: 80px;
  padding: 2px 5px;
  text-align: right;
}*/

/*.total_name{
  display: block;
}*/





/* 出荷確定画面（バッチ起動）
------------------------------------------------- */
.li_left{
  float: left;
  margin-right: 1px;
}

.li_right{
  float: right;
  margin-left: 1px;
}

.subtitle{
  border-bottom: dashed 1px #ccc;
  font-weight: bold;
  color: #3cbdde;
  font-size: 13px;
  margin-bottom: 2px;
}

.subhead{
  background-image: url(../images/subhead.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  float: left;
  padding-left: 20px;
  line-height: 1.5;
  color: #666;
  margin-top: 5px;
}

.blue_button{
  border-radius: 4px;
  padding: 2px 7px 4px 7px;
  margin: 0px 3px 0px 3px;
  color: #fff;
  border-style: none;
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#40ccef), to(#01a5cf));
  background : -webkit-linear-gradient(top, #40ccef, #01a5cf);
  background : linear-gradient(to bottom, #40ccef, #01a5cf);
  background-repeat: no-repeat;
  background-position: left;
  max-height: 24px;
  height: 24px;
}
.blue_button:focus{
  padding: 1px 6px 3px 6px;
  border: solid 1px blue;
}


.blue_button:hover{
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#01a5cf), to(#40ccef));
  background : -webkit-linear-gradient(top, #01a5cf, #40ccef);
  background : linear-gradient(to bottom, #01a5cf, #40ccef);
  background-repeat: no-repeat;
  background-position: left;
}


/*.scroll_batch{
  overflow: scroll;
  height: calc(100vh - 600px);
}*/

.clear{
  clear: both;
}




/* 伝票検索
------------------------------------------------- */
/*.subhead_maT10{
  background-image: url(../images/subhead.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  font-size: 110%;
  float: left;
  padding-left: 20px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
}*/

/*.scroll_slipsearch{
  overflow-x:hidden;
  overflow-y:hidden;
}*/


/*.scroll_slipsearch_close{
  overflow: scroll;
  height: calc(100vh - 320px);
}

.search_icon{
  background-repeat: no-repeat;
  background-position: center;
  padding: 3px 15px;
  background-color: #FFF;
}*/

/*.search_icon:hover{
  background-color: #c0dd4d;
}


.search_icon_clear{
  background-image: url(../slipsearch/images/clear.png);
}


.s_icon_clear_current{
  background-image: url(../slipsearch/images/clear_white.png);
  padding: 4px 16px;
  background-color: #c0dd4d;
  border: none;
  color: #FFF;
}

.s_icon_clear_current:hover{
  background-color: #c0dd4d;
}*/


/* 共通検索画面（子画面）
------------------------------------------------- */
/*.bg_gray{ 未使用
  background-color: #CCC;
}*/

.search_wrapper{
  position: absolute;
  background-color: #FFF;
  padding: 7px 7px 0px 7px;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index:900;

}

.editDialog_wrapper{
  position: absolute;
  -top: 63px;
  -left: 263px;
  -right: 0;
  -bottom: 0;
  -margin: auto;
  -width: 800px;
  /*min-width: 600px;*/
  -height: 550px;
  /*min-height: 500px;*/
  background-color: #FFF;
  padding: 10px;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index:900;

}
.modal_transparentDivs{	
	filter:alpha(opacity=40);
	opacity:0.4;
	background-color:#AAA;
	-z-index:1;
	position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

/*.ddinput_pd50{
  display: table-cell;
  text-align: left;
  padding: 1px 1px 1px 50px;
}*/

.scroll_search{
  overflow: scroll;
  height: calc(100vh - 350px);
}

.btn_choice{
  float: right;
  text-align: right;
}




.li_choice{
  display: inline-block;
  margin: 10px 10px 0 10px;
}

.choice_icon{
  padding: 5px 10px;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  border-style: none;
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#40ccef), to(#01a5cf));
  background : -webkit-linear-gradient(top, #40ccef, #01a5cf);
  background : linear-gradient(to bottom, #40ccef, #01a5cf);

}

.choice_icon:hover{
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#01a5cf), to(#40ccef));
  background : -webkit-linear-gradient(top, #01a5cf, #40ccef);
  background : linear-gradient(to bottom, #01a5cf, #40ccef);
}

.choice_icon:focus{  
  border: solid 1px blue;
}




/* 商品マスタ保守画面
------------------------------------------------- */

/*.boder1_box{ 未使用
  clear: both;
	border: solid #e5eff2 1px;
	padding: 5px;
	margin: 5px 5px 0 0;
	background-color: #fbfeff;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.box2{
  margin-right: 8%;
  float: left;
}

.scroll_mastarentry{
  overflow: scroll;
  height: calc(100vh - 450px);

}*/


/* input file用 */
.input_file
{
    border:none;
    height:20px;
}

/*.btn_upload{ 未使用
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 3px 5px;
	vertical-align: middle;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: none;
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#40ccef), to(#01a5cf));
  background : -webkit-linear-gradient(top, #40ccef, #01a5cf);
  background : linear-gradient(to bottom, #40ccef, #01a5cf);
}*/


/*.btn_upload:hover{ 未使用
  background-color: #01a5cf;
  background : -webkit-gradient(linear, left top, left bottom, from(#01a5cf), to(#40ccef));
  background : -webkit-linear-gradient(top, #01a5cf, #40ccef);
  background : linear-gradient(to bottom, #01a5cf, #40ccef);
}*/


/*.input_upload{ 未使用
  opacity: 0;
	opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
}*/

.text_area{
  padding: 5px;
  border: solid #e1e1e1 1px;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  cursor: pointer;
}

/* 2画面分割
------------------------------------------------- */
.two_wrapper{
  overflow: hidden;
  background-color: #e1e1e1;
}

.two_screens_l{
  width: 49.8%;
  float:left;
  overflow: auto;
  height: calc(100vh);
  border-right: solid #e1e1e1 1px;
  background-color: #FFF;
}

.two_screens_r{
  width: 49.8%;
  float:right;
  overflow: auto;
  height: calc(100vh);
  border-left: solid #e1e1e1 1px;
  background-color: #FFF;
}


.two_frame{
  width: 100%;
  overflow: auto;
  min-height: 630px;
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  margin-bottom: -5px;
  margin-top: -1px;
  height: calc(100vh - 35px);
}



/*@media only screen and (max-width: 1800px) {

.two_frame{
    min-width: 900px;
    width: 100%;
    overflow: hidden;
    min-height: 613px;
    margin: 0;
    padding: 0;
    vertical-align:bottom;
    margin-bottom: -5px;
    margin-top: -1px;
    height: calc(100vh - 52px);
}

}*/


/* エラー・メッセージ
------------------------------------------------- */

.error{
  position: absolute;
  top: 115px;
  left: 160px;
  z-index: 999;
  color: #FFF;
  padding: 0px 0 1.5em 0;
  background-image: url(../images/errow_arow.gif);
  background-position: 0 1.5em;
  background-repeat: no-repeat;
}


/* ↓サンプルとして表示場所を変更するために作成したもので、
　　 本番では必要ありません。（.errorと同一） */

.error2{
  position: absolute;
  top: 22px;
  left: 390px;
  z-index: 999;
  color: #FFF;
  padding: 0px 0 1.5em 0;
  background-image: url(../images/errow_arow.gif);
  background-position: 0 1.5em;
  background-repeat: no-repeat;
}

.error_in{
  moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ff5a75;
  padding: 0.3em 0.5em;
}


.error_number{
  position: absolute;
  top: 95px;
  left: 400px;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #FFF;
  background-color: #ff5a75;
  text-align: center;
  z-index: 9999;
}



.error_number_in{
  position: relative;
  margin: 0px;
  top:50%;
  transform: translateY(-50%);
  display:block;
}

/* メッセージダイアログ */
.message_wrapper{
  position: absolute;
  background-color: #FFF;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  z-index:3000;
  max-width:800px;
  min-width:800px;
}

/* メッセージダイアログのメッセージ表示部 */
.txt_l{
  text-align: left;
}
.message_icon {
  padding-left: 22px;
  text-align: left;
  min-height: 18px;
  padding-top: 2px;
}
.icon_error{
  background-image: url(../images/icon_error.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.icon_alert{
  background-image: url(../images/icon_alert.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.icon_info{
  background-image: url(../images/icon_info.png);
  background-repeat: no-repeat;
  background-position: left top;
}


.scroll_message{
  max-height: 400px;
  overflow: auto;
}



.loader {
  margin: 50px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  color: #666;
}

.loader_in{
  width: 10em;
  text-align: center;
  position: absolute;
  top: 0;
  left: -4.5em;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -999;
}

/* 未使用？ ymcontrols.jsで使ってる箇所のjs自体おそらく未使用 */
input[type="text"].inputBox {
    padding: 0px 6px;
    width: 100px;
    font-size: 10pt;
    height:17px;
    border-width:1px;
    border:1px;
    border-style:solid;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
    border-top-color: #7A7A7A;
	border-left-color: #7A7A7A;
}

 @-webkit-keyframes load4 {
 0%,  100% {
  box-shadow: 0 -3em 0 0.2em #3cbdde, 2em -2em 0 0em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 0 #3cbdde;
}
 12.5% {
  box-shadow: 0 -3em 0 0 #3cbdde, 2em -2em 0 0.2em #3cbdde, 3em 0 0 0 #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 25% {
  box-shadow: 0 -3em 0 -0.5em #3cbdde, 2em -2em 0 0 #3cbdde, 3em 0 0 0.2em #3cbdde, 2em 2em 0 0 #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 37.5% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0em 0 0 #3cbdde, 2em 2em 0 0.2em #3cbdde, 0 3em 0 0em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0em 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 50% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 0em #3cbdde, 0 3em 0 0.2em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 62.5% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 0 #3cbdde, -2em 2em 0 0.2em #3cbdde, -3em 0 0 0 #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 75% {
  box-shadow: 0em -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0em 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 0.2em #3cbdde, -2em -2em 0 0 #3cbdde;
}
 87.5% {
  box-shadow: 0em -3em 0 0 #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 0 #3cbdde, -2em -2em 0 0.2em #3cbdde;
}
}
@keyframes load4 {
 0%,  100% {
  box-shadow: 0 -3em 0 0.2em #3cbdde, 2em -2em 0 0em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 0 #3cbdde;
}
 12.5% {
  box-shadow: 0 -3em 0 0 #3cbdde, 2em -2em 0 0.2em #3cbdde, 3em 0 0 0 #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 25% {
  box-shadow: 0 -3em 0 -0.5em #3cbdde, 2em -2em 0 0 #3cbdde, 3em 0 0 0.2em #3cbdde, 2em 2em 0 0 #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 37.5% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0em 0 0 #3cbdde, 2em 2em 0 0.2em #3cbdde, 0 3em 0 0em #3cbdde, -2em 2em 0 -1em #3cbdde, -3em 0em 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 50% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 0em #3cbdde, 0 3em 0 0.2em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 -1em #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 62.5% {
  box-shadow: 0 -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 0 #3cbdde, -2em 2em 0 0.2em #3cbdde, -3em 0 0 0 #3cbdde, -2em -2em 0 -1em #3cbdde;
}
 75% {
  box-shadow: 0em -3em 0 -1em #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0em 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 0.2em #3cbdde, -2em -2em 0 0 #3cbdde;
}
 87.5% {
  box-shadow: 0em -3em 0 0 #3cbdde, 2em -2em 0 -1em #3cbdde, 3em 0 0 -1em #3cbdde, 2em 2em 0 -1em #3cbdde, 0 3em 0 -1em #3cbdde, -2em 2em 0 0 #3cbdde, -3em 0em 0 0 #3cbdde, -2em -2em 0 0.2em #3cbdde;
}
}

/* -------------------------------------------------
 * バルーン用CSS
 * ------------------------------------------------- */
 .balloon-dumy-div{
    width: 0px;
    height: 0px;
 }
 .balloon-popup-div{
    margin-top: -10px;
    position: relative;
 }
.balloon-div-outter{
    z-index: 999;
    color: #FFF;
    font-size: 90%;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.9;
}
.balloon-div-inner{
    border-radius: 4px;
    background-color: #ff5a75;
    white-space: nowrap;
    /*padding: 5px 5px;*/
}
.balloon-div-inner-grid{
    border-radius: 4px;
    background-color: #ff5a75;
    white-space: nowrap;
}
.balloon-div-inner-grid:hover{
    filter:alpha(opacity=70);
    opacity: 0.7;
}
.balloon-div-inner-left{
    min-height: 12px;
    min-width: 8.5px;
    background-image: url(../images/errow_left.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.balloon-div-inner-up{
    height: 10px;
    background-image: url(../images/errow_up.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 3% 100%;
}
.balloon-div-inner-down{
    height: 10px;
    background-image: url(../images/errow_down.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 3% 100%;
}
/* メッセージ先頭にアイコン表示 */
.balloon-msg-icon-error{
    color:white;
    padding: 2px 10px 2px 20px;
    background-image: url(../images/msg_icon_error.png);
    background-repeat: no-repeat;
}
.balloon-msg-icon-warming{
    color:yellow;
    padding: 2px 10px 2px 20px;
    background-image: url(../images/msg_icon_warming.png);
    background-repeat: no-repeat;
}
/* メッセージ先頭に文字表示 */
.balloon-msg-error{
    color:white;
    padding: 2px 5px 2px 5px;
    background-repeat: no-repeat;
}
.balloon-msg-warming{
    color:yellow;
    padding: 2px 5px 2px 5px;
    background-repeat: no-repeat;
}

div.errorB
{
	z-index:3
}
div.activeError
{
	z-index:4
}
div.subError
{
	margin-left:120px
}
div.errorMsg
{
	border:solid 1px #000;
	color:black;
	background-color:#fa8;
	filter:alpha(opacity=85);
	position:absolute;
	padding:2px 10px 2px 4px;
	margin:-50px 0 0 0;
	text-align:left;
	display:none;
	font-weight:normal;
	line-height:13px;
	z-index:3
}
div.errorImg
{
	background-image:url("../img/c-error-imgA.png");
	background-position:0 -14px;
	background-repeat:no-repeat;
	position:absolute;
	margin:-34px 0 0 35px;
	width:30px;
	display:none;
	line-height:13px;
	z-index:3
}

/* -------------------------------------------------
 * 右メニューボタン用CSS
 * ------------------------------------------------- */
.conmenu {
    position: absolute;
    top: 22px;
    left: 390px;
    /* z-index: 999; */
    color: #FFF;
    padding: 0px 0 2px 0;
    background-color : #fff;
    min-width:110px;
    border: 1px solid rgb(153, 153, 153);
    -moz-box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
    -webkit-box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
    box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
}

.conmenuBtn {
    width: 99%;
    height: 1.8em;
    background-color : #fff;
    color: #000;
    padding: 3px;
    border: 1px solid rgb(255, 255, 255);
    white-space:nowrap;
}

.conmenuBtn:hover {
    background-color : #3cbdde;
    color: #fff;
    border: 1px solid rgb(10, 36, 106);
}

/* 上に移動アイコン表示 */
.menu-btn-moveUp{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_up.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* 下に移動アイコン表示 */
.menu-btn-moveDown{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_down.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* コピーアイコン表示 */
.menu-btn-rowCopy{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_copy.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* 切取りアイコン表示 */
.menu-btn-rowCut{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_cut.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* 貼付けアイコン表示 */
.menu-btn-rowPaste{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_paste.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* 行追加アイコン表示 */
.menu-btn-addRow{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_add.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* 行削除アイコン表示 */
.menu-btn-delRow{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_del.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* ページ追加アイコン表示 */
.menu-btn-addPage{
    text-align: left;
    padding: 0em 0em  0em  0.5em ;
/*
    padding: 0em 0em  0em  2em ;
    background-image: url(../images/icon_editableGrid_copy.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.3em;
*/
}
/* ラジオボタン */
.input_radio {
	margin: 4px 1px 3px 1px;
}
/* チェックボックス */
.input_check {
	margin: 4px 1px 3px 1px;
}

/* 複数チェックボックス、ラジオボタンのliタグ */
.multicheck_li
{
	min-height:21px;
}

/* チェックボックス、ラジオボタンのulタグ*/
.sction_list
{
	min-height:21px;
}

/* テクストエリア部品のリサイズ禁止 */
textarea {	
    resize: none;	
}

.ReferenceGridControl {
}

/* ツリーコントロール用
------------------------------------------------- */

.treeview {
    /* フォーカス遷移する用クラス */
    overflow: auto;
}

.tree-node {
    line-height: 21px;
    height: 21px;
    vertical-align: middle;
    white-space:nowrap;
}

.tree-node-button {
    background-color: transparent;
    border: none thin #DDDDDD;
    display: inline-flex;
    overflow: visible;
}

    .tree-node-button:hover {
        background-color: #d0ee5e;
    }

.tree-node-button-focusin {
    background-color: #d0ee5e;
}

.tree-node-button-img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.tree-node-icon {
    width: 16px;
    height: 16px;
    vertical-align: baseline;
}

    .tree-node-icon:hover {
        width: 11px;
        height: 11px;
        padding: 2px;
        border: 1px solid #01a5cf;
    }

.tree-node-row-check {
}

.tree-node-open {
}   

    
/* -------------------------------------------------
* ツリーコントロール
    右メニューボタン用CSS
* ------------------------------------------------- */
.tree-custom-menu-show {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: #FFF;
    padding: 0px 0 2px 0;
    font-size: 90%;
    min-width: 110px;
    border: 1px solid rgb(153, 153, 153);
    -moz-box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
    -webkit-box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
    box-shadow: 2px 2px 3px 1px rgb(153, 153, 153);
    background-color: white;
}

.tree-custom-menu-button {
    /*JSで元素を取得する用のCSS*/
    text-align: left;
    vertical-align: middle;
}

    .tree-custom-menu-button:hover {
        text-align: left;
        vertical-align: middle;
    }

    .tree-custom-menu-button:disabled:hover {
        text-align: left;
        vertical-align: middle;
        background-color: #fff;
        color: #878787;
        padding: 3px;
        border: 1px solid rgb(255, 255, 255);
    }

    .tree-custom-menu-button:disabled {
        color: #878787
    }

.tree-custom-menu-separator {
    background-color: black;
    /*height: 1px;*/
    width: 100%;
    /*border: inherit;*/
}
/* ツリーコントロール用終わり
------------------------------------------------- */

/* 画面２分割用
------------------------------------------------- */
.splitter-line {
    background-color: ghostwhite;
    width: 4px;
    display: none;
    height: 100vh;
    position: absolute;
    cursor: col-resize;
    z-index: 1;
}

.splitter-header {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.splitter-detail-right {
    right: 0px;
}

.splitter-motion-div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    background-color: grey;
    cursor: col-resize;
}
/* 画面２分割用終わり
------------------------------------------------- */

/*画面タイトル */
.layout-header-title {
    font-size: 100%;
    float: left;
}