@charset "utf-8";
/*
Theme Name: Personnel Consultant - Job Seeker
Theme URI: https://www.personnelconsultant.co.th/jobseeker/
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.pager-job .wp-pagenavi {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.pager-job .wp-pagenavi a,
.pager-job .wp-pagenavi span.current {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	line-height: 1;
	margin: 0 5px;
	position: relative;
}
.pager-job .wp-pagenavi span.current {
	background-color: #F5F5F5;
	pointer-events: none;
}
.pager-job .wp-pagenavi a.previouspostslink {
	width: 100%;
	max-width: 125px;
	margin-right: 15px;
	padding-right: 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #232326;
	color: #FFFFFF;
}
.pager-job .wp-pagenavi a.previouspostslink .icon {
	position: absolute;
	z-index: 8;
	left: 20px;
}
.pager-job .wp-pagenavi a.nextpostslink {
	width: 100%;
	max-width: 125px;
	margin-left: 15px;
	padding-left: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #232326;
	color: #FFFFFF;
}
.pager-job .wp-pagenavi a.nextpostslink .icon {
	position: absolute;
	z-index: 8;
	right: 20px;
}
@media only screen and (max-width: 750px) {
	.pager-job .wp-pagenavi span.current {
		width: 100% !important;
		max-width: 50px;
	}
	.pager-job .wp-pagenavi a.page {
		display: none;
	}
	.pager-job .wp-pagenavi a.previouspostslink {
		margin-right: 5px;
	}
	.pager-job .wp-pagenavi a.nextpostslink {
		margin-left: 5px;
	}
}

.wp-shousai .article-detail .ttl .date span.tag {
	margin-left: 1em;
}
.wp-shousai .article-detail .content h2 {
	margin-top: 50px;
}
.wp-shousai .article-detail .content p {
	margin-top: 20px;
}
.wp-shousai .article-detail .content p em {
	font-style: italic;
}
.wp-shousai .article-detail .content .img {
	margin-top: 30px;
}
.wp-shousai .article-detail .content .img img + p {
	margin-top: 10px;
}
@media only screen and (max-width: 750px) {
	.wp-shousai .article-detail .content h2 {
		margin-top: 35px;
	}
	.wp-shousai .article-detail .content .img {
		margin-top: 20px;
	}
}

.searchbox {
	width: 70%;
	margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchbox .search-keyword {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.searchbox .search-keyword form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
.searchbox .search-keyword .txtbox {
	width: 75%;
	height: 60px;
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	padding: 0 20px;
}
.searchbox .search-keyword button {
	width: 23%;
	height: 60px;
	color: #FFFFFF;
	background-color: #232326;
	border: 0;
	border-radius: 6px;
}
@media only screen and (max-width: 750px) {
	.searchbox {
		width: 100%;
		margin-bottom: 50px;
	}
	.searchbox .search-keyword .txtbox,
	.searchbox .search-keyword button {
		height: 50px;
	}
}

.search-result {
	margin: 0 auto 60px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.search-result {
		text-align: left;
		margin-bottom: 30px;
	}
}

.article-detail .detail .text ol {
	margin-left: 20px;
}
.article-detail .detail .text ol li {
	list-style: decimal;
}

.article-detail .detail .text ul {
	margin-left: 20px;
}
.article-detail .detail .text ul li {
	list-style: disc;
}

.wp-shousai .article-detail .content p strong,
.wp-shousai .article-detail .content p b,
.article-detail .detail .text p strong,
.article-detail .detail .text p b {
	font-weight: bold;
}
.wp-shousai .article-detail .content a,
.article-detail .detail .text a {
	color: #ED151D;
	border-bottom: 1px solid #ED151D;
}

.marker-under,
.article-detail mark {
	background: linear-gradient(transparent 60%, #ffff66 60%) !important;
}
.article-detail h3,
.article-detail h4,
.article-detail h5 {
	font-size: 2rem;
	padding-bottom: 0.5em;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 5px dashed #eee;
	margin-bottom: 20px;
}