@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  width:  100%;
  height: 100%;
  color: #333;
  font-family: "メイリオ", Meiryo, -apple-system, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
body > header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
body > footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  color: #33F;
}
a:visited {
  color: #33F;
}
a:active {
  color: #F33;
}

label > input[type=radio] {
  margin-bottom: -2px;
  margin-right: 4px;
}
label > input[type=checkbox] {
  margin-bottom: -2px;
  margin-right: 4px;
}

.drs--unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drs--unselectable * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drs--unselectable input[type=text],
.drs--unselectable input[type=password],
.drs--unselectable textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.drs-button, .drs-button--alt, .drs-button--file, .drs-attachmentSelector__button {
  min-width: 150px;
  height: 36px;
  padding: 4px 1em;
  background: #083D98;
  border: 2px solid #083D98;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*
.drs-button:focus, .drs-button--alt:focus, .drs-button--file:focus, .drs-attachmentSelector__button:focus {
  outline: none;
}
*/
.drs-button:hover, .drs-button--alt:hover, .drs-button--file:hover, .drs-attachmentSelector__button:hover {
  background: #93b6f3;
  font-weight: bold;
  color: #083D98;
}
.drs-button:active, .drs-button--alt:active, .drs-button--file:active, .drs-attachmentSelector__button:active {
  background: #C0C0C0;
  color: #083D98;
}
.drs-button:disabled, .drs-button--alt:disabled, .drs-button--file:disabled, .drs-attachmentSelector__button:disabled {
  background: #083D98;
  font-weight: normal;
  color: #FFF;
  opacity: 0.5;
}
.drs-button--alt {
  background: #FFF;
  color: #083D98;
}
.drs-button--alt:hover {
  background: #DDD;
}
.drs-button--alt:active {
  background: #C0C0C0;
}
.drs-button--alt:disabled {
  background: #FFF;
  font-weight: normal;
  opacity: 0.5;
}
.drs-button--file {
  margin: 1px;
  padding: 2px 0.5em;
  min-width: 0;
  height: auto;
  border-radius: 3px;
  font-size: 1.0rem;
}
.drs-wrapContainer, .drs-searchConditionPanel__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drs-wrapContainer > *, .drs-searchConditionPanel__option > * {
  margin-right: 16px;
}
.drs-wrapContainer > *:last-child, .drs-searchConditionPanel__option > *:last-child {
  margin-right: 0;
}
.drs-stackContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-stackContainer > * {
  margin-bottom: 4px;
}
.drs-stackContainer > *:last-child {
  margin-bottom: 0;
}
.drs-pageTitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #083D98;
  color: #083D98;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.drs-messageArea {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.3em;
  color: #F33;
  text-align: center;
}
#mailSendSub_errorMessage {
  color: #F33;
  font-size: 1.1em;
  font-weight: bold;
}
.drs-noticeMessageArea {
  color: #F33;
  font-weight: bold;
  font-size: 1.1em;
  padding-top:25px;
  text-align: left;
}
.drs-attachmentSelector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8em;
}
.drs-attachmentSelector input[type=file] {
  display: none;
  width: 0px;
}
.drs-attachmentSelector__fileName {
  display: inline;
  width: 320px;
  min-height: 1.4em;
  margin: 0 8px 0 0;
  padding: 4px 8px 0px 8px;
  border-bottom: 1px solid #CCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drs-attachmentSelector__button {
  min-width: 64px;
  height: auto;
  margin: 0px 8px;
  padding: 1px 8px 0px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.drs-attachmentList ol {
  margin: 0;
  padding-left: 30px;
}
.drs-attachmentList ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.drs-attachmentList ul li {
  margin-bottom: 4px;
}
.drs-attachmentList ul li:last-child {
  margin-bottom: 0;
}
.drs-loginPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
  min-width: 500px;
  background-color: #C0C0C0;
  text-align: center;
  border-radius: 5px;
}
.drs-loginPanel h1 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
  color: #083D98;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.drs-loginPanel h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #083D98;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.drs-loginPanel__forms {
  margin-bottom: 40px;
  min-width: 260px;
  background: #FFF;
}
.drs-loginPanel__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #C0C0C0;
}
.drs-loginPanel__input i.fa {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 40px;
  color: #B5B5B5;
  font-size: 20px;
}
.drs-loginPanel__input input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 100px;
  height: 40px;
  margin-right: 8px;
  border: none;
  color: #333;
  font-size: 16px;
}
.drs-loginPanel__input input:placeholder-shown {
  color: #CCC;
}
.drs-loginPanel__input input::-webkit-input-placeholder {
  color: #CCC;
}
.drs-loginPanel__input input:-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.drs-loginPanel__input input::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.drs-loginPanel__input input:-ms-input-placeholder {
  color: #CCC;
}
.drs-loginPanel__input input:focus {
  outline: none;
}
.drs-loginPanel__buttons {
  min-width: 260px;
}
.drs-loginPanel__button {
  min-width: 125px;
  height: 36px;
  padding: 4px 1em;
  background: #235180;
  border: 2px solid #235180;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drs-loginPanel__errorMessage {
  margin: 10px auto;
  font-size: 12px;
  width: 280px;
}
.drs-loginPanel__errorMessage p {
  color: #F36;
  font-weight: bold;
}
.drs-login-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drs-infoPanel {
  margin-bottom: 20px;
  border: 1px solid #D3D7D7;
}
.drs-infoPanel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #D3D7D7;
}
.drs-infoPanel__title {
  color: #083D98;
  font-size: 1.2rem;
  font-weight: bold;
}
.drs-infoPanel__body {
  padding: 10px 20px;
  background: #F9FAFA;
}
.drs-infoPanel__body > table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}
.drs-infoPanel__body > table > tbody > tr {
  border-bottom: 1px solid #D3D7D7;
}
.drs-infoPanel__body > table > tbody > tr:last-child {
  border: none;
}
.drs-infoPanel__body > table > tbody > tr > th {
  width: 1%;
  padding: 10px;
  color: #083D98;
  text-align: right;
  white-space: nowrap;
}
.drs-infoPanel__body > table > tbody > tr > th.drs--multiLine {
  padding-top: 11px;
  vertical-align: top;
}
.drs-infoPanel__body > table > tbody > tr > td {
  padding: 10px;
}
.drs-infoPanel__body > table > tbody > tr > td .drs-wrapContainer, .drs-infoPanel__body > table > tbody > tr > td .drs-searchConditionPanel__option {
  margin: 0 4px;
}
.drs-infoPanel__body > table > tbody > tr > td .drs-stackContainer {
  margin: 0 4px;
}
.drs-infoPanel__body > table > tbody > tr > td .drs--label {
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
  color: #083D98;
  text-align: right;
}
.drs-infoPanel__body > table > tbody > tr > td .drs--label:first-child {
  margin-left: 0;
}
.drs-infoPanel__body > table > tbody > tr > td .drs--unit {
  color: #777;
}
.drs-infoPanel__body > table > tbody > tr > td input[type=text],
.drs-infoPanel__body > table > tbody > tr > td input[type=password] {
  width: 15em;
  margin: 0px 4px;
  padding: 2px;
}
.drs-infoPanel__body > table > tbody > tr > td textarea {
  width: 100%;
  height: 8em;
  min-height: 3em;
  resize: vertical;
}
.drs-infoPanel__body > table > tbody > tr > td .Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}
.drs-infoPanel__multiLineCell {
  white-space: pre-wrap;
}
.drs-updatePanel {
  margin-bottom: 20px;
  border: 1px solid #C0C0C0;
}
.drs-updatePanel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #C0C0C0;
}
.drs-updatePanel__title {
  color: #083D98;
  font-size: 1.2rem;
  font-weight: bold;
}
.drs-updatePanel__body {
  padding: 10px 20px;
  background: #FFF;
}
.drs-updatePanel__body > table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}
.drs-updatePanel__body > table > tbody > tr {
  border-bottom: 1px solid #C0C0C0;
}
.drs-updatePanel__body > table > tbody > tr:last-child {
  border: none;
}
.drs-updatePanel__body > table > tbody > tr > th {
  width: 1%;
  padding: 10px;
  color: #083D98;
  text-align: right;
  white-space: nowrap;
}
.drs-updatePanel__body > table > tbody > tr > th.drs--multiLine {
  padding-top: 11px;
  vertical-align: top;
}
.drs-updatePanel__body > table > tbody > tr > td {
  padding: 10px;
}
.drs-updatePanel__body > table > tbody > tr > td .drs-wrapContainer, .drs-updatePanel__body > table > tbody > tr > td .drs-searchConditionPanel__option {
  margin: 0 4px;
}
.drs-updatePanel__body > table > tbody > tr > td .drs-stackContainer {
  margin: 0 4px;
}
.drs-updatePanel__body > table > tbody > tr > td .drs--label {
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
  color: #083D98;
  text-align: right;
}
.drs-updatePanel__body > table > tbody > tr > td .drs--label:first-child {
  margin-left: 0;
}
.drs-updatePanel__body > table > tbody > tr > td .drs--unit {
  color: #777;
}
.drs-updatePanel__body > table > tbody > tr > td input[type=text],
.drs-updatePanel__body > table > tbody > tr > td input[type=password] {
  width: 15em;
  margin: 0px 4px;
  padding: 2px;
}
.drs-updatePanel__body > table > tbody > tr > td textarea {
  width: 100%;
  height: 8em;
  min-height: 3em;
  resize: vertical;
}
.drs-updatePanel__body > table > tbody > tr > td .Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}
.drs-updatePanel__body > textarea {
  width: 100%;
  height: 15em;
  min-height: 3em;
  resize: vertical;
}
.drs-changePassword-main {
  margin: 0 30px;
}
.drs-changePassword-main .drs-updatePanel {
  width: 400px;
  margin: 0 auto;
}
.drs-changePassword-main .drs-updatePanel input[type=password] {
  width: 100%;
}
.drs-changePassword-pageTitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #083D98;
  width:800px;
  color: #083D98;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.drs-changepassword-buttonArea {
  text-align: center;
}
.drs-changepassword-buttonArea button {
  margin: 0 12px;
}
.drs-searchConditionPanel {
  border: 1px solid #C0C0C0;
}
.drs-searchConditionPanel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background: #C0C0C0;
  min-width: 700px;
}
.drs-searchConditionPanel__title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.drs-searchConditionPanel__option {
  margin-left: 20px;
  color: #083D98;
  font-size: 1rem;
}
.drs-searchConditionPanel__body {
  background: white;
}
.drs-searchConditionPanel__body > table {
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
}
.drs-searchConditionPanel__body > table > tbody > tr {
  border-bottom: 1px solid #C0C0C0;
}
.drs-searchConditionPanel__body > table > tbody > tr:last-child {
  border: none;
}
.drs-searchConditionPanel__body > table > tbody > tr > th {
  width: 1%;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
.drs-searchConditionPanel__body > table > tbody > tr > th.drs--multiLine {
  padding-top: 11px;
  vertical-align: top;
}
.drs-searchConditionPanel__body > table > tbody > tr > td {
  padding: 5px;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .drs-wrapContainer, .drs-searchConditionPanel__body > table > tbody > tr > td .drs-searchConditionPanel__option {
  margin: 0 4px;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .drs-stackContainer {
  margin: 0 4px;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .drs--label {
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
  color: #083D98;
  text-align: right;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .drs--label:first-child {
  margin-left: 0;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .drs--unit {
  color: #777;
}
.drs-searchConditionPanel__body > table > tbody > tr > td input[type=text],
.drs-searchConditionPanel__body > table > tbody > tr > td input[type=password] {
  width: 10em;
  padding: 2px;
}
.drs-searchConditionPanel__body > table > tbody > tr > td textarea {
  width: 100%;
  height: 8em;
  min-height: 3em;
  resize: vertical;
}
.drs-searchConditionPanel__body > table > tbody > tr > td .Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}
.drs-searchResultPanel {
  margin-top: -30px;
}
.drs-searchResultPanel__header {
  padding: 8px;
}
.drs-searchResultPanel__count label {
  color: #083D98;
  font-weight: bold;
}
.drs-searchResultPanel__count .drs--value {
  font-size: 150%;
  font-weight: bold;
}
.drs-searchResultPanel__count .drs--unit {
  color: #777;
}
.drs-searchResultPanel__body {
  border: 1px solid #C0C0C0;
}
.drs-searchResultPanel__body .dataTables_scrollBody {
  border-bottom: none !important;
}
.drs-searchResultPanel__body table {
  border-collapse: collapse;
}
.drs-searchResultPanel__body table.dataTable thead th {
  border-bottom: none;
}
.drs-searchResultPanel__body table th {
  padding: 6px;
  background: #C0C0C0;
  border-right: 1px solid #FFF;
}
.drs-searchResultPanel__body table td {
  padding: 6px;
  background: #FFF;
  border-right: 1px solid #C0C0C0;
}
.drs-searchResultPanel__body table tbody tr:nth-child(even) td {
  background: #EEE;
}
.drs-searchResultPanel__body table tbody tr:hover td {
  background: #93b6f3;
  color: #083D98;
}
.drs-searchResultPanel__body table tbody tr:active td {
  background: #C0C0C0;
}
.drs-searchResultPanel__limitFrame {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drs-buttonArea {
  margin: 20px;
  text-align: center;
}
.drs-buttonArea button {
  margin: 0 12px;
}

body {
  height: 100%;
  background: #FFF;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.drs-inf-header {
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.drs-inf-header__logo {
  margin: 0 auto;
  padding: 5px 10px;
  background: #FFF;
  float: left;
}
.drs-inf-header__logo2 {
  margin: 0 auto;
  padding: 5px 10px;
  background: #FFF;
  float: right;
}
.drs-inf-header__logo2 img{
	width:60px;
}
.drs-inf-header__title {
  background: #083D98;
  border-top: 1px solid #93b6f3;
  border-bottom: 1px solid #04204f;
  clear:both;
}
.drs-inf-header__title h1 {
  margin: 0 auto;
  padding: 5px 10px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.drs-inf-header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background: #083D98;
  border-top: 1px solid #93b6f3;
  clear: both;
}
.drs-inf-header2__nite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background: #C71585;
  border-top: 1px solid #93b6f3;
  clear: both;
}
.drs-inf-header2__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drs-inf-header2__title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drs-inf-header2__screenName {
  display: inline-block;
  margin-left: 20px;
  margin-top: 4px;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.1em;
}
.drs-inf-header2__subScreenName {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 12px;
  background: #f7d76b;
  border-radius: 13px;
  color: #235180;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.drs-inf-header2__account,.drs-inf-header2__account__nite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: right;
}
.drs-inf-header2__account ul,.drs-inf-header2__account__nite ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.drs-inf-header2__account li,.drs-inf-header2__account__nite li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.drs-inf-header2__account > ul > li,.drs-inf-header2__account__nite > ul > li {
  position: relative;
  min-width: 160px;
  height: 40px;
}
.drs-inf-header2__account > ul > li > ul {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  background: #083D98;
  z-index:9999;
}
.drs-inf-header2__account__nite > ul > li > ul {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  background: #C71585;
  z-index:9999;
}
.drs-inf-header2__account > ul > li > ul li,.drs-inf-header2__account__nite > ul > li > ul li {
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.drs-inf-header2__account > ul > li > ul li:last-child {
  border-bottom: 1px solid #083D98;
}
.drs-inf-header2__account__nite > ul > li > ul li:last-child {
  border-bottom: 1px solid #C71585;
}
.drs-inf-header2__account > ul > li > ul li a,.drs-inf-header2__account__nite > ul > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px 1px;
  padding: 8px 16px;
  color: #FFF;
  text-decoration: none;
}
.drs-inf-header2__account > ul > li > ul li a:hover,.drs-inf-header2__account__nite > ul > li > ul li a:hover {
  background: #a9c4e0;
  color: #235180;
}
.drs-inf-header2__account > ul > li > ul li a:active,.drs-inf-header2__account__nite > ul > li > ul li a:active {
  background: #f7d76b;
}
.drs-inf-header2__account > ul > li:hover > ul,.drs-inf-header2__account__nite > ul > li:hover > ul {
  display: block;
}
.drs-inf-header2__userName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
}
.drs-inf-header2__userName::before {
  content: "\F2BD";
  margin-right: 8px;
  width: 1em;
  font-family: FontAwesome;
  font-size: 1.2em;
  text-align: center;
}
.drs-inf-header2__userName::after {
  content: "\F103";
  margin-left: 1em;
  font-family: FontAwesome;
  font-size: 1.2em;
}
.drs-inf-header2__userName:hover {
  color: #a9c4e0;
}
.drs-inf-header2__tomenu::before {
  content: "\F039";
  width: 1em;
  margin-right: 8px;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
}
.drs-inf-header2__logout::before {
  content: "\F08B";
  width: 1em;
  margin-right: 8px;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
}

.drs-inf-header2__help::before {
  content: "\F128";
  width: 1em;
  margin-right: 8px;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
}
.drs-inf-footer {
  margin-top: 30px;
  padding: 20px 0px;
  background: #083D98;
  color: #FFF;
  background: #C0C0C0;
  color: #083D98;
}
.drs-inf-footer__name {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.drs-inf-footer__address {
  max-width: 900px;
  margin: 0 auto;
  font-size: 12px;
}
.drs-inf-footer__copyright {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 12px;
  font-size: 12px;
}
.drs-inf-pageTitle {
  width: 850px;
  margin-bottom: 30px;
  padding: 10px 30px;
  background: rgba(8, 61, 152, 0.2);
  border-radius: 8px;
  color: #083D98;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.drs-inf-pageTitle span {
  margin-right: 8px;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.drs-inf-inputTable {
  width: 820px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 2px solid #083D98;
  border-bottom: 2px solid #083D98;
}
.drs-inf-inputTable > tbody > tr {
  border-bottom: 1px solid #AAA;
}
.drs-inf-inputTable > tbody > tr:last-child {
  border-bottom: none;
}
.drs-inf-inputTable > tbody > tr > th {
  width: 240px;
  min-width: 240px;
  padding: 10px;
  background-color: #edeef2;
  color: #083D98;
  font-weight: bold;
  text-align: left;
}
.drs-inf-inputTable > tbody > tr > th.drs--required::after {
  content: "必 須";
  padding: 1px 1em 0px;
  margin: 0 5px;
  color: #fff;
  background: #e00000;
  border-radius: 1em;
  font-size: 11px;
  font-weight: normal;
}
.drs-inf-inputTable > tbody > tr > th.drs--multiLine {
  padding-top: 15px;
  vertical-align: top;
}
.drs-inf-inputTable > tbody > tr > td {
  padding: 10px;
}
.drs-inf-inputTable > tbody > tr > td.drs--multiLine {
  vertical-align: top;
}
.drs-inf-inputTable input[type=text] {
  width: 15em;
  padding: 2px 4px;
}
.drs-inf-inputTable input[type=text].drs--sizeFull {
  width: 100%;
}
.drs-inf-inputTable input[type=password] {
  width: 15em;
}
.drs-inf-inputTable textarea {
  width: 100%;
  height: 8em;
  min-height: 5em;
  resize: vertical;
}
.drs-inf-inputTable__headerNote {
  margin: 10px 0 0 30px;
  font-size: 11px;
  font-weight: normal;
}
.drs-inf-inputTable__headerNote ul {
  margin: 0;
  padding-left: 0px;
}
.drs-inf-inputTable__subTable {
  width: 100%;
}
.drs-inf-inputTable__subTable th {
  width: 1%;
  padding: 6px 8px 6px 0;
  color: #083D98;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
}
.drs-inf-inputTable__subTable td {
  padding: 4px;
}
.drs-inf-inputTable__subTable tr:first-child th {
  padding-top: 0;
}
.drs-inf-inputTable__subTable tr:first-child td {
  padding-top: 0;
}
.drs-inf-inputTable__subTable tr:last-child th {
  padding-bottom: 0;
}
.drs-inf-inputTable__subTable tr:last-child td {
  padding-bottom: 0;
}
.drs-inf-checkTable {
  width: 820px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 2px solid #083D98;
  border-bottom: 2px solid #083D98;
}
.drs-inf-checkTable > tbody > tr {
  border-bottom: 1px solid #93b6f3;
}
.drs-inf-checkTable > tbody > tr:last-child {
  border-bottom: none;
}
.drs-inf-checkTable > tbody > tr > th {
  width: 220px;
  padding: 15px 20px;
  color: #083D98;
  text-align: right;
}
.drs-inf-checkTable > tbody > tr > th.drs--multiLine {
  vertical-align: top;
}
.drs-inf-checkTable > tbody > tr > td {
  padding: 15px 20px;
  color: #666;
}
.drs-inf-checkTable__multiLineText {
  white-space: pre-wrap;
}
.drs-inf-checkTable__subTable {
  width: 100%;
}
.drs-inf-checkTable__subTable th {
  width: 1%;
  padding: 3px;
  color: #083D98;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
}
.drs-inf-checkTable__subTable td {
  padding: 3px;
}
.drs-inf-checkTable__subTable tr:first-child th {
  padding-top: 0;
}
.drs-inf-checkTable__subTable tr:first-child td {
  padding-top: 0;
}
.drs-inf-checkTable__subTable tr:last-child th {
  padding-bottom: 0;
}
.drs-inf-checkTable__subTable tr:last-child td {
  padding-bottom: 0;
}
.drs-inf-additional {
  margin: 20px 10px;
  text-align: center;
}
.drs-inf-completionMessage {
  margin: 30px auto;
  padding: 20px;
}
.drs-inf-completionMessage__headline {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.drs-inf-completionMessage__message {
  margin-top: 20px;
  color: #083D98;
  font-size: 24px;
  font-weight: bold;
}
.drs-inf-completionMessage__note {
  margin-top: 30px;
  font-size: 16px;
}
.drs-inf-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.drs-inf-main .drs-pageTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
.drs-inf-main .drs-messageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.drs-inf-main .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
}
.drs-inf-conditionArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  font-size: 11.5px;
}
.drs-inf-conditionArea .drs-buttonArea {
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.drs-inf-conditionArea form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 55px;
}
.drs-inf-conditionArea form .drs-searchConditionPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-conditionArea form .drs-searchConditionPanel__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.drs-inf-conditionArea form .drs-searchConditionPanel__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 90px;
  overflow: auto;
  width: 700px;
  padding-bottom: 10px;
}
.drs-inf-searchArea{
  padding: 0.5em 1em;
  border: solid 1px #C0C0C0;
  border-radius: 10px;
}

.drs-inf-conditionArea form .drs-searchConditionPanel .drs--label {
  min-width: 5.5em;
}

.drs-footer {
  margin-top: 10px;
}
.drs-footer__copyright {
  margin-bottom: 4px;
  color: #999;
  font-size: 11px;
  text-align: center;
}
/* 詳報データ検索 add End */

/* 詳報データ検索結果 add Start */
.drs-inf-kekka-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  margin: 0px 30px;
  overflow-y: hidden;
}
.drs-inf-kekka-main .drs-pageTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
.drs-inf-kekka-main .drs-messageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.drs-inf-kekka-main .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
}

.drs-inf-kekka-resultArea {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-kekka-resultArea table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea table tbody tr td:nth-of-type(1) {
  text-align: center;
}
.drs-inf-etsuranStatusSub table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-etsuranStatusSub table tbody tr td {
  text-align: center;
}
.drs-inf-etsuranStatusSub table tbody tr td:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea .drs-searchResultPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-inf-kekka-resultArea .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.drs-resultArea__errorMessage {
  padding-top: 8px;
  text-align: center;
  color: #F36;
}
.result_tooltip table td {
  width: 90px;
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.result_tooltip table tr:hover td {
  white-space: normal;
  width: auto;
  overflow: visible;
  text-overflow: clip;
}
.result_tooltip table thead tr th {
  white-space: nowrap;
}

.drs-button2 {
  min-width: 50px;
  height: 24px;
  padding: 4px 1em;
  background: #083D98;
  border: 2px solid #083D98;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*
.drs-button2:focus {
  outline: none;
}
*/
.drs-button2:hover {
  background: #93b6f3;
  font-weight: bold;
  color: #083D98;
}
.drs-button2:active {
  background: #C0C0C0;
  color: #083D98;
}
.drs-button2:disabled {
  background: #083D98;
  font-weight: normal;
  color: #FFF;
  opacity: 0.5;
}
.drs-button2--alt {
  background: #FFF;
  color: #083D98;
}
.drs-button2--alt:hover {
  background: #DDD;
}
.drs-button2--alt:active {
  background: #C0C0C0;
}
.drs-button2--alt:disabled {
  background: #FFF;
  font-weight: normal;
  opacity: 0.5;
}
.drs-button2--file {
  margin: 1px;
  padding: 2px 0.5em;
  min-width: 0;
  height: auto;
  border-radius: 3px;
  font-size: 1.0rem;
}

/* 詳報データ検索結果 add End */

/* 06 add start */
.drs-buttonArea-right {
  margin-top: 20px;
  margin-right: 20%;
  margin-bottom: 20px;
  margin-left: 80%;
  text-align: center;
}
.drs-buttonArea-right2 {
  margin-top: 40px;
  margin-right: 30%;
  margin-bottom: 20px;
  margin-left: 70%;
  text-align: center;
}
.drs-ns-button {
  position: relative;
  left: 2%;
  min-width: 50px;
  height: 20px;
  background: #083d98;
  border: 2px solid #083d98;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.0rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drs-ns-button:focus {
  outline: none;
}
.drs-ns-button:hover {
  background: #93b6f3;
  font-weight: bold;
  color: #083d98;
}
.drs-ns-button:active {
  background: #f7d76b;
  color: #083d98;
}
.drs-ns-button:disabled {
  background: #083d98;
  font-weight: normal;
  color: #FFF;
  opacity: 0.5;
}
.muko-data {
  background: #8E8E8E !important;
}
.drs-userSearch__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #C0C0C0;
  min-width: 800px;
  text-align: center;
  margin: 0px 30px;
}
.drs-searchConditionPanel__title {
  color: #235180;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.drs-userSearch__body {
  background: #F0F0F0;
  min-width: 800px;
  margin: 0px 30px;
}
.drs-userSearch__body > table {
  border-collapse: collapse;
  word-break: break-all;
}
.drs-userSearch__body > table > tbody > tr {
  border-bottom: 1px solid #C0C0C0;
}
.drs-userSearch__body > table > tbody > tr:last-child {
  border: none;
}
.drs-userSearch__body > table > tbody > tr > th.drs--multiLine {
  padding-top: 11px;
  vertical-align: top;
}
.drs-userSearch__body > table > tbody > tr > td {
  padding: 5px;
}
.drs-userSearch__body > table > tbody > tr > td .drs-wrapContainer, .drs-userSearch__body > table > tbody > tr > td .drs-userSearch__option {
  margin: 0 4px;
}
.drs-userSearch__body > table > tbody > tr > td .drs-stackContainer {
  margin: 0 4px;
}
.drs-userSearch__body > table > tbody > tr > td .drs--label {
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
  color: #235180;
  text-align: right;
}
.drs-userSearch__body > table > tbody > tr > td .drs--label:first-child {
  margin-left: 0;
}
.drs-userSearch__body > table > tbody > tr > td .drs--unit {
  color: #777;
}
.drs-userSearch__body > table > tbody > tr > td select {
  width: 12em;
  margin: 0px 4px;
  padding: 2px;
}
.drs-userSearch__body > table > tbody > tr > td input[type=text],
.drs-userSearch__body > table > tbody > tr > td input[type=password] {
  width: 12em;
  margin: 0px 4px;
  padding: 2px;
}
.drs-userSearch__body > table > tbody > tr > td textarea {
  height: 8em;
  min-height: 3em;
  resize: vertical;
}
.drs-userSearch__body > table > tbody > tr > td .Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}
.drs-initialPass label {
  color: #235180;
  font-weight: bold;
}
.drs-initialPass .drs--value {
  font-size: 150%;
  font-weight: bold;
}
.drs-initialPass .drs--unit {
  color: #777;
}
.drs-inf-searchArea-ns{
  padding: 0.5em 1em;
  border: solid 1px #C0C0C0;
  border-radius: 10px;
  max-width: 1000px;
}
.drs-searchConditionPanel__body-ns {
  background: white;
}
.drs-searchConditionPanel__body-ns > table {
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  width: 100%;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr {
  border-bottom: 0px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr:last-child {
  border: none;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > th {
  width: 15%;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > th.drs--multiLine {
  padding-top: 11px;
  vertical-align: top;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td {
  padding: 5px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .drs-wrapContainer, .drs-searchConditionPanel__body > table > tbody > tr > td .drs-searchConditionPanel__option {
  margin: 0 4px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .drs-stackContainer {
  margin: 0 4px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .drs--label {
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
  color: #083D98;
  text-align: right;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .drs--label:first-child {
  margin-left: 0;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .drs--unit {
  color: #777;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td input[type=text],
.drs-searchConditionPanel__body-ns > table > tbody > tr > td input[type=password] {
  width: 30em;
  padding: 2px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td textarea {
  width: 100%;
  height: 8em;
  min-height: 3em;
  resize: vertical;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td select {
  width: 30em;
  margin: 0px;
  padding: 2px;
}
.drs-searchConditionPanel__body-ns > table > tbody > tr > td .Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}
.drs-inf-kekka-resultArea-ns {
  margin-top: 30px;
  max-width: 1000px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-kekka-resultArea-ns table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-ns table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-ns table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-ns table tbody tr td:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-ns .drs-searchResultPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-inf-kekka-resultArea-ns .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.drs-inf-kekka-resultArea-us {
  margin-top: 10px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-kekka-resultArea-us table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-us table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-us table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-us table tbody tr td:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-us .drs-searchResultPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-inf-kekka-resultArea-us .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.drs-inf-kekka-resultArea-anken {
  margin-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-kekka-resultArea-anken table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-left: 10px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-anken table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-anken table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
}
.drs-inf-kekka-resultArea-anken table tbody tr td:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-anken .drs-searchResultPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-inf-kekka-resultArea-anken .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.result_tooltip table td {
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.result_tooltip table tr:hover td {
  white-space: normal;
  width: auto;
  overflow: visible;
  text-overflow: clip;
  word-wrap: break-word;
}
.result_tooltip table thead tr th {
  white-space: nowrap;
}
.result_tooltip_anken table td {
  text-overflow: ellipsis;
  overflow: visible;
  white-space: pre-line;
}
.result_tooltip_anken table tr:hover td {
  overflow: visible;
  text-overflow: clip;
  word-wrap: normal;
}
.result_tooltip_anken table thead tr th {
  white-space: nowrap;
}
.button_pre{
	white-space: nowrap !important;
}

.comment-disabled{
	pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333
}

.drs-jigyoshaAnkenTaioBikoCell > input {
	width:100%;
}
.drs-button3 {
  min-width: 50px;
  height: 24px;
  padding: 4px 1em;
  background: #083D98;
  border: 2px solid #083D98;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.0rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drs-button3:hover {
  background: #93b6f3;
  font-weight: bold;
  color: #083D98;
}
.drs-button3:active {
  background: #C0C0C0;
  color: #083D98;
}
.drs-button3:disabled {
  background: #083D98;
  font-weight: normal;
  color: #FFF;
  opacity: 0.5;
}
.drs-button3--alt {
  background: #FFF;
  color: #083D98;
}
.drs-button3--alt:hover {
  background: #DDD;
}
.drs-button3--alt:active {
  background: #C0C0C0;
}
.drs-button3--alt:disabled {
  background: #FFF;
  font-weight: normal;
  opacity: 0.5;
}
.drs-button3--file {
  margin: 1px;
  padding: 2px 0.5em;
  min-width: 0;
  height: auto;
  border-radius: 3px;
  font-size: 1.0rem;
}
/* 06 add end */

/* 11/08 add start */
.drs-attachmentSelector__fileName2 {
  width: 14em;
  border: 1px solid #CCC;
}
.drs-ankenShosaiPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-ankenShosaiPanel__body {
  border: 1px solid #C0C0C0;
}
.drs-ankenShosaiPanel__body .dataTables_scrollBody {
  border-bottom: none !important;
}
.drs-ankenShosaiPanel__body table {
  border-collapse: collapse;
}
.drs-ankenShosaiPanel__body table.dataTable thead th {
  border-bottom: none;
}
.drs-ankenShosaiPanel__body table th {
  padding: 6px;
  background: #C0C0C0;
  border-right: 1px solid #FFF;
}
.drs-ankenShosaiPanel__body table td {
  padding: 6px;
  background: #FFF;
  border-right: 1px solid #C0C0C0;
}
.drs-ankenShosaiPanel__body table tbody tr:nth-child(even) td {
  background: #EEE;
}
/*
.drs-ankenShosaiPanel__body table tbody tr:hover td {
  background: #93b6f3;
  color: #083D98;
}
*/
.drs-ankenShosaiPanel__body table tbody tr:active td {
  background: #C0C0C0;
}

.drs-ankenShosaiPanelArea{
  padding: 0.5em 1em;
  border: solid 0px #C0C0C0;
  border-radius: 10px;
}
.drs-ankenShosaiFileNameCell{
	max-width:120px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.drs-ankenShosaiRegistNameCell{
	max-width:47px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.drs-ankenShosaiBikoCell > input {
	width:100%;
}
.drs-ankenShosaiAreaDisable{
  background-color:#e0e0e0;
  opacity:0.9;
}
.jigyoshoTantoshaJoho-notice-message{
  color: #F33;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
}
.drs-ankenShosaiMessageArea {
  color: #F33;
  font-size: 1.3em;
  text-align: left;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 10px;
}
.drs-ankenShosaiNoticeMessage {
  color: #F33;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
#drs-ankenShosaiMessageArea11, #drs-ankenShosaiMessageArea12, #drs-ankenShosaiMessageArea13, #drs-ankenShosaiMessageArea14{
  padding-bottom:8px;
}
.drs-inf-main .drs-ankenShosaiMessageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
/* 11/08 add end */
#loading {
  display:table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-size:30px;
  background-color: #fff;
  opacity:0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
}
.niteDialog .ui-widget-header {
	background:#C71585;
	color:#ffffff;
	font-weight:bold;
}
#page_top{
	width: 50px;
	height: 30px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: #083D98;
	opacity: 0.6;
	border-radius: 15%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 30px;
	text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
  font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* 2021/03/01 add start */
.drs-inf-kekka-resultArea-group {
  margin-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drs-inf-kekka-resultArea-group table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-left: 10px;
  word-wrap: break-word;
}
.drs-inf-kekka-resultArea-group table thead tr th:nth-of-type(1) {
  text-align: center;
}
.drs-inf-kekka-resultArea-group table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
}
.drs-inf-kekka-resultArea-group table tbody tr td:nth-of-type(1) {
  text-align: left;
}
.drs-inf-kekka-resultArea-group .drs-searchResultPanel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.drs-inf-kekka-resultArea-group .drs-buttonArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.drs-shareAreaOperationButtonCell{
	max-width:80px;
	white-space:nowrap;
	overflow:hidden;
}
.drs-shareAreaFileNameCell{
	max-width:200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.drs-shareAreaFileRegistCell{
	max-width:200px;
	overflow:hidden;
}
.drs-shareAreaCheckCell{
	max-width:40px;
	white-space:nowrap;
	overflow:hidden;
}
.drs-shareAreaRegistDateCell{
	max-width:100px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.drs-shareAreaRegistUserNameCell{
	max-width:150px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.drs-shareAreaBikoCell > input {
	width:100%;
}
/* 2021/03/01 add end */

/* 2023/01/16 add start */
#message_area{
	margin:20px;
	color:#f00;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

.drs-jigyoshaAnkenTaio_annotation{
	color:#f00;
	font-weight:bold;
	font-size:11.5px;
}
.drs-rightAlignment{
	text-align:right;
}
.drs-inf-searchArea-bc{
	background-color:white;
}
.drs-inf-table-width{
	width:100%;
}
.drs-searchConditionPanel__body-ns > .drs-inf-table-width2{
	width:50%;
	float:left;
}
.drs-inf-thead-style{
	padding:10px 0;
}
.clearfix::after{
	content:"";
	display:block;
	clear:both;
}
.drs-searchConditionPanel__body-ns > ul{
	list-style:none;
	padding:0;
	font-size:1.5em;
}
.drs-searchConditionPanel__body-ns > ul ul{
	list-style:none;
	padding-left:1em;
	font-size:1em;
}
.drs-searchConditionPanel__body-ns a{
	text-decoration:none;
}
.drs-searchConditionPanel__body-ns a[href="#"]{
	color: #33F;
}
/* 2023/01/23 add end */