@charset "utf-8";
/*------------------------------------------------------------
	search
------------------------------------------------------------*/

#conts {
	width: 100%;
}

#conts .box {
	border: 1px solid #E0E0E0;
	background-color: #F1F1F1;
}

#conts .box .bg01 {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 12px 0 0 55px;
	height: 55px;
	border: 1px solid #CCC;
	background: linear-gradient(#FEFEFE, #E0E0E0);
	position: relative;
	font-size: 24px;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	box-shadow: 0 1px #006B30;
}

#conts .box .bg01:before {
	width: 29px;
	height: 30px;
	background: url(/assets/img/common/icon/016.png) no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
	transform: translateY(-50%);
}

#conts .searchArea {
	padding: 5px;
}

#conts #keyword .bg03 {
	margin-bottom: 2px;
	padding: 8px 20px 10px;
	background: url(/assets/img/pc/search/bg_search_case.png) no-repeat;
	font-size: 1.168em;
	font-weight: normal;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts .searchArea dl {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	border-top: none;
	background-color: #FFF;
	display: table;
}

#conts .searchArea dl:first-of-type {
	border-top: 1px solid #CCC;
}

#conts .searchArea dt {
	width: 120px;
	background-color: #F9F9F8;
	border-right: 1px solid #CCC;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

#conts .searchArea dt,
#conts .searchArea .lists {
	display: table-cell;
}

#conts .searchArea .match {
	padding: 10px;
}

#conts .searchArea #other {
	border-bottom: none;
}

#conts .searchArea #topBox {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	position: relative;
}

#conts .searchArea #topBox.sticky {
	margin: auto;
	padding: 10px 15px;
	width: 908px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}

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

#conts .searchArea .matchNum {
	width: 310px;
	font-size: 20px;
}

#conts .searchArea .matchNum .text {
	margin-right: 10px;
	color: #000;
	font-size: 15px;
	vertical-align: super;
}

#conts .searchArea .submit {
	margin: -20px auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

#conts #keyword {
	margin-top: 20px;
	padding: 5px;
}

#conts #keyword .inner {
	padding: 20px 15px;
	border: 1px solid #CCC;
	background: #FFF;
}

#conts #keyword .inner .word {
	box-sizing: border-box;
	padding-left: 10px;
	width: 784px;
	height: 30px;
	border: none;
	background: url(/assets/img/pc/top/keyword_input02.png) no-repeat;
}

#conts #keyword .inner .btn {
	float: right;
}

#conts #keyword .inner .notes {
	margin-top: 10px;
}

#conts #workingPlace dd {
	background-color: #F9F9F9;
}

#conts #workingPlace .location .closeBox>ul>li {
	padding: 10px;
	width: 643px;
	float: none;
}

#conts #workingPlace .location ul li.area {
	width: 130px;
}

#conts #workingPlace .location ul li.pref ul li {
	width: 16.6%;
}