/* 事業概要全体表示設定 */
.summary_all{
	width:70%;
	margin: 0 auto;
}

/* 事業概要表示設定 */
.summary{
	text-align: center;
}

/* 埋め込み表示 */
.summary iframe{
	width:90%;
	height:800px;
}

/* マッチング実績 */
.result {
	width:90%;
	margin: 0 auto;
}
.result table{
	width:100%;
}
/* ヘッダ */
.result_header {
	width:200px;
	vertical-align:bottom;
}
/* ボタン */
.result_entry_button{
	text-align:right;
}
/* 下余白設定 */
.result_entry_button div{
	margin-bottom: 15px;
}
/* 登録ボタンの幅 */
.result_entry_button div input{
	width:180px;
}

.table-M002-01 table {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
/*	border-collapse:separate;*/
	border-spacing:0px;
/*	background-color:#d9e1f2; */
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding:0px;
	width:100%;
}
.table-M002-01 table, .table-M002-01 th, .table-M002-01 td {
	border-collapse: collapse;
	border: 1px solid black;
}

.table-M002-01 th{
	color:#ffffff;
	background-color:#538dd5;
}

.table-M002-01 table td {
	text-align:center;
	vertical-align:middle;
	padding:20px 10px ;
}

.column_number{
	width:50px;
}
.column_note{
	text-align:center !important;
}

.column_command{
	width:350px;
}
