@charset "UTF-8";

/* table */
/* 幅の調整 */
table {
  table-layout: fixed;
  overflow-wrap: anywhere;
  word-break: break-all;
}
/* 表の最下部に下線を引く */
.table-border {
  margin-bottom: 0px;
  border-bottom: 1px solid #aaa;
}

/* 画面左上の戻るリンク */
/* アイコンと文字の間隔 */
.back-link-margin {
  margin-right: 10px;
}

/* 文字フォントレイアウト */
/* 警告文字(赤) */
.alarm {
  color: red;
}

/* リストボックスの横幅を中身に合わせる */
.auto-size-pulldown {
  width: auto;
}

/* チェックボックス列の幅を設定 */
.input-button {
  width: 5%;
}

/* 確認ダイアログのレイアウト */
.confirm-action-data {
  width: 400px;
  border-style: solid;
  border-width: 1px;
  height: 190px;
  margin: 8px 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0px !important;
}
.confirm-action-data td {
	width: 400px;
}

/* ヘッダータイトルのレイアウト */
.header-title-custom {
  padding-top: 1px;
  height: 50px;
  line-height: 40px;
}

/* 該当件数を右寄せにする */
.number-of-results {
  float: right;
}

/* テキストエリアの高さを変更可能にする */
.textarea-resize {
  resize: vertical;
}

/* 検索結果を右寄せにする */
.total-results {
  float: right;
}
