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


                  ■  求人一覧ページ検索  ■
	  

/////////////////////////////////////////////////////////////////////////////*/

/* 見出し
-------------------------------------------------- */

.search_midashi_top {
	display: flex;
	align-items: center;
	background-color: #A4C327;
	background-image: url(../img/common/tit02_bg.gif);
	height: 3em;
	border-radius: 4px;
	margin: 0 auto 15px;
	padding-left: 1.5em;
}

.search_midashi_top h2 {
	color: #fff;
	font-size: 16px;
}

.search_midashi_top h2 span {
	font-size: 17px;
}


/* 現在の絞り込み条件（テーブル）
----------------------------------------------- */

.search-query {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 1em;
	background-color: #FFF;
	box-shadow: 0px 2px #DDD;
	border-radius: 3px;
	margin: auto;
}

.search-query p {
	font-size: 14px;
	background-image: url(../img/common/icon_mushimegane_pink.png);
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-size: 13px 15px;
	background-repeat: no-repeat;
	color: #FF5188;
	background-position: 3px 3px;
}

.search-query li {
	font-size: 12px;
	color: #FF5188;
	font-weight: bold;
}

.search-query .koumoku {
	color: #000;
}


/* モーダル
----------------------------------------------- */

.modal-content {
	position: fixed;
	display: none;
	z-index: 10001;
	width: 35%;
	height: 80%;
	margin: 0;
	border: 5px solid #FFA6C4;
	border-radius: 10px;
	background: #fff;
	overflow: auto;
}

.modal-overlay {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-open {
	background: #F90;
	border-bottom: #F63 3px solid;
	width: 40%;
	margin: 10px auto 10px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 17px;
	text-decoration: none;
	margin-bottom: 2em;
}

.modal-open:hover {
	cursor: pointer;
	text-decoration: none;
}

.modal-close {
	position: fixed;
	top: 11%;
	right: 34%;
	width: 20px;
	height: 20px;
	background-image: url(../img/common/delete.gif);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	text-indent: -9999em;
}

.modal-close:hover {
	cursor: pointer;
	color: #f00;
}

/* この条件で検索するボタン */

.button_area .form_button input {
	-webkit-appearance: none;
	position: fixed;
	display: block;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%);
	_width: 100%;
	width: 35%;
	height: 4em;
	background-color: #FF578E;
	border: solid 1px #FF578E;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px;
}

.button_area .form_button input:hover {
	opacity: 0.7;
}

/* 入力画面
----------------------------------------------- */
#form {
	width: 94%;
	margin: 0 auto 5em;
}

#form dl dt {
	color: #FF5B92;
	font-weight: bold;
	margin-bottom: 10px;
}

#form dl dd {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#form dl dd:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

/* フォームパーツ */
#form dl dd input[type="text"],
#form dl dd select {
	border: 1px solid #BBB;
	color: #333;
	border-radius: 2px;
	background: #fbf9f4;
	-webkit-border-radius: 2px;
	zoom: 1;
	padding: 5px;
	margin: 0 2px 5px;
	font-size: 15px;
	-webkit-appearance: none;
}

#form dl dd select {
	width: 10em;
	display: inline-block;
	padding-right: 30px;
	background: url(../img/common/select.png) no-repeat right #fbf9f4;
}

#form dl dd input[type="text"] {
	width: 30vw;
	margin-bottom: 4em;
}

#form dl dd label {
	width: 50%;
	display: block;
	margin-bottom: 5px;
	line-height: 1.8;
	font-size: 14px;
}


/* ○○件中○○件
-------------------------------------------------- */

.search_results {
	width: auto;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.search_results .number {
	font-size: 20px;
	line-height: 40px;
}

.search_results .number span {
	font-size: 40px;
	font-weight: bold;
	margin: 0 3px;
	color: #FF5B92;
}


/* 求人リスト
-------------------------------------------------- */

.search_list_box {
	margin: auto;
}

.boxCont {
	padding: 20px;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 2em;
}

/* 求人名 */

.search_list_tit {
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FF5B92;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
}

.search_list_tit a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	line-height: 1.8;
	color: #FFF;
}

/* 画像・キャッチ */

.search_list_box_inr {
	width: 100%;
	display: flex;
	margin-bottom: 1em;
}

.search_list_box_inr .search_list_img {
	width: 50%;
	margin-right: 10px;
}

.search_list_box_inr .search_list_img img {
	width: 100%;
	height: auto;
}

.search_list_box_inr .search_list_catch {
	width: 55%;
	color: #ff5991;
	line-height: 1.5;
	overflow: hidden;
	height: auto;
}

/* テーブル */

table {
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	text-align: left;
	letter-spacing: 0em;
	margin-bottom: 1em;
}

table tr {
	border-bottom: 1px solid #d9d9d9;
}

table tr th {
	width: 30%;
	background: #f9f8ef;
	border-right: 1px solid #d9d9d9;
	padding: 5px 7px;
}

table tr td {
	width: 70%;
	padding: 5px 7px;
}

/* CVBOX */

.cvbox {
	display: flex;
	justify-content: space-around;
	width: 76%;
	margin: auto;
}

a.cv_btn {
	display: inline-block;
	position: relative;
}

a.cv_btn:hover {
	text-decoration: none;
}

a.cv_btn p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	margin: 0 auto;
	height: 46px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-family: "Yu Mincho", "ヒラギノ明朝", "MS PMincho";
	font-size: 20px;
}

a.cv_btn p.detail {
	background: #a4c327;
}

a.cv_btn p.delete {
	background: #B2B2B2;
	font-size: 18px;
}

a.cv_btn p::after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 2%;
	content: "〉";
	color: #fff;
}

a.cv_btn p:hover {
	opacity: 0.7;
}

/* ページネーション
-------------------------------------------------- */

.search_page {
	padding: 0 0 16px 0;
	position: relative;
	overflow: hidden;
	margin: 30px auto 0;
}

.search_page p {
	font-size: 13px;
}

.search_page p span {
	font-weight: bold;
	margin: 0 3px;
}

.search_page ul {
	display: flex;
	justify-content: center;
	margin: 17px 0 0 0;
	position: relative;
	left: 50%;
}

.search_page ul li {
	position: relative;
	left: -50%;
	width: 35px;
	line-height: 35px;
	margin: 0 4px 4px 0;
	text-align: center;
	font-weight: bold;
}

.search_page li span {
	display: block;
	background: #FF5B92;
	line-height: 37px;
	color: #ffffff;
	text-align: center;
}

.search_page ul li a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
}

/*///////////////////////////////////////////////////////////////
//////////////////////////下層エリア/////////////////////////////
///////////////////////////////////////////////////////////////*/

.bg_white_round {
	margin-bottom: 25px;
	padding-top: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	box-shadow: 0px 2px #DDD;
	border-radius: 3px;
}

.search_midashi {
	display: flex;
	align-items: center;
	background-color: #A4C327;
	background-image: url(../img/common/tit02_bg.gif);
	height: 3em;
	border-radius: 4px;
	margin: 0 auto 15px;
	padding-left: 1.5em;
}

.search_midashi h2 {
	color: #fff;
	font-size: 16px;
}

/* エリアから絞り込む
-------------------------------------------------*/


/* 市区町村 */

#area_select {
	width: 860px;
	margin: 30px auto !important;
	background-color: #FFF;
	box-shadow: 0px 2px #DDD;
	border-radius: 3px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
}

#area_select .area_select {
	width: 836px;
	margin: -20px auto 0;
	padding-top: 10px !important;
	padding-left: 10px;
}

#area_select .area_select ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#area_select .area_select ul li {
	min-width: 100px;
	background-image: url(../img/common/mark_arrow-gray.gif);
	background-size: 5px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
}

#area_select .area_select p {
	text-align: center;
	font-size: 12px;
}

/* その他のエリア */

.other_link {}

.other_link ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding-bottom: 20px;
}

.other_link ul li {
	min-width: 100px;
	margin-right: 4em;
	background-image: url(../img/common/mark_arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
}


/* 非公開求人
-------------------------------------------------*/
#info_top p.banner {
	text-align: center;
	margin: auto;
}

#info_top p.banner img {}

/* 保育士に関する情報
-------------------------------------------------*/
.info_bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	border: 3px double #DDD;
}

.info_bottom h2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.info_bottom .banner {
	margin-top: 10px;
	padding-left: 5px;
	text-align: center;
}

.info_bottom .banner img {
	width: 60%;
	height: auto;
}


/*/////////////////////////////////////////////////////////////////////////////


             　　　　　     ■  検討中リスト  ■
	  

/////////////////////////////////////////////////////////////////////////////*/
