/*----テーブル外来担当医表----*/
.table-shinsatsu {
	margin: -1px 0 30px;
	border-collapse: collapse;
	width: 100%;
	text-align: center
}

.table-shinsatsu td {
	padding: 10px;
	border: 1px solid #00a1e9;
}

tr.item {
	font-size: 14px;
}

td.doctor {
	width: 22%;
}

td.time p {
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
	margin: 0 auto;
}

.td-dr01 {
	color: #4169e1;
	font-size: 30px;
}

.td-dr01 p.t-sml {
    color: #4169e1;
    line-height: 1.2
}

.t-dr {
	text-align: left !important;
}

.td-note {
	line-height: 1.6;
	font-size: 13px;
	text-align: left;
	padding: 10px 10px;
	border: 1px solid #cdcdcd;
}

/*----テーブル診察時間----*/
.table-time {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
	text-align: center
}

.table-time td {
	padding: 10px;
	border: 1px solid #bfbec5
}

.tr-time {
	background: rgba(191, 190, 197, 0.1);
	padding-left: 10px;
	line-height: 18px;
	font-size: 13px
}

.td-maru {
	width: 10%;
	color: #4169e1;
	font-size: 30px;
}

.td-maru2 {
	width: 10%;
	color: #4169e1;
	font-size: 30px;
}

/*----テーブル予防接種----*/
.table-vaccine {
	margin: -1px 0 20px;
	border-collapse: collapse;
	width: 100%;
	text-align: left
}

.table-vaccine td {
	padding: 10px;
	border: 1px solid #bfbec5
}

.tb-rota1,
.tb-rota2 {
	background: rgba(191, 190, 197, 0.1);
	padding-left: 10px;
	line-height: 18px;
	font-size: 13px
}

.tb-rota1 {
	width: 40%
}

.tb40 {
	width: 40%
}

span.t-sml.book{
line-height: 1.1!important;
}

/* under900px（タブレット） */
@media only screen and (max-width: 900px) {
	.table-vaccine {
		font-size: 90%
	}

	/*----健診・予防接種----*/
	.td-week {
		width: auto
	}

	.td-timetable {
		width: 80%
	}

	.td-comment {
		padding-right: 10px
	}

	/*----外来担当医表----*/

	tr.item {
		font-size: 12px;
	}

	.table-shinsatsu td {
		padding: 5px 3px;
	}

	/*
	.td-dr01 {
		width: 10%;
		color: #4169e1;
		font-size: 25px;
		color: #4169e1;
		font-size: 25px
	}
	*/

	td.time {
		font-size: 12px;
	}

}
