body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
		sans-serif;
	color: #333333;
	font-size: 0.8rem;
}

/* ロゴ */
nav [name='sysLogo'] {
	height: 20px;
	opacity: 80%;
}

/* ボタンエリア */
.btn-area {
	display: inline-block;
	background-color: #EDFAFD;
	border: 1px solid #DEF0F1;
	border-radius: 5px;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 10px 20px;
}

/* 検索条件エリア */
.search-cond-area {
	display: inline-block;
	border: 1px solid #BEE5EB;
	border-radius: 5px;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 10px 20px;
}
/* 検索条件エリア　改行設定 */
.search-cond-area span.nowrap {
	display: inline-block;
}

/* 本文ベース */
.container {
	max-width: 1500px;
	padding-top: 5.5rem;
	margin-bottom: 0.5em;
}

/* 画面タイトル */
h3 {
	font-size: 24px;
	border-bottom: 1px solid #ACDEE6;
}

/* アイコン */
span.fas, span.fab, span.far {
	margin-right: 5px;
}

.icon_only span.fas, .icon_only span.fab, .icon_only span.far {
	margin-right: 0;
}

/* ページング */
.pagination>li {
	display: inline;
}

/* クリック可能行、クリック可能列、オンマウス色 */
.clickable:hover td, td.clickable:hover, .hoverd {
	background-color: #E0FFE0;
	cursor: pointer;
}

/* 日付項目 */
.dp, .form-inline .dp, .form-control.tx_nm {
	width: 110px;
}
/* 年月項目 */
.ymp, .form-inline .ymp {
	width: 90px;
}
/* 時間項目（hh:ss形式用） */
.hm, .form-inline .hm, .form-control.tx_sm {
	width: 70px;
}
/* 時間項目 */
.tm, .form-inline .tm, .form-control.tx_xsm {
	width: 50px;
}

.btn, .form-control, .input-group-text, .dropdown-menu {
	font-size: 0.8rem;
}

.btn-sm {
	font-size: 0.7rem;
}

/*┌─────────────────────────
	メッセージ
　└───────────────────────── */
div.message {
	border-radius: 5px;
	width: 100%;
	padding: 10px 20px;
	margin: 5px 0;
}
/* メッセージエリア：Info */
div.message.info {
	background-color: #E5FBEE;
	border: 1px solid #9CD2B3;
}
/* メッセージエリア：Error */
div.message.error {
	background-color: #F7D6E8;
	border: 1px solid #E080B5;
}

/*┌─────────────────────────
	ログイン
　└───────────────────────── */
.login_body .card {
	margin-top: 50px;
}

.login_body [name='sysLogo'] {
	height: 30px;
	opacity: 80%;
}

/*┌───────────────────────
	ローディング
　└─────────────────────── */
.loading {
	z-index: 9900;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}

.loading_icon {
	background: url("../img/loading.gif") no-repeat center center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*┌─────────────────────────
	ドロップダウンメニュー
　└───────────────────────── */
/* ドロップダウンメニュー　アイコン */
nav .navbar-nav .dropdown-menu span.fas, nav .navbar-nav .dropdown-menu span.fab,
	nav .navbar-nav .dropdown-menu span.far {
	width: 16px;
	text-align: center;
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: #ECF1F7;
}

.dropdown-item:hover.dropdown-item:active {
	color: #212529;
	background-color: #DBE5F1;
}

/*┌─────────────────────────
    ドロップダウンメニュー 着信通知
　└───────────────────────── */
.notifier {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.notification-badge {
	position: relative;
	top: 2px;
	right: -2px;
	background: #EF476F;
	padding: 0 5px;
	width: 25px;
	height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	/* Safari,Chrome用 */
	-webkit-border-radius: 50%; /* Firefox用 */
	color: #fff;
	line-height: 22px;
	white-space: nowrap;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.notification {
	width: 400px;
}

.dropdown_menu_title {
	height: 60px;
	font-size: 1.1rem;
}

.notification_list {
	width: 400px;
	max-height: 360px;
	overflow-y: auto;
}

.notification_list>a>p {
	margin-bottom: 0px;
}

/*┌─────────────────────────
	テーブル
　└───────────────────────── */
.table {
	margin-bottom: 0px;
}

.table_edit, .table_view {
	margin-top: 5px;
	margin-bottom: 5px;
}

th.table-info {
	border-color: #86CFDA;
}

th.table-danger {
	border-color: #ED969E;
}
/* 縦位置　※ align-middle 指定と同じ内容 */
th, td {
	vertical-align: middle !important;
}

/* テーブル td 内のダミー行用下線 */
.table td div.row_line {
	border-bottom: solid 1px #E0E4E4;
}

/* テーブル td セル内アイコン */
.table td a span {
	margin-right: 0px;
}

.table_edit_sub {
	margin: 0;
}

.table_list th {
	white-space: nowrap;
}

.table_list th, .table_list td {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

/* リストはみだし設定 */
.abbr {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 0;
}

/* テーブルヘッダ固定 */
tbody.tbl_scroll {
	display: block;
	overflow-x: scroll;
	width: 1110px;
}
/* テーブルヘッダ固定 */
.tbl_scroll_y {
	overflow-y: scroll;
	max-height: 310px;
}

/* 合計行 */
.tr_total {
	font-weight: bold;
}

/**
table.scroll_y tbody,
table.scroll_y tr,
table.scroll_y th { 
    display: flex;
    border-collapse: separate;
    border-spacing: 0;
}

table.scroll_y tbody,
table.scroll_y tr {
    flex-direction: row;
    flex-wrap: wrap;
}

table.scroll_y tr {
    width: 100%;
}

table.scroll_y tbody {
    overflow-y: scroll;
    height: 150px;
}

table.scroll_y tr:not(:first-child) th,
table.scroll_y tr:not(:first-child) td {
  border-top: none;
}
table.scroll_y tr th:not(:first-child),
table.scroll_y tr td:not(:first-child) {
  border-left: none;
}

table.scroll_y tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #bee5eb;
    border: 1px solid #86cfda;
}

table.scroll_y td {
    border: 1px solid #dee2e6;
}

/* リストはみだし設定 
.abbr2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/

/* スクロールバーの実装 */
table.modal_scroll_y {
	display: block;
	overflow-y: auto;
	width: 100%;
	max-height: 40vh;
	border-collapse: separate;
	border-spacing: 0;
}

table.modal_scroll_y tr th {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #bee5eb;
	border: 1px solid #86cfda;
}

table.modal_scroll_y tr:not(:first-child) th, table.modal_scroll_y tr:not(:first-child) td
	{
	border-top: none;
}

table.modal_scroll_y tr th:not(:first-child), table.modal_scroll_y tr td:not(:first-child)
	{
	border-left: none;
}

table.modal_scroll_y tr td {
	border: 1px solid #dee2e6;
}

table td div.error-message:nth-of-type(1), table td div[class^="form-"]+.error-message,
	table td div.input-group+.error-message, table td div.alert-danger+.error-message,
	span[class~='error-message'] {
	margin-top: 4px;
}

/* ------------------------------
	テーブル：ボーダーなし設定
　------------------------------- */
/* テーブル　ボーダーなし設定：上下左右 */
.table .b_hdn_tblr {
	border: hidden;
}
/* テーブル　ボーダーなし設定：上下右 */
.table .b_hdn_tbr {
	border-top: hidden;
	border-bottom: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：上下左 */
.table .b_hdn_tbl {
	border-top: hidden;
	border-bottom: hidden;
	border-left: hidden;
}
/* テーブル　ボーダーなし設定：上下 */
.table .b_hdn_tb {
	border-top: hidden;
	border-bottom: hidden;
}
/* テーブル　ボーダーなし設定：上左 */
.table .b_hdn_tl {
	border-top: hidden;
	border-left: hidden;
}
/* テーブル　ボーダーなし設定：上右 */
.table .b_hdn_tr {
	border-top: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：下右 */
.table .b_hdn_br {
	border-bottom: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：上左右 */
.table .b_hdn_tlr {
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：下左右 */
.table .b_hdn_blr {
	border-bottom: hidden;
	border-left: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：左右 */
.table .b_hdn_lr {
	border-left: hidden;
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：上 */
.table .b_hdn_t {
	border-top: hidden;
}
/* テーブル　ボーダーなし設定：下 */
.table .b_hdn_b {
	border-bottom: hidden;
}
/* テーブル　ボーダーなし設定：左 */
.table .b_hdn_l {
	border-left: hidden;
}
/* テーブル　ボーダーなし設定：右 */
.table .b_hdn_r {
	border-right: hidden;
}
/* テーブル　ボーダーなし設定：右　右余白なし */
.table .b_hdn_r_pr0 {
	border-right: hidden;
	padding-right: 0;
}

/*┌─────────────────────────
	フォーム
　└───────────────────────── */
.btn {
	white-space: nowrap;
}

/* 未入力時代替文字列：文字色 */
.form-control::placeholder {
	color: #CCCCCC;
}

.form-control:-ms-input-placeholder {
	color: #CCCCCC;
}

.form-control::-ms-input-placeholder {
	color: #CCCCCC;
}
/* フォーム　縦位置中央揃え　※ align-items-center 指定と同じ内容 */
.form-row {
	align-items: center !important;
}
/* テキストボックス：パディング */
[type=text].form-control, [type=password].form-control {
	padding-left: 0.3rem !important;
	padding-right: 0.3rem !important;
}
/* セレクトボックス：パディング */
select.form-control {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
/* Inputグループ：ラベル：パディング */
.input-group-text {
	padding: 0.375rem 0.5rem;
}

/* 実績出力(科目指定) 科目カラム用flexbox */
.subject_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 35px;
	height: 460px;
}

/* 読取専用：背景色 */
input:read-only {
	background-color: #FFFFFF !important;
}

input:read-only:disabled {
	background-color: #E9ECEF !important;
}

.alert-danger input:read-only, input:read-only.alert-danger {
	background-color: #f8d7da !important;
}

/* エラー */
.alert-danger .form-control {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/*┌─────────────────────────
	DatePicker
　└───────────────────────── */
/* DatePicker：曜日色 */
.dp_sunday .ui-state-default {
	color: #DC3545 !important;
}

.dp_saturday .ui-state-default {
	color: #007BFF !important;
}

.dp_sunday   .ui-state-default.ui-state-active, .dp_saturday .ui-state-default.ui-state-active
	{
	color: #FFFFFF !important;
}
/* クリア・閉じるボタン設定 */
.ui-datepicker .ui-datepicker-buttonpane button {
	padding: 2px 4px;
	opacity: 1;
	filter: Alpha(Opacity = 100);
	font-size: 0.8em;
}

/*┌─────────────────────────
	YMPicker
　└───────────────────────── */
/* YMPicker */
#ui-datepicker-divYm {
	z-index: 1052;
}
/* YMPicker：月透明度 */
#ui-datepicker-divYm .ui-priority-secondary, #ui-datepicker-divYm .ui-widget-content .ui-priority-secondary,
	#ui-datepicker-divYm .ui-widget-header  .ui-priority-secondary {
	opacity: 1;
	filter: Alpha(Opacity = 100);
}
/* YMPicker：月文字表示位置 */
#ui-datepicker-divYm .ui-datepicker-calendar td a {
	padding-right: 10px;
}

/*┌─────────────────────────
	SELECT2
　└───────────────────────── */
/* SELECT2　選択肢 */
.select2-results__option {
	min-height: 1.2em;
	padding: 1px 5px;
	font-size: 0.8rem;
	white-space: nowrap;
}

.select2-dropdown {
	border-color: #CED4DA;
}
/* SELECT2　シングルフォーム */
.select2-container .select2-selection--single {
	border-color: #CED4DA;
	min-height: 1.2em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	padding-left: 5px;
	padding-right: 10px;
	min-height: 1.2em;
	margin-top: 2px;
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	min-height: 1.2em;
	margin-top: 2px;
	width: 15px;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-search--dropdown .select2-search__field
	{
	border: 1px solid #CED4DA;
}
/* SELECT2　マルチフォーム */
.select2-container .select2-selection--multiple {
	border-color: #CED4DA;
	min-height: 1.2em;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

/* SELECT2　シングルフォーム　エラー色 */
.select2.alert-danger+.select2-container--default .select2-selection--single
	{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/*┌─────────────────────────
	横幅
　└───────────────────────── */
.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w6 {
	width: 6%;
}

.w7 {
	width: 7%;
}

.w8 {
	width: 8%;
}

.w9 {
	width: 9%;
}

.w10 {
	width: 10%;
}

.w11 {
	width: 11%;
}

.w12 {
	width: 12%;
}

.w13 {
	width: 13%;
}

.w15 {
	width: 15%;
}

.w17 {
	width: 17%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}