@charset "utf-8";

/*=====================================================================================
	
	Document    : hospital.css
	Description : 臨床指標（病院全体）
 
=====================================================================================*/

table {
	margin-bottom: 30px;
}

.t-head{
	float:left;
}

.hospital-title {
	font-size: 23px;
    font-weight: bold;
    padding-top: 30px;
}

.hospital-image {
	font-size: 23px;
    font-weight: bold;
	margin-bottom: 30px;
    padding-top: 30px;
	list-style: none;
	text-align: center;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.js__rpsTable {
	margin-bottom: 30px;
}