/* table - 設定上書き */
label{line-height:150%;}

table{
	border: 2px solid #60AEE3;
}
table th {
	width: 140px;
}
#select-industry label{
	min-width: 360px;
}
/*
#select-area label{
	min-width: 150px;
}
*/
.search-submit-wrapper{
	text-align: center;
	padding: 15px 0;
}
.btn-search-submit{
	background: #2c6877;
	border-color: #2c6877;
	color: #fff;
	font-size: 1.8rem;
	padding: 8px 30px;
}
.btn-search-submit:hover{
	background: #245560;
	border-color: #245560;
	color: #fff;
}