@charset "UTF-8";
dialog.caution {
  padding: 1em;
}
dialog.caution div.title {
  display: flex; /* 横並びにする */
  align-items: center; /* 縦中央揃え */
  gap: 0.5em; /* 画像とテキストの間の余白 */
  padding-bottom: 0.5em;
}
dialog.caution div.title img {
  width: 2em;
  height: 2em;
}
dialog.caution div.title b {
  font-size: 1.2em;
  margin: 0;
}
dialog.caution div.document {
  width: 100%;
  line-height: 1.2em;
}
dialog.caution div.document s {
  font-size: 0.8em;
  text-align: center;
}
dialog.caution div.button_area {
  text-align: center;
  margin: 1em 0 0 0;
}

.ui_Ymd-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 2px;
  border-radius: 4px;
  position: relative;
}
.ui_Ymd-wrapper img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 0;
}
.ui_Ymd-wrapper input.ui_ymd {
  border: none;
  outline: none;
  width: 6em;
  text-align: left;
  padding-left: 0.25em;
  margin: 0;
  font-family: "BIZ UDGothic", "ＭＳ ゴシック", "MS Gothic", "Courier New", Consolas, monospace;
}
.ui_Ymd-wrapper input.ui_ymd.error {
  background-color: #ffe4e1;
}
.ui_Ymd-wrapper input.ui_ymd:focus {
  background-color: #fff9c4;
}

#ui_dialog_Ymd {
  position: absolute;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
  padding: 6px;
}
#ui_dialog_Ymd .button {
  cursor: pointer;
  padding: 2px 4px;
  background: #eee;
  border-radius: 4px;
}
#ui_dialog_Ymd table.ui_Calendar {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
#ui_dialog_Ymd table.ui_Calendar th {
  border: 1px solid #ddd;
  cursor: pointer;
  width: 2.5em;
  height: 1.5em;
  font-size: 0.8em;
  padding: 4px;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-hd th {
  text-align: center;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-hd th:first-child {
  border-right: none;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-hd th:last-child {
  border-left: none;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-hd th b {
  font-size: 1em;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-hd th i {
  font-size: 0.75em;
  font-style: normal;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-DayOfWeek th {
  font-size: 0.8em;
  padding: 1px 0.5em;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-DayOfWeek th:first-child {
  background-color: #efbfc6;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-DayOfWeek th:last-child {
  background-color: #c4dff2;
}
#ui_dialog_Ymd table.ui_Calendar td {
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
  padding: 2px;
}
#ui_dialog_Ymd table.ui_Calendar td:hover {
  background: #f0f8ff;
}
#ui_dialog_Ymd table.ui_Calendar td.selected {
  font-weight: bold;
  border: 1px solid red;
  color: red;
  background: #dbecaf;
  border-radius: 4px;
}
#ui_dialog_Ymd table.ui_Calendar td:first-child {
  background-color: #efbfc6;
}
#ui_dialog_Ymd table.ui_Calendar td:last-child {
  background-color: #c4dff2;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-ft th {
  height: 1.5em;
  padding: 4px 0;
  vertical-align: middle;
}
#ui_dialog_Ymd table.ui_Calendar tr.uiYmd-ft th a.button {
  border: 1px solid grey;
  margin: 0 0.5em;
}

.ui_Ymds-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 6px;
  border-radius: 4px;
  position: relative;
}
.ui_Ymds-wrapper img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 0;
}
.ui_Ymds-wrapper textarea.ui_ymds {
  border: none;
  outline: none;
  resize: none;
  width: 6.5em;
  overflow-x: hidden;
  overflow-y: hidden;
  resize: vertical;
  font-family: "BIZ UDGothic", "ＭＳ ゴシック", "MS Gothic", "Courier New", Consolas, monospace;
}
.ui_Ymds-wrapper textarea.ui_ymds.scroll {
  overflow-y: auto;
}
.ui_Ymds-wrapper textarea.ui_ymds.fix {
  resize: none;
}
.ui_Ymds-wrapper textarea.ui_ymds.error {
  background-color: #ffe4e1;
}
.ui_Ymds-wrapper textarea.ui_ymds:focus {
  background-color: #fff9c4;
}

.ui_Ym-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 2px;
  border-radius: 4px;
  position: relative;
}
.ui_Ym-wrapper img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 0;
}
.ui_Ym-wrapper input.ui_ym {
  border: none;
  outline: none;
  width: 4.5em;
  text-align: left;
  padding-left: 0.25em;
  margin: 0;
  font-family: "BIZ UDGothic", "ＭＳ ゴシック", "MS Gothic", "Courier New", Consolas, monospace;
}
.ui_Ym-wrapper input.ui_ym.error {
  background-color: #ffe4e1;
}
.ui_Ym-wrapper input.ui_ym:focus {
  background-color: #fff9c4;
}

#ui_dialog_Ym {
  position: absolute;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
  padding: 6px;
}
#ui_dialog_Ym .button {
  cursor: pointer;
  padding: 2px 4px;
  background: #eee;
  border-radius: 4px;
}
#ui_dialog_Ym table.ui_Calendar {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
#ui_dialog_Ym table.ui_Calendar th {
  border: 1px solid #ddd;
  cursor: pointer;
  width: 2.5em;
  height: 1.5em;
  font-size: 0.8em;
  padding: 4px;
}
#ui_dialog_Ym table.ui_Calendar th[rowspan="3"] {
  font-size: 0.75em;
  vertical-align: bottom;
  text-align: center;
  color: #666;
}
#ui_dialog_Ym table.ui_Calendar th i {
  font-size: 0.75em;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-hd th {
  text-align: center;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-hd th:first-child {
  border-right: none;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-hd th:last-child {
  border-left: none;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-hd th b {
  font-size: 1em;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-hd th i {
  font-size: 0.75em;
  font-style: normal;
}
#ui_dialog_Ym table.ui_Calendar td {
  border: 1px solid #ddd;
  cursor: pointer;
  width: 2em;
  height: 2em;
  font-size: 0.8em;
  padding: 2px;
}
#ui_dialog_Ym table.ui_Calendar td:hover {
  background: #f0f8ff;
}
#ui_dialog_Ym table.ui_Calendar td.selected {
  font-weight: bold;
  border: 1px solid red;
  color: red;
  background: #dbecaf;
  border-radius: 4px;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-ft th {
  height: 1.5em;
  padding: 4px 0;
  vertical-align: middle;
}
#ui_dialog_Ym table.ui_Calendar tr.uiYm-ft th a.button {
  border: 1px solid grey;
  margin: 0 0.5em;
}

.ui_Hm-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 2px;
  border-radius: 4px;
  position: relative;
}
.ui_Hm-wrapper img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 0;
}
.ui_Hm-wrapper input.ui_hm {
  border: none;
  outline: none;
  width: 3.25em;
  text-align: left;
  padding-left: 0.25em;
  margin: 0;
  font-family: "BIZ UDGothic", "ＭＳ ゴシック", "MS Gothic", "Courier New", Consolas, monospace;
}
.ui_Hm-wrapper input.ui_hm.error {
  background-color: #ffe4e1;
}
.ui_Hm-wrapper input.ui_hm:focus {
  background-color: #fff9c4;
}

#ui_dialog_Hm {
  position: absolute;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
  padding: 6px;
  border-radius: 5px;
  padding: 10px;
}
#ui_dialog_Hm .button {
  cursor: pointer;
  padding: 2px 4px;
  background: #eee;
  border-radius: 4px;
}
#ui_dialog_Hm table.ui_time {
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
#ui_dialog_Hm table.ui_time td,
#ui_dialog_Hm table.ui_time th {
  vertical-align: middle;
  padding: 0;
  width: auto;
}
#ui_dialog_Hm table.ui_time td.Hour.Just, #ui_dialog_Hm table.ui_time td.Minute.Just, #ui_dialog_Hm table.ui_time td.colon {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  background-color: #f0f8ff;
  padding: 2px 0;
  transform: scaleX(1);
  width: 24px;
}
#ui_dialog_Hm table.ui_time td.colon {
  width: 8px;
}
#ui_dialog_Hm table.ui_time td.Prv, #ui_dialog_Hm table.ui_time td.Next {
  padding: 2px 0;
}
#ui_dialog_Hm a.button {
  cursor: pointer;
  margin: 2px;
  padding: 2px 4px;
  background: #eee;
  border-radius: 4px;
}
#ui_dialog_Hm .button_area a {
  cursor: pointer;
  margin: 0 5px;
  padding: 2px 4px;
  background: #eee;
  border-radius: 4px;
  border: 1px solid black;
}

.ui_currency-wrapper {
  display: inline-flex;
  align-items: center;
}
.ui_currency-wrapper input.ui_currency {
  width: 6em;
  text-align: right;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.ui_currency-wrapper span {
  margin-top: 0.75em;
  margin-left: 0.25em;
  font-size: 0.8em;
}

.ui_limit-wrapper {
  display: inline-flex;
  align-items: center;
}
.ui_limit-wrapper input.ui_limit {
  width: 6em;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.ui_limit-wrapper span {
  margin-top: 0.75em;
  margin-left: 0.25em;
  font-size: 0.8em;
}

.ui_pulldown-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
}
.ui_pulldown-wrapper > span {
  display: inline-block;
  padding: 0.125em 0.5em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 4px;
}
.ui_pulldown-wrapper ol {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  width: auto;
  z-index: 100;
}
.ui_pulldown-wrapper ol li {
  padding: 0.125em 0.5em;
}
.ui_pulldown-wrapper ol li:not(:first-child) {
  border-top: 1px dotted gray;
}
.ui_pulldown-wrapper ol li:hover {
  background: #eee;
}
.ui_pulldown-wrapper.open ol {
  display: block;
}

input.ui_line, input.ui_mail, input.ui_tel {
  border: 1px solid #ccc;
  padding: 0 0.5em 1px 0.5em;
}

span.ui_io_mail-error-msg, span.ui_io_tel-error-msg, span.ui_io_limit-error-msg {
  color: red;
  margin-left: 1em;
  font-size: 0.8em;
}

textarea.ui_box {
  border: 1px solid #ccc;
  padding: 0 0.5em 1px 0.5em;
}

label.ui_check_wp {
  margin-right: 1em;
}
label.ui_check_wp input.ui_check {
  margin-right: 0.25em;
  transform: translateY(2px);
}

label.file-upload {
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: whitesmoke;
}
label.file-upload img {
  width: 1.25em;
  height: auto;
  vertical-align: middle;
}

div.file-upload-List {
  border: 2px solid blue;
  width: auto;
}
div.file-upload-List table.one-upload-file th.file-name {
  height: 2.5em;
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid silver;
  width: 5em;
}
div.file-upload-List table.one-upload-file td.file-size {
  width: 4em;
  padding: 0.25em 0.5em;
  text-align: right;
  border: 1px solid silver;
}
div.file-upload-List table.one-upload-file td button {
  margin: 0;
  padding: 0;
}
div.file-upload-List table.one-upload-file td button img {
  width: 1em;
  height: auto;
  margin: 0.25em 0.5em 0 0.5em;
}/*# sourceMappingURL=ui_io.css.map */