/* ポップメニュー */
#div_pop_menu aside {
  position: fixed;
  top: -1000px;
  right: 0px;
  width: 150px;
  height: auto;
  z-index: 48;
  /* z-index: 990; */
  background-color: #5e605c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 40px;
}

#div_pop_menu .slide-open {
  top: 0px;
}

#div_pop_menu li a {
  display: block;
  padding-top: 13px;
  padding-bottom: 8px;
  padding-left: 5px;
  width: 150px;
  cursor: pointer;
  color: #fff;
}

#div_pop_menu li a img {
  width: 35px;
  height: 35px;
  /*    padding-right: 5px;*/
  margin-right: 5px;
}

#div_pop_menu li ul li a {
  text-align: right;
  padding-right: 8px;
}

.popup_overlay, .search_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 35;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.search_menu_overlay {
  z-index: 32 !important;
}

/* 右クリックメニュー */
.context-menu {
  position: absolute;
  z-index: 70;
  min-width: 200px;
  display: none;
  border: solid 1px #9c9c9c;
  background-color: #fff;
  color: #000;

  -webkit-box-shadow: 2px 2px 4px #9c9c9c;
  -moz-box-shadow: 2px 2px 4px #9c9c9c;
  box-shadow: 2px 2px 4px #9c9c9c;
}

.context-menu .context-item, .context-menu .context-item_disabled {
  cursor: default;
  margin: 2px 0;
  padding: 5px 25px;
}

.context-menu .context-item_disabled {
  color: #959595;
}

.context-menu .context-item:hover {
  background-color: #b6f3e1;
}

.context-menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 69;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.item-line {
  cursor: default;
  margin-top: 5px;
  padding-top: 4px;
  border-top: solid 1px #c0c0c0;
}

/***************************************************/
/* (左側)メニュー項目 */
.left-menu {
  position: fixed;
  z-index: 40;
  width: 150px;
  height: 100%;
  background-color: #5e605c;
}

.left-menu ul {
  margin-top: 0px;
}

.left-menu li {
  /* メニュー展開出来ないためコメントアウト */
  /*    height: 48px;*/
  text-align: left;
  list-style-type: none;
}

.left-menu li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  width: 150px;
  cursor: pointer;
  color: #fff;
}

.left-menu li a img, .left-menu li span img.theme-background-color {
  width: 35px;
  height: 35px;
  /*    padding-right: 5px;*/
  margin-right: 5px;
}

.left-menu li ul li {
  background-color: #333333;
}

.left-menu li ul li a {
  text-align: right;
  padding-right: 8px;
}

.left-menu li span.theme-background-color {
  display: block;
  padding: 12px 0 12px 5px;
  width: 150px;
  cursor: pointer;
  color: #fff;
}

.theme-background-color {
  background-color: #11d49a;
}
/***************************************************/
/* 頂上検索バー */
.top-findbar {
  display: inline-block;
  padding-top: 5px;
  /*    padding-bottom: 5px;*/
  /*    padding-left: 0px;*/
  /*    margin-right: auto;*/
  width: 500px;
}

.top-findbar-select {
  background: #fff url(../img/img-pulldown-arrow.png) 95% 50% no-repeat;
  /*    padding-right: 10%;*/
  cursor: pointer;
  width: 27% !important;
}

.top-findbar-input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 4px 4px 4px;
}

.top-findbar-submit {
  width: 36px;
  height: 36px;
}

.top-findbar-submit img {
  margin-top: -2px;
  width: 25px;
  height: 25px;
}

.top-findbar-submit img:hover {
  margin-top: -2px;
  width: 30px;
  height: 30px;
}

.sidebar-nav {
  /*
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=1);
}
/***************************************************/
/* 頂上ページボタン */
.page {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 540px;
}

.page .page-active {
  background-color: #22dea6;
}

.page li {
  display: inline-block;
  margin-right: 8px;
}

.page li:last-child {
  margin-right: 0;
}

.page li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1ec795;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.page li a:hover {
  background-color: #22dea6;
}

.page li a.disable {
  cursor: not-allowed;
  opacity: .6;
}

/***************************************************/
/* 画面右上ボタン ------------------*/
.div-btn-system {
  display: inline-block;
  float: right;
  padding-top: 5px;
  padding-right: 80px;
}

.div-btn-system a {
  cursor: pointer;
}

.div-btn-system a img {
  width: 30px;
  height: 30px;
}
/***************************************************/
/* 現在ページ名　*/
#current-title {
  padding-left: 10px;
  padding-top: 7px;
}
/***************************************************/
/* 一覧テーブル -------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f7f7f7;
  font-size: 0.85rem;
}

th {
  padding: 0 8px;
  height: 32px;
  border: 1px solid #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.2;
}

th:last-child {
  border-right: 1px solid #f7f7f7;
}

td {
  padding: 3px 8px;
  height: 1.2rem;
  border: 1px solid #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

td:last-child {
  border-right: 1px solid #f7f7f7;
}

td.subhead {
  padding: 18px 0 6px 0;
  font-weight: bold;
}

td.subhead span {
  padding: 5px 12px 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #5d5d5d;
  color: #fff;
}

td.adjust>div {
  width: 100%;
  /* height: 1.2rem; */
  /* max-width: 22rem; */
  height: auto;
  overflow: hidden;
  word-break: break-all;
}

.tablefixed {
  table-layout: fixed;
}

.tr_selected {
  background-color: #eaeaea;
}

/* FIND --------------------*/
.cell-check {
  width: 2rem;
}

.cell-id {
  width: 4rem;
}

.cell-name {
  width: 22rem;
}

.cell-page {
  width: 3rem;
}

.cell-path {
  width: 22rem;
}

.cell-date {
  width: 7rem;
}

.cell-mark {
  width: 4rem;
}

.cell-btn {
  width: 70px;
}
.cell-longname {
    width: 97rem;
}
.cell-min {
    width: 3rem;
}
.cell-center {
  text-align: center;
}

.cell-datetime {
  width: 14rem;
}

.cell-userid {
  width: 10rem;
}

/* #right_slide_area_find ---------------------------------------------------------------------*/
#right_slide_area_find aside {
    position: fixed;
    top: 0;
    right: -350px;
    padding-top: 2px;
    margin-top: 40px;
    width: 350px;
    height: 100%;
    z-index: 20;
    background: #e2e2e2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#right_slide_area_find .slide-open {
    right: 0px;
}

/* Right-find ------------------------- */
.right_slide_area_right_find {
    float: right;
    width: 90%;
    height: 90%;
}
/* Tabs */
.right_slide_area_right_find .tabs {
    height: 24px;
}

.right_slide_area_right_find .tabs li {
    display: inline-block;
    margin-right: 8px;
    height: 24px;
}

.right_slide_area_right_find .tabs:last-child {
    margin-right: 0;
}

.right_slide_area_right_find .tabs li a {
    display: block;
    padding: 0 12px;
    height: 24px;
    background-color: #bbb;
    color: #636463;
    font-size: 0.8rem;
    line-height: 24px;
    letter-spacing: 0.05rem;
}

.right_slide_area_right_find .tabs li a.active {
    background-color: #1ec795;
    color: #fff;
}

.right_slide_area_right_find .tabs li a:hover {
    background-color: #f7f7f7;
    color: #636463;
}
/***************************************************/
.slide-menu-find {
  position: fixed;
  top: 0;
  padding-top: 20px;
  left: -680px;
  width: 680px;
  height: 100%;
  z-index: 8;
  background: #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.find-search-attr-area {
    height : 195px;
}

.find-search-attr-area dt, #dlAttr, #dlCommonAttr {
    margin-top : 3px !important;
}

.find-search-btn-area {
    width: 576px;
}

.attr-top-title {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #aeaeae;
}

.attr-title {
    width: 100px;
    float: left;
}
.attr-option {
    width: 100px;
    float: right;
}

.attr-text {
    width: 342px;
}

.attr-number {
    width: 157px;
}

.search-element {
    width: 546px;
}

.search-keyword {
    width: 446px;
}

.search-folder {
    width: 367px;
}

.search-radio {
    width: 213px !important;
}

.search-tilde {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.cell-status {
  width: 16rem;
}

.cell-file-icon {
  width: 40px;
}

.td-file-icon {
  text-align: center;
  border-right-style: hidden;
  padding: 7px 0 7px 8px;
  width: 32px;
}

/* Visible_Area ------------------------------------------*/
.visible-area-find {
  padding: 0 12px;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
}

.visible-area-find ul, .visible-area-find dl {
  margin-top: 12px;
  border-top: 1px dotted #aeaeae;
}

.visible-area-find ul:nth-of-type(1), .visible-area-find dl:nth-of-type(1) {
  border: none;
}

.visible-area-find dd ul:nth-of-type(1) {
  margin-top: 0;
}

.visible-area-find dd ul.li-span-12 li:nth-of-type(1), .visible-area-find dd ul.li-span-12 li:nth-of-type(2) {
  margin-top: 0;
}

.visible-area-find li {
  margin-top: 12px;
  list-style-type: none;
}

.visible-area-find li a {
  color: #6a6d6c;
}

.visible-area-find li a:hover, .visible-area li a:active {
  color: #00e7a3;
  text-decoration: none;
}

.visible-area-find dt {
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.visible-area-find dd {
  margin-top: 8px;
  font-size: 0.8rem;
}

.visible-area-find dt+dd {
  margin-top: 2px;
}

.visible-area-find .li-span-12 li {
  display: inline-block;
  width: 49%;
  list-style-type: none;
}

.visible-area-find .group {
  margin-top: 24px;
}

.li-memo-edit {
  margin-right: 0 !important;
  margin-left: 69px;

}

.li-memo-edit .btn {
  width: 60px;
  height: 24px;
  color: #fff;
}

.li-memo-edit .btn:disabled {
  background-color: #aecebf;
  color: #000;
}

#editMemoInfo {
  display: none;
  width: 104%;
  padding: 0;
}


.department-position-button-div {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 2px solid #fff;
}

.department-position-button-div a {
  text-align: center;
  color: #fff;
  background-color :#11d49a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  cursor: pointer;
  width: 152px;
  padding-top: 3px;
}

.modal-department-position .inner {
  width: 750px;
  height: 510px;
}

.modal-department-position .group {
  margin-top: 16px;
  height: 350px;
}

.modal-department-position .mCustomScrollbar {
  height: 100%;
}

.modal-department-position .btn-ctrl {
  margin-top: 12px;
}

.modal-department-position button {
  cursor: pointer;
}

.modal-department-position .edit-format-title {
  height: 24px;
}

.department-position-div {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  height: 205px;
}

.department-position-div table {
  margin-top: 5px;
  width: 670px;
  height: 35px;
}

.department-position-div table tr td {
  border: 1px solid #bbb;
}

.department-position-div table thead {
  font-weight: bold;
}

.department-position-div table button {
  margin-left: 0;
  width: 40px;
  background: #bbb;
}

.department-position-div :disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background-color: #fff;
}

.department-position-div .master-option-department {
  width: 400px;
  text-align: center;
}

.department-position-div .master-option-member {
  text-align: center;
  width: 90px;
}

.department-position-div .master-option-delete {
  width: 57px;
}

.department-position-div .master-option-select {
  width: 100%;
}

.entry-workflow-table {
  width: 470px;
}

.add-button-table {
  margin-top: 30px;
  width: 285px;
}

.add-button-table button:hover {
  cursor: pointer;
}

.modal-comment-item .inner {
  width: 580px;
  height: 400px;
}

.modal-comment-item .group {
  margin-top: 16px;
  height: 500px;
}

.modal-comment-item .mCustomScrollbar {
  height: 100%;
}

.comment-area-container {
  width: 532px;
  height: 180px;
}

.comment-area-container textarea {
  height: 100%;
  width: 100%;
  padding: 10px;
  font-size: 12pt;
  line-height: 120%;
  resize: none;
}


/***************************************************/
/* ENTRY */
/***************************************************/
/* 一覧テーブル -------------------*/
.format-table {
  float: left;
  width: 30%;
  border-collapse: collapse;
  background-color: #f7f7f7;
  font-size: 0.85rem;
}

.format-table th {
  padding: 0 8px;
  height: 32px;
  border: 1px solid #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.2;
}

.format-table th:last-child {
  border-right: 1px solid #f7f7f7;
}

.format-table td {
  padding: 3px 8px;
  height: 1.2rem;
  border: 1px solid #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.format-table td:last-child {
  border-right: 1px solid #f7f7f7;
}

.format-table td.subhead {
  padding: 18px 0 6px 0;
  font-weight: bold;
}

.format-table td.subhead span {
  padding: 5px 12px 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #5d5d5d;
  color: #fff;
}

.format-table td.adjust>div {
  width: 100%;
  /* height: 1.2rem; */
  /* max-width: 22rem; */
  height: auto;
  overflow: hidden;
  word-break: break-all;
}
/* right_slide_area ---------------------------------------------------------------------*/
#right_slide_area aside {
  position: fixed;
  top: 0;
  right: -1200px;
  padding-top: 42px;
  margin-top: 0;
  width: 1200px;
  height: 100%;
  z-index: 36;
  background: #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#right_slide_area .slide-open {
  right: 0px;
}

#right_slide_area .no_preview {
  width: 397px !important;
}
#right_slide_area aside.no_preview {
  border-left: 2px solid #bbb;
  width: 397px;
}

#right_slide_area .text-area {
  width: 750px;
  min-height: 80%;
  margin: 0 0 50px 10px;
  padding: 10px;
  font-size: 14pt;
  line-height: 120%;
  text-align: left;
  background-color: #fff;
}

#right_slide_area .right_slide_area_left_controller img {
  cursor: pointer;
}

#right_slide_area .right_slide_area_left_controller input {
  color: #6a6d6c;
  width: 50px;
  margin-left: 5px;
}
#right_slide_area .right_slide_area_left_controller span {
  color: #fff;
  padding-left: 5px;
}

/* Left ------------------------- */
.right_slide_area_left {
  float: left;
  margin-right: 1%;
  width: 66%;
  height: 100%;
  }

.right_slide_area_left_controller {
  position: absolute;
  text-align: center;
  width: 66%;
  height: 40px;
  padding-top: 5px;
  border: 1px solid #bbb;
    background-color: #777;
    color: #fff;
}

.right_slide_area_left_file {
  border: 1px solid #bbb;
  padding-top: 40px;
  height: 100%;
  text-align: center;
  background-color: #5e605c;
}
.nav-btn-pdf {
    height: 30px;
    width: 30px;
}
.nav-btn-pdf:hover {
    background-color: #2e2e2e;
}
/* Right ------------------------- */
.right_slide_area_right {
  float: right;
  width: 33%;
  height: 100%;
}
/* Tabs */
.right_slide_area_right .tabs {
  position: absolute;
  right: 0;
  width: 395px;
  height: 24px;
}

.right_slide_area_right .tabs li {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}

.right_slide_area_right .tabs:last-child {
  margin-right: 0;
}

.right_slide_area_right .tabs li a {
  display: block;
  padding: 0 12px;
  height: 24px;
    background-color: #bbb;
  color: #636463;
  font-size: 0.8rem;
  line-height: 24px;
  letter-spacing: 0.05rem;
}

.right_slide_area_right .tabs li a.active {
  background-color: #1ec795;
  color: #fff;
}

.right_slide_area_right .tabs li a:hover {
  background-color: #f7f7f7;
  color: #636463;
}
/* find_right_slide_area ---------------------------------------------------------------------*/
#find_right_slide_area aside {
  position: fixed;
  top: 0;
  right: -397px;
/*   padding-top: 2px; */
  margin-top: 40px;
  border-left: 2px solid #bbb;
  width: 397px;
  height: 100%;
  z-index: 36;
  background: #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#find_right_slide_area .slide-open {
  right: 0px;
}

#find_right_slide_area .right_slide_area_right {
  width: 397px !important;
/*   padding-left: 22px; */
}


.image-info-value {
  width: 80%;
  border: 1px solid #bbb;
}

.dd-two-line {
  height: 50px;
}

.btn-clear-small {
  float: left;
  height: 25px;
  width: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #9fbbae;
  cursor: pointer;
}

.btn-clear-small:hover {
  background-color: #aecebf;
}

.btn-sign {
  float: right;
  height: 25px;
  width: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #11d49a;
  cursor: pointer;
}

.btn-sign:hover {
  background-color: #22dea6;
}

.selest-sign {
  float: left;
}

.sign_timestamp_dismissal_label {
  width: 100%;
  border: 1px solid #bbb;
}

.sign_timestamp_dismissal_input {
  width: 100%;
  height: 100px;
  border: 1px solid #bbb;
}

.sign_property_btn {
  width: 22px;
}

.btn-entry-close {
    width: 200px;
}

.btn-entry-submit {
    width: 268px;
    height: 44px;
    background-color: #11d49a;
}

.btn-entry-submit:hover {
    background-color: #22dea6;
}

.btn-version {
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    width: 135px;
}

.input_warn {
    background-color: #ffff70 !important;
}

/* 文書フォーマット編集エリア----------------------------------- */
.edit-format-div {
  float: right;
  margin-top: 0px;
 /* margin-right: 10px; */
 /* padding-left: 10px; */
 /* padding-right: 10px; */
  width: 780px;
  height: 680px;
  background-color: #f7f7f7;
 /* border: 2px solid #bbb; */
}

.edit-format-div button:hover {
  cursor: pointer;
}

.edit-format-line {
  border: 0;
  width: 780px;
  height: 2px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #bbb, #333, #bbb);
  background-image: -moz-linear-gradient(left, #bbb, #333, #bbb);
  background-image: -ms-linear-gradient(left, #bbb, #333, #bbb);
  background-image: -o-linear-gradient(left, #bbb, #333, #bbb);
}

.edit-format-name-div {
  margin-top: 5px;
  width: 100%;
  height: 40px;
}

.edit-format-name-div table {
  margin-top: 5px;
  width: 55%;
  height: 35px;
}

.edit-format-name-div table tr td {
  border: 1px solid #bbb;
}

.edit-format-name-div table tr td input {
  width: 100%;
}

.edit-format-required-div {
  margin-top: 5px;
  width: 100%;
  height: 225px;
}

.edit-format-required-div button {
  width: 150px;
  background: #bbb;
}

.edit-format-required-div table {
  margin-top: 5px;
  width: 82%;
  height: 35px;
}

.edit-format-required-div table tr td {
  border: 1px solid #bbb;
}

.edit-format-required-div table thead {
  font-weight: bold;
}

.edit-format-title {
  margin-top: 5px;
  margin-bottom: 5px;
}

.edit-format-title button {
  margin-left: 10px;
  width: 150px;
  background: #bbb;
}

.edit-format-option-div {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  height: 340px;
}

.edit-format-option-div table {
  margin-top: 5px;
  width: 750px;
  height: 35px;
}

.edit-format-option-div #coAttrTable {
  width: 693px;
}

.edit-format-option-div table tr td {
  border: 1px solid #bbb;
}

.edit-format-option-div table thead {
  font-weight: bold;
}

.edit-format-option-div table button {
  margin-left: 0;
  width: 40px;
  background: #bbb;
}

.edit-format-option-div :disabled, #showFileName:disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background-color: #fff;
}

thead .format-option-attr-name {
  width: 260px;
  text-align: center;
}
thead .format-option-attr-length {
  width: 89px;
  text-align: center;
}
thead .format-option-attr-talbe {
  width: 120px;
  text-align: center;
}
thead .format-option-attr-type {
  width: 89px;
  text-align: center;
}
thead .format-option-attr-require {
  width: 54px;
  text-align: center;
}
thead .format-option-attr-delete {
  width: 57px;
}

tbody .format-option-attr-name {
  width: 260px;
}
tbody .format-option-attr-table {
  width: 120px;
}
tbody .format-option-attr-length {
  width: 72px;
}
tbody .format-option-attr-type {
  width: 84px;
}
tbody .format-option-attr-require {
  width: 37px;
}

/* 共通項目---------------------- */
.edit-format-common-div {
  margin-top: 5px;
  width: 100%;
  height: 105px;
}

.edit-format-common-div table {
  width: 90%;
}

.edit-format-common-div table tr td {
  border: 1px solid #bbb;
}

.edit-format-common-div table button {
  width: 40px;
  background: #bbb;
}

.format-cell-path {
  width: 100%;
}

.format-cell-delimiter {
  width: 40px;
}
.version-dot {
  font-size: 1.5rem;
  line-height: 1rem;
}
/* 登録ボタンエリア---------------------- */
.edit-format-submit-div {
  float: right;
  margin-top: -10px;
  margin-right: 70px;
  width: 30%;
}

/* ポップアップダイアログエリア---------------------- */
#versionModal .inner {
  width: 660px;
}

#versionModal .me, .modal-version .me {
  color: #006000;
}

.auto-version div {
  display: inline-block;
}

.auto-version div label {
  font-size: 17px;
}

.auto-version button {
  background-color: #11d49a;
}

.modal-version .inner {
    width: 600px;
    height: 500px;
}

.modal-version .group {
    margin-top: 16px;
    height: 380px;
}

.modal-version .mCustomScrollbar {
    height: 100%;
}

.modal-version .btn-ctrl {
    margin-top: 12px;
}

.modal-version .btn-align-right {
    margin-top: 10px;
}

.modal-overwrite .inner {
  width: 980px;
  height: 640px;
}

.modal-overwrite .group, .modal-linksearch .group {
    margin-top: 16px;
    height: 300px;
}

.modal-overwrite .mCustomScrollbar, .modal-linksearch .mCustomScrollbar {
    height: 100%;
}

.modal-overwrite .title, .modal-linksearch .title {
  float: left;
  font-weight: bold;
}

.modal-overwrite .btn-upload, .modal-linksearch .btn-upload {
  float: left;
  left: auto;
}

.modal-overwrite .btn-submit, .modal-linksearch .btn-submit {
    color: #fff;
}

.modal-overwrite .filename, .modal-linksearch .filename {
  padding-top: 6px;
  padding-bottom: 14px;
}

.modal-overwrite .filename label, .modal-linksearch .filename label {
  margin-left: 10px;
  cursor: default;
}

.overwrite-search-area .title, .linksearch-search-area .title {
  float: none;
}

.overwrite-search-area, .linksearch-search-area {
  border-top: dotted 1px #666;
}

.overwrite-search dl, .linksearch-search dl {
    margin-top: 10px;
}

.overwrite-search .attr-title, .modal-overwrite .title, .linksearch-search .attr-title, .modal-linksearch .title {
  width: 180px;
}

.overwrite-search  .attr-text, .linksearch-search  .attr-text {
    width: 367px;
}

.overwrite-search-btn-area {
  float: right;
  padding-top: 135px;
}

.modal-linksearch .inner {
  width: 980px;
  height: 620px;
}

.linksearch-search-btn-area {
  float: right;
  padding-top: 67px;
}

.modal-make-shortcut .inner {
  width: 700px;
  height: 250px;
}

.modal-make-shortcut .group {
  height: 170px;
  margin-top: 0;
}

.modal-make-shortcut .input-title {
  width: 170px;
}

.modal-make-shortcut table {
  margin-top: 16px;
}

.modal-make-shortcut .mCustomScrollbar {
  height: 100%;
}

.modal-make-shortcut .btn-ctrl {
  margin-top: 12px;
}


.modal-move-file .inner {
  width: 700px;
  height: 200px;
}

.modal-move-file .group {
  height: 115px;
  margin-top: 0;
}

.modal-move-file .input-title {
  width: 170px;
}

.modal-move-file table {
  margin-top: 16px;
}

.modal-move-file .mCustomScrollbar {
  height: 100%;
}

.modal-move-file .btn-ctrl {
  margin-top: 12px;
}


/***************************************************/
/* FORMAT */
/***************************************************/
/* 名称追加ポップアップ---------------------- */
.modal-format-addname .inner {
  width: 500px;
  height: 200px;
}

.modal-format-addname .group {
  margin-top: 16px;
  height: 100px;
}

.modal-format-addname .mCustomScrollbar {
  height: 100%;
}

.modal-format-addname .btn-ctrl {
  margin-top: 12px;
}
/* 削除確認ポップアップ---------------------- */
.modal-delete-confirm .inner {
  width: 500px;
  height: 280px;
}

.modal-delete-confirm .group {
  margin-top: 16px;
  height: 100px;
}

.modal-delete-confirm .input-title {
  width: 190px;
}

.modal-delete-confirm .btn-align-right {
  margin-top: 20px;
}
/* テーブル幅---------------------- */
.cell-length {
    width : 20%;
}
.cell-length2 {
    width: 14%;
}
.cell-naming {
  width: 15%;
}
.input-length {
  width : 100%;
}
.input-type {
  width : 100%
}
.input-required {
  width: 100%;
}
.input-naming {
    width: 100%;
}

/* FORMAT right_slide_area */
#right_slide_area_format aside {
  position: fixed;
  top: 0;
  right: -840px;
  padding-top: 2px;
  margin-top: 40px;
  width: 840px;
  height: 100%;
  z-index: 36;
  background: #f7f7f7;
  border-left: 2px solid #bbb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#right_slide_area_format .slide-open {
  right: 0px;
}

.format-list {
    line-height: 2.7rem;
}

.filetree span.load_more {
    background: url(../plugin/jquery.treeview/images/ajax-loader.png) 0 0 no-repeat;
    padding: 0px 0 1px 28px;
    display: block;
    background-size: 20px 20px;
    background-position: 2px 2px;
}

/***************************************************/
/* RANK */
/***************************************************/
.rank-add select {
    border: 1px solid #d3d3d3;
}

/***************************************************/
/* SIGN */
/***************************************************/
.sign-status {
    line-height: 2.7rem;
}

/***************************************************/
/* LOGIN */
/***************************************************/
#copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background-color: inherit;
}

#copyright label {
    position: absolute;
    right: 0.3rem;
    color: #fff;
    font-size: 0.8rem;
    cursor: default;
}
