@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

ul {
	list-style: none;
}

.container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.full-width{
	max-width: unset!important;
	width: fit-content!important;
}

.table-responsive {
	overflow-y: auto;
}

.table-header-freeze thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}

.table-header-freeze th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

.table-header-freeze thead th:first-child {
	/* ヘッダー行内の他のセルより手前に表示する */
	z-index: 2;
}

.ctrl-number, .col-count-of-member {
	width: 70px;
}

.col-late-and-leave-early {
	background-color: #FFAE00 !important;
}

.col-red {
	background-color: #f9d6d5;
}

.col-hinode {
	background-color: #F4DE33;
}

.col-day-off {
	background-color: #FF2800;
	color: #fff;
}

span.required-only-add:after {
	content: "新規登録時は必須";
	display: inline-block;
	font-size: 0.8em;
	background-color: #FF2800;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	border-radius: 5px;
	margin: 0px 5px;
	padding: 0px 5px;
}

label.required:after {
	content: "必須";
	display: inline-block;
	font-size: 0.8em;
	background-color: #FF2800;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	border-radius: 5px;
	margin: 0px 5px;
	padding: 0px 5px;
}

.copyright {
	margin: 0 20px;
	color: #FFFFFF;
	font-size: 10px;
}

.tbl-condition td:first-child, .tbl-condition td:nth-child(2),
	.tbl-condition td:nth-child(3) {
	width: 80px;
}

.summary {
	width: 200px;
	height: 60px;
}

.summary>li {
	padding-left: 15px;
}

.summary>li:nth-child(3) {
	border-top: 2px solid #000000;
}

.summary>li>span:first-child {
	float: left;
	width: 100px;
}

.summary>li>span:last-child {
	width: 80px;
}


#table-attendance .table th, #table-attendance .table td {    
	border-left: 1px solid #dee2e6;
}
#table-attendance .table input[type=radio], #table-attendance .table input[type=checkbox] {
	height: 17px;
	width: 17px;
}