@charset (utf-8);

/* =Dysgeusia
-------------------------------------------------------------- */

table.symptom th {
	width: 100px;
	padding: 9px 0;
	text-align: center;
	vertical-align: top;
	line-height: 1.5;
}
table.symptom td {
	padding: 9px 0 9px 30px;
	border-top: none;
	line-height: 1.5;
}
table.symptom tr + tr th,
table.symptom tr + tr td {
	border-top: 1px dashed #999;
}
table.symptom td span {
	font-weight: bold;
}
table.symptom td img {
	margin: 0 0 15px 0;
}
table.symptom td .float {
	float: left;
	width: 250px;
}
table.symptom td .float + .float {
	margin-left: 30px;
}
table.symptom td .float img {
	text-align: center;
}
table.symptom td ul li {
	padding: 0;
}