@charset "UTF-8";

/* コンテンツ共通スタイル
-------------------------------------------------------------------------------- */
div#contents-area div#efficacy {
	margin: 0 0 30px 0;
}

div#contents-area div#efficacy p.tyu{
	margin-top:5px;
	margin-bottom:30px;}

div#contents-area div#efficacy table {
	border-collapse:collapse;
	margin:0 10px 0px 10px;
}

div#contents-area div#efficacy table th,
div#contents-area div#efficacy table td {
	padding:5px 10px;
	border:3px solid #FFF;
	border-collapse: collapse;
	background:#e5ebf4;
	text-align:left;
}

div#contents-area div#efficacy table th {
	background:#ccd8e9;
}
div#contents-area div#efficacy table td.t1{
	width:10em;}
div#contents-area div#efficacy table td.t2{
	width:7em;}
* html body div#contents-area div#efficacy table th {
	font-size:95%;
	line-height:140%;
}

* html body div#contents-area div#efficacy table td{
	font-size:95%;
	line-height:140%;
}

div#contents-area div#efficacy table caption {
	text-align:left;
	font-weight:bold;
	margin:0 0 10px 10px;
}


