.table .tr .td {
	display: table-cell;
	background-color: white;
	width: 100%;
}

.table .tr .td-edit {
	display: table-cell;
	background-color: white;
	width: 100%;
	border-left: 1px solid #ccc;
}


.input_err {
	color: #f30;
	padding:0px 0 0;
	margin:0px 0 0;
}

.label-danger {
	padding: 3px 3px;
	
}

.input_confirm_col {
	margin:0;
	padding:6px 3px;
	/*line-height:22px;*/
}

.year {
		display:inline !important;
		width: 70px;
}
.month,.day {
		display:inline !important;
		width: 40px;
}

.next {
		display: inline-block;
		margin-right: 5px;
}

.next-right-end {
		display: inline-block;
}

.birthday-input-box span {
		margin:0px !important;
}

button.next,
button.next-right-end
 {
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 15px;
		font-size: 1.2rem !important;
		border-radius: 3px;
		border: 1px solid #ccc;
}

button.this-page {
		background: #ece9dc;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 15px;
		font-size: 1.2rem !important;
		border-radius: 3px;
		border: 1px solid #ccc;
		
}

.this-page-middle {
	margin-right: 5px;
}

.checkbox_text_170{
	width:170px;
}

.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
/* 	background: linear-gradient(transparent 60%, #f19ec2 60%); */
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 210%;
	left: -71px;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	/* border: 5px solid transparent; どうやってもズレるので吹き出しにするの辞めます */
	border-top-color: #da3c41;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

.sunday{
	color:#eac5bb;
}

.bg-sunday{
	background-color:#ff6666 !important;
}

.saturday{
	color:#bbd9ea;
}

.bg-saturday {
	background-color:#6699ff !important;
}

.td-calendar {
	position: relative;
	font-size: 12px;
}

.dt {
	position: absolute;
	top: 2px;
	left: 3px;
	background-color: #fff;
	width: 60px;
	height: 25.5px;
	border-radius: 7px;
	border: 1px solid #ececec;
	font-size: 10px;
	padding: 4px;
	margin: 0;
}

.overdue{
	color:red;
/* 	text-shadow: 0px 0px 5px white; */
}
.table02 thead th.border,
.table02 thead td.border {
	border-left: 1px solid #FFFFFF;
}

.table02 thead th div.border {
	border-left: 1px solid #FFFFFF;
	width: 33%;
	line-height: 35px;
}
.table02 thead th div.no_border {
	width: 33%;
	line-height: 35px;
}

.table02 tbody td div.border {
	border-left: 1px solid #ccc;
	width: 33%;
	line-height: 38px;
}

table.table02 td.side-sticky {
	position: sticky;
}

table.table02 .side-sticky {
	display: flex;
	width: 400px;
	padding: 0px !important;
	left: 0px;
	z-index: 30 !important;
}

table.table02 td.side-sticky-assign {
	position: sticky;
    z-index: 1;
}

table.table02 th.side-sticky-assign {
	position: sticky;
    z-index: 130;
}

table.table02 .side-sticky-assign {
	left: 0px;
}

.inline-block{
	margin-top: 6px;
}

.today_th_border {
	border-left: 2px solid #da3c41 !important;
	border-top: 2px solid #da3c41;
	border-right: 1px solid #da3c41;
}

.today_td_border {
	border-left: 2px solid #da3c41 !important;
	border-right: 1px solid #da3c41;
}

.last_day_td_border {
	border-left: 2px solid #da3c41 !important;
	border-right: 1px solid #da3c41;
	border-bottom: 2px solid #da3c41 !important;
}
.next_day_border {
	border-left: 1px solid #da3c41 !important;
}

.no_staff_day_border {
	border-bottom: 2px solid #da3c41 !important;
}

table.table02 tr:nth-child(1).assign_list_border th {
	background-color: #cccccc;
	color: #333333;
	font-weight: 700;
}

.td-sticky {
	position: sticky;
	left: 0px;
	z-index: 30 !important;
}


.thead_span.no_border {
	width: 33%;
    line-height: 35px;
    display: inline-block;
}

.thead_span.border {
	border-left: 1px solid #FFFFFF;
    width: 33%;
    line-height: 35px;
    display: inline-block;
}