@charset "utf-8";
/* CSS Document */
table.top_item_table {
	width: 100%;
}
table.top_item_table thead th {
	background: #56cff2;
}
table.top_item_table td {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 10px;
}
table.top_item_table th {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 10px;
}
.txt_link {
	text-align: left;
	margin-top: 10px;
	word-break: break-all;
}