.in_list { margin-top: 10px; }
.in_list > li {
	margin-bottom: 10px;
}
.in_list > li:after {/* float対策 */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.in_list img {
	float: left;
	margin-right: 10px;
}
.in_list table {
	width: 650px;
}
.in_list th,
.in_list td {
	border-width : 1px;
	border: 1px #000 solid;
	padding: 2px 10px;
}
.in_list th {
	width: 6em;
	background-color: #def4f4;
}
.tablelist th { text-align: center; }
