
/*獣医師勤務表*/
.schedule {
	text-align: center;
	margin: 20px 0px 10px;
}
.table-container {
	border: 2px solid #1566C8;
    width: 570px;;
    overflow-x: auto;
    margin-bottom: 10px;
}
.table-container table {
	font-family: "ＭＳ ゴシック", Osaka;
    border-collapse: separate;
    border-spacing: 0px;
    table-layout: fixed;
	border: none;
	margin: 0px;
}
.table-container table thead {
    background: #F1F7FA;
}
.table-container table .worktable-label-month {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #1566C8;
}
.table-container table .worktable-label-month span {
	font-size: 26px;
	color: #1566C8;
}
.table-container table thead tr th {
    font-weight: normal;
    padding: 3px 0;
	border-right: 1px solid #1566C8;
}
.table-container table thead tr th.worktable-label-month {
    background: #fff;
    position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
}
.table-container table thead tr th.worktable-label-month:before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
}
.table-container table thead tr:nth-child(2) th {
	border-top: 1px solid #1566C8;
}
.table-container table thead tr:nth-child(2) th:before {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
}
.table-container table thead tr th:last-child {
	border-right: none;
}
.table-container table thead tr th.week_sun {
	background-color: #EF5093;
	color: #fff;
}
.table-container table thead tr th.week_sat {
	background-color: #1DB5D0;
	color: #fff;
}
.table-container table tbody td {
    color: #1566C8;
	padding: 5px 0;
	border-top: 1px solid #1566C8;
	border-right: 1px solid #1566C8;
}
.table-container table tbody td:last-child {
	border-right: none;
}
.table-container table tbody td.name {
    background: #F1F7FA;
	white-space: nowrap;
	padding: 5px 10px;
    text-align: left;
    position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
}
.table-container table tbody tr:last-child td.name {
    background: #FAEFFA;
}


.schedule table td {
	background: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.schedule table td.kinmuMonth {
	font-size: 26px;
	font-weight: bold;
	color: #1566C8;
	width: 118px;
}

.schedule table td.kinmuMonth span {
	font-size: 20px;
}

.schedule table td.weekday {
	padding: 3px 0px;
	background: #F1F7FA;
	width: 27px;
}

.schedule table td.sat {
	background: #1DB5D0;
	color: #FFFFFF;
	width: 27px;
}

.schedule table td.sun {
	background: #EF5093;
	color: #FFFFFF;
	width: 27px;
}

.schedule table td.drName {
	padding: 5px 0px 5px 10px;
	background: #F1F7FA;
	text-align: left;
}

.schedule table td.drName_pink {
	padding: 5px 0px 5px 10px;
	background: #FAEFFA;
	text-align: left;
}

.schedule table td.aki {
	padding: 5px 0px;
	color: #CCCCCC;
}

.schedule table td.maru,
.schedule table td.gozen,
.schedule table td.gogo,
.schedule table td.batsu,
.schedule table td.travel,
.schedule table td.contact {
	padding: 5px 0px;
	color: #1566C8;
}

