@charset "UTF-8";
/*--------
 共通
--------*/
.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt00 {
  padding-top: 0 !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.al {
  text-align: left !important; }

.ac {
  text-align: center !important; }

.ar {
  text-align: right !important; }

.vt {
  vertical-align: top !important; }

.vm {
  vertical-align: middle !important; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.bold {
  font-weight: bold; }

.small {
  font-size: 84%; }

/* タイトル */
.hgroup-01 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid #d5d5d5;
  font-size: 150%; }
  .hgroup-01 span {
    color: #222222;
    font-weight: bold; }
  .hgroup-01 svg {
    color: #777777; }

.hgroup-02 {
  margin-bottom: 12px;
  font-size: 117%; }
  .hgroup-02 svg {
    margin-right: 5px; }

.hgroup-03 {
  margin-bottom: 10px;
  color: #225d97;
  background: url(../../../../images/gem/skin/horizontal/bg-hgroup-01.gif) repeat-x left center;
  font-size: 109%; }
  .hgroup-03 svg {
    margin-right: 5px; }
  .hgroup-03 h3 span {
    background: #ffffff url(../../../../images/gem/skin/horizontal/icon-arrow-01.png) no-repeat left 0.6em;
    font-weight: bold;
    padding: 0 10px 0 15px; }
  .hgroup-03.sechead h3 span {
    cursor: pointer; }

.disclosure-close.hgroup-03 h3 span {
  background: #ffffff url(../../../../images/gem/skin/horizontal/icon-arrow-03.png) no-repeat left 0.55em; }

/* タブエリア */
.tab-wrap {
  margin-bottom: 20px; }

.tabList .tab-menu li a:hover {
  padding-left: 6px;
  border-left: none;
  background: #f5f5f5;
  background: linear-gradient(#ffffff 0, #f5f5f5 100%) repeat 0 0;
  color: #383838;
  text-shadow: none;
  text-decoration: none; }

.tabList .tab-menu li.current a {
  padding-left: 6px;
  border-left: none;
  background: #838383;
  background: linear-gradient(#5f5f5f 0, #838383 100%) repeat 0 0;
  color: #ffffff;
  text-shadow: none;
  font-weight: bold; }

/* テーブル */
.tableStripe.reverse .stripeRow:nth-child(odd) th {
  background: #f9f9f9; }

.tableStripe.reverse .stripeRow:nth-child(odd) td {
  background: #f9f9f9; }

.tableStripe:not(.reverse) .stripeRow:nth-child(even) th {
  background: #f9f9f9; }

.tableStripe:not(.reverse) .stripeRow:nth-child(even) td {
  background: #f9f9f9; }

/* コンポーネント */
input.inpbr, select.inpbr, textarea.inpbr {
  border-top: 1px solid #888888;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #888888; }

.btn-toggle-01 {
  padding-bottom: 1px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  display: block;
  width: 18px;
  height: 16px;
  cursor: pointer;
  background: #e4e4e4;
  background: linear-gradient(#f5f5f5 0, #e4e4e4 100%);
  color: #999999;
  line-height: 1;
  text-shadow: 1px 1px 0 #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }
  .btn-toggle-01:hover {
    background: #f5f5f5;
    background: linear-gradient(#ffffff 0, #f5f5f5 100%); }

input.gr-btn {
  padding: 1px 4px;
  border: 1px solid #617897;
  border-radius: 5px;
  cursor: pointer;
  min-width: 70px;
  min-height: 25px;
  color: #ffffff;
  background: #1a4580;
  background: linear-gradient(#66aced 0, #1a4580 100%);
  font-weight: bold;
  zoom: 1; }
  input.gr-btn:disabled {
    color: #a4a4a4; }
  input.gr-btn.gr-size-01 {
    min-width: 85px; }
  input.gr-btn.gr-size-02 {
    min-width: 120px; }
  input.gr-btn.gr-size-03 {
    min-width: 180px; }
  input.gr-btn:hover {
    background: #2f5b99;
    background: linear-gradient(#73b2ff 0, #2f5b99 100%); }

input.gr-btn-02 {
  padding: 1px 4px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  cursor: pointer;
  min-width: 60px;
  min-height: 25px;
  color: #555555;
  background: #e4e4e4;
  background: linear-gradient(#f5f5f5 0, #e4e4e4 100%);
  font-weight: bold; }
  input.gr-btn-02:disabled {
    color: #a4a4a4; }
  input.gr-btn-02.gr-size-01 {
    min-width: 85px; }
  input.gr-btn-02.gr-size-02 {
    min-width: 120px; }
  input.gr-btn-02.gr-size-03 {
    min-width: 180px; }
  input.gr-btn-02:hover {
    background: #f5f5f5;
    background: linear-gradient(#ffffff 0, #f5f5f5 100%); }

input.datepicker {
  width: 66px; }

input.hasDatepicker {
  width: 66px; }

input.datetimepicker {
  width: 135px; }

input.timepicker {
  width: 60px !important; }

input.datepicker-form-size-01 {
  width: 66px !important; }

input.datepicker-form-size-02 {
  width: 80px !important; }

input.datetimepicker-form-size-01 {
  width: 135px !important; }

input.datetimepicker-form-size-02 {
  width: 147px !important; }

input.timepicker-form-size-01 {
  width: 60px !important; }

input.form-size-01 {
  width: 200px; }

input.form-size-02 {
  width: 150px; }

input.form-size-03 {
  width: 165px; }

input.form-size-04 {
  width: 360px; }

input.form-size-06 {
  width: 220px; }

input.form-size-07 {
  width: 100px; }

input.form-size-08 {
  width: 96%;
  zoom: 1; }

input.form-size-09 {
  width: 400px;
  zoom: 1; }

input.form-size-10 {
  width: 80px; }

input.form-size-11 {
  width: 44px; }

select.form-size-01 {
  width: 200px; }

select.form-size-02 {
  width: 150px; }

select.form-size-03 {
  width: 165px; }

select.form-size-04 {
  width: 360px; }

select.form-size-06 {
  width: 220px; }

select.form-size-07 {
  width: 100px; }

select.form-size-08 {
  width: 96%;
  zoom: 1; }

select.form-size-09 {
  width: 400px;
  zoom: 1; }

select.form-size-10 {
  width: 80px; }

select.form-size-11 {
  width: 44px; }

select.form-size-12 {
  width: 150px;
  height: 80px; }

textarea.form-size-05 {
  width: 99%; }

option {
  padding: 1px 5px 0; }

ul.list-radio-01 li {
  display: inline;
  margin-right: 1.8em; }
  ul.list-radio-01 li input {
    margin: -1px 5px 0 0;
    vertical-align: middle; }
  ul.list-radio-01 li label {
    display: inline-block; }

ul.list-check-01 li {
  display: inline;
  margin-right: 1.8em; }
  ul.list-check-01 li input {
    margin: -1px 5px 0 0;
    vertical-align: middle; }
  ul.list-check-01 li label {
    display: inline-block; }

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=75);
  background: #000000; }

.modal-inner {
  padding: 20px 15px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  background: #ffffff;
  display: none;
  overflow: hidden; }
  .modal-inner iframe {
    height: 686px;
    width: 100%;
    border: none; }
  .modal-inner.fullWindow .modal-maximize {
    display: none; }
  .modal-inner.fullWindow .modal-restore {
    display: block; }
  .modal-inner.unresizable .modal-maximize {
    display: none; }
  .modal-inner.unresizable .modal-restore {
    display: none; }

.modal-close {
  padding-left: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url(../../../../images/gem/skin/horizontal/icon-close-01.gif) no-repeat left center; }

.modal-maximize {
  padding-left: 18px;
  position: absolute;
  right: 80px;
  top: 15px;
  cursor: pointer;
  background: url(../../../../images/gem/skin/horizontal/icon-maximize-01.gif) no-repeat left center;
  display: block; }

.modal-restore {
  padding-left: 18px;
  position: absolute;
  right: 80px;
  top: 15px;
  cursor: pointer;
  background: url(../../../../images/gem/skin/horizontal/icon-restore-01.gif) no-repeat left center;
  display: none; }

body.modal-body p.trash {
  display: none; }

body.modal-body input.btn-csv-01 {
  display: none; }

#dialog_parent {
  position: relative; }

button.dialog-csvdl-btn {
  color: #ffffff;
  background: #1a4580;
  background: linear-gradient(#66aced 0, #1a4580 100%); }
  button.dialog-csvdl-btn:hover {
    color: #ffffff;
    background: #2f5b99;
    background: linear-gradient(#73b2ff 0, #2f5b99 100%); }

.tooltip-wrap {
  display: none;
  position: absolute;
  z-index: 54; }

.tooltip {
  padding: 7px;
  border: 1px solid #999999;
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px #d5d5d5;
  font-size: 84%;
  vertical-align: bottom; }
  .tooltip .tool-icon {
    display: block;
    width: 16px;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background: url(../../../../images/gem/skin/horizontal/icon-tooltip-01.png) no-repeat left center; }

.ico-required {
  padding: 1px 6px;
  border-radius: 6px;
  color: #ffffff;
  background: #ac0000;
  font-size: 84%;
  white-space: nowrap; }

.explanation {
  color: #777777;
  font-size: 84%; }

p.loading {
  background: url(../../../../images/gem/skin/horizontal/loading.gif) no-repeat scroll 0 0 transparent;
  height: 16px;
  margin: 2px;
  width: 16px; }

/* binary表示 */
.list-bin > a.link-bin {
  vertical-align: top; }

.list-bin > .viewer-toolbar {
  display: inline-block; }
  .list-bin > .viewer-toolbar > ul {
    margin: 0;
    padding: 0 3px; }

.viewer-container.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

img.img-viewer {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  transition: all .3s;
  -webkit-transition: all .3s; }

div.box-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%; }

.operation-bar {
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  background: #fafafa; }
  .operation-bar_top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .operation-bar_bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .operation-bar .list_operation li {
    margin-right: 10px;
    float: left; }

.nav-disc-all {
  padding-top: 5px;
  float: right;
  overflow: hidden; }
  .nav-disc-all li {
    float: left; }
    .nav-disc-all li:first-child {
      margin-right: 10px;
      padding-right: 10px;
      background: url(../../../../images/gem/skin/horizontal/bg-user-nav-01.gif) repeat-y right 0; }

.nav-section {
  margin-bottom: 24px;
  overflow: hidden; }
  .nav-section li {
    float: left; }
    .nav-section li a {
      padding: 0 12px 0 26px;
      border-left: 1px solid #cccccc;
      display: block;
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-02.png) no-repeat 10px 0.5em; }
    .nav-section li:first-child a {
      padding-left: 15px;
      border: none;
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-02.png) no-repeat 0 0.5em; }

.error-block .hgroup-01 svg {
  color: #ed6f6b; }

.tbl-error {
  border: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-error td {
    padding: 9px 7px;
    vertical-align: middle; }

.error {
  color: #eb1717;
  font-weight: bold; }

.nomenu-layout .error-block {
  padding: 15px; }

/*--------
 プラグイン
--------*/
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-default, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #222222;
  font-weight: normal;
  background: #ffffff; }

.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight {
  border-color: #a2d5fa;
  color: #333333;
  background-color: #e0f2ff;
  background-image: none; }

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-active {
  border-color: #a2d5fa;
  color: #225d97;
  background-color: #ffffff;
  background-image: none; }

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-state-hover, .ui-state-focus {
  border-color: #a2d5fa;
  color: #225d97;
  background-color: #ffffff;
  background-image: none; }

.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
  border: none;
  color: #225d97;
  background: none;
  background-image: none; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 25px;
  height: 25px;
  top: 0; }

.ui-state-hover.ui-datepicker-prev .ui-icon, .ui-state-focus.ui-datepicker-prev .ui-icon {
  width: 25px;
  height: 25px;
  background: url(../../../../images/gem/skin/vertical/icon-calender-02_o.png) no-repeat left top; }

.ui-state-hover.ui-datepicker-next .ui-icon, .ui-state-focus.ui-datepicker-next .ui-icon {
  width: 25px;
  height: 25px;
  background: url(../../../../images/gem/skin/vertical/icon-calender-03_o.png) no-repeat left top; }

#ui-datepicker-div {
  display: none; }

.ui-widget-content {
  color: #666;
  background: #f9f9f9; }

.ui-widget {
  font-family: メイリオ, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, sans-serif;
  font-size: 109%; }

.ui-datepicker {
  width: 220px; }
  .ui-datepicker td span {
    padding: 3px 3px 2px 2px; }
  .ui-datepicker td a {
    padding: 3px 3px 2px 2px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 0; }
    .ui-datepicker .ui-datepicker-prev span {
      margin-left: -11px;
      margin-top: -11px; }
  .ui-datepicker .ui-datepicker-next {
    right: 7px; }
    .ui-datepicker .ui-datepicker-next span {
      margin-right: -11px;
      margin-top: -11px; }

.dp-weekday-label {
  margin-left: 5px;
  vertical-align: middle; }

.ui-widget-header {
  border: 1px solid #c8c8c8;
  background-image: none;
  background: #cccccc;
  background: linear-gradient(#e4e4e4 0, #cccccc 95%); }
  .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: none;
    background: url(../../../../images/gem/skin/vertical/icon-calender-02.png) no-repeat left top;
    width: 25px;
    height: 25px; }
  .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: none;
    background: url(../../../../images/gem/skin/vertical/icon-calender-03.png) no-repeat left top;
    width: 25px;
    height: 25px; }

.ui-datepicker-title {
  color: #333333; }

.ui-dialog label,
.ui-dialog span,
.ui-dialog input,
.ui-dialog textarea,
.ui-dialog button,
.ui-dialog select {
  font-family: メイリオ, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, sans-serif; }

img.ui-datepicker-trigger {
  margin: 0 5px;
  vertical-align: middle; }

.ui-jqgrid .ui-state-hover, .ui-jqgrid .ui-widget-content .ui-state-hover, .ui-jqgrid .ui-widget-content .ui-state-focus, .ui-jqgrid .ui-widget-content .ui-state-highlight, .ui-jqgrid .ui-state-focus, .ui-jqgrid .ui-state-highlight, .ui-jqgrid .ui-widget-header .ui-state-highlight {
  border-color: #cccccc;
  background-color: #e0f2ff !important;
  background-image: none;
  color: #666; }

.ui-jqgrid {
  margin-bottom: 10px;
  width: auto !important; }
  .ui-jqgrid .ui-jqgrid {
    margin-bottom: 0;
    border: none;
    background: #eaeaea;
    color: #333333; }
  .ui-jqgrid .ui-jqgrid-view {
    width: auto !important; }
  .ui-jqgrid .ui-jqgrid-hdiv {
    width: auto !important;
    background: #eaeaea;
    color: #333333; }
  .ui-jqgrid .ui-jqgrid-bdiv {
    width: auto !important; }
  .ui-jqgrid .ui-jqgrid-pager {
    width: auto !important; }
  .ui-jqgrid .ui-jqgrid-htable {
    border-collapse: collapse; }
  .ui-jqgrid .ui-jqgrid-btable {
    border-collapse: collapse; }
  .ui-jqgrid > .ui-jqgrid-view {
    box-sizing: content-box;
    font-size: 12px; }
  .ui-jqgrid > .ui-jqgrid {
    font-size: 12px; }
  .ui-jqgrid.ui-corner-all {
    border-radius: 0; }
  .ui-jqgrid .ui-jqgrid-titlebar {
    display: none; }
  .ui-jqgrid th.ui-th-column {
    background: #eaeaea;
    color: #333333; }
  .ui-jqgrid th.ui-th-column-header {
    background: #eaeaea;
    color: #333333; }
  .ui-jqgrid tr.jqgrow {
    background: #ffffff;
    border: none; }
    .ui-jqgrid tr.jqgrow td {
      border-bottom: 0 none;
      border-color: #cccccc;
      padding: 5px 0 5px 5px;
      vertical-align: middle; }
      .ui-jqgrid tr.jqgrow td.row-header {
        background: #eaeaea;
        color: #333333; }
      .ui-jqgrid tr.jqgrow td a {
        color: #225d97; }
        .ui-jqgrid tr.jqgrow td a:hover {
          color: #178fe5;
          text-decoration: underline; }
        .ui-jqgrid tr.jqgrow td a.jqborder {
          margin-right: 5px;
          padding-right: 5px;
          border-right: 1px solid #cccccc; }
      .ui-jqgrid tr.jqgrow td.td_cbox {
        padding: 0 5px; }
      .ui-jqgrid tr.jqgrow td.sel_radio {
        padding-right: 5px; }
    .ui-jqgrid tr.jqgrow.myAltRowClass {
      background: #f9f9f9; }
  .ui-jqgrid tr.jqgfirstrow td {
    padding: 0 0 0 5px;
    border-color: #f9f9f9; }
    .ui-jqgrid tr.jqgfirstrow td.td_cbox {
      padding: 0 5px; }
    .ui-jqgrid tr.jqgfirstrow td.sel_radio {
      padding-right: 5px; }
  .ui-jqgrid tr.jqg-first-row-header th {
    padding: 0 0 0 5px;
    border-color: #f9f9f9; }
  .ui-jqgrid tr.ui-jqgrid-labels th.jqgh_cbox {
    padding: 0 5px; }
  .ui-jqgrid tr.ui-jqgrid-labels th.sel_radio {
    padding-right: 5px; }
  .ui-jqgrid .s-ico {
    float: right;
    display: block;
    height: 0; }
    .ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-state-disabled {
      display: none; }
    .ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-icon-desc.ui-icon.ui-sort-ltr {
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-04.png) no-repeat left center !important;
      top: -1.5em;
      margin-left: 0; }
    .ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-icon-asc.ui-icon.ui-sort-ltr {
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-05.png) no-repeat left center !important;
      top: -1.5em;
      margin-left: 0; }
  .ui-jqgrid .ui-jqgrid-sortable {
    color: #225d97; }
    .ui-jqgrid .ui-jqgrid-sortable .ui-grid-ico-sort {
      display: none; }
    .ui-jqgrid .ui-jqgrid-sortable.desc .ui-grid-ico-sort.ui-icon-desc {
      display: inline-block; }
    .ui-jqgrid .ui-jqgrid-sortable.asc .ui-grid-ico-sort.ui-icon-asc {
      display: inline-block; }
  .ui-jqgrid .cell-wrapperleaf {
    display: inline; }
  .ui-jqgrid .cell-wrapper {
    display: inline; }
  .ui-jqgrid .corner-top.ui-jqgrid-hdiv {
    border-radius: 0; }
  .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
    text-align: left;
    padding: 5px 0 5px 5px; }
    .ui-jqgrid .ui-jqgrid-labels th.ui-th-column .asc p.title {
      margin-right: 18px;
      overflow: hidden; }
    .ui-jqgrid .ui-jqgrid-labels th.ui-th-column .desc p.title {
      margin-right: 18px;
      overflow: hidden; }
  .ui-jqgrid .ui-jqgrid-labels th.jqgh_cbox {
    text-align: center; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-bottom: 0 none;
  border-color: #cccccc; }

ul.jqtree-tree {
  margin-left: 12px; }
  ul.jqtree-tree .jqtree-toggler {
    font-family: arial;
    left: -1.5em;
    line-height: 12px;
    position: absolute;
    top: 30%; }
  ul.jqtree-tree .jqtree-title {
    margin-left: inherit; }
  ul.jqtree-tree .jqtree-element {
    padding: 7px 0 6px; }
  ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 0; }
    ul.jqtree-tree li.jqtree-folder.jqtree-closed {
      margin-bottom: 0; }
  ul.jqtree-tree li.jqtree-selected > .jqtree-element {
    text-shadow: none;
    background: #e0f2ff; }
    ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
      text-shadow: none;
      background: #e0f2ff; }

.cke_1_dialog .cke_dialog_contents {
  background: #efefef !important;
  background: linear-gradient(#f8f8f8 0, #efefef 100%) !important; }

.cke_1_dialog .cke_dialog_footer {
  background: #efefef !important;
  background: linear-gradient(#f8f8f8 0, #efefef 100%) !important; }

.cke_1_dialog a.cke_dialog_tab {
  background: #efefef !important;
  background: linear-gradient(#f8f8f8 0, #efefef 100%) !important; }

.cke_skin_kama .cke_wrapper {
  background-image: none !important; }

.cke_1 .cke_wrapper {
  background: #efefef !important;
  background: linear-gradient(#f8f8f8 0, #efefef 100%) !important; }

/*--------
 パーツ
--------*/
.info-list th, .info-list td {
  padding: 7px;
  background: #f9f9f9;
  text-align: left; }

.info-list .info-block {
  border: 1px solid #d5d5d5;
  overflow-x: hidden;
  overflow-y: auto; }

.info-list .tbl-information-list {
  border: none;
  width: 100%; }

.info-list .odd th {
  background: #ffffff; }

.info-list .odd td {
  background: #ffffff; }

.info-list .sec {
  width: 140px; }

.info-list .min {
  width: 120px; }

.info-list .hour {
  width: 100px; }

.info-list .none {
  width: 80px; }

.info-list .pw-warn-area {
  margin: 2px 0 20px;
  padding: 7px 0; }
  .info-list .pw-warn-area a {
    text-decoration: underline; }
  .info-list .pw-warn-area span {
    margin: 0 10px 0; }

.info-list .pw-warn-mark {
  margin: 0 7px;
  float: left; }

.last-login {
  display: inline-block;
  width: 100%; }
  .last-login p {
    float: right; }

.last-login-title {
  margin-right: 10px; }

.col2-wrap {
  min-width: 750px;
  background: url(../../../../images/gem/skin/vertical/bg-col02-01.gif) repeat-y center top; }
  .col2-wrap .col-left {
    float: left;
    width: 48%; }
  .col2-wrap .col-right {
    float: right;
    width: 48%; }

/*--------
 ウィジェット
--------*/
.topview-widget {
  margin-bottom: 10px;
  display: block; }

.lyt-shortcut-01 {
  margin: 0 auto 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 175px;
  position: relative; }
  .lyt-shortcut-01 i {
    position: absolute;
    top: 4px;
    left: 8px; }
    .lyt-shortcut-01 i.fa-2x {
      font-size: 1.5em;
      top: 2px; }
    .lyt-shortcut-01 i.fa-3x {
      font-size: 1.5em;
      top: 2px; }
  .lyt-shortcut-01 .title {
    padding: 2px;
    background: #e4e4e4;
    background: linear-gradient(#e4e4e4 0, #cccccc 95%);
    text-align: center; }
  .lyt-shortcut-01 ul.jqtree-tree .jqtree-element:hover {
    background: url(../../../../images/gem/skin/horizontal/bg-default-01.png) no-repeat scroll 5% 50% #ededed; }

.widget-contents {
  padding: 5px 5px 2px;
  font-size: 92%; }

.link-widget {
  text-align: right;
  font-size: 92%; }
  .link-widget a {
    padding-left: 12px;
    background: url(../../../../images/gem/skin/horizontal/icon-arrow-08.png) no-repeat left 0.45em; }
  .link-widget .list-view {
    padding-right: 12px; }

.lyt-shortcut-01 .tbl-calendar td, .lyt-shortcut-01 .tbl-calendar th {
  padding: 2px;
  width: 14%;
  text-align: center; }

.lyt-shortcut-01 .tbl-calendar {
  width: 100%; }
  .lyt-shortcut-01 .tbl-calendar td {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5; }
    .lyt-shortcut-01 .tbl-calendar td:first-child {
      border-left: none; }
    .lyt-shortcut-01 .tbl-calendar td a {
      color: #222222;
      text-decoration: underline; }
    .lyt-shortcut-01 .tbl-calendar td.saturday {
      color: #19447d; }
      .lyt-shortcut-01 .tbl-calendar td.saturday a {
        color: #19447d; }
    .lyt-shortcut-01 .tbl-calendar td.sunday {
      color: #ac0000; }
      .lyt-shortcut-01 .tbl-calendar td.sunday a {
        color: #ac0000; }
    .lyt-shortcut-01 .tbl-calendar td.today {
      background: #dce9f5; }
    .lyt-shortcut-01 .tbl-calendar td span.active {
      text-decoration: underline; }
      .lyt-shortcut-01 .tbl-calendar td span.active:hover {
        color: #00ace5;
        cursor: pointer; }
  .lyt-shortcut-01 .tbl-calendar th {
    background: #f6f6f6;
    border: none; }
    .lyt-shortcut-01 .tbl-calendar th a {
      color: #222222;
      text-decoration: none; }

.link-list-01.cal {
  margin-bottom: 10px;
  font-size: 92%; }
  .link-list-01.cal li {
    padding-right: 10px; }

.lyt-shortcut-01 .list-entity-name li {
  padding: 3px 5px 3px 13px;
  border-top: 1px dotted #e4e4e4;
  background: url(../../../../images/gem/skin/horizontal/icon-bullet-01.gif) no-repeat 5px 0.8em;
  line-height: 1.4; }
  .lyt-shortcut-01 .list-entity-name li:first-child {
    border-top: none; }

.entity-list-widget .list-paging {
  float: left;
  padding-left: 12px; }
  .entity-list-widget .list-paging a {
    background: no-repeat left 0.45em;
    padding-left: 0; }

.link-list-01.entity-list li.list-paging {
  float: left; }
  .link-list-01.entity-list li.list-paging a {
    background: no-repeat left 0.45em;
    padding-left: 0; }

.link-list-01 a {
  padding-left: 12px;
  background: url(../../../../images/gem/skin/horizontal/icon-arrow-08.png) no-repeat left 0.45em; }

.link-list-01 {
  text-align: right; }
  .link-list-01.entity-list {
    margin-bottom: 20px;
    font-size: 92%; }
    .link-list-01.entity-list li.list-paging {
      float: left; }
      .link-list-01.entity-list li.list-paging a {
        background: no-repeat left 0.45em;
        padding-left: 0; }
  .link-list-01 a {
    padding-left: 12px;
    background: url(../../../../images/gem/skin/horizontal/icon-arrow-08.png) no-repeat left 0.45em; }

.lyt-shortcut-01 .treeViewList .jqtree-tree {
  margin-left: 17px; }

/*--------
 認証系
--------*/
body#login #content {
  margin: 60px auto; }

body#login #main {
  float: none;
  margin: 0 auto;
  width: 450px; }
  body#login #main h2 {
    background-image: none;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 19px;
    font-weight: bolder;
    letter-spacing: 3px; }

body#login .login-logo {
  display: none; }

body#login .error {
  margin: 0 0 10px; }

body#verify2nd #content {
  margin: 60px auto; }

body#verify2nd #main {
  float: none;
  margin: 0 auto;
  height: auto;
  width: 450px; }
  body#verify2nd #main h2 {
    background-image: none;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 19px;
    font-weight: bolder;
    letter-spacing: 3px; }
  body#verify2nd #main .verifyCodeSection {
    margin-bottom: 20px; }
  body#verify2nd #main #verifyMethods div {
    background: inherit;
    border: inherit; }

p.nav-login-01 {
  margin-top: 10px;
  text-align: center; }

p.nav-login-02 {
  margin-top: 10px; }

table.tbl-login-01 th {
  font-weight: bold;
  text-align: left;
  width: 80px; }

table.tbl-login-01 td {
  width: 255px; }

table.tbl-login-01 input {
  width: 250px; }

table.tbl-login-01 input[type=checkbox] {
  width: 20px; }

table.tbl-login-02 {
  width: 100%; }
  table.tbl-login-02 th {
    font-weight: bold;
    text-align: left;
    width: 50%;
    padding-bottom: 5px; }
  table.tbl-login-02 td {
    width: 50%;
    padding-bottom: 5px; }
  table.tbl-login-02 input {
    width: 90%; }
  table.tbl-login-02 select {
    width: 90%; }

.expire {
  width: 400px; }

.tbl-maintenance {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-maintenance tbody th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle;
    width: 18%; }
  .tbl-maintenance tbody td {
    border-top: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    width: 82%; }
  .tbl-maintenance input {
    padding: 2px; }
    .tbl-maintenance input.form-btn {
      padding: 1px 3px; }
  .tbl-maintenance select {
    padding: 2px; }
  .tbl-maintenance thead th {
    padding: 9px 7px;
    border-top: 1px dotted #d5d5d5;
    background: #eaeaea;
    text-align: left;
    vertical-align: middle; }

table.tbl-maintenance > tbody > tr > td {
  overflow: hidden; }

#generateAuthTokenDialog {
  padding-top: 1em;
  text-align: left; }
  #generateAuthTokenDialog table {
    width: 100%;
    table-layout: auto; }
  #generateAuthTokenDialog th {
    padding: 7px;
    vertical-align: middle;
    text-align: center; }
  #generateAuthTokenDialog td {
    padding: 7px;
    vertical-align: middle; }
  #generateAuthTokenDialog button {
    padding: 2px; }
  #generateAuthTokenDialog .inpbr {
    width: 270px;
    padding: 2px 5px; }
  #generateAuthTokenDialog .show-token {
    width: 320px;
    padding: 2px 5px;
    margin-left: 6px; }
  #generateAuthTokenDialog .result-title {
    padding: 5px 5px; }
  #generateAuthTokenDialog .copy-btn {
    float: right;
    min-width: 100px;
    height: 25px;
    margin-right: 10px;
    padding: initial; }
  #generateAuthTokenDialog .copied {
    display: block;
    padding: 5px 2px;
    margin-left: 6px; }

.close-dialog {
  width: 130px; }

/*--------
 汎用画面
--------*/
.result-nav {
  zoom: 1;
  margin-bottom: 9px; }
  .result-nav ul {
    float: left; }
    .result-nav ul li {
      float: left;
      line-height: 1.2; }
      .result-nav ul li.preview {
        margin-right: 5px;
        padding-right: 5px;
        padding-left: 11px;
        border-right: 1px solid #cccccc;
        background: url(../../../../images/gem/skin/horizontal/icon-arrow-06.png) no-repeat left center; }
        .result-nav ul li.preview.dis-border {
          border-right: none; }
      .result-nav ul li.next {
        padding-right: 11px;
        background: url(../../../../images/gem/skin/horizontal/icon-arrow-03.png) no-repeat right center; }
  .result-nav .ui-icon {
    background-image: url(../../../../images/gem/skin/horizontal/ui-icons_888888_256x240.png); }
    .result-nav .ui-icon.hover {
      background-image: url(../../../../images/gem/skin/horizontal/ui-icons_454545_256x240.png); }
  .result-nav input {
    font-size: 0.8em;
    height: 13px; }
  .result-nav li {
    margin-right: 10px;
    color: #888888; }
    .result-nav li.quick-jump {
      margin-right: 5px; }
      .result-nav li.quick-jump .last-page {
        margin-right: 5px; }
    .result-nav li.page-links .current {
      color: #555555;
      font-weight: bold; }
  .result-nav p.result-num {
    margin-right: 13px;
    float: left;
    color: #888888;
    line-height: 1.2; }

div.recursiveTree {
  text-align: left; }
  div.recursiveTree .treeContents {
    background-color: #ffffff;
    height: 220px;
    overflow-y: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #c5c3c3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    padding-left: 10px; }
    div.recursiveTree .treeContents li span {
      white-space: nowrap;
      display: block; }

/* 検索画面 */
.tabList-search-01 li:first-child a, .tabList-search-01 li.current:first-child a {
  padding-left: 5px;
  border-top-left-radius: 5px;
  border-left: none; }

.chagne-condition, .searching {
  margin-left: 15px;
  color: #777777;
  font-size: 81%; }

.tabList-search-01 {
  border: 1px solid #b8b8b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  width: 100%;
  background: #cccccc;
  background: linear-gradient(#e4e4e4 0, #cccccc 100%) repeat 0 0; }
  .tabList-search-01.contract {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .tabList-search-01 ul {
    float: left;
    overflow: hidden;
    min-width: 300px; }
  .tabList-search-01 li {
    float: left;
    font-size: 109%;
    text-shadow: 1px 1px 0 #efefef; }
    .tabList-search-01 li a {
      padding: 8px 5px 6px;
      display: block;
      min-width: 77px;
      color: #383838;
      border-right: 1px solid #b8b8b8;
      border-left: 1px solid #ededed;
      text-align: center; }
  .tabList-search-01 p.trash {
    padding: 9px 10px 0 17px;
    float: right;
    background: url(../../../../images/gem/skin/horizontal/icon-trash-01.png) no-repeat left 0.95em;
    text-shadow: 1px 1px 0 #efefef; }
    .tabList-search-01 p.trash a {
      color: #383838; }

.box-search-01 {
  padding: 10px 0 0;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  background: #f6f6f6; }
  .box-search-01 .tbl-search-01 {
    width: 100%; }
    .box-search-01 .tbl-search-01 th {
      padding-bottom: 10px;
      text-shadow: 1px 1px 0 #efefef;
      text-align: left; }
    .box-search-01 .tbl-search-01 td {
      padding-bottom: 10px;
      overflow: hidden; }
  .box-search-01 .submit-area {
    border-top: 1px dotted #d5d5d5; }
    .box-search-01 .submit-area p {
      padding-top: 10px; }

.data-search input {
  padding: 2px; }

.data-search select {
  padding: 1px; }

.data-search table.multi-col {
  table-layout: fixed; }
  .data-search table.multi-col .col2 input.inpbr {
    width: 90%; }
  .data-search table.multi-col .col3 input.inpbr {
    width: 90%; }
  .data-search table.multi-col .col4 input.inpbr {
    width: 90%; }
  .data-search table.multi-col .col5 input.inpbr {
    width: 90%; }
  .data-search table.multi-col > tbody > tr > th {
    width: 15%; }
  .data-search table.multi-col > tbody > tr > td {
    width: 85%; }
  .data-search table.multi-col > tbody > tr.col2 > th {
    width: 15%; }
  .data-search table.multi-col > tbody > tr.col2 > td {
    width: 35%; }
  .data-search table.multi-col > tbody > tr.col3 > th {
    width: 15%; }
  .data-search table.multi-col > tbody > tr.col3 > td {
    width: 18%; }
  .data-search table.multi-col > tbody > tr.col4 > th {
    width: 10%; }
  .data-search table.multi-col > tbody > tr.col4 > td {
    width: 15%; }
  .data-search table.multi-col > tbody > tr.col5 > th {
    width: 8%; }
  .data-search table.multi-col > tbody > tr.col5 > td {
    width: 12%; }

.data-search table > tbody > tr > th {
  padding: 0 10px 8px;
  width: 15%; }

.data-search table > tbody > tr > td {
  width: 85%; }

.data-deep-search input {
  padding: 2px; }
  .data-deep-search input.form-size {
    width: 97%; }

.data-deep-search select {
  padding: 2px; }
  .data-deep-search select.form-size {
    width: 97%; }

.data-deep-search th {
  padding: 0 0 12px 7px;
  color: #222222;
  font-size: 109%; }
  .data-deep-search th.col1 {
    width: 2%; }
  .data-deep-search th.col2 {
    width: 30%; }
  .data-deep-search th.col3 {
    width: 30%; }
  .data-deep-search th.col4 {
    width: 32%; }
  .data-deep-search th.col5 {
    width: 6%; }

.data-deep-search td {
  padding: 0 0 8px 7px; }

.data-deep-search .list-radio-01 {
  padding-top: 10px; }

.data-fixed-search input {
  padding: 3px; }
  .data-fixed-search input.form-size {
    width: 99%; }

.data-fixed-search select {
  padding: 3px; }
  .data-fixed-search select.form-size {
    width: 99%; }

.data-fixed-search th {
  padding: 0 0 12px 7px;
  color: #222222;
  font-size: 109%; }

.data-fixed-search td {
  padding: 0 0 8px 10px; }

.data-fixed-search .list-radio-01 input {
  margin: 0 3px 0 0;
  vertical-align: middle; }

.data-fixed-search .list-radio-01 li {
  display: block;
  margin-bottom: 5px; }

#csv-download-dialog fieldset {
  text-align: left;
  padding-bottom: 5px; }

.singleRowSelect {
  margin-left: 4px; }

.tbl-trash thead th, .tbl-trash thead td {
  padding: 9px 7px;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #eaeaea;
  text-align: center;
  vertical-align: middle; }

.tbl-trash tbody th, .tbl-trash tbody td {
  padding: 9px 7px;
  vertical-align: middle;
  padding: 5px;
  text-align: left; }

.tbl-trash {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  border-left: 1px solid #d5d5d5; }
  .tbl-trash .col1 {
    width: 46px; }
  .tbl-trash .col3 {
    width: 180px; }
  .tbl-trash thead th {
    padding: 5px; }
  .tbl-trash tbody th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: center;
    border-top: none; }
  .tbl-trash tbody td {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    text-align: left;
    border-top: none; }
    .tbl-trash tbody td.total {
      background: #f6f6f6; }
  .tbl-trash tbody .all td {
    background: #f6f6f6; }
    .tbl-trash tbody .all td.total {
      background: #eaeaea; }
  .tbl-trash tbody tr td:first-child {
    border-right: 1px solid #d5d5d5; }

.selectCheck tr:hover th {
  background-color: #e0f2ff !important;
  cursor: pointer; }

.selectCheck tr:hover td {
  background-color: #e0f2ff !important;
  cursor: pointer; }

.selectCheck tr.selected th {
  background-color: #e0f2ff !important;
  cursor: pointer; }

.selectCheck tr.selected td {
  background-color: #e0f2ff !important;
  cursor: pointer; }

.csvupload_description {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px; }
  .csvupload_description li {
    padding: 7px; }
    .csvupload_description li:nth-child(odd) {
      background: #f9f9f9; }

.csv-upload-result {
  border-left: 1px solid #d5d5d5;
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .csv-upload-result th {
    padding: 9px 7px;
    border-top: 1px dotted #d5d5d5;
    background: #eaeaea;
    text-align: left;
    vertical-align: middle; }
  .csv-upload-result .file-name {
    width: 20%; }
  .csv-upload-result .upload-date {
    width: 10%; }
  .csv-upload-result .status {
    width: 10%; }
  .csv-upload-result .message {
    width: 60%; }
  .csv-upload-result td {
    border-top: none;
    overflow: hidden;
    padding: 9px 7px;
    vertical-align: middle; }

.csvupload_csvfile {
  margin-bottom: 15px; }
  .csvupload_csvfile li {
    float: left; }

.csvupload_uniquekey {
  margin-bottom: 15px; }
  .csvupload_uniquekey li {
    float: left;
    margin-right: 10px; }
  .csvupload_uniquekey input {
    margin-right: 5px; }

.csvupload-update-target {
  margin-bottom: 15px; }
  .csvupload-update-target li {
    float: left; }

.generic_search_csvuploadresult .operation-bar {
  margin-top: 15px; }

/* 詳細画面 */
.tbl-version {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-version td {
    border-top: none;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden; }

.tbl-section {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-section td.section-data {
    border-top: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden; }
    .tbl-section td.section-data.col1 {
      width: 82%; }
    .tbl-section td.section-data.col2 {
      width: 32%; }
    .tbl-section td.section-data.col3 {
      width: 18%; }
    .tbl-section td.section-data.col4 {
      width: 15%; }
    .tbl-section td.section-data.col5 {
      width: 12%; }
  .tbl-section td.inner-section {
    border-left: 1px solid #d5d5d5;
    vertical-align: top; }
    .tbl-section td.inner-section.section-data {
      padding: 9px 7px; }
  .tbl-section input {
    padding: 2px; }
    .tbl-section input.form-btn {
      padding: 1px 3px; }
  .tbl-section select {
    padding: 2px; }
  .tbl-section th.section-data {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
    .tbl-section th.section-data.col1 {
      width: 18%; }
    .tbl-section th.section-data.col2 {
      width: 18%; }
    .tbl-section th.section-data.col3 {
      width: 15%; }
    .tbl-section th.section-data.col4 {
      width: 10%; }
    .tbl-section th.section-data.col5 {
      width: 8%; }
  .tbl-section .numericRange > span:nth-child(n+2) {
    margin-left: 4px; }
  .tbl-section .dateRange > span:nth-child(n+2) {
    margin-left: 4px; }
  .tbl-section .layout-row {
    height: auto;
    visibility: collapse; }
    .tbl-section .layout-row > th.section-data {
      height: 0 !important;
      border: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .tbl-section .layout-row > td.section-data {
      height: 0 !important;
      border: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .tbl-section .data-label {
    overflow-wrap: break-word; }

.tbl-reference {
  border: 1px solid #d5d5d5;
  white-space: nowrap;
  width: 100%; }
  .tbl-reference.view {
    width: 98%; }
    .tbl-reference.view .delButton {
      width: 50px; }
    .tbl-reference.view tbody tr:nth-child(1) .orderCol .order-icon.up-icon {
      display: none; }
    .tbl-reference.view tbody tr:nth-child(2) .orderCol .order-icon.up-icon {
      display: block; }
  .tbl-reference th {
    border: none;
    background: #eaeaea;
    padding: 9px 7px; }
  .tbl-reference td {
    border: none;
    padding: 9px 7px; }
  .tbl-reference .colLink {
    width: 35px; }
  .tbl-reference .delButton {
    width: 42px; }
  .tbl-reference tr.odd {
    background: #f9f9f9; }
  .tbl-reference .orderCol .order-icon {
    display: block;
    cursor: pointer; }
  .tbl-reference tbody tr:nth-child(2) .orderCol .order-icon.up-icon {
    display: none; }
  .tbl-reference tbody tr:last-child .orderCol .order-icon.down-icon {
    display: none; }

.list-add {
  overflow: auto;
  overflow-wrap: break-word; }

/*--------
 お知らせ
--------*/
.tbl-information-detail {
  border: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-information-detail td {
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden; }

/*--------
 全文検索
--------*/
.fulltext-search-block {
  display: none;
  margin-bottom: 13px; }
  .fulltext-search-block .ui-dropdownchecklist {
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 151px;
    height: 25px;
    background: url(../../../../images/gem/skin/horizontal/icon-arrow-07.png) no-repeat 130px 3px;
    color: #333333;
    margin-right: 20px; }
    .fulltext-search-block .ui-dropdownchecklist:hover {
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-07_o.png) no-repeat 130px 3px; }
  .fulltext-search-block .ui-dropdownchecklist-selector {
    border: 0;
    padding-bottom: 8px; }
  .fulltext-search-block .ui-dropdownchecklist-text {
    padding: 1px;
    font-size: small;
    line-height: 1.5; }
  .fulltext-search-block .ui-dropdownchecklist-dropcontainer {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    box-shadow: 2px 5px 6px #ededed; }
  .fulltext-search-block .ui-dropdownchecklist-item {
    border: 0;
    padding: 5px; }
    .fulltext-search-block .ui-dropdownchecklist-item:hover {
      text-decoration: none;
      color: #333333;
      background: #dce9f5; }

input#fulltext {
  height: 25px; }

.fulltext-search-inner .result-title {
  min-height: 25px;
  margin-top: 5px;
  display: block; }
  .fulltext-search-inner .result-title h3 {
    display: inline-block; }
  .fulltext-search-inner .result-title .crawl-date {
    float: right;
    margin-right: 10px; }

/*--------
 カレンダー
--------*/
.fc-left h2 {
  font-size: 117%;
  margin-right: 14px !important; }

.fc-left > div:first-child > * {
  display: inline-block; }

.filterButtonBlock {
  clear: both;
  margin-left: 0 !important;
  margin-top: 10px; }
  .filterButtonBlock .calendarFilter {
    margin-right: 10px; }

.filterConditionBlock {
  margin-top: 10px; }
  .filterConditionBlock .sechead {
    background: none; }

#filterConditionMassage {
  clear: both;
  margin-bottom: 10px;
  text-align: left; }

.fc-sun {
  color: #ac0000; }

.fc-sat {
  color: #19447d; }

.fc-other-month {
  background: #eaeaea;
  color: #999999; }

.fc-day-top {
  padding: 5px 5px 0 5px !important; }

.addList {
  position: relative; }
  .addList a {
    padding: 3px 5px;
    display: block;
    color: #5f5f5f; }
  .addList li {
    padding: 3px 5px;
    display: block;
    color: #5f5f5f; }
  .addList ul {
    display: none; }
  .addList.open ul {
    border: 1px solid #999999;
    position: absolute;
    right: -1px;
    z-index: 99;
    display: block;
    box-shadow: 2px 2px 8px #d5d5d5;
    min-width: 142px;
    background: #ffffff;
    text-align: left; }
    .addList.open ul.day {
      display: inline;
      top: inherit;
      right: inherit; }

.fc-event {
  background: #d5d5d5;
  color: #000000 !important; }
  .fc-event:hover {
    color: #00ace5 !important;
    text-decoration: underline !important;
    cursor: pointer; }
  .fc-event.fc-time-grid-event {
    border: 1px solid #d5d5d5 !important; }
  .fc-event .fc-time {
    display: none; }

.fc-divider {
  display: block; }

.fc-widget-header .fc-day-header {
  background: #f6f6f6;
  padding: 10px 0; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none !important; }

.fc-day-number .add {
  float: right;
  position: relative;
  top: 3px;
  right: 5px; }

.fc-day-header .add img {
  padding-left: 10px;
  vertical-align: middle; }

.fc-agendaDay-view .fc-day-header .addList.open {
  margin: 0 auto; }

.fc-agendaWeek-view .fc-slats tr {
  height: 200px; }

.tbl-search-01 .display-none {
  display: none; }

.tbl-search-01 .display-inline {
  display: inline; }

.data-deep-search .calendar-filter th.col3 {
  width: 20%; }

.calendarConditonTitle {
  font-size: 1rem; }

.excludeCondition {
  margin-top: 5px;
  margin-bottom: 5px; }

.calendar-day:hover {
  color: #00ace5;
  text-decoration: underline;
  cursor: pointer; }

/*--------
 About
--------*/
.about-title {
  padding-bottom: 4px;
  border-bottom: 2px solid #d5d5d5; }

.about-contents {
  margin-bottom: 20px;
  width: 100%; }
  .about-contents .about-content {
    padding: 3px 7px;
    vertical-align: middle;
    overflow: hidden; }

/*-----------------------*/
/* Enterprise プラグイン */
/*-----------------------*/
ul.context-menu-list li.context-menu-item span {
  font-family: メイリオ, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, sans-serif; }

/*-----------------------*/
/* Enterprise module     */
/*-----------------------*/
/* 代理ログイン */
.blk-impersonation_nolist {
  border: 1px solid #d5d5d5;
  padding: 7px;
  background: #f9f9f9;
  text-align: left; }

.permitted-search-description {
  margin-bottom: 10px; }

.no-permission-impersonation-login {
  margin-top: 2em; }

.tbl-term {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-term th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle;
    width: 18%; }
  .tbl-term td {
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    padding: 9px 7px;
    vertical-align: middle; }

/* 2段階認証 */
.two-step .description {
  text-align: left; }

.two-step .completeStatusChange {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: block; }

.two-step div.error {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: block; }

.two-step .formArchive {
  margin-bottom: 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%; }
  .two-step .formArchive > .hgroup-03 {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #ddd; }
  .two-step .formArchive p {
    margin-bottom: 20px; }
  .two-step .formArchive + p {
    margin-bottom: 20px; }

.two-step .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.two-step .tbl-section td.section-data {
  padding: 8px 10px; }

.time-based .description {
  text-align: left;
  padding-bottom: 20px; }

.time-based .qrcode {
  padding-bottom: 20px; }

.time-based .view_secretKey {
  padding-bottom: 20px; }

.time-based div.view_secretKey_button {
  padding-bottom: 10px; }

.time-based div.view_secretKey_value {
  padding-bottom: 10px;
  font-weight: bold; }

.time-based div.error {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: block; }

.time-based .formArchive {
  display: block;
  float: left;
  width: 100%; }

.time-based .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.time-based .tbl-section td.section-data {
  padding: 8px 10px; }

/* 汎用画面 */
.tbl-reference .auditlog-link {
  width: 60px; }

.tbl-auditlog {
  border-left: 1px solid #d5d5d5;
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-auditlog th {
    padding: 9px 7px;
    border-top: 1px dotted #d5d5d5;
    background: #eaeaea;
    text-align: left;
    vertical-align: middle; }
  .tbl-auditlog td {
    padding: 9px 7px;
    border-top: none;
    border-bottom: 1px dotted #d5d5d5;
    vertical-align: middle;
    overflow: hidden; }
  .tbl-auditlog .date {
    width: 14%; }
  .tbl-auditlog .ope {
    width: 7%; }
  .tbl-auditlog .user {
    width: 8%; }
  .tbl-auditlog .propName {
    width: 14%; }
  .tbl-auditlog .before {
    width: 24%; }
  .tbl-auditlog .after {
    width: 24%; }

.list-workflow-message li {
  margin-bottom: 3px; }

.workflow-info li {
  margin-bottom: 5px; }
  .workflow-info li.wfName {
    float: left;
    font-size: 117%; }
  .workflow-info li.wfState {
    float: right;
    margin-top: 3px; }
  .workflow-info li.startDate {
    float: right;
    margin-right: 15px;
    margin-top: 3px; }

.tbl-workflowHistory {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed; }
  .tbl-workflowHistory th {
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
  .tbl-workflowHistory td {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden;
    text-align: left; }
  .tbl-workflowHistory .nodeName {
    width: 100px; }
  .tbl-workflowHistory .nodeState {
    width: 120px; }
  .tbl-workflowHistory .taskResults {
    width: 80px; }
  .tbl-workflowHistory .processBy {
    width: 90px; }
  .tbl-workflowHistory .completionDate {
    width: 130px; }

/* ワークフロー */
.taskLimit, .taskPriority {
  margin-left: 5px;
  font-weight: normal;
  font-size: 85%; }

.taskDescription {
  margin-bottom: 15px;
  width: 100%; }

.assignmentComment {
  margin-bottom: 15px;
  width: 100%; }
  .assignmentComment img {
    vertical-align: top;
    margin-right: 5px; }
  .assignmentComment textarea {
    height: 100px;
    width: 100%; }

.variable_detail {
  padding: 0 10px;
  border: 1px solid #d5d5d5; }
  .variable_detail iframe {
    width: 100%;
    border: none; }

.workflow_variable_main {
  height: auto !important; }

.workflow_operation {
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #d5d5d5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #fafafa; }

.list_workflow_operation li {
  margin-right: 10px;
  float: left; }

.tbl-task {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-task th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle;
    width: 18%; }
  .tbl-task td {
    border-top: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden;
    width: 82%; }

.tbl-task-vertical {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed; }
  .tbl-task-vertical th {
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
  .tbl-task-vertical td {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden;
    text-align: left; }

.assignedUserState .user {
  width: 90px; }

.assignedUserState .taskResults {
  width: 70px; }

.assignedUserState .assignState {
  width: 80px; }

.assignedUserState .completionDate {
  width: 130px; }

.assignedUserState .assignChange {
  width: 80px; }

.processHistory .nodeName {
  width: 100px; }

.processHistory .nodeState {
  width: 120px; }

.processHistory .taskResults {
  width: 80px; }

.processHistory .processBy {
  width: 90px; }

.processHistory .completionDate {
  width: 130px; }

.processHistoryDetail {
  width: 100%;
  border: 1px solid #d5d5d5; }
  .processHistoryDetail .user {
    width: 100px; }
  .processHistoryDetail .taskResult {
    width: 100px; }

.tabList-task-01 li:first-child a, .tabList-task-01 li.current:first-child a {
  padding-left: 5px;
  border-top-left-radius: 5px;
  border-left: none; }

.task-list > div {
  margin-bottom: 20px; }

.tabList-task-01 {
  border: 1px solid #b8b8b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  width: 100%;
  background: #cccccc;
  background: linear-gradient(#e4e4e4 0, #cccccc 100%) repeat 0 0; }
  .tabList-task-01 ul {
    float: left;
    overflow: hidden;
    min-width: 300px; }
  .tabList-task-01 li {
    float: left;
    font-size: 109%;
    text-shadow: 1px 1px 0 #efefef; }
    .tabList-task-01 li a {
      padding: 8px 5px 6px;
      display: block;
      min-width: 77px;
      color: #383838;
      border-right: 1px solid #b8b8b8;
      border-left: 1px solid #ededed;
      text-align: center; }

.box-task-01 {
  padding: 10px 0 0;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  background: #f6f6f6; }
  .box-task-01 .submit-area {
    border-top: 1px dotted #d5d5d5; }

.tbl-task-01 {
  width: 100%; }
  .tbl-task-01 th {
    text-shadow: 1px 1px 0 #efefef;
    text-align: left;
    padding: 0 10px 10px;
    width: 15%; }
  .tbl-task-01 td {
    padding: 10px 0 10px 7px;
    width: 85%; }
  .tbl-task-01 input.form-size {
    width: 97%;
    padding: 2px; }
  .tbl-task-01 select.form-size {
    width: 97%;
    padding: 2px; }

tr.odd.overdue {
  background-color: #ffd8b2; }

tr.odd.priority_LOW {
  background-color: #eaf7ff;
  color: #555599; }

tr.odd.priority_HIGH {
  background-color: #ffeeee;
  color: #990000; }

tr.odd.priority_CRITICAL {
  background-color: #ffc4c4;
  color: #990000; }

tr.even.overdue {
  background-color: #ffe5cc; }

tr.even.priority_LOW {
  background-color: #f2faff;
  color: #555599; }

tr.even.priority_HIGH {
  background-color: #fff2f2;
  color: #990000; }

tr.even.priority_CRITICAL {
  background-color: #ffd4d4;
  color: #990000; }

.lyt-shortcut-01 .list-task-name li {
  padding: 3px 5px 3px 13px;
  border-top: 1px dotted #e4e4e4;
  background: url(../../../../images/gem/skin/vertical/icon-bullet-01.gif) no-repeat 5px 0.8em;
  line-height: 1.4; }
  .lyt-shortcut-01 .list-task-name li:first-child {
    border-top: none; }

/* BI */
.menuTitle {
  background: #e4e4e4;
  background: linear-gradient(#f1f1f1 0, #dbdbdb 51%, #dbdbdb 51%, #d5d5d5 54%, #b4b4b4 100%);
  border-color: #c8c8c8;
  border-image: none;
  border-radius: 3px 3px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  display: block;
  padding: 5px 7px 4px 10px; }

.menuSection {
  margin-bottom: 10px; }

.tableTitle {
  background: #e4e4e4;
  background: linear-gradient(#f1f1f1 0, #dbdbdb 51%, #dbdbdb 51%, #d5d5d5 54%, #b4b4b4 100%);
  padding: 8px 2px 7px 10px;
  width: 60px;
  min-width: 60px; }

#fileNameInputDialog {
  text-align: left; }
  #fileNameInputDialog label {
    display: block;
    line-height: 1.2; }
  #fileNameInputDialog input {
    display: block;
    line-height: 1.2; }
  #fileNameInputDialog span {
    display: block;
    line-height: 1.2;
    font-size: 82%; }
  #fileNameInputDialog fieldset {
    padding: 0 0 5px;
    border: 0;
    margin-top: 10px; }

.conditionField {
  width: 100%;
  margin-bottom: 5px; }
  .conditionField th {
    border: 1px solid #c5c3c3;
    vertical-align: middle;
    background: #e4e4e4;
    background: linear-gradient(#f1f1f1 0, #dbdbdb 51%, #dbdbdb 51%, #d5d5d5 54%, #b4b4b4 100%);
    padding: 8px 2px 7px 10px;
    width: 80px;
    min-width: 80px; }
  .conditionField td {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .conditionField li {
    float: left;
    padding: 0 5px; }

div.ref-editor-area div.ref-button, div.sl-editor-area div.sl-button {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  white-space: nowrap; }

.cubeMenu #menuTree, .cubeMenu #menuCustomTree {
  max-height: 412px;
  overflow: auto;
  position: relative; }

div.crosstabAggregation .ui-jqgrid .ui-jqgrid-btable tr.ui-state-hover.jqgrow td.row-header, div.cubeAggregation .ui-jqgrid .ui-jqgrid-btable tr.ui-state-hover.jqgrow td.row-header {
  border-color: #cccccc;
  background-color: #e0f2ff !important;
  background-image: none;
  color: #666; }

div.crosstabAggregation div.message {
  display: none; }

div.crosstabAggregation div.requiredError {
  display: none; }

div.crosstabAggregation div.filter {
  margin-bottom: 10px; }

div.crosstabAggregation div.pie-graph {
  float: left; }

div.crosstabAggregation .ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th {
  text-align: center !important; }
  div.crosstabAggregation .ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th.ui-th-column-header {
    padding-top: 5px;
    padding-bottom: 5px; }

div.crosstabAggregation .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.row-header {
  border-bottom: 1px solid #cccccc;
  text-align: center !important; }

div.ref-editor-area {
  width: 100%;
  display: table; }
  div.ref-editor-area div.ref-value {
    display: table-cell;
    vertical-align: middle; }

div.sl-editor-area {
  width: 100%;
  display: table; }
  div.sl-editor-area div.sl-value {
    display: table-cell;
    vertical-align: middle; }

div.horizontal > div {
  width: 49%;
  float: right;
  overflow-x: auto; }
  div.horizontal > div:first-child {
    float: left;
    padding-right: 10px; }

div.simpleAggregation div.message {
  display: none; }

div.simpleAggregation div.requiredError {
  display: none; }

div.simpleAggregation div.filter {
  margin-bottom: 10px; }

div.cubeAggregation .ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th {
  text-align: center !important; }
  div.cubeAggregation .ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th.ui-th-column-header {
    padding-top: 5px;
    padding-bottom: 5px; }

div.cubeAggregation .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.row-header {
  border-bottom: 1px solid #cccccc;
  text-align: center !important; }

div.simpleAggregationGraph div.jqplot-x2axis {
  display: none; }

div.dashboard div.dashboard-unit {
  clear: both;
  margin-bottom: 15px; }

div.dashboard div.dashboard_template {
  clear: both;
  margin-bottom: 15px; }

div.dashboard div.dashboard_action {
  clear: both;
  margin-bottom: 15px; }

div.dashboard div.dashboard_separator_unit {
  float: left;
  padding-right: 1%;
  overflow-x: auto; }

div.dashboard div.filter {
  margin-bottom: 20px; }
  div.dashboard div.filter td.filter_operation {
    width: 10%;
    padding-right: 10px; }
  div.dashboard div.filter td.filter_value {
    width: 70%; }
  div.dashboard div.filter td.filter_control {
    width: 7%; }
  div.dashboard div.filter th.filter_header {
    width: 13%; }

div.aggregation-unit div.filter td.filter_operation {
  width: 10%;
  padding-right: 10px; }

div.aggregation-unit div.filter td.filter_value {
  width: 70%; }

div.aggregation-unit div.filter td.filter_control {
  width: 7%; }

div.aggregation-unit div.filter th.filter_header {
  width: 13%; }

.pr {
  position: relative; }

.list-ref-link {
  position: absolute;
  left: 130px;
  top: 0; }

.dashboard-unit .ui-jqgrid .groupingData tr.jqgrow td {
  border-bottom: 1px solid #cccccc; }

.dashboard-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
  border-bottom: 0; }

.dashboard-unit .ui-widget-content.ui-resizable {
  background: none; }

.aggregation-unit .ui-jqgrid .groupingData tr.jqgrow td {
  border-bottom: 1px solid #cccccc; }

.aggregation-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
  border-bottom: 0; }

.aggregation-unit div.cubeAggregation .series-label {
  margin-top: -5px;
  margin-bottom: 15px;
  text-align: center; }

.aggregation-unit div.cubeBody {
  float: right;
  margin-left: -215px;
  width: 100%; }
  .aggregation-unit div.cubeBody > * {
    margin-left: 215px; }

.aggregation-unit .ui-widget-content.ui-resizable {
  background: none; }

.aggregationParts-unit .ui-jqgrid .groupingData tr.jqgrow td {
  border-bottom: 1px solid #cccccc; }

.aggregationParts-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
  border-bottom: 0; }

.aggregationParts-unit .ui-widget-content.ui-resizable {
  background: none; }

.cubeMenu {
  float: left;
  width: 200px;
  display: none; }

ul.jqtree-tree .jqtree-element .itemFolder {
  cursor: default; }

ul.context-menu-list-aggregation li.context-menu-item {
  line-height: 1.5;
  padding-right: 4px; }
  ul.context-menu-list-aggregation li.context-menu-item.icon-check {
    background-image: url(../../../../images/gem/skin/horizontal/icon-change-01.png);
    background-position: 4px 6px; }
  ul.context-menu-list-aggregation li.context-menu-item.hover {
    background-color: #dce9f5; }
  ul.context-menu-list-aggregation li.context-menu-item span {
    color: #5f5f5f;
    display: block;
    padding: 3px 0 4px; }

.cubeMenuDialog {
  text-align: left; }
  .cubeMenuDialog .inputArea {
    width: 100%; }
  .cubeMenuDialog fieldset {
    padding: 0;
    border: 0; }
    .cubeMenuDialog fieldset > * {
      display: block;
      margin: 0.5em 0; }
  .cubeMenuDialog textarea {
    width: 96%;
    padding: 0; }
  .cubeMenuDialog .vertical-item {
    display: block; }
  .cubeMenuDialog .composit-title-block {
    position: relative;
    height: 1.5em;
    width: 96%; }
  .cubeMenuDialog .composit-title-item {
    position: absolute; }
    .cubeMenuDialog .composit-title-item.fr {
      right: -2px; }
  .cubeMenuDialog .horizon-title {
    display: inline-block;
    width: 100px; }
  .cubeMenuDialog .horizon-item {
    display: inline-block; }
  .cubeMenuDialog .helpArea {
    border: 1px solid #000000;
    width: 100%;
    height: 190px;
    margin-top: 10px;
    padding: 5px;
    overflow: auto; }

td.required {
  font-weight: bold; }

td.jqgrid_select_cell_crosstab {
  background-color: #dddd77; }
  td.jqgrid_select_cell_crosstab::selection {
    background-color: #dddd77; }

.cubeTable {
  display: none; }
  .cubeTable > table {
    width: 100%; }
    .cubeTable > table th {
      border: 1px solid #c5c3c3;
      vertical-align: middle; }
    .cubeTable > table td {
      border: 1px solid #c5c3c3;
      vertical-align: middle; }
  .cubeTable .filter .col1 {
    width: 30px; }
  .cubeTable .filter .col2 {
    width: 120px; }
  .cubeTable .filter .col3 {
    width: 90px; }
  .cubeTable .condition .dropArea li {
    margin-right: 7px; }
    .cubeTable .condition .dropArea li abbr.aggregateIcon {
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 6px;
      font-size: 1px;
      text-decoration: none;
      border: 0;
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-01a.png) no-repeat right center;
      cursor: pointer;
      outline: 0; }
      .cubeTable .condition .dropArea li abbr.aggregateIcon:hover {
        background: url(../../../../images/gem/skin/horizontal/icon-arrow-01a_o.png) no-repeat right center;
        cursor: pointer; }
    .cubeTable .condition .dropArea li abbr.delIcon:hover {
      background-position: right -11px;
      cursor: pointer; }
    .cubeTable .condition .dropArea li.hasMenu div {
      margin-left: 17px;
      max-width: 100px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cubeTable .dropArea li abbr.delIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/horizontal/entitylisting.png) right top no-repeat;
    cursor: pointer;
    outline: 0; }

.filterRow .ondragover {
  background: #ffdfcf; }

.filterRow td {
  padding-left: 5px; }

.cubeFilterExpRow .ondragover {
  background: #ffdfcf; }

.cubeFilterExpRow th {
  padding: 8px 2px 7px 10px; }

.cubeFilterExpRow td {
  padding: 5px 0 0 5px; }

.cubeFilterItemRow .ondragover {
  background: #ffdfcf; }

.cubeFilterItemRow td {
  padding: 8px 2px 7px 10px; }

.inp-chk-cond {
  display: inline-block;
  margin-right: 15px; }

.list-ref-cond {
  display: inline-block;
  margin-left: 10px; }

.cubeBody .cubeOperation {
  margin-top: 10px; }

.cubeBody .message {
  display: none; }

.context-menu-item {
  text-align: left; }

.resultSetFilter {
  text-align: left; }
  .resultSetFilter > table {
    width: 100%; }
    .resultSetFilter > table th {
      border: 1px solid #c5c3c3;
      vertical-align: middle; }
    .resultSetFilter > table td {
      border: 1px solid #c5c3c3;
      vertical-align: middle; }
  .resultSetFilter .filter .col1 {
    width: 30px; }
  .resultSetFilter .filter .col2 {
    width: 120px; }
  .resultSetFilter .filter .col3 {
    width: 90px; }
  .resultSetFilter .conditionItems li {
    float: left;
    margin: 3px 0 3px 3px;
    padding: 4px 25px 3px 6px;
    border-radius: 3px;
    border: 1px solid #ababab;
    position: relative;
    cursor: pointer;
    background: #fbdfff; }
  .resultSetFilter .condition .dropArea li.hasMenu div {
    margin-left: 17px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .resultSetFilter .condition .dropArea li abbr.delIcon:hover {
    background-position: right -11px;
    cursor: pointer; }
  .resultSetFilter .filterRow .ondragover {
    background: #fffacf; }
  .resultSetFilter .cubeFilterExpRow .ondragover {
    background: #fffacf; }
  .resultSetFilter .cubeFilterItemRow .ondragover {
    background: #fffacf; }
  .resultSetFilter .cubeFilterItem li {
    background: #fffbdf;
    float: right;
    margin-right: 3px;
    position: relative; }
  .resultSetFilter .dropArea li abbr.delIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/horizontal/entitylisting.png) right top no-repeat;
    cursor: pointer;
    outline: 0; }

.dashboard_separator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: left;
  width: 100%; }

tr.jqgrid_select_row_simple td {
  background-color: #dddd77; }
  tr.jqgrid_select_row_simple td::selection {
    background-color: #dddd77; }

tr.jqgrid_select_row_cube td {
  background-color: #dddd77; }
  tr.jqgrid_select_row_cube td::selection {
    background-color: #dddd77; }

.jqplot-series-canvas {
  overflow: hidden; }

.ui-resizable-helper {
  border: 2px solid gray; }

.jqplot-yMidAxis-label {
  text-align: center;
  white-space: nowrap;
  width: auto; }

table.jqplot-table-legend {
  border-collapse: separate;
  border-spacing: 2px; }
  table.jqplot-table-legend td.jqplot-table-legend.jqplot-table-legend-label {
    white-space: nowrap;
    padding-right: 2px; }

.tbl-search-01 div.sl-editor-area div.sl-button {
  vertical-align: baseline; }

.sl-button input.gr-btn-02 {
  margin-right: 0; }

.setting th {
  width: 45%; }

th.category {
  background-color: #e4e4e4; }

.itemMenu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #c5c3c3;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  display: block; }
  .itemMenu .list {
    padding-left: 10px; }
    .itemMenu .list li span {
      display: block;
      white-space: nowrap; }

.cubeItem.ui-draggable-dragging {
  float: left;
  margin: 3px;
  padding: 4px 6px 3px;
  border-radius: 3px;
  border: 1px solid #ababab;
  position: relative;
  min-width: 70px;
  background: none repeat scroll 0 0 #ffffff;
  list-style-type: none;
  white-space: nowrap; }

#baselineSettingDialog input {
  display: inline; }

#seriesColorsSettingDialog input {
  display: inline; }

.baselineParam td {
  width: 125px; }

.baselineList input {
  margin: 0 2px; }

.seriesColorsList input {
  margin: 0 2px; }

.dropArea li {
  float: left;
  margin: 3px 0 3px 3px;
  padding: 4px 25px 3px 6px;
  border-radius: 3px;
  border: 1px solid #ababab;
  position: relative;
  cursor: pointer; }

.topRow .ondragover {
  background: #cfdfff; }

.xaxisRow .ondragover {
  background: #cfdfff; }

.xaxis1Row .ondragover {
  background: #cfdfff; }

.axisRow .ondragover {
  background: #cfdfff; }

.axis1Row .ondragover {
  background: #cfdfff; }

.axis2Row .ondragover {
  background: #cfdfff; }

.top li {
  background: #e0f2ff; }

.xaxis li {
  background: #e0f2ff; }

.xaxis1 li {
  background: #e0f2ff; }

.axis li {
  background: #e0f2ff; }

.axis1 li {
  background: #e0f2ff; }

.axis2 li {
  background: #e0f2ff; }

.sideRow .ondragover {
  background: #cfffdf; }

.yaxisRow .ondragover {
  background: #cfffdf; }

.yaxis1Row .ondragover {
  background: #cfffdf; }

.numAxisRow .ondragover {
  background: #cfffdf; }

.side li {
  background: #dfffef; }

.yaxis li {
  background: #dfffef; }

.yaxis1 li {
  background: #dfffef; }

.numAxis li {
  background: #dfffef; }

.dataRow .ondragover {
  background: #dfcfff; }

.data1Row .ondragover {
  background: #dfcfff; }

.yaxis2Row .ondragover {
  background: #dfcfff; }

.zaxisRow .ondragover {
  background: #dfcfff; }

.data li {
  background: #efdfff; }

.data1 li {
  background: #efdfff; }

.yaxis2 li {
  background: #efdfff; }

.zaxis li {
  background: #efdfff; }

.seriesRow .ondragover {
  background: #dfffcf; }

.series li {
  background: #efffdf; }

.series2Row .ondragover {
  background: #feffce; }

.series2 li {
  background: #fbffdf; }

.labelRow .ondragover {
  background: #ffcfdf; }

.contrastRow .ondragover {
  background: #ffcfdf; }

.label li {
  background: #ffdfef; }

.contrast li {
  background: #ffdfef; }

.cubeFilterItem li {
  background: #ffefdf;
  float: right;
  margin-right: 3px;
  position: relative; }

span.inp-chk-cond input {
  margin: -1px 5px 0 0; }

.aggregation-rawdata div.filter-value-list {
  margin-bottom: 15px; }

.aggregation-rawdataDialog div.filter-value-list {
  margin-bottom: 15px; }

/* Entity Listing */
.entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-button, .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-button, .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-button, .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-button {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  white-space: nowrap; }

.entityListingResult .loading, .entityListingResult .manualSearch, .entityListingSavedList .loading, .entityListingSavedList .manualSearch, .entityListingSavedListDialog .loading, .entityListingSavedListDialog .manualSearch {
  color: #777777;
  font-size: 81%;
  margin-left: 15px; }

.entityListingSavedResult div.filter-value-info .specified, .entityListingSavedResult div.result-filter-value-info .specified {
  background: none repeat scroll 0 0 #ffffff;
  color: #ff0000;
  font-weight: normal;
  font-size: 81%; }

.entityListingMenu {
  float: left;
  width: 180px; }

#entityListingItem {
  padding-left: 10px;
  height: 500px;
  overflow: auto;
  position: relative; }

ul.jqtree-tree .jqtree-element.hover {
  background: #e0f2ff; }

ul.jqtree-tree li.no-draggable .jqtree-toggler {
  cursor: pointer; }

ul.jqtree-tree li.no-draggable > .jqtree-element {
  cursor: auto; }

ul.context-menu-list-elfunc li.context-menu-item {
  text-align: left;
  line-height: 1.5;
  padding-right: 4px; }
  ul.context-menu-list-elfunc li.context-menu-item:hover {
    background-color: #dce9f5; }
  ul.context-menu-list-elfunc li.context-menu-item span {
    color: #5f5f5f;
    display: block;
    padding: 3px 0 4px; }
  ul.context-menu-list-elfunc li.context-menu-item.icon-check {
    background-image: url(../../../../images/gem/skin/horizontal/icon-change-01.png);
    background-position: 4px 6px; }

.jqtree-tree .ui-draggable-dragging {
  background: #f6f6f6;
  padding: 5px;
  min-width: 180px; }

.jqtree-tree .jqtree-loading > div .jqtree-title:after {
  content: url(../../../../webjars/jqtree/1.4.2/static/spinner.gif);
  margin-left: 8px; }

.entityListingContent {
  margin-left: 190px; }
  .entityListingContent .entityListingCondition {
    margin-bottom: 15px; }

.entityListingCondition > table {
  width: 100%;
  margin-top: 10px; }
  .entityListingCondition > table th {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .entityListingCondition > table td {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .entityListingCondition > table.elSelect .placeholder {
    padding-left: 10px; }
  .entityListingCondition > table.elSelect colgroup col.col1 {
    width: 130px; }
  .entityListingCondition > table.elSelect .dropArea li.elSelectedItem {
    cursor: pointer;
    margin-right: 7px;
    background: none repeat scroll 0 0 #e0f2ff;
    padding: 4px 25px 3px 6px; }
    .entityListingCondition > table.elSelect .dropArea li.elSelectedItem span {
      padding-left: 17px; }
  .entityListingCondition > table.elSelect .dropArea li.unDelete {
    padding-right: 6px; }
  .entityListingCondition > table.elSelect .dropArea li.unAggregate span {
    padding-left: 0; }
  .entityListingCondition > table.elSelect tr.elSelectItemRow .ondragover {
    background: #cfdfff; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea {
    padding-left: 5px; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea select.inpbr {
      padding: 2px; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow td.noArea {
    padding-left: 5px; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow .ondragover {
    background: #ffdfcf; }
  .entityListingCondition > table.elFilter tr.elFilterExpRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elFilter tr.elFilterExpRow td.condArea {
    padding-left: 5px;
    padding-top: 5px; }
  .entityListingCondition > table.elFilter tr.dropAreaRow td {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elFilter tr.dataRow li.elFilteredItem {
    background: none repeat scroll 0 0 #ffefdf;
    padding: 4px 25px 3px 6px; }
  .entityListingCondition > table.elFilter colgroup col.col1 {
    width: 30px; }
  .entityListingCondition > table.elFilter colgroup col.col2 {
    width: 130px; }
  .entityListingCondition > table.elFilter colgroup col.col3 {
    width: 90px; }
  .entityListingCondition > table.elResultFilter tr.elFilterExpRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elResultFilter tr.elFilterExpRow td.condArea {
    padding-left: 5px;
    padding-top: 5px; }
  .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea {
    padding-left: 5px; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea select.inpbr {
      padding: 2px; }
  .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.noArea {
    padding-left: 5px; }
  .entityListingCondition > table.elResultFilter tr.dropAreaRow td {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elResultFilter tr.dataRow li.elFilteredItem {
    background: none repeat scroll 0 0 #fffbdf;
    padding: 4px 25px 3px 6px; }
  .entityListingCondition > table.elResultFilter colgroup col.col1 {
    width: 30px; }
  .entityListingCondition > table.elResultFilter colgroup col.col2 {
    width: 130px; }
  .entityListingCondition > table.elResultFilter colgroup col.col3 {
    width: 90px; }
  .entityListingCondition > table.elDistinct colgroup col.col5 {
    width: 160px; }
  .entityListingCondition > table.elDistinct tr.elFilterDistinctRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elDistinct tr.elFilterDistinctRow td.condArea {
    padding-left: 5px; }

.entityListingCondition .dropArea li {
  float: left;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #ababab;
  position: relative; }
  .entityListingCondition .dropArea li abbr.aggregateIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/horizontal/icon-arrow-01a.png) no-repeat right center;
    cursor: pointer;
    outline: 0; }
    .entityListingCondition .dropArea li abbr.aggregateIcon:hover {
      background: url(../../../../images/gem/skin/horizontal/icon-arrow-01a_o.png) no-repeat right center;
      cursor: pointer; }
  .entityListingCondition .dropArea li abbr.delIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/horizontal/entitylisting.png) right top no-repeat;
    cursor: pointer;
    outline: 0; }
    .entityListingCondition .dropArea li abbr.delIcon:hover {
      background-position: right -11px;
      cursor: pointer; }

.entityListingCondition > div.elDistinctResultFilterDialog {
  margin-top: 10px; }
  .entityListingCondition > div.elDistinctResultFilterDialog span.elDistinct {
    margin-left: 10px; }
  .entityListingCondition > div.elDistinctResultFilterDialog span.elResultFilterDialogControl .hasFilter {
    color: #ff0000;
    font-size: 81%;
    margin-left: 10px; }

.entityListingCondition > p.actionButton {
  margin-top: 10px; }

.entityListingResult {
  margin-bottom: 15px; }
  .entityListingResult .result-nav {
    height: 20px !important; }

.entityListingSavedResult div.filter-value-info {
  margin-bottom: 10px; }
  .entityListingSavedResult div.filter-value-info div.filter-no-list {
    margin-left: 10px; }

.entityListingSavedResult div.result-filter-value-info {
  margin-bottom: 10px; }
  .entityListingSavedResult div.result-filter-value-info div.result-filter-view-list div.result-filter-distinct-info th {
    width: 174px; }

.entityListingSavedResult div.sub-info {
  margin-top: 5px; }

.entityListingSavedResult div.entityListingSearchButtonArea {
  margin-bottom: 15px; }

.entityListingSavedResult div.entityListingGridArea {
  margin-bottom: 20px; }

.select2-results .select2-results__option {
  text-align: left; }

.entityListing .elItemHelper {
  float: left;
  margin: 3px;
  padding: 4px 6px 3px;
  border-radius: 3px;
  border: 1px solid #ababab;
  position: relative;
  min-width: 70px;
  background: none repeat scroll 0 0 #dfffef;
  list-style-type: none;
  white-space: nowrap; }

/* 保存リスト */
.tabList-listing-01 li:first-child a, .tabList-listing-01 li.current:first-child a {
  padding-left: 5px;
  border-top-left-radius: 5px;
  border-left: none; }

.box-listing-01, .box-listing-02 {
  padding: 0 0 10px;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  background: #f6f6f6; }

.tabList-listing-01 {
  border: 1px solid #b8b8b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  width: 100%;
  background: #cccccc;
  background: linear-gradient(#e4e4e4 0, #cccccc 100%) repeat 0 0; }
  .tabList-listing-01 ul {
    float: left;
    overflow: hidden;
    min-width: 300px; }
  .tabList-listing-01 li {
    float: left;
    font-size: 109%;
    text-shadow: 1px 1px 0 #efefef; }
    .tabList-listing-01 li a {
      padding: 8px 5px 6px;
      display: block;
      min-width: 77px;
      color: #383838;
      border-right: 1px solid #b8b8b8;
      border-left: 1px solid #ededed;
      text-align: center; }
  .tabList-listing-01 p.create {
    padding: 9px 10px 0 17px;
    float: right;
    text-shadow: 1px 1px 0 #efefef; }
    .tabList-listing-01 p.create a {
      color: #383838; }

.box-listing-01 {
  height: 300px; }

.box-listing-02 {
  height: auto;
  min-height: 300px; }

.tbl-save-01 .col1 {
  width: 120px; }

.tbl-save-01 .col2 {
  width: 360px; }

.saved-list-info {
  margin-bottom: 10px; }

.tbl-saved-list-info {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-saved-list-info th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    width: 174px;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
  .tbl-saved-list-info td {
    border-top: 1px dotted #d5d5d5;
    vertical-align: middle;
    overflow: hidden;
    padding: 9px 7px; }

.tbl-save-info {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px; }
  .tbl-save-info th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    width: 18%;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
  .tbl-save-info td {
    border-top: 1px dotted #d5d5d5;
    vertical-align: middle;
    overflow: hidden;
    width: 82%;
    padding: 9px 7px; }

.tbl-filter-value {
  border: 1px solid #d5d5d5;
  table-layout: fixed;
  margin-bottom: 20px;
  width: 100%; }
  .tbl-filter-value th {
    border-bottom: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-top: 1px dotted #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
    .tbl-filter-value th .no {
      width: 30px; }
    .tbl-filter-value th .item {
      width: 130px; }
  .tbl-filter-value td {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px dotted #d5d5d5;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    padding: 9px 7px; }

.tbl-filter-expression {
  margin-bottom: 20px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed; }
  .tbl-filter-expression th {
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle;
    width: 174px; }
  .tbl-filter-expression td {
    border-top: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden; }

.tbl-select-folder {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%; }
  .tbl-select-folder th {
    width: 18%;
    border-top: 1px dotted #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f6f6f6;
    text-align: left;
    padding: 9px 7px;
    vertical-align: middle; }
  .tbl-select-folder td {
    border-top: 1px dotted #d5d5d5;
    padding: 9px 7px;
    vertical-align: middle;
    overflow: hidden;
    width: 82%; }

.emphasisMessage {
  color: #ff0000; }

td.jqgrid_select_col_listing {
  background-color: #dddd77; }

.context-menu-listing .context-menu-item {
  text-align: left;
  line-height: 1.5;
  padding-right: 4px; }
  .context-menu-listing .context-menu-item:hover {
    background-color: #dce9f5; }
  .context-menu-listing .context-menu-item span {
    display: block;
    padding: 3px 0 4px; }
  .context-menu-listing .context-menu-item.disabled {
    color: #9e9e9e; }

#createFolderDialog {
  padding-top: 1em;
  text-align: left; }
  #createFolderDialog table {
    width: 100%; }
  #createFolderDialog th {
    padding: 7px;
    vertical-align: middle; }
  #createFolderDialog td {
    padding: 7px;
    vertical-align: middle; }
  #createFolderDialog input {
    padding: 2px; }
  #createFolderDialog button {
    padding: 2px; }
  #createFolderDialog select {
    padding: 2px; }
  #createFolderDialog textarea {
    padding: 2px; }

#renameItemDialog {
  padding-top: 1em;
  text-align: left; }
  #renameItemDialog table {
    width: 100%; }
  #renameItemDialog th {
    padding: 7px;
    vertical-align: middle; }
  #renameItemDialog td {
    padding: 7px;
    vertical-align: middle; }
  #renameItemDialog input {
    padding: 2px; }
  #renameItemDialog button {
    padding: 2px; }
  #renameItemDialog select {
    padding: 2px; }
  #renameItemDialog textarea {
    padding: 2px; }

/*ウィジェット*/
.lyt-shortcut-01 .savedListTree .jqtree-tree {
  margin-left: 17px; }
