@charset "utf-8";
/*
公的資格一覧

*/

#main table{
	border:1px solid #999;
	border-collapse:collapse;
	margin-left:0px;
	margin-bottom:2.6em;
}
#main table th,
#main table td{
    border:1px solid #999;
    padding:6px;
	line-height:1.8;
}
#main table th{
	background-color:#F6F6F6;
	text-align:left;
}
#main table td{
    width:18em;
}
#main table td + td{
    width:auto;
	text-align:center;
}

#main h4{
	width:312px;
	overflow:hidden;
	margin-bottom:8px;
}

.block{
	float:left;
	width:336px;
	margin-left:15px;
	margin-top:1em;
}
#main #souceday{
	clear:both;
	text-align:right;
	margin-bottom:0;
	line-height:1em;
	font-size:90%;
}