@charset "UTF-8";


.entry-header{
	letter-spacing	:0.1em ;
	}

/* result_box */
.result_box p{
	border-bottom	: 1px dotted #CCC;
	padding		: 5px;
	}
	
/* PDF */
.pdf{
	height		: 20px;
	text-align		: right;
	background		: url("http://www.bio-portal.jp/result/img/icon_pdf.gif") no-repeat 410px 0;
	margin-top	: 3px;
	font-size	: 12px;
	}
	
/* table */
.result_tbl{
	font-size	: 12px;
	}
	
.result_tbl th{
	background	: #EEE;
	font-size	: 12px;
	letter-spacing	: 0.1em;
	margin-top		: 3px;
	padding		: 3px;
	}
	
.result_tbl td{
	letter-spacing	: 0.1em;
	padding		: 3px 3px 3px 12px;
	}


