@charset "UTF-8";

/* 臨床成績スタイル
-------------------------------------------------------------------------------- */
div#contents-area div#aftereffect table {
	border-collapse:collapse;
	margin:0 10px 30px 10px;
	width:auto;
}

div#contents-area div#aftereffect table th,
div#contents-area div#aftereffect table td {
	padding:5px 10px;
	border:3px solid #FFF;
	border-collapse: collapse;
	background:#e5ebf4;
	text-align:left;
}

div#contents-area div#aftereffect table th {
	background:#ccd8e9;
}

* html body div#contents-area div#aftereffect table th {
	font-size:95%;
	line-height:140%;
}

* html body div#contents-area div#aftereffect table td{
	font-size:95%;
	line-height:140%;
}

div#contents-area div#aftereffect table caption {
	text-align:left;
	font-weight:bold;
	margin:0 0 10px 10px;
}

