.doctorTime {
	padding: 1.875rem 0;
	background-color: #fffaee;
}
.doctorTime.bg02 {
	background: #fffbf8;
}
.doctorTime .inner {
	width: 100%;
	max-width: 1305px;
	margin: 0 auto;
	padding: 0 10px;
}
.doctorTime .inner > p {
	margin-top: 1.25rem;
	font-size: 1.125rem;
}
.doctorTime table {
	width: 100%;
	font-size: 1.0625rem;
	font-weight: 400;
}
.doctorTime table thead th {
	padding: 1.875rem 3px;
	border-bottom: 1px solid #a59377;
}
.doctorTime table .borderB {
	border-bottom: 1px solid #e0e0e0;
}
.doctorTime table th,
.doctorTime table td {
	text-align: center;
	padding: 1.25rem 3px;
	vertical-align: middle;
}
.doctorTime table th {
	font-size: 1.125rem;
	font-weight: 400;
	color: #212121;
}
.doctorTime table th .color-main {
	color: #a59377;
}
.doctorTime table td span {
	display: inline-block;
	padding: 0.6875rem 1.25rem;
	border-radius: 20px;
	background-color: #a59377;
	font-size: 1rem;
	line-height: 1rem;
	color: #fff;
}
.doctorTime table td.amPm {
	font-size: 1.125rem;
}
.doctorTime table td .txt-sm {
	margin-top: 0.5rem;
	font-size: 0.9375rem;
}
.doctorTime table td span.red {
	color: #fff;
	background-color: #999999;
}
.doctorTime table td span.green {
	color: #fff;
	background-color: #24b7b3;
}
.doctorTime table td span.gray {
	width: 100%;
	max-width: 60px;
	padding: 1.25rem 3px;
	background-color: #9e9e9e;
	line-height: 1.4;
	border-radius: 50px;
}

@media screen and (max-width: 560px) {
	.doctorTime table thead th {
		padding: 1.25rem 3px;
		font-size: 1rem;
	}
	.doctorTime table td.amPm {
		font-size: 1rem;
	}
	.doctorTime table td span {
		padding: 0.375rem 0.75rem;
		font-size: 0.875rem;
	}
	.doctorTime table td .txt-sm {
		margin-top: 4px;
		font-size: 0.8125rem;
	}
}

/*# sourceMappingURL=modify.css.map */
