@charset "utf-8";

.care{
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}
/*************
テーブル　治療状況
*************/

table#condition{
	font-size:13px;
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto;
}

table#condition.status th{
	width: 22%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;	
}

table#condition.state th{
	width: 5%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

table.condition td{
	font-size:12px;
	padding: 5px;
	width: 100%;
	border: 1px solid #2A1D12;
}

#condition th {
	text-align: center;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
	border-left: dotted 1px #333333;
}

#condition td {
	text-align: left;
	padding: 5px;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
	border-left: dotted 1px #333333;
}
