@charset "utf-8";

#schedule_yyyymm{
}
.schedule_calendar{
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	text-align: center;
	width:100%;
}
.schedule_calendar:after{
	clear: both;
	content: "";
	display: block;
}
.schedule_calendar li{
	background-color: #FFFFFF;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	float: left;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}
.schedule_calendar li.day_of_week{
	background-color: #9E9E9E;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
}
.schedule_calendar li:first-child.day_of_week{
	color: #D50000;
}
.schedule_calendar li:nth-child(7).day_of_week{
	color: #1565C0;
}
.schedule_calendar li:not(.day_of_week){
	padding-bottom: 20px;
}
.schedule_calendar li > section:first-child{
	background-color: #E0E0E0;
	border-bottom: 1px solid #BDBDBD;
	font-size: 120%;
	height: 26px;
	line-height: 26px;
}
.schedule_calendar li > section:first-child.sunday{
	background-color: #FDE6E7;
}
.schedule_calendar li > section:first-child.saturday{
	background-color: #E9F6FC;
}
.schedule_calendar li.today > section:first-child{
	background-color: #616161;
	color: #FFFFFF;
}
.schedule_calendar li.today > section:first-child.sunday{
	background-color: #D50000;
	color: #FDE6E7;
}
.schedule_calendar li.today > section:first-child.saturday{
	background-color: #1565C0;
	color: #E9F6FC;
}
.schedule_calendar li .error_notice{
	font-size: 80%;
	line-height: 1.2;
	padding: 0 5px;
	text-align: left;
}
.schedule_calendar li .error_notice + div label select{
	background-color: #FFEBEE;
	border-color: #F44336 !important;
}
.schedule_calendar li .error_notice + div label.select_box:after{
	background-color: #FFCDD2;
	border-color: #F44336 !important;
}
.schedule_setting .input_check{
	display: inline-block;
}

#schedule_yyyymm{
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
}
#schedule_yyyymm_slc{
}
#schedule_yyyymm_np{
	text-align: center;
}
@media screen and (max-width:640px){
	#schedule_yyyymm,
	#schedule_yyyymm > tbody,
	#schedule_yyyymm > tbody > tr{
		display: block;
	}
	#schedule_yyyymm th,
	#schedule_yyyymm td{
		display: inline-block;
	}
	#schedule_yyyymm_np{
		display: block !important;
	}
}
@media screen and (max-width:767px){
	.schedule_calendar li > section:first-child{
		margin-bottom: 10px;
	}
	#schedule_yyyymm [class^="btn_"]{
		font-size: 80% !important;
	}
	#schedule_yyyymm_slc{
		padding: 5px 10px;
	}
	#schedule_yyyymm_np{
		padding: 5px 10px;
	}
}
@media screen and (min-width:768px){
	.schedule_calendar li > section:first-child{
		margin-bottom: 20px;
	}
	#schedule_yyyymm_slc{
		padding: 5px 20px;
	}
	#schedule_yyyymm_np{
		padding: 5px 20px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#schedule_yyyymm_np{
		width: 50%;
	}
}
@media screen and (min-width:1024px){
	#schedule_yyyymm_np{
		border-left: 1px solid #000000;
		width: 320px;
	}
}
@media screen and (max-width:1279px){
	.schedule_calendar li:not(.day_of_week){
		min-height: 13em;
	}
	#schedule_yyyymm_slc{
	}
	#schedule_yyyymm_np table,
	#schedule_yyyymm_np table tbody,
	#schedule_yyyymm_np table tr,
	#schedule_yyyymm_np table th,
	#schedule_yyyymm_np table td{
		display: inline-block;
		width: auto !important;
	}
}
@media screen and (max-width:1280px){
	.schedule_calendar li:not(.day_of_week){
		font-size: 9px;
		text-align: right;
	}
	.schedule_calendar li:not(.day_of_week) select{
		font-size: 9px;
		text-align: left;
	}
	.schedule_calendar li:not(.day_of_week) label{
		margin-right: 5px;
	}
	.schedule_calendar li > section:first-child{
		text-align: center;
	}
}
@media screen and (min-width:1280px){
	.schedule_calendar li:not(.day_of_week){
		min-height: 11.5em;
	}
}

.timetable_availability{
	background-color: #212121;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
	table-layout: fixed;
}
.timetable_availability tr{
}
.timetable_availability tr th{
	background-color: #757575;
	color: #FFFFFF;
	padding: 0.5em 1.25em;
	text-align: center;
}
.timetable_availability tr td{
	background-color: #FFFFFF;
	padding: 0.5em 1.25em;
	text-align: center;
}
.timetable_availability label:not(.swt_toggle):not(.swt_onoff):not(.swt_contents):not(.work_toggle){
	margin: 0;
	vertical-align: middle;
}


