@charset "UTF-8";

/*--基本--*/

.block_table_1 .inner_item_txt_before{
	margin-bottom: 20px;
}
.block_table_1 .inner_item_txt_after{
	margin-top: 20px;
}

/*---テーブル1（そのまま）---*/

.block_table_1 table{
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
	border-collapse: collapse;
}

.block_table_1 table caption{
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.block_table_1 table thead,
.block_table_1 table thead th,
.block_table_1 table thead td{
}

.block_table_1 table th{
	padding: 6px;
}

.block_table_1 table td{
	padding: 6px;
}

.block_table_1 table thead td{
}