@charset "utf-8";
/*------------------------------------------------------------
	検索結果一覧
------------------------------------------------------------*/

/* メインイメージ */

#topImage {
	position: relative;
	height: 322px;
	margin-bottom: 27px;
}

#topImage.execution {
	height: 348px;
}

#topImage.boiler {
	height: 348px;
}

#topImage.chief {
	height: 347px;
}

#topImage .topConts {
	width: 660px;
	position: absolute;
	top: 148px;
	left: 27px;
}

#topImage.execution .topConts {
	top: 174px;
}

#topImage.boiler .topConts {
	top: 174px;
}

#topImage.chief .topConts {
	top: 173px;
}

#topImage .topConts .lead {
	padding-left: 2px;
	margin-bottom: 18px;
	color: #666;
	line-height: 1.7;
}

#topImage .topConts .lead .red {
	color: #CC0000;
	font-weight: bold;
}

#topImage .topConts .lead .green {
	color: #009900;
	font-weight: bold;
}

#topImage .topConts .contsInner .service,
#topImage .topConts .contsInner .scout {
	float: left;
	width: 319px;
}

#topImage .topConts .contsInner .service {
	margin-right: 21px;
}

#topImage .topConts .contsInner .service .head,
#topImage .topConts .contsInner .scout .head {
	padding: 0 0 2px 2px;
	line-height: 0;
}

#topImage .topConts .contsInner .service .bn,
#topImage .topConts .contsInner .scout .bn {
	margin-bottom: 3px;
	line-height: 0;
}

#topImage .topConts .contsInner .service .bn a,
#topImage .topConts .contsInner .scout .bn a {
	display: block;
	width: 319px;
	height: 53px;
}

#topImage .topConts .contsInner .service .bn a {
	background: url(/assets/img/pc/top/bn_service_over.png) no-repeat;
}

#topImage .topConts .contsInner .scout .bn a {
	background: url(/assets/img/pc/top/bn_scout_over.png) no-repeat;
}

#topImage .topConts .contsInner .service .bn a:hover,
#topImage .topConts .contsInner .scout .bn a:hover {
	background-color: transparent;
}

#topImage .topConts .contsInner .service .bn a:hover img,
#topImage .topConts .contsInner .scout .bn a:hover img {
	visibility: hidden;
}

#topImage .topConts .contsInner .service .text,
#topImage .topConts .contsInner .scout .text {
	position: relative;
}

#topImage .topConts .contsInner .service .text .lead,
#topImage .topConts .contsInner .scout .text .lead {
	padding-left: 3px;

	color: #333;
	font-size: 0.92em;
	line-height: 1.6;
}

#topImage .topConts .contsInner .service .text .icon,
#topImage .topConts .contsInner .scout .text .icon {
    background: url(/assets/img/common/icon/001.gif) no-repeat left 4px;
    padding-left: 15px;

	font-weight: bold;

	position: absolute;
	top: 19px;
	right: 10px;
}

* html #topImage .topConts .contsInner .service .text .icon,
* html #topImage .topConts .contsInner .scout .text .icon {
	top: 15px;
}

*:first-child+html #topImage .topConts .contsInner .service .text .icon,
*:first-child+html #topImage .topConts .contsInner .scout .text .icon {
	top: 15px;
}

/* 検索コンテンツ内 */

#conts h3 {
	margin-bottom: 10px;
}

#conts .jobCatebox h3 {
	margin-bottom: 5px;
}

#conts .refinement {
	margin-bottom: 40px;
	padding-left: 25px;
}

#conts .refinement li {
	width: 330px;
	float: left;
	line-height: 2.18;
}

#conts .refinement li a {
	padding-left: 18px;
	background: url(/assets/img/common/icon/001.gif) no-repeat 0 0;
}

#conts .countBox {
	margin-bottom: 10px;
	padding: 13px 10px 10px 40px;
	background: linear-gradient(#FEFEFE, #E1E1E1);
	border: 1px solid #CCC;
	box-shadow: 0 1px #006B30;
	position: relative;
}

#conts .countBox:before {
	margin-top: -7px;
	width: 13px;
	height: 14px;
	background: linear-gradient(#016C30, #228E22);
	border: 1px solid #006B30;
	display: block;
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
}

.keyword #conts .countBox {
	padding-top: 10px;
}

.keyword .noneTxt {
	padding: 15px 10px 50px;
}

#conts .underBox {
	margin-bottom: 10px;
	background: none;
	border: none;
}

#conts .underBox .pager {
	margin-top: -30px;
	padding-top: 0;
}

#conts .countBox .recNum {
	float: left;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 1;
}

#conts .freeWord .recNum {
	padding-top: 3px;
}

#conts .countBox .recNum span {
	margin-right: 2px;
	color: #FF3300;
	font-size: 26px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 0.8;
}

#conts .freeWord .recNum span {
	vertical-align: text-bottom;
}

#conts .countBox .recNum span.bold {
	margin-right: 0;
	color: #333;
	font-size: 18px;
}

#conts .countBox .research {
	padding-top: 4px;
	float: right;
	font-weight: bold;
	font-size: 12px;
}

#conts .countBox .research a {
	padding-left: 20px;
	padding-bottom: 2px;
	background: url(/assets/img/common/template/icon_research.png) no-repeat;
	color: #000;
}

#conts .countBox h3 {
	margin-bottom: 0;
	float: left;
	color: #006B30;
	font-size: 22px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 1;
}

#conts .pager {
	margin: 0 10px 5px 0;
	padding-top: 3px;
	text-align: right;
}

#conts .top {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 12px;
	float: none;
	text-align: right;
}

#conts .pager li {
	display: inline;
	margin-left: 5px;
}

#conts .pager li.current {
	color: #999;
	font-weight: bold;
}

#conts .pager li.next {
	margin-left: 12px;
}

#conts .reset {
	line-height: 0;
	text-align: right;
	margin: 0 10px 10px;
}

#conts .searchTable th {
	padding: 10px 3px!important;
}

/* 求人ボックス */

#conts .job {
	margin: 0 10px 40px;
}

#conts .job .jobHead {
	border-top: 5px solid #006B30;
}

#conts .job .jobHead .headInner {
	display: flex;
	justify-content: space-between;
	padding: 13px 11px 18px;
	background: url(/assets/img/pc/search/bg_job_head.jpg) no-repeat bottom;
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #CCC;
}

#conts .job .jobHead .headInner .company {
	font-size: 1.7em;
	font-weight: bold;
}

#conts .job .jobHead .headInner .position {
	font-size: 1.3em;
	font-weight: bold;

	line-height: 1.7;
}

#conts .job .tags {
	padding: 5px 0 5px 13px;

	border: 1px solid #E0E0E0;
	border-top: none;
	border-bottom: 1px solid #CCC;
}

#conts .job .tags li {
	float: left;
	margin-right: 5px;

	line-height: 0;
}

#conts .job .tags .lastChild {
	margin-right: 0;
}

#conts .job .inner {
	padding: 15px 10px;
	border: 1px solid #E0E0E0;
	border-top: none;
}

#conts .job .inner .busiContent td {
	visibility: hidden;
}

#conts .job table {
	width: 100%;
	border-collapse: collapse;
}

#conts .job th,
#conts .job td {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.7;
	text-align: left;
}

#conts .job th {
	background: #F9F9F8;
	font-weight: normal;
}

#conts .job .company td {
	font-weight: bold;
}

#conts .job .contactNum {
	margin-top: 1px;
	font-size: 0.84em;
	text-align: right;
}

#conts .job .btnList {
	margin: 5px 0 0 125px;
}

#conts .job .btnList:after {
	content: "";
	display: block;
	clear: both;
}

#conts .job .btnList li {
	margin-right: 15px;
	float: left;
}

#conts .job .btnList li a {
	display: block;
	box-shadow: 0 2px 3px 1px #CCC;
}

#conts .job .btn a {
	display: block;
	width: 231px;
	height: 41px;
	margin: 0 auto;
}

#conts .job .btn a:hover {
	opacity: 0.7;
}

/* 5件ごとのバナー */

#conts .closed01,
#conts .closed02 {
	position: relative;
	margin: 0 10px 40px;
}

#conts .closed01 a,
#conts .closed02 a {
	display: block;
}

#conts .closed01 a {
	height: 171px;
	background: url(/assets/img/pc/search/result/img_closed01_over.jpg) no-repeat;
}

#conts .closed02 a {
	height: 149px;
	background: url(/assets/img/pc/search/result/img_closed02_over.jpg) no-repeat;
}

#conts .closed01 span,
#conts .closed02 span {
	display: block;
	position: absolute;
	left: 24px;

    padding-left: 15px;
	background: url(/assets/img/common/icon/001.gif) no-repeat left 6px;

	text-decoration: underline;
}

#conts .closed01 span {
	top: 130px;
}

#conts .closed02 span {
	top: 111px;
}

#conts .closed01 a:hover span,
#conts .closed02 a:hover span {
	text-decoration: none;
}

#conts .closed01 a:hover img,
#conts .closed02 a:hover img {
	visibility: hidden;
}

/* 下部コンバージョン */

#conts .arrow p {
	font-size: 20px;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-align: center;
}

#conts .arrow p span {
	color: #006B30;
}

#conts .entryBox {
	border: 1px solid #F6E2D1;
	border-top: none;

	padding: 20px 9px;
	background: #F6EDDA;
}

#conts .entryBox .entryText {
	text-align: center;
	margin-bottom: 20px;
}

#conts .entryBox .entryImg {
	margin-bottom: 20px;
}

#conts .entryBox .entryBn {
	line-height: 0;
	text-align: center;
}

#conts .entryShadow {
	margin-bottom: 13px;
}

/* スカウトサービス */

#conts .scoutBox {
	position: relative;
	margin-bottom: 55px;
}

#conts .scoutBox p {
	position: absolute;
	left: 24px;
	top: 153px;

    padding-left: 15px;
	background: url(/assets/img/common/icon/001.gif) no-repeat left 6px;
}

/* SEOテキスト */

#conts .seo {
    padding: 5px 15px 15px;
	border: 1px solid #CCCCCC;
	color: #666;
	font-size: 11px;
	position: relative;
}

#conts .seo p {
    padding-top: 10px;
}

#conts .seo span {
	font-weight: bold;
}

#conts .seo .closeBox {
	display: none;
}

#conts .seo .moreBtn a {
	padding-left: 10px;
	background: url(/assets/img/common/icon/003.png) no-repeat left 8px;
	color: #0066CC;
	display: block;
	float: right;
}

#conts .seo .moreBtn a:hover {
	color: #000066;
}

#conts .seo .moreBtn a.open {
	background: url(/assets/img/common/icon/004.png) no-repeat left 8px;
}

/*------------------------------------------------------------
	検索ページ
------------------------------------------------------------*/

/* 条件検索および共通部 */

#conts .conditionBox {
	margin: 0 10px;
	padding: 13px 0;
	background: #f9f3e7;
	border: 1px solid #f9ece1;
	text-align: center;
}

#conts .conditionBox .title {
	margin-bottom: 13px;
	text-align: center;
}

#conts .conditionBox .title img {
	margin: 0 auto;
	display: block;
}

#conts .conditionBox ul {
	margin: 0 auto;
	width: 650px;
	background: url(/assets/img/pc/search/bg_cond.png) no-repeat bottom;
	text-align: left;
}

#conts .conditionBox li {
	width: 315px;
}

#conts .conditionBox li.body {
	float: left;
}

#conts .conditionBox li.location {
	float: right;
}

#conts .conditionBox li div {
	height: 24px;
}

#conts .conditionBox li p {
	padding: 13px 15px;
}

#conts .arrowBox {
	text-align: center;
	margin-bottom: 5px;
}

#conts .foundBox {
	display: block;
	background: url(/assets/img/pc/search/result/bg_question.jpg) no-repeat;
	height: 155px;
	margin-bottom: 35px;
	text-decoration: none;
	color: #000;
	position: relative;
	line-height: 1.8em;
}

#conts .foundBox:hover {
	background: url(/assets/img/pc/search/result/bg_question_over.jpg) no-repeat;
}

#conts .foundBox .recruit {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 17px 10px 0 157px;
}

#conts .foundBox .recruit .color01 {
	color: #006B30;
	font-weight: bold;
}

#conts .foundBox .recruit .color02 {
	font-weight: bold;
}

#conts .foundBox .recruit .num {
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}

#conts .foundBox .icon {
	display: block;
	position: absolute;
	top: 115px;
	left: 157px;
}

#conts .foundBox .icon span {
	display: block;
	background: url(/assets/img/common/icon/001.gif) no-repeat 0 7px;
	display: block;
	padding-left: 18px;
	color: #0066CC;
	text-decoration: underline;
}

#conts .hitBox {
	margin: 0 0 -31px;
	width: 710px;
	line-height: 28px;
}

#conts .hitText {
	text-align: center;
}

#conts .hitText .num {
	font-weight: bold;
	color: #FF3300;
	font-size: 30px;
	margin-right: 3px;
}

#conts .hitText .case {
	font-size: 20px;
	font-weight: bold;
	margin-right: 2px;
}

#conts .change {
	margin: 0 10px 40px;
	text-align: right;
}

#conts .change a {
	margin-left: auto;
	width: 185px;
	height: 28px;
	display: block;
}

#conts .change a.keyword {
	width: 240px;
	height: 30px;
	background: url(/assets/img/pc/search/btn_change_keyword_over.jpg) no-repeat;
}

/* キーワード検索 */

#conts .keyword h2 {
	margin-bottom: 10px;
	padding: 0 10px 0 15px;
	min-height: 46px;
	background: url(/assets/img/pc/search/hit0_bg01.png) repeat-x left bottom;
	border: 1px solid #E0E0E0;
	border-bottom: none;

	font-size: 26px;
	font-weight: normal;
}

	* html #conts .keyword h2 {
		height: 46px;
	}

	*+html #conts .keyword h2 {
		height: 46px;
	}

#conts .keyword h2 span {
	padding: 3px 0 0 25px;
	background: url(/assets/img/pc/search/hit0_bg02.png) no-repeat left 15px;
	display: block;
}

#conts .keyword h2 .word {
	padding: 0;
	background: none;
	display: inline;

	color: #008D3F;
	font-weight: bold;
}

/* 上部ページャー */

#conts .head {
	margin: 0 10px 15px;
	padding: 0 10px 0 10px;
	background: url(/assets/img/pc/search/pager_top_bg.png) no-repeat;
	height: 37px;
}

#conts .head .hit {
	width: 250px;
	float: left;
	line-height: 1.5;
}

#conts .none .hit {
	width: 160px;
	text-align: center;
}

#conts .head .hit .num {
	color: #FF6600;
	font-size: 1.88em;
	font-weight: bold;
	margin-right: 3px;
}

#conts .head .hit .unit {
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.16em;
}

#conts .head .hit .display {
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.16em;
}

#conts .head .pager {
	padding-top: 7px;
	width: 400px;

	float: right;

	color: #999;
	font-weight: bold;
	text-align: right;
}

#conts .head .pager li,
#conts .head .pager ol {
	display: inline;
}

#conts .head .pager ol {
	margin: 0 8px;
}

#conts .head .pager li {
	margin: 0 2px;
}

#conts .head .pager li a {
	font-weight: normal;
}

/* 下部ページャー */

#conts .pagerBtm {
	margin: 40px 0 20px;
	background: url(/assets/img/pc/search/pager_bottom_bg.png) no-repeat;

	color: #999;
	font-weight: bold;
	text-align: right;
	line-height: 31px;
}

#conts .pagerBtm li,
#conts .pagerBtm ol {
	display: inline;
}

#conts .pagerBtm ol {
	margin: 0 8px;
}

#conts .pagerBtm li {
	margin: 0 2px;
}

#conts .pagerBtm li a {
	font-weight: normal;
}

/* こんなご希望はありませんか */

#conts .hopeTitle {
	line-height: 0;
}

#conts .hopeImg01 {
	line-height: 0;
}

#conts .hopeImg02 {
	line-height: 0;
	margin-bottom: 60px;
}

	* html #conts .hopeImg02 {
		padding-left: 4px;
	}

#conts .hopeBox {
	text-align: center;
	border-left: 2px solid #006B30;
	border-right: 2px solid #006B30;
	border-bottom: 2px solid #006B30;
	padding-bottom: 10px;
}

#conts .hopeBox .title {
	line-height: 0;
	margin-bottom: 5px;
}

#conts .hopeBox .bn {
	line-height: 0;
	width: 394px;
	margin: 0 auto 3px;
}

#conts .hopeBox .bn a {
	display: block;
	width: 394px;
	height: 65px;
	background: url(/assets/img/pc/search/result/bn_hope_over.jpg) no-repeat;
}

#conts .hopeBox .bn a:hover {
	background-color: #FFF;
}

#conts .hopeBox .bn a:hover img {
	visibility: hidden;
}

#conts .hopeBox ul {
}

#conts .hopeBox li {
	display: inline;
	font-size: 12px;
	color: #CCC;
}

#conts .hopeBox li a {
	font-size: 13px;
	margin-right: 5px;
}

#conts .hopeBox li.lastChild a {
	margin: 0;
}

#conts .notFound {
	margin: 30px 0;
	color: #f00;
	font-size: 1.2em;
	text-align: center;
}

#conts .etcInfo {
	margin-top: 60px;
	font-size: 12px;
}

#conts .etcInfo h3 {
	padding: 13px 13px 10px 30px;
	background: #E1E1E1 url(/assets/img/pc/search/result/bg_count.jpg) no-repeat;
	border: 1px solid #ccc;
	border-bottom: 1px solid #006B30;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-size: 18px;
	font-weight: normal;
	zoom: 1;
	line-height: 1.2;
}

#conts .etcInfo h4 {
	margin: 20px 0 10px;
	padding: 0 2px 4px;
	border-bottom: 1px solid #24963F;
	font-size: 1.333em;
}

#conts .etcInfo section {
	margin: 0 10px 1em;
}

#conts .etcInfo p {
	padding: 0 1px;
	margin-bottom: 1.4em;
	font-size: 1.083em;
	line-height: 2.0;
}

#conts .etcInfo .more {
	display: none;
}

/* キーワード検索結果ページ */
.keyword .mainImg .inner {
	padding: 0!important;
	height: 158px;
	background: url(/assets/img/pc/search/pref_main_bg.jpg) no-repeat;
}
.keyword .special .inner {
	height: auto;
}

.keyword .mainImg .inner h2 {
	padding: 52px 230px 0 30px;
	color: #000;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
}

.keyword .mainImg .inner h2 .pref {
	color: #FF6600;
	font-size: 50px;
}

.keyword .mainImg .inner h2.smallTitle {
	padding-top: 40px!important;
}

.keyword .mainImg .inner h2 .pref.small {
	font-size: 40px;
}

.keyword .mainImg .inner h2 .pref.mcr {
	font-size: 34px;
}

.keyword .mainImg .inner h2 .pref.cnt14 {
	font-size: 46px;
}

.keyword .mainImg .inner h2 .pref.cnt15 {
	font-size: 45px;
}

.keyword .mainImg .inner h2 .pref.cnt16 {
	font-size: 42px;
}

.keyword h3.text {
	padding-left: 17px;
	height: 40px;
	background: url(/assets/img/pc/search/h3_bg.jpg) no-repeat;
	font-size: 15px;
	font-weight: normal;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 40px;
}

.keyword .hopeBox + .jobSearch {
	margin-top: 60px;
}

/* 都道府県ページ */
.prefPage .mainImg .inner {
	padding: 0!important;
	height: 158px;
	background: url(/assets/img/pc/search/pref_main_bg.jpg) no-repeat;
}

.prefPage .mainImg .inner h2 {
	padding: 30px 0 0 30px;
	color: #000;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
}

.prefPage .mainImg .inner h2 .pref {
	color: #FF6600;
	font-size: 50px;
}

.prefPage .mainImg .inner h2 .pref span {
	font-size: 0.8em;
}

.prefPage .mainImg .inner h2 .shokusyu {
	color: #FF6600;
	font-size: 42px;
}

.prefPage .mainImg .inner h2 .bold {
	font-size: 36px;
}

.prefPage h3.text {
	padding-left: 17px;
	height: 40px;
	background: url(/assets/img/pc/search/h3_bg.jpg) no-repeat;
	font-size: 15px;
	font-weight: normal;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 40px;
}

.prefPage #searchBox table {
	margin-top: 0!important;
}

#search-list #conts .entryText,
.prefPage #conts .entryText {
	font-size: 1.7em;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 1.3;
}

#search-list #conts .entryText .small,
.prefPage #conts .entryText .small {
	font-size: 0.8em;
}

#search-list #conts .entryText .pref,
.prefPage #conts .entryText .pref {
	color: #F60;
	font-weight: bold;
}

#search-list #conts .jobDate {
	margin-top: 2px;
}

.prefPage #conts .entryText .bold {
	font-weight: bold;
}

.prefPage #conts .entryBn a {
	padding-top: 14px;
	padding-left: 35px;
	width: 330px;
	height: 42px;
	background: url(/assets/img/pc/search/pref_btn_bg_out.jpg) no-repeat;
	display: inline-block;
	color: #FFF;
	font-size: 1.55em;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

	*html .prefPage #conts .entryBn a {
		width: 491px;
		height: 56px;
	}

.prefPage #conts .entryBn a .big {
	font-size: 1.15em;
}

.prefPage #conts .entryBn a:hover {
	background: url(/assets/img/pc/search/pref_btn_bg_over.jpg) no-repeat;
}

.prefPage #conts .box {
	position: relative;
}

.prefPage #conts .box .jobNum {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 13px;
    font-weight: bold;
}

.prefPage #conts .box .jobNum .num {
    color: #FF3300;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin: 0 5px 0 7px;
}

.prefPage #conts .box .jobNum .unit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}


/*------------------------------------------------------------
	モーダル
------------------------------------------------------------*/
#conts .searchArea {
	padding: 15px;
	text-align: left;
	/*box-sizing: border-box;*/
}

#conts .searchArea .closeText {
	margin-bottom: 10px;
	text-align: right;
}

#conts .searchArea .closeText a:before {
	margin-right: 2px;
	margin-bottom: -1px;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	background: url(/assets/img/pc/search/icon_close.png) no-repeat;
}

#conts .searchArea .closeText a {
	color: #000;
}

#conts .searchArea .closeText a:hover {
	color: #f60;
}

#conts .searchArea .lists {
	margin-bottom: 10px;
	padding: 0 50px;
	position: relative;
}

#conts .searchArea .lists td {
	text-align: left;
}

#conts .searchArea .match {
	margin: 0 -15px -15px;
	padding: 20px 0;
	background: #F0F0F0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

#conts .searchArea .closeBox label {
	color: #000;
}

#conts .searchArea .closeBox label:hover {
	color: #f60;
}

#changeCondition.searchArea {
	height: 580px;
	padding-bottom: 40px;
}

#changeCondition.searchArea .lists {
	margin-top: 20px;
	height: 450px;
	overflow: auto;
}

#changeCondition.searchArea .lists table {
	width: 800px;
}

#changeCondition.searchArea .lists td {
	padding: 15px;
}

#changeCondition.searchArea .lists td.others ul {
	padding: 0;
}

#changeCondition.searchArea .closeText {
	margin-bottom: 0;
	width: 87px;
	height: 30px;
	background: #FFF;
	position: absolute;
	right: 0;
	top: -30px;
	text-align: center;
}

#changeCondition.searchArea .closeText a {
	padding-top: 10px;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
}

#changeCondition.searchArea .adnBox {
	padding: 0;
}

#changeCondition.searchArea .type .accTrg,
#changeCondition.searchArea .location .accTrg,
#changeCondition.searchArea .license .accTrg,
#changeCondition.searchArea .jobCategory .accTrg {
	padding: 18px 15px 17px;
	display: block;
}

#changeCondition.searchArea .location .closeBox>ul {
	width: 100%;
}

#changeCondition.searchArea .location ul li {
	float: none;
}

#changeCondition.searchArea .location ul+ul .area {
	width: 120px;
}

#changeCondition.searchArea .location ul+ul .pref {
	width: 542px;
}

#changeCondition.searchArea .location ul li.pref ul li {
	width: 20%;
}

#changeCondition.searchArea .type .closeBox>ul {
	width: 100%;
}

#changeCondition.searchArea .type ul+ul .area {
	width: 120px;
}

#changeCondition.searchArea .type ul+ul .pref {
	width: 440px;
}

#changeCondition.searchArea .type ul li.pref ul li {
	width: 140px;
}

#changeCondition.searchArea .lists ul li label {
	display: inline-block;
}

#changeCondition.searchArea .type .closeBox,
#changeCondition.searchArea .location .closeBox,
#changeCondition.searchArea .license .closeBox,
#changeCondition.searchArea .jobCategory .closeBox {
	margin-top: 0;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#changeCondition.searchArea .type .closeBox,
#changeCondition.searchArea .license .closeBox,
#changeCondition.searchArea .jobCategory .closeBox {
	padding: 10px;
}

#changeCondition.searchArea .location .closeBox:after {
	content: "";
	display: block;
	clear: both;
}

#changeCondition.searchArea .license,
#changeCondition.searchArea .jobCategory {
	width: 100%;
}

#changeCondition.searchArea .license .col .childAcdon {
	margin-right: 0;
}

#changeCondition.searchArea .type ul li ,
#changeCondition.searchArea .license ul li,
#changeCondition.searchArea .other ul li,
#changeCondition.searchArea .jobCategory ul li {
	width: 33%;
}

#changeCondition.searchArea .match {
	margin: auto;
	padding: 20px;
	width: 100%;
	position: absolute;
	background-color: rgba(241, 241, 241, 0.9);
	right: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}

#changeCondition.searchArea .match:after {
	content: "";
	display: block;
	clear: both;
}

#changeCondition.searchArea .match .textBox {
	float: left;
	display: inline-block;
}

#changeCondition.searchArea .match .textBox .matchNum {
	display: inline;
	float: none;
}

#changeCondition.searchArea .match .submit {
	width: 214px;
	height: 41px;
	margin: 1px auto auto;
	position: absolute;
	right: 0;
	left: 0;
}

#changeCondition.searchArea .match.hideBtn {
	background: rgba(241, 241, 241, 0.9) url(/assets/img/pc/top/btn_search07_off.png) no-repeat center center;
}

#changeCondition.searchArea .hideBtn .submit {
	display: none;
}

#changeCondition.searchArea .match .submit:hover img {
	opacity: 0.7;
}


/* 検索結果サイドバー用勤務地スタイル */
.workingPlace.searchArea .lists {
	margin-top: 20px;
	height: 450px;
	overflow: auto;
}

.workingPlace.searchArea .lists td {
	padding: 15px;
}

.workingPlace.searchArea .closeBox ul,
.workingPlace.searchArea .closeBox li {
	box-sizing: border-box;
}

.workingPlace.searchArea .closeBox>ul {
	width: 100%;
	border-top: 1px solid #CCC;
	display: table;
}

.workingPlace.searchArea .closeBox>ul:first-child {
	padding: 10px 10px 10px 20px;
	border-top: none;
}
.workingPlace.searchArea .closeBox>ul:first-child li {
	margin-bottom: 0;
}

.workingPlace.searchArea ul+ul .area {
	padding: 10px;
	margin-bottom: 0;
	width: 150px;
	display: table-cell;
	float: none;
	vertical-align: top;
}

.workingPlace.searchArea ul+ul .pref {
	margin-bottom: 0;
	padding: 10px;
	width: 630px;
	border-left: 1px solid #CCC;
	display: table-cell;
	float: none;
}

.workingPlace.searchArea ul li.pref ul li {
	margin: 3px 0;
	width: 16.6%;
}

.workingPlace.searchArea .lists label {
	display: inline-block;
}

.workingPlace.searchArea .closeBox {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.workingPlace.searchArea .location .closeBox:after {
	content: "";
	display: block;
	clear: both;
}

.workingPlace.searchArea .match {
	padding: 20px;
	height: 40px;
	position: relative;
}

.workingPlace.searchArea .match:after {
	content: "";
	display: block;
	clear: both;
}

.workingPlace.searchArea .match .textBox {
	float: left;
	display: inline-block;
}

.workingPlace.searchArea .match .textBox .matchNum {
	display: inline;
	float: none;
}

.workingPlace.searchArea .match .submit {
	width: 214px;
	height: 41px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
}

.workingPlace.searchArea .match .submit:hover {
	opacity: 0.7;
}

/* 求人詳細ページ */
#search-detail #conts .sendMail {
	display: none;
}

#search-detail #conts .sendMail .inner {
	margin: 20px auto;
	width: 700px;
}

#search-detail #conts .sendMail .inner p {
	margin-bottom: 20px;
}

#search-detail #conts .sendMail .inner input {
	padding: 5px;
	width: 405px;
	height: 25px;
}

#search-detail #conts .sendMail .btnArea {
	padding: 20px 25px;
	margin: 0 -15px -15px -15px;
	background: #F0F0F0;
	text-align: center;
}

#search-detail #conts .jobDate {
	margin-top: 1px;
	min-width: unset;
}

#conts .mailBtn {
	padding: 0;
	border: none;
}


#conts .searchBox table {
	line-height: 1.5;
}

#conts .searchBox table.hidden tr.field>th {
	border-bottom: none;
}

#conts .searchBox table.hidden tr.field>td {
	border-bottom: none;
}

#conts .searchBox table.hidden tr.condition {
	display: none;
}

#conts .searchBox table.hidden tr.condition>th,
#conts .searchBox table.hidden tr.condition>td {
	font-size: 0;
}

#conts .searchBox table tr.condition>th {
	border-top: none;
}

#conts .searchBox table tr.condition>td {
	width: auto;
	text-align: right;
	/*padding: 10px;*/
	border-top: none;
}

#conts .searchBox table tr.condition>td a {
	width: 197px;
	vertical-align: bottom;
}

#outTxt {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 6px;
}

#outTxt dl {
	display: table;
	width: 560px;
}

#outTxt dl dt,
#outTxt dl dd {
	display: table-cell;
}

#outTxt dl dd {
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#conts .searchArea .lists .license .tec ul {
	margin-top: 0;
	display: block;
}

#conts .jobCateBox li.rollover-control,
#conts .jobCateBox li.rollover-control:hover {
	color: Black;
}

/* LPOツール用 転勤・出張情報 */
#conts .job .parameters.hidden {
	display: none;
}

.labelArea .title .position {
	margin-bottom: 0;
}

.labelArea .searchIconList {
	margin-bottom: -5px;
	background-color: #FFF;
}

.labelArea .label {
	margin: 0 5px 5px 0;
	padding: 5px 8px;
	border-radius: 4px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
}

.labelArea .searchIconList {
	padding: 10px 15px;
}

.labelArea.jobDetail .searchIconList {
	padding-bottom: 5px;
}

.labelArea.job .searchIconList {
	padding: 10px 10px 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

#conts .labelArea.job .searchIconList + .inner {
	padding-top: 10px;
}

.labelArea .typeInd {
	border: 1px solid #006B30;
	background-color: #FFF;
	color: #006B30;
}

.labelArea .typeCrctr {
	border: 1px solid #2397CB;
	background-color: #FFF;
	color: #2397CB;
}

.outline .typeCrctr {
	margin-bottom: 10px;
}
