<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.page_outpatient table.normal.uchiwake caption,
.page_admission table.normal.uchiwake caption{
	display: none;
}

@media screen and (max-width: 480px){
.page_outpatient table.normal.result thead,
.page_admission table.normal.result thead{
	display: none;
}
.page_outpatient table.normal.result tbody td:nth-of-type(1):before,
.page_admission table.normal.result tbody td:nth-of-type(1):before
{ content: "[外来患者数]"; }
.page_outpatient table.normal.result tbody td:nth-of-type(2):before,
.page_admission table.normal.result tbody td:nth-of-type(2):before
{ content: "[入院患者数]"; }
.page_outpatient table.normal.result tbody td:nth-of-type(3):before,
.page_admission table.normal.result tbody td:nth-of-type(3):before
{ content: "[紹介患者数]"; }
.page_outpatient table.normal.result tbody td:before,
.page_admission table.normal.result tbody td:before{
	font-weight: bold;
	padding-right: 5px;
}
table.normal.timetable tbody td{
	text-align: left;
}

.page_outpatient table.normal.uchiwake caption,
.page_admission table.normal.uchiwake caption{
	display: block;
	text-align: center;
	font-weight: bold;
}
.page_outpatient table.normal.uchiwake thead ,
.page_admission table.normal.uchiwake thead{
	display: none;
}
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(1):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(1):before	
{ content: "[2015年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(2):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(2):before	
{ content: "[2016年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(3):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(3):before	
{ content: "[2017年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(4):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(4):before	
{ content: "[2018年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(5):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(5):before
{ content: "[2019年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(6):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(6):before
{ content: "[2020年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:nth-of-type(7):before,
.page_admission table.normal.uchiwake tbody td:nth-of-type(7):before
{ content: "[2021年度]　"; }
.page_outpatient table.normal.uchiwake tbody td:before,
.page_admission table.normal.uchiwake tbody td:before{
	font-weight: bold;
	padding-right: 5px;
}



}

</pre></body></html>