body {
	background: #F0F0F0;
}

/* searchSide */
#searchSide {
	width: 280px;
	float: left;
	position: relative;
}

#searchSide h2 {
	background: #E24015;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	position: relative;
	border-radius: 5px 5px 0 0;
}

#searchSide h3 {
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
	float: left;
}

#searchSide p {
	float: right;
	padding: 15px 15px;

}

#searchSide p a {    display: block;
	width: 80px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #E24015;
	border-radius: 5px;
}
#searchSideForm {
	background: #FFF;
}

.searchSideCategory,
.searchSideArea,
.searchSideCondition {
	border-top: solid 1px #D6D6D6;
	clear: both;
}
.searchSideCategoryContent,
.searchSideAreaContentTochigi,
.searchSideAreaContentGunma,
.searchSideAreaContentIbaraki,
.searchSideConditionContentFacility,
.searchSideConditionContentLicense,
.searchSideConditionContentEmploy {
	clear: both;
	background: #FAFAFA;
}

#searchSide li label {
	display: none;
}
#searchSide li label.checked {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 15px;
	min-width: 100px;
}
#searchSide li label input {
	display: none;
}

.searchSideKeyword {
	border-top: solid 1px #D6D6D6;
	clear: both;
	padding: 15px;
	background: #FAFAFA;
}
.searchSideKeyword input {
	width: 100%;
	padding: 8px;
	border: solid 2px #D6D6D6;
	box-sizing: border-box;
}
#searchSide .btn {
	position: sticky;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-top: solid 1px #EDEDED;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
}
#searchSide .btn input {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
	float: right;
}
#searchSide .btn .clearForm {
	display: block;
	width: 70px;
	height: 40px;
	border: solid 1px #646464;
	color: #646464;
	font-size: 12px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
}

/* searchBox */
#searchBox {
	width: 900px;
	float: right;
}


#searchBox h1 {
	font-size: 24px;
	line-height: 40px;
	float: left;
}
#searchBox h1 b {
	color: #E24015;
	font-size: 36px;
	margin: 0 5px;
}

.searchBoxList {
	clear: both;
}

#searchBox li {
	width: 100%;
	margin: 40px 0;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}
#searchBox a {
	color: #000;
}
#searchBox a:hover {
	opacity : 1;
}


#searchBox .employ {
	background: #E24015;
	color: #FFF;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	border-radius: 5px;
	padding: 0 20px;
	margin: 20px 0 0 20px;
	float: left;

}

#searchBox .category {
	border: solid 1px #E24015;
	color: #E24015;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	border-radius: 5px;
	padding: 0 20px;
	margin: 20px 0 0 5px;
	float: left;
}
#searchBox h3 {
	width: 100%;
	padding: 20px 20px 0;
	font-size: 24px;
	box-sizing: border-box;
	clear: both;
}
#searchBox h4 {
	width: 100%;
	padding: 10px 20px 0;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
}

#searchBox #notfound {
	padding: 20px;
}

#searchBox table {
	width: calc(60% - 20px);
	float: left;
	margin: 20px 0 20px 20px;
	font-size: 14px;
}
#searchBox th {
	width: 100px;
	padding: 10px;
	vertical-align: top;
	color: #E24015;
	border-top: solid 1px #EDEDED;
}
#searchBox th i {
	width: 20px;
	margin: 0 5px 0 0;
	text-align: center;
}


#searchBox td {
	padding: 10px;
	border-top: solid 1px #EDEDED;

}
#searchBox figure {
	width: 40%;
	float: right;
	padding: 20px;
	box-sizing: border-box;
}
#searchBox figure img {
	width: 100%;
}

#searchBox .btn {
	clear: both;
	border-top: solid 1px #EDEDED;
	background: #FAFAFA;
	padding: 20px;
}

#searchBox li .btn b {
	display: block;
	width: 250px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	background: #E24015;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s ease;
}
#searchBox li .btn b:hover {
	opacity : 0.6;
}

/* pagenation */

.pager {
	padding: 0 0 40px;
	float: right;
}
.pagination {
}
.pagination .current {
	background: #E24015;
	color: #fff;
}
.pagination a, .pagination span {
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	width: 25px;
	margin: 10px 0 0 5px;
	text-align: center;
	border: 1px solid #E24015;
	background: #fff;
	color: #E24015;
	box-sizing: border-box;
	border-radius: 5px;
}
.pagination a.next {
	background: none;
	border: none;
	width: auto;
}
.pagination a i {
	color: #E24015;
}
.pagination_nav {
	margin: 0 auto;
}
.pagination {
	display: inline;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}


/* detail */
.detailTop {
	padding: 40px 0 0;
}

.detailTopLeft {
	width: 780px;
	float: left;
}

.detailTopLeft .employ {
	background: #E24015;
	color: #FFF;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	border-radius: 5px;
	padding: 0 20px;
}
.detailTopLeft h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 10px 0;
}
.detailTopLeft h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 40px;
}


.detailTopLeft .box {
	border: solid 2px #EDEDED;
	border-radius: 10px;
	padding: 30px 45px;
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
	position: relative;
}

.detailTopLeft .box b {
	position: absolute;
	top: -15px;
	left: 20px;
	font-size: 16px;
	line-height: 30px;
	background: #EDEDED;
	border-radius: 15px;
	padding: 0 30px;
}
.detailTopLeft .date {
	margin-top: 20px;
}


.detailTopRight {
	width: 380px;
	float: right;
}

.detailTopRight figure img {
	width: 100%;
}
.detailTopRight .btn a {
	display: block;
	width: 360px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}

#detailMain {
	clear: both;
	position: relative;
	width: 1200px;
	float: left;
	padding: 80px 0 80px;
}

.detailBox {
	width: 880px;
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}
.detailBox h2 {
	font-size: 24px;
}
.detailBox h3 {
	background: #E24015;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	position: relative;
	border-radius: 5px 5px 0 0;

}
.detailBox figure img {
	max-width: 100%;
}
.detailBox #detailBoxCompany,
.detailBox #detailBoxApply {
	padding: 80px  0 0;
}

.detailBox table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 25px;
}

.detailBox th {
	width: 180px;
	border: solid 1px #EDEDED;
	padding: 15px;
	text-align: left;
	background: #FAFAFA;
}

.detailBox td {
	border: solid 1px #EDEDED;
	padding: 15px;
}
.detailBox td b {
	color: #E24015;
}


.detailBox .btn a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}
.detailBox td input[type=text],
.detailBox td input[type=password] {
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
}
.detailBox td textarea.privacy {
	display: block;
	width: 100%;
	height: 10em;
	margin-bottom: 1em;
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
}


.detailBox .btn input[type=submit] {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}
#detailBoxCompany .home a {
	border: solid 1px #E24015;
	border-radius: 5px;
	width: 260px;
	line-height: 60px;
	display: block;
	text-align: center;
	margin: 40px auto 0;
	font-size: 16px;
}

.detailForm {
	width: 900px;
	clear: both;
	padding: 20px 0;
	margin: 0 0 20px 0;
	text-align: center;

}

.detailSide {
	width: 280px;
	padding: 0;
	margin: 0;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	position: sticky;
	top: 120px;
	float: right;
}

.detailSide h3 {
	font-size: 20px;
	line-height: 30px;
}
.detailSide p {
	font-size: 14px;
	line-height: 20px;
}


.detailSide .btn a {
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}
.detailSide .btn a.sp {
	display: none;
}

.detailSide li a {
	display: block;
	padding: 10px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	border-top: solid 1px #EDEDED;
}
.detailSide li i {
	float: right;
	line-height: 20px;
	font-size: 12px;
	color: #D6D6D6;
}

.icon {
	display: inline-block;
	background: #E24015;
	font-size: 93%;
	color: #FFF;
	padding: 2px 4px;
	border-radius: 4px;
	font-weight: normal;
	float: right;
}


/* detailRecommend */
.detailRecommend { padding: 0 0 40px; background: #F97B0B33; clear: both; }
.detailRecommend h2 { font-size: 24px; line-height: 40px; float: left; }
.detailRecommend h2 i { font-size: 36px; color: #E24015; margin: 0 10px;  }
.detailRecommend .more { width: 120px; float: right; font-size: 12px; line-height: 30px; text-align: center;}
.detailRecommend .more a { display: block; border-radius: 5px; border: solid 1px #E24015; background: #FFF; }

.detailRecommend ul { clear: both; }
.detailRecommend li { width: 275px; margin: 40px 10px; border-radius: 10px; box-shadow: 0 0 5px #0003; background: #FFF; }
.detailRecommend li a { color: #000; }
.detailRecommend li figure img { width: 100%; border-radius: 10px 10px 0 0; }
.detailRecommend li h3 { height: 40px; font-size: 16px; line-height: 20px; text-overflow: ellipsis; padding: 20px 20px 0; }
.detailRecommend li table { width: calc(100% - 40px); border-collapse: collapse; margin: 10px auto; }
.detailRecommend li th { font-size: 15px; color: #E24015; text-align: center; width: 20px;}
.detailRecommend li td { font-size: 13px; text-overflow: ellipsis; width: 210px; overflow: hidden; white-space: nowrap; display: block; }
.detailRecommend li p { width: calc(100% - 40px); margin: 0 auto 20px; display: block; border-radius: 5px; background: #E24015; color: #FFF; font-size: 16px; text-align: center; line-height: 45px; }


@media screen and (max-width : 1024px) {
	.main { padding: 0 !important;}
	.bread { display: none; }

	/* searchSide */
	#searchSide {
		width: 100%;
		float: left;
		position: relative;
	}

	#searchSide h2 { display: none; }

	#searchSide h3 {
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
		float: left;
	}

	#searchSide p {
		float: right;
		padding: 10px;

	}

	#searchSide p a {
		display: block;
		width:60px;
		height: 20px;
		font-size: 11px;
		line-height: 20px;
		text-align: center;
		border: solid 1px #E24015;
		border-radius: 5px;
	}
	#searchSideForm {
		background: #FFF;
		width: 100%;
		float: left;
	}

	.searchSideCategory,
	.searchSideArea,
	.searchSideCondition {
		border-top: solid 1px #D6D6D6;
		clear: both;
		position: relative;
	}
	.searchSideCategoryContent,
	.searchSideAreaContentTochigi,
	.searchSideAreaContentGunma,
	.searchSideAreaContentIbaraki,
	.searchSideConditionContentFacility,
	.searchSideConditionContentLicense,
	.searchSideConditionContentEmploy {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		clear: both;
		background: #FFF;
		position: absolute;
		top: 10px;
		left: 70px;
		width: calc(100vw - 170px);
	}

	#searchSide li label {
		display: none;
	}
	#searchSide li label.checked {
		display: inline;
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px 0 0;
		min-width: 0;
	}
	#searchSide li label input {
		display: none;
	}

	.searchSideKeyword { display: none; }
	#searchSide .btn { display: none; }


	/* searchBox */
	#searchBox {
		width: 100%;
		float: left;
	}

	#searchBox h1 {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
		float: left;
		padding: 20px 0 10px;
		text-align: center;
	}
	#searchBox h1 b {
		color: #E24015;
		font-size: 20px;
		margin: 0 5px;
	}

	.searchBoxList {
		clear: both;
		padding: 0 10px;
	}

	#searchBox li {
		width: 100%;
		margin: 30px 0;
		background: #FFF;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 15px 15px 0;
	}

	#searchBox .employ {
		background: #E24015;
		font-size: 10px;
		padding: 0 5px;
		margin: 0 5px 5px 0;

	}

	#searchBox .category {
		font-size: 10px;
		padding: 0 5px;
		margin: 0 5px 5px 0;
	}


	#searchBox h3 {
		padding: 15px 0 0;
		font-size: 16px;
		line-height: 20px;
	}

	#searchBox h4 {
		padding: 5px 0 0;
		font-size: 12px;
		line-height: 15px;

	}

	#searchBox #notfound {
		padding: 20px;
	}

	#searchBox table {
		width: 100%;
		float: left;
		margin: 20px 0;
		font-size: 14px;
	}
	#searchBox th {
		width: 25px;
		padding: 5px 0 5px 5px;
		vertical-align: top;
		text-align: center;
	}
	#searchBox th span {
		display: none;
	}


	#searchBox td {
		padding: 5px;
		font-size: 13px;
	}
	#searchBox figure {
		width: 100%;
		float: right;
		padding: 15px 0;
		box-sizing: border-box;
	}
	#searchBox figure img {
		width: 100%;
	}
	#searchBox .btn {
		margin: 0 -15px;
		border-radius: 0 0 10px 10px;
	}

	/* pager */
	.pager {
		padding: 0 0 20px;
		float: right;
		width: 100%;
		text-align: center;
	}
	#searchBox h1+.pager { display: none; }


	/* detail */
	.detailTop {
		padding: 0;
	}

	.detailTopLeft {
		width: 100%;
		float: left;
		padding: 15px;
		box-sizing: border-box;
	}

	.detailTopLeft .employ {
		background: #E24015;
		color: #FFF;
		display: inline-block;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		border-radius: 5px;
		padding: 0 20px;
	}
	.detailTopLeft h2 {
		font-size: 20px;
		line-height: 30px;
		margin: 10px 0 0;
	}
	.detailTopLeft h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		margin-bottom: 30px;
	}


	.detailTopLeft .box {
		border: solid 2px #EDEDED;
		border-radius: 10px;
		padding: 15px;
		font-size: 13px;
		line-height: 20px;
		box-sizing: border-box;
		position: relative;
	}

	.detailTopLeft .box b {
		top: -15px;
		left: 10px;
		font-size: 14px;
		line-height: 25px;
		padding: 0 15px;
	}
	.detailTopLeft .date {
		margin-top: 5px;
		font-size: 14px;
		line-height: 25px;
	}


	.detailTopRight {
		width: 100%;
		float: right;
	}

	.detailTopRight figure img {
		width: 100%;
	}
	.detailTopRight .btn { display: none; }

	#detailMain {
		clear: both;
		position: relative;
		width: 100%;
		float: left;
		padding: 30px 0;
	}

	.detailBox {
		width: 100%;
		clear: both;
		padding: 0;
		margin: 0;
		float: left;
		background: #FFF;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.detailBox h2 {
		font-size: 24px;
	}
	.detailBox h3 {
		background: #E24015;
		color: #FFF;
		font-size: 16px;
		text-align: center;
		line-height: 50px;
		position: relative;
		border-radius: 5px 5px 0 0;

	}
	.detailBox figure img {
		max-width: 100%;
	}
	.detailBox #detailBoxCompany,
	.detailBox #detailBoxApply {
		padding: 30px  0 0;
	}

	.detailBox table {
		width: 100%;
		margin: 0;
		border: 0;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 25px;
	}

	.detailBox th {
		display: block;
		width: 100%;
		border: 0;
		border-top: solid 1px #EDEDED;
		padding: 10px 15px 0;
		background: #FFF;
		box-sizing: border-box;
		font-size: 16px;
	}

	.detailBox td {
		display: block;
		width: 100%;
		border: 0;
		padding: 0 25px 10px;
		box-sizing: border-box;
	}
	.detailBox td b {
		color: #E24015;
	}


	.detailBox .btn a {
		display: block;
		width: 250px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: #E24015;
		border: 0;
		border-radius: 5px;
		color: #FFF;
	}
	.detailBox td input[type=text],
	.detailBox td input[type=password] {
		padding: 8px;
		border: solid 2px #D6D6D6;
		border-radius: 4px;
		box-sizing: border-box;
	}
	.detailBox td textarea.privacy {
		display: block;
		width: 100%;
		height: 10em;
		margin-bottom: 1em;
		padding: 8px;
		border: solid 2px #D6D6D6;
		border-radius: 4px;
		box-sizing: border-box;
	}


	.detailBox .btn input[type=submit] {
		display: block;
		width: 250px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: #E24015;
		border: 0;
		border-radius: 5px;
		color: #FFF;
	}
	#detailBoxCompany .home a { margin: 15px auto 0; }

	.detailSide {
		width: 100%;
		padding: 0;
		margin: 0;
		background: #FFFC;
		border-radius: 0;
		box-sizing: border-box;
		position: sticky;
		bottom: 0;
		float: right;
		z-index: 10;
	}

	.detailSide h3 { display: none; }
	.detailSide p { display: none; }
	.detailSide ul { display: none; }

	.detailSide .btn { display: flex; justify-content: center; padding: 0 5px; }
	.detailSide .btn a {
		display: block;
		width: 50%;
		height: 45px;
		line-height: 45px;
		margin: 10px 5px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: #E24015;
		border: 0;
		border-radius: 5px;
		color: #FFF;
	}
	.detailSide .btn a.sp {
		display: block;
		background: #FEA182;
	}




	/* detailRecommend */
	.detailRecommend .main { margin-top: 0 !important; padding: 0 10px !important; }
	.detailRecommend { margin: 0; padding: 30px 0; float: left; width: 100%; }
	.detailRecommend h2 { font-size: 20px; line-height: 30px; float: left; }
	.detailRecommend h2 i { font-size: 24px; color: #E24015; margin: 0 10px;  }

	.detailRecommend .more { width: 75px; float: right; font-size: 11px; line-height: 25px; text-align: center;}
	.detailRecommend .more a { display: block; border-radius: 5px; border: solid 1px #E24015; }

	.detailRecommend ul { clear: both; }
	.detailRecommend li { width: 100%; margin: 15px 5px; border-radius: 10px; box-shadow: 0 0 5px #0003; }
	.detailRecommend li a { color: #000; }
	.detailRecommend li figure img { width: 100%; border-radius: 10px 10px 0 0; }
	.detailRecommend li h3 { height: 30px; font-size: 12px; line-height: 15px; padding: 10px 10px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
	.detailRecommend li table { width: calc(100% - 20px); border-collapse: collapse; margin: 10px auto; }
	.detailRecommend li th { font-size: 12px; color: #E24015; text-align: center; width: 20px;}
	.detailRecommend li td { font-size: 11px; text-overflow: ellipsis; width: calc(50vw - 50px); overflow: hidden; white-space: nowrap; display: block; }
	.detailRecommend li p { width: calc(100% - 20px); margin: 0 auto 10px; display: block; border-radius: 5px; background: #E24015; color: #FFF; font-size: 12px; text-align: center; line-height: 30px; }


}
