p[data-modalTitle] {
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 200;
}

#information {
  width: 600px;
}
#information > div {
  max-height: 360px;
  overflow-y: auto;
}
#information > div > p {
  line-height: 1.9;
  color: #485859;
  font-size: 14px;
}
#information > a[data-btn] {
  margin: 28px auto 0 auto;
  width: 150px;
}

#distribution_pendings {
  width: 400px;
}
#distribution_pendings dl {
  margin-top: 15px;
}
#distribution_pendings dl:nth-of-type(1) {
  margin-top: 0;
}
#distribution_pendings dl dd {
  margin-top: 5px;
}
#distribution_pendings ul[data-btns] {
  margin-top: 30px;
}
#distribution_pendings ul[data-btns] a {
  width: 250px;
  height: 40px;
}

#invoiceReissue {
  width: 800px;
}
#invoiceReissue dl {
  margin-top: 15px;
}
#invoiceReissue dl:nth-of-type(1) {
  margin-top: 0;
}
#invoiceReissue dl dd {
  margin-top: 5px;
}
#invoiceReissue dl dd label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#invoiceReissue dl dd label span {
  margin-left: 15px;
}
#invoiceReissue dl dd label input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
#invoiceReissue dl dd ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#invoiceReissue dl dd ol > li {
  padding: 0;
  width: calc(33.3% - 10px);
}
#invoiceReissue dl dd ol > li:nth-child(n + 2) {
  margin-left: 15px;
}
#invoiceReissue ul[data-btns] {
  margin-top: 30px;
}

#list_download {
  width: 300px;
}
#list_download dl dd {
  margin-top: 10px;
}
#list_download ul {
  margin-top: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}
#list_download ul li a {
  margin: 0 auto;
  width: 250px;
  height: 35px;
}

#memo_view {
  width: 800px;
  padding-right: 0 !important;
}
#memo_view p[data-modalTitle] {
  width: calc(100% - 25px);
}
#memo_view ul {
  margin-top: 15px;
  padding-right: 25px;
  height: 300px;
  overflow-y: auto;
}
#memo_view ul > li {
  padding: 15px 0;
  border-bottom: solid 1px #c8c2be;
}
#memo_view ul > li p {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}
#memo_view ul > li ol {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
#memo_view ul > li ol > li {
  font-size: 12px;
  font-weight: 400;
}

#fileUpload, #memo {
  width: 600px;
}
#fileUpload .err_block, #memo .err_block {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
#fileUpload dl, #memo dl {
  margin-top: 15px;
}
#fileUpload dl dt, #memo dl dt {
  font-size: 14px;
  font-weight: 400;
}
#fileUpload dl dd, #memo dl dd {
  margin-top: 10px;
}
#fileUpload dl + ul, #memo dl + ul {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#fileUpload dl + ul li a, #memo dl + ul li a {
  width: 300px;
}

#memo {
  width: 800px !important;
}

#penName, #addBeneficiary {
  width: 700px;
}
#penName [data-pennameTabs], #addBeneficiary [data-pennameTabs] {
  width: 100%;
  border-bottom: solid 2px #c8c2be;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
#penName [data-pennameTabs] li, #addBeneficiary [data-pennameTabs] li {
  margin-left: 15px;
}
#penName [data-pennameTabs] li a, #addBeneficiary [data-pennameTabs] li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: solid 2px #c8c2be;
  border-left: solid 2px #c8c2be;
  border-right: solid 2px #c8c2be;
  width: 200px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fffffc;
  color: #485859;
  letter-spacing: 1px;
}
#penName [data-pennameTabs] li a[data-active], #addBeneficiary [data-pennameTabs] li a[data-active] {
  background-color: #2ca9e1;
  color: #fffffc;
  border-top: solid 2px #2ca9e1;
  border-left: solid 2px #2ca9e1;
  border-right: solid 2px #2ca9e1;
}
#penName [data-penNameContents], #addBeneficiary [data-penNameContents] {
  margin: 20px 0 0 0;
}
#penName [data-penNameContents="1"] div:nth-of-type(1), #addBeneficiary [data-penNameContents="1"] div:nth-of-type(1) {
  padding: 0 0 10px 0;
}
#penName [data-penNameContents="1"] div:nth-of-type(1) input, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(1) input {
  width: 100%;
}
#penName [data-penNameContents="1"] div:nth-of-type(2), #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) {
  overflow: auto;
  height: 500px;
}
#penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable], #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] {
  width: 100%;
  height: 100%;
}
#penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] th, #penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] td, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] th, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] td {
  white-space: nowrap;
}
#penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] th, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] th {
  position: sticky;
  top: 0;
  left: 0;
}
#penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] tbody td, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] tbody td {
  padding: 5px;
  height: 36px;
}
#penName [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] tbody td a, #addBeneficiary [data-penNameContents="1"] div:nth-of-type(2) [data-innerListTable] tbody td a {
  height: 25px;
  font-size: 13px;
  font-weight: 400;
}
#penName [data-penNameContents="2"], #addBeneficiary [data-penNameContents="2"] {
  display: none;
}

#beneficiaryAddress {
  width: 1000px;
}
#beneficiaryAddress [data-addressList] > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #9ea1a3;
}
#beneficiaryAddress [data-addressList] > div > a {
  margin: 0 0 0 auto;
  width: 150px;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
}
#beneficiaryAddress [data-addressList] table {
  margin: 15px 0 0 0;
  width: 100%;
}
#beneficiaryAddress [data-addressList] table thead th {
  padding: 10px 5px;
  background-color: #a58f86;
  color: #fffffc;
}
#beneficiaryAddress [data-addressList] table tbody td {
  padding: 5px;
  border-bottom: solid 1px #c8c2be;
  vertical-align: middle;
}
#beneficiaryAddress [data-addressList] table tbody td ul li:nth-child(n + 2) {
  margin-top: 5px;
}
#beneficiaryAddress [data-addressList] table tbody td a {
  margin: auto;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: solid 2px #2ca9e1;
  border-radius: 30px;
}
#beneficiaryAddress [data-addressList] table tbody td a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2ca9e1;
  mask-repeat: no-repeat;
  mask-size: contain;
}
#beneficiaryAddress [data-addressList] table tbody td a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#addSendAddress {
  width: 800px;
}
#addSendAddress > p {
  color: #2ca9e1;
  font-size: 18px;
  font-weight: 600;
}
#addSendAddress form {
  margin-top: 30px;
}

#textPanel {
  width: 600px;
  min-height: 200px;
  max-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#textPanel > div {
  overflow-y: auto;
}
#textPanel > div p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
#textPanel a {
  margin: 40px auto 0 auto;
  width: 150px;
  height: 35px;
}

[data-modalSearch] {
  width: 800px;
}
[data-modalSearch] [data-list] {
  margin-top: 30px;
}
[data-modalSearch] [data-list] > ol {
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: solid 1px #c8c2be;
}
[data-modalSearch] [data-list] > div {
  height: 400px;
}
[data-modalSearch] [data-list] > div ol {
  width: 100%;
}
[data-modalSearch] [data-list] > div ol > li {
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #c8c2be;
}
[data-modalSearch] [data-list] > div ol > li label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
[data-modalSearch] [data-list] > div ol > li label:hover {
  background-color: rgba(158, 161, 163, 0.2);
}
[data-modalSearch] [data-list] > div ol > li label > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

[data-target="company"] [data-list] > ol > li:nth-of-type(1), [data-target="company"] [data-list] > div ul > li:nth-of-type(1) {
  padding-left: 15px;
  width: 80px;
}
[data-target="company"] [data-list] > ol > li:nth-of-type(2), [data-target="company"] [data-list] > div ul > li:nth-of-type(2) {
  width: calc(100% - 80px);
}

[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(1), [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(1) {
  padding-left: 15px;
  width: 50px;
}
[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(1) input[type="checkbox"], [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(1) input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(2), [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(2) {
  width: 120px;
}
[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(3), [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(3) {
  width: 365px;
}
[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(4), [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(4) {
  width: 120px;
}
[data-target="invoice_code"] [data-list] > ol > li:nth-of-type(5), [data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(5) {
  width: 120px;
}
[data-target="invoice_code"] [data-list] > div ul > li:nth-of-type(4) {
  text-align: right;
  padding-right: 20px;
}

[data-modalCheckInvoice] {
  width: 800px;
}

[data-target="deposit"] [data-depositInfo] {
  margin-top: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
[data-target="deposit"] [data-depositInfo] li {
  padding: 15px;
  width: calc(50% - 10px);
  background-color: rgba(158, 161, 163, 0.1);
  line-height: 1.2;
}
[data-target="deposit"] [data-depositInfo] li dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
[data-target="deposit"] [data-depositInfo] li dl dt {
  width: 70px;
}
[data-target="deposit"] [data-depositInfo] li dl dd {
  width: calc(100% - 70px);
}
[data-target="deposit"] [data-list] > ol > li:nth-of-type(1), [data-target="deposit"] [data-list] > div ul > li:nth-of-type(1) {
  padding-left: 15px;
  width: 50px;
}
[data-target="deposit"] [data-list] > ol > li:nth-of-type(2), [data-target="deposit"] [data-list] > div ul > li:nth-of-type(2) {
  width: 120px;
}
[data-target="deposit"] [data-list] > ol > li:nth-of-type(3), [data-target="deposit"] [data-list] > div ul > li:nth-of-type(3) {
  width: 365px;
}
[data-target="deposit"] [data-list] > ol > li:nth-of-type(4), [data-target="deposit"] [data-list] > div ul > li:nth-of-type(4) {
  text-align: right;
  padding-right: 20px;
  width: 120px;
}
[data-target="deposit"] [data-list] > ol > li:nth-of-type(5), [data-target="deposit"] [data-list] > div ul > li:nth-of-type(5) {
  width: 120px;
}

#reportMail {
  width: 800px;
}
#reportMail .err_block {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
#reportMail dl {
  margin-top: 15px;
}
#reportMail dl dt {
  font-size: 14px;
  font-weight: 400;
}
#reportMail dl dd {
  margin-top: 10px;
}
#reportMail dl dd textarea {
  height: 400px;
}
#reportMail dl + ul {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#reportMail dl + ul li a {
  width: 300px;
}
