@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 20px;
}
table.top_item_table th {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 20px;
}
.txt_link {
	text-align: right;
	margin-top: 10px;
}
.table_pattern1 .th01 {
	width: 30%;
}
.table_pattern1 .th02 {
	width: 70%;
}