#kensakoumoku {
display: flex;
justify-content: flex-start;
	flex-wrap: wrap;

}
#kensakoumoku li {
list-style: none;
	display: block;
width: 180px;
}
#kensa table {
margin-bottom: 40px;
}
#kensa table th {
white-space: nowrap;
	width: 10em;
}
#kensa table td.price {
	text-align:right;
}