@charset "UTF-8";
table.ui_Calendar {
  font-family: "BIZ UDPGothic", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  width: 20em;
  margin: 2px;
}
table.ui_Calendar thead th {
  height: 1.25em;
  border: 2px solid black;
  border-right: 0;
  border-bottom: 0;
  padding-top: 0.25em;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
table.ui_Calendar thead th:not(.uiYmd-count) {
  border-right: 0;
}
table.ui_Calendar thead th b.uiYmd-space {
  margin: 0 0.5em;
}
table.ui_Calendar thead th b.uiYmd-month {
  width: 2em;
}
table.ui_Calendar thead th i {
  font-size: 0.75em;
  line-height: 1.5em;
}
table.ui_Calendar thead th a.button {
  background-color: white;
  color: rgb(200, 10, 10);
  font-size: 1.5em;
  line-height: 0.75em;
  padding: 0 0.25em;
  border: 0;
}
table.ui_Calendar thead th.uiYmd-th-today {
  padding-top: 0.125em;
  border-left: 0;
  border-right: 2px solid black;
}
table.ui_Calendar thead th.uiYmd-th-today a.uiYmd-Today.button {
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  color: black;
  padding: 2px 0.25em;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 0 0 1em;
}
table.ui_Calendar thead th.uiYmd-th-today span.uiYmd-count {
  border-left: 0;
  font-size: 0.5em;
  vertical-align: bottom;
  padding: 2px;
  color: gray;
}
table.ui_Calendar tbody th, table.ui_Calendar tbody td {
  border: 1px solid black;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.ui_Calendar tbody th:first-child, table.ui_Calendar tbody td:first-child {
  color: rgb(200, 10, 10);
  background-color: mistyrose;
  border-left: 2px solid black;
}
table.ui_Calendar tbody th:last-child, table.ui_Calendar tbody td:last-child {
  color: darkblue;
  background-color: lightblue;
  border-right: 2px solid black;
}
table.ui_Calendar tbody th {
  padding: 2px;
}
table.ui_Calendar tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
table.ui_Calendar tbody td.today {
  border: 2px dotted red;
}
table.ui_Calendar tbody td.select {
  background-color: chocolate;
}
table.ui_Calendar tbody td.exist {
  padding: 2px;
}
table.ui_Calendar tbody td:not(.exist) {
  background-color: gray;
}
table.ui_Calendar tbody tr.uiYmd-ft th {
  background-color: gray;
  height: 1.5em;
  padding: 0.25em 0;
  vertical-align: bottom;
  border-bottom: 2px solid black;
}
table.ui_Calendar tbody tr.uiYmd-ft a.button {
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  color: black;
  padding: 2px 0.25em;
  margin: 0 0.5em;
}
table.ui_Calendar tbody tr.uiYmd-ft a.button:last-child {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 0 0 2em;
}

table.ui_CalendarM {
  font-family: "BIZ UDPGothic", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  width: 15em;
  margin: 2px;
}
table.ui_CalendarM thead th {
  height: 1.25em;
  border: 2px solid black;
  border-bottom: 0;
  padding-top: 0.25em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.ui_CalendarM thead th:first-child {
  border-right: 0;
}
table.ui_CalendarM thead th:last-child {
  border-left: 0;
  padding-top: 0.125em;
}
table.ui_CalendarM thead b.uiYm-space {
  margin: 0 0.5em;
}
table.ui_CalendarM thead i {
  font-size: 0.75em;
  line-height: 1.5em;
}
table.ui_CalendarM thead a.button {
  background-color: white;
  color: rgb(200, 10, 10);
  font-size: 1.5em;
  line-height: 0.75em;
  padding: 0 0.25em;
  border: 0;
}
table.ui_CalendarM thead a.uiYm-Today.button {
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  padding: 2px 0.25em;
  color: black;
  font-size: 0.75em;
  line-height: 1.5em;
}
table.ui_CalendarM tbody th, table.ui_CalendarM tbody td {
  border: 1px solid black;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.ui_CalendarM tbody th:last-child, table.ui_CalendarM tbody td:last-child {
  border-right: 2px solid black;
}
table.ui_CalendarM tbody th {
  border-left: 2px solid black;
  padding: 0 0.125em;
}
table.ui_CalendarM tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 2.25em;
  height: 1.5em;
}
table.ui_CalendarM tbody td.select {
  background-color: chocolate;
}
table.ui_CalendarM tbody tr.uiYm-ft th {
  background-color: gray;
  height: 1.5em;
  padding: 0.125em 0 0.25em 0;
  vertical-align: bottom;
  border-bottom: 2px solid black;
}
table.ui_CalendarM tbody tr.uiYm-ft a.button {
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  color: black;
  padding: 2px 0.25em;
  margin: 0 0.5em;
}
table.ui_CalendarM tbody tr.uiYm-ft a.button:last-child {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 0 0 1em;
}

table.ui_time {
  font-family: "BIZ UDPGothic", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  width: auto;
  margin: 2px;
  border: 2px solid black;
}
table.ui_time th {
  text-align: center;
  vertical-align: middle;
}
table.ui_time th.div {
  width: 0.5em;
}
table.ui_time th.button_area {
  width: 4.5em;
}
table.ui_time th.button_area {
  border: 2px solid black;
  background-color: gray;
}
table.ui_time td {
  text-align: center;
}
table.ui_time td.Prve {
  vertical-align: bottom;
  background-color: lightgray;
  font-size: 0.8em;
  line-height: 0.8em;
  padding: 0.125em 0;
}
table.ui_time td.Just {
  width: 2em;
  vertical-align: middle;
  background-color: white;
  font-size: 1.125em;
  line-height: 1.125em;
  padding: 0.125em 0 0.0625em 0;
}
table.ui_time td.Next {
  vertical-align: top;
  background-color: lightgray;
  font-size: 0.8em;
  line-height: 0.8em;
  padding: 0.125em 0;
}
table.ui_time td.colon {
  background-color: white;
  line-height: 1.25em;
  padding: 0.125em 0 0.0625em 0;
}
table.ui_time td.div {
  background-color: lightgray;
  width: 0.5em;
}
table.ui_time a.ui_HM.button {
  color: rgb(200, 10, 10);
}
table.ui_time a.ui_HM.button-Cancel, table.ui_time a.ui_HM.button-Clear {
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  color: black;
  padding: 2px 0.25em;
  line-height: 2em;
}
table.ui_time a.ui_HM.button-OK {
  font-size: 1.25em;
  border: 1px solid maroon;
  border-radius: 0.25em;
  background-color: white;
  color: black;
  padding: 2px 0.25em;
  line-height: 2em;
}

/*
<div class="ui_Ymd">
  <a class="ui_button">
    <input type="date" class="ui_Event" value="" />
    <img src="/img/ui_button_calendar.gif" />
  </a>
</div>
*/
div.ui_Ymd {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
}
div.ui_Ymd a.ui_button {
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: whitesmoke;
}
div.ui_Ymd a.ui_button:hover {
  background-color: #e0e0e0;
}
div.ui_Ymd a.ui_button:focus-within {
  border: 2px solid black;
  background-color: Moccasin;
}
div.ui_Ymd a.ui_button.change {
  border-color: black;
}
div.ui_Ymd a.ui_button input.ui_Event {
  width: 8em;
  border: none;
  outline: none;
  font-size: 1em;
  background: transparent;
  padding-right: 2em;
  cursor: pointer;
}
div.ui_Ymd a.ui_button input.ui_Event::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
div.ui_Ymd a.ui_button img {
  width: 1.5em;
  height: 1.5em;
  margin-left: -1.8em;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}
div.ui_Ymd div.ui_dialog_Ymd {
  display: none;
  position: absolute;
  background: white;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1000;
}

/*
<div class="ui_Ymds">
  <a class="ui_button">
    <textarea class="ui_Event" cols="10" rows="4"></textarea>
    <img src="/img/ui_button_calendar.gif" />
  </a>
</div>
*/
div.ui_Ymds {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
}
div.ui_Ymds a.ui_button {
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: whitesmoke;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-decoration: none;
}
div.ui_Ymds a.ui_button.change {
  border-color: black;
}
div.ui_Ymds a.ui_button:hover {
  background-color: #e0e0e0;
}
div.ui_Ymds a.ui_button:focus-within {
  border: 2px solid black;
  background-color: Moccasin;
}
div.ui_Ymds a.ui_button textarea.ui_Event {
  font-size: 1em;
  cursor: pointer;
  resize: both;
  background: transparent;
  border: 1px solid gray;
  width: 7em;
  height: 100%;
  resize: vertical;
  min-width: 4em;
  min-height: 1em;
  flex-grow: 1;
}
div.ui_Ymds a.ui_button img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  align-self: center;
  cursor: pointer;
}
div.ui_Ymds div.ui_dialog_Ymds {
  display: none;
  position: absolute;
  background: white;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1000;
}

/*
<div class="ui_Ym">
  <a class="ui_button">
    <input type="month" class="ui_Event" value="2025-04-12" />
    <img src="/img/ui_button_calendar.gif" />
  </a>
</div>
*/
div.ui_Ym {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
}
div.ui_Ym a.ui_button {
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: whitesmoke;
}
div.ui_Ym a.ui_button:hover {
  background-color: #e0e0e0;
}
div.ui_Ym a.ui_button:focus-within {
  border: 2px solid black;
  background-color: Moccasin;
}
div.ui_Ym a.ui_button.change {
  border-color: black;
}
div.ui_Ym a.ui_button input.ui_Event {
  width: 8em;
  border: none;
  outline: none;
  font-size: 1em;
  background: transparent;
  padding-right: 2em;
  cursor: pointer;
}
div.ui_Ym a.ui_button input.ui_Event::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
div.ui_Ym a.ui_button img {
  width: 1.5em;
  height: 1.5em;
  margin-left: -1.8em;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}
div.ui_Ym div.ui_dialog_Ym {
  display: none;
  position: absolute;
  background: white;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1000;
}

/*
<div class="ui_HM">
  <a class="ui_button">
    <input type="time" class="ui_Event" value="" />
    <img src="/img/ui_button_clock.gif" />
  </a>
</div>
*/
div.ui_HHMM {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
}
div.ui_HHMM a.ui_button {
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: whitesmoke;
}
div.ui_HHMM a.ui_button:hover {
  background-color: #e0e0e0;
}
div.ui_HHMM a.ui_button:focus-within {
  border: 2px solid black;
  background-color: Moccasin;
}
div.ui_HHMM a.ui_button.change {
  border-color: black;
}
div.ui_HHMM a.ui_button input.ui_Event {
  width: 5.5em;
  border: none;
  outline: none;
  font-size: 1em;
  background: transparent;
  padding-right: 2em;
  cursor: pointer;
}
div.ui_HHMM a.ui_button input.ui_Event::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
div.ui_HHMM a.ui_button img {
  width: 1.5em;
  height: 1.5em;
  margin-left: -1.8em;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}
div.ui_HHMM div.ui_dialog_HHMM {
  display: none;
  position: absolute;
  background: white;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1000;
}

div.ui_Currency {
  display: inline-block;
}

span.ui_Currency-Yen-label {
  font-size: 0.8em;
  line-height: 4em;
}

input.ui_Currency {
  background-color: whitesmoke;
  border-width: 0.5px;
  border-style: solid;
  border-color: silver;
  border-radius: 0.25em;
  text-align: right;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
  line-height: 1.125em;
  cursor: pointer;
}
input.ui_Currency.focus {
  background-color: Moccasin;
}
input.ui_Currency.change {
  border-color: orange;
}

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_tool.css.map */