@charset "utf-8";

.working-history-no-data {
	text-align: center;
	color: #8b8b8b;
	font-weight: bold;
	background-color: #eaeaea;
	border: 1px solid #8b8b8b;
	margin: 20px 0;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#questionBlock .btnSubmit .btn02 {
	margin-left: 0px;
}

#questionBlock .btnSubmit .btn02 a {
	background-color: #cccccc !important;
	pointer-events: none;
	cursor: default;
}

#questionBlock .btnSubmit.edit-buttons {
	border-bottom: 2px solid #eaeaea;
	padding: 0 0 20px;
}

#questionBlock .btnSubmit li.btn01.work-profile-button {
	display: flex;
	gap: 30px;
}

#questionBlock .btnSubmit .delete-button {
	background-color: #ff7d7d;
}

.tableinfo .work-history .trw200 td input[type="text"]{
	width: 400px;
	height: 25px;
}

.tableinfo .company-in-out-data {
	width: 408px;
	display: flex;
	margin: 0 0 9px;
}

.tableinfo .company-in-out-data p {
	margin-right: auto;
	margin-top: 7px;
}

.tableinfo .company-in-box {
	margin-right: auto;
}

.tableinfo #company-in-year,
.tableinfo #company-out-year {
	width: 100px;
	height: 31px;
	font-size: 12px;
	padding: 0 5px;
	outline: none;
}

.tableinfo #company-in-month,
.tableinfo #company-out-month {
	width: 70px;
	height: 31px;
	font-size: 12px;
	padding: 0 5px;
	outline: none;
}

.tableinfo .checkbox-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.tableinfo .checkbox-content input {
	margin-left: 0;
}

.tableinfo .text-bold {
	font-weight: bold;
}

.tableinfo .selectbox-content {
	width: 300px;
	height: 31px;
	padding: 0 5px;
}

.error-msg {
	color: red;
	margin: 5px 0;
}
