@charset "UTF-8";
/* CSS Document */

#original_list_wrapper{
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
  display: grid;
  grid-row-gap: 0;
}
#original_list_header{
  grid-column: 1/-1;
  position: relative;
}
#original_list_sidenav{
  overflow: hidden;
  position: relative;
  box-shadow: 6px 0px 6px -1px rgba(0, 0, 0, 0.2);
}
#original_list_container{
  overflow: hidden;
  position: relative;
}
#original_list_container article{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #f7f7f7;
}
#original_list_sidenav .ledger_list{
  width: 260px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#original_list_sidenav .ledger_index{
  width: 20%;
  padding-left: 0.7vw;
  background: -moz-linear-gradient(top, #0fc458, #27c420);
  background: -webkit-linear-gradient(top, #0fc458, )#27c420;
  background: linear-gradient(to bottom, #0fc458, #27c420);
  background-color: #0fc458;
}
#original_list_sidenav .ledger_index li{
  width: 100%;
  text-align: center;
  height: 11vh;
  display: table;
  color: #fff;
}
#original_list_sidenav .ledger_index li.selected{
  color: #62d247;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}
#original_list_sidenav .ledger_index li.yokomuki span{
  transform: rotate(270deg);
  letter-spacing: 0.05em;
}
#original_list_sidenav .ledger_index li span{
  font-size: 2.0vh;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#original_list_sidenav .ledger_name_list:not(#table_side){
  overflow: auto;
}
#original_list_sidenav .ledger_name_list{
  width: 80%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#original_list_sidenav .ledger_name_list .bgColorLendgerList_rest{
  background-color: #FFFFFF;
}
#original_list_sidenav .ledger_name_list li{
  width: 100%;
  height: 7vh;
  font-size: 1.6vh;
  line-height: 1.3em;
  color: #5d686c;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.5vh 0.6vw;
  display: flex;
  align-items: center;
}
#original_list_sidenav .ledger_name_list li div{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}
#original_list_sidenav .ledger_name_list li.selected_ledger{
  background-color: #ddf2d8;
  border-bottom: none;
}
#original_list_container .original_edit_sec{
  padding: 2.2vw;
  background-color: #f7f7f7;
}
#original_edit_head{
  display: flex;
  width: 100% !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2vh;
}
#original_edit_head > div.select_box{
  position: relative;
}
#original_edit_head > div.select_box:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #5a676a;
  border-right: solid 2px #5a676a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -8px;
  z-index: 10;
}
#original_edit_head > div select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 270px;
  height: 50px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 7px 40px 7px 20px;
  border: none;
  border-radius: 30px;
  outline: none;
  font-size: 2vh;
  color: #515d62;
  word-break: break-word;
  box-sizing: border-box;
  margin: 0;
}
#original_edit_head > div.btn_area{
  width: 100%;
  display: flex;
}
#original_edit_head > div.btn_area > ul{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
#original_edit_head > div.btn_area > ul li{
  width: 7.3vw;
  box-sizing: border-box;
  text-align: right;
}
#original_edit_head > div.btn_area > ul li:nth-child(1){
  width: 9.5vw;
  display: contents;
}
#original_edit_head > div.btn_area > ul li button.btn_print::before{
  content: "";
  background-image: url(../img/ic/print.svg);
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  transform: translate(0, 0);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 0.2vh;
}
#original_edit_head > div.btn_area > div button,#original_edit_head > div.btn_area > ul li button{
  padding: 0.4em 1em;
  background: rgb(48, 196, 12);
  position: relative;
  color: #fff;
  width: 7.3vw;
  font-size: 1.2vw;
  border-radius: 25px;
}
#original_edit_head > div.btn_area > ul li button.btn_print{
  text-align: right;
  padding: 0.4em 1em;
}
#original_edit_head > div.btn_area > ul li span{
  font-size: 1.3vw;
  color:#515D62;
  line-height: 0;
}
#original_edit_head > div.btn_area > ul li input,#original_edit_body .list_content td input{
  border-radius: 0;
  appearance: none;
  width: 1.1vw;
  height: 1.1vw;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 1px 2px #dcdcdc inset;
  margin: 0 1.1vw 0 0.7vw;
}
#original_edit_body .shibori_ledger .shibori_label p{
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  border: 1px solid #C3C3C3;
  line-height: 4.2vh;
  position: relative;
  font-size: 1.3vw;
  padding: 0 1.1vw;
}
#original_edit_body .shibori_ledger .shibori_label p:after{
  display: block;
  position: absolute;
  top: 40%;
  right: 1.1vw;
  width: 1.2vw;
  height: 0.8vw;
  line-height: 0;
  cursor: pointer;
  color: #686F82;
  z-index: 1;
}
input#secret_shibori {
  display: none;
}
#original_edit_body .shibori_ledger .open{
  display: block!important;
}
#original_edit_body .shibori_ledger .shibori_list_sec{
  background-color:#EEEEEE;
  border: 1px solid #CCCCCC;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1.1vw;
  font-size: 1.1vw;
  color: #515D62;
}
#original_edit_body .shibori_ledger .shibori_list_sec .shibori_harf_sec{
  max-width: 40.6vw;
}
#original_edit_body .shibori_ledger .shibori_list_sec div div,#original_edit_body .shibori_ledger .shibori_list_sec div ul,#original_edit_body .shibori_ledger .shibori_list_sec div ul li{
  display: flex;
  align-items: center;
}
#original_edit_body .shibori_ledger .shibori_list_sec div div,#original_edit_body .shibori_ledger .shibori_list_sec div ul,#original_edit_body .shibori_ledger .shibori_list_sec div ul{
  margin-bottom: 2vh;
}
#original_edit_body .shibori_ledger .shibori_list_sec div ul{
  justify-content: space-between;
}
#original_edit_body .shibori_ledger .shibori_list_sec div div p,#original_edit_body .shibori_ledger .shibori_list_sec div ul li:first-child p{
  width: 4.8vw;
}
#original_edit_body .shibori_ledger .shibori_list_sec div select,#original_edit_body .shibori_ledger .shibori_list_sec ul li:first-child select{
  width: 10vw;
  min-width: 7.6vw;
  height: 5vh;
  padding: 0.5em 40px 0.5em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
  color:#515D62;
  font-size: 1.1vw;
}
#original_edit_body .shibori_ledger .shibori_list_sec div input{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  letter-spacing: 0.1em;
  height: 5vh;
  width: 10.5vw;
  min-width: 10.3vw;
  padding: 0.3vw;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  vertical-align: middle;
  border: 0;
  color:#515D62;
}
#original_edit_body .shibori_ledger .shibori_list_sec div div span.lrm{
  margin: 0 0.5vw;
}
#original_edit_body .shibori_ledger .shibori_list_sec ul li:last-child select{
  width: 15.1vw;
  min-width: 14.6vw;
  height: 5vh;
  padding: 0.5em 40px 0.5em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
  margin-left: 1.8vw;
  color:#515D62;
  font-size: 1.1vw;
}
#original_edit_body .shibori_ledger .shibori_list_sec div textarea{
  width: calc(100% - 4.8vw);
  height: 5vh;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  cursor: pointer;
  color:#515D62;
}
#original_edit_body .shibori_ledger .shibori_list_sec div textarea::-webkit-scrollbar{
  display: none;
}
#original_edit_body .shibori_ledger .shibori_list_sec .btn_kensaku{
  display: flex;
  justify-content: center;
}
#original_edit_body .shibori_ledger .shibori_list_sec .btn_kensaku [type="submit"]{
  width: 7.2vw;
  height: 2.5vw;
  margin: 0 10px;
  display: block;
  border-radius: 50px;
  background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
  line-height: 1em;
  font-size: 100%;
  border: 1px solid #ccc;
  color: #515D62;
}
#original_edit_body table.ledger_list_sec {
  width: 100%;
  margin: 3.7vw 0 3vw;
  box-shadow: 0px 3px 5px 1px #d9d9d9;
  border-radius: 10px;
}
#original_edit_body .ledger_list_sec th{
  background-color: #FFFAD0;
  font-weight: bold;
  font-size: 1.5vw;
  color: #515D62;
  line-height: 4.4vw;
  text-align: center;
  position: relative;
}
#original_edit_body .ledger_list_sec th:first-child{
  border-top-left-radius: 10px;
}
#original_edit_body .ledger_list_sec th:last-child{
  border-top-right-radius: 10px;
}
#original_edit_body .ledger_list_sec th img{
  width: 1.1vw;
  height: 4.4vw;
  float:right;
}
#original_edit_body .list_ttl th.lst2,#original_edit_body .list_ttl th.lst3,#original_edit_body .list_ttl th.lst4{
  padding: 0 1.1vw;
}
#original_edit_body .list_ttl th.lst3 {
  padding: 0 11vw;
}
#original_edit_body .list_content td{
  background-color: #fff;
  font-size: 1.5vw;
  color: #515D62;
  white-space: nowrap;
  line-height: 5.5vw;
}
#original_edit_body .list_content{
  border-bottom: 1px solid #ccc;
}
#original_edit_body .list_content:last-child{
  border-bottom: 0;
}
#original_edit_body .list_content .lst1{
  width: 7%;
  padding: 0 1vw;
  text-align: center;
}
#original_edit_body .list_content .lst3{
  width: calc(100% - (35% + 5vw));
  max-width: 36.6vw;
  padding: 0 1vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#original_edit_body .list_content .lst2,#original_edit_body .list_content .lst4,#original_edit_body .list_content .lst5{
  width: 10%;
  text-align: center;
  padding: 0 1vw;
}
#original_edit_body .list_content .lst6{
  width: 8%;
  text-align: center;
  padding: 0 1vw;
}
#original_edit_body .list_content:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
#original_edit_body .list_content:last-child td:last-child{
  border-bottom-right-radius: 10px;
}
#original_edit_body .list_content td input{
  display: block;
  margin: 0 auto;
}
#original_edit_body .list_content .lst5 button,#original_edit_body .list_content .lst6 button{
  display: block;
  margin: 0 auto;
  width: 3.3vw;
  height: 3.3vw;
}
#original_edit_body .list_content .lst6 button img{
  height: 3.3vw;
}
#original_edit_body .lst1,#original_edit_body .lst2,#original_edit_body .lst3,#original_edit_body .lst4,#original_edit_body .lst5{
  border-right: dashed 2px #CCCCCC;
}
#original_edit_body button.btn_color_green.btn_square_medium {
  padding: 0.5vw 0.8vw;
}
#original_edit_body .ledger_list_pager ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#original_edit_body .ledger_list_pager ul li{
  width: 3.2vw;
  height: 3.8vw;
  background-color: #ffffff;
  border: solid 2px #30c40c;
  border-radius: 0.5rem;
  color: #515d62;
  text-align: center;
  line-height:3.8vw;
  font-size: 1.2vw;
  margin-right: 1rem;
  position: relative;
}
#original_edit_body .ledger_list_pager ul li:first-child,#original_edit_body .ledger_list_pager ul li:last-child{
  background-color: #30c40c;
}
#original_edit_body .ledger_list_pager ul li.bg_green {
  background-color: #DDF2D8;
}
#original_edit_body .ledger_list_pager ul li img{
  display: block;
  z-index: 1;
}
#original_list_container input.outputmenu[type="checkbox"]{
  display:inline-block;
  width:15px;
  height:15px;
  appearance:none;
  vertical-align:middle;
  cursor:pointer;
}
#original_list_container input.outputmenu[type="checkbox"]:checked {
  background: url(../img/check.png) 1px 1px no-repeat;
  opacity: 1;
}

#original_list_container > div.btn_area > ul li input[type="checkbox"]:checked {
  background: url(../img/check.png) 3px 3px no-repeat;
  opacity: 1;
}

#original_edit_body .open_button {
  width: 0.8vw;
  position: absolute;
  top: 40%;
  right: 2%;
}

#original_edit_body .none_template_message {
  font-size: 1.3vw;
  padding: 2vw 0 0 0;
}
