﻿.search_header {
	position: relative;
    display: flex;
	justify-content: space-between;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #F2F2F2;
    border-bottom: solid 2px #DDD;
}
.search_header .back {
    position: relative;
    float: left;
    width: 86px;
    font-size: 1.2rem;
	z-index:1;
}
.search_header .back a {
    color: #666;
	text-align: center;
}
.pnl header .back a.arrow::after {
	right: auto;
    left: 12px;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.search_header h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    text-align: center;
	color: #666;
    font-size: 1.4rem;
}
.search_header .history {
	width: 85px;
	z-index: 1;
}
.search_header .history a {
	position: relative;
    display: block;
    height: 100%;
	line-height: 1;
    border-left: solid 1px #ddd;
	box-sizing: border-box;
	color: #666;
	font-size: 1rem;
	text-align: center;
	padding-top: 40px;
}
.search_header .history a::before {
	position: absolute;
	top: 12px;
    left: 0;
	right: 0;
    display: block;
    content: "";
    background: url(/img/search/ic_history.png) center /contain no-repeat;
    width: 22px;
    height: 20px;
	margin: auto;
    margin-bottom: 8px;
}
header h2.ttl {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
	padding: 0;
    background-color: #3B95E5;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: solid 1px #ccc;
	border-top:none;
}
/*絞り込みの最初の入り口*/
.search_box li {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #3B95E5;
    font-size: 1.4rem;
    border-bottom: solid 1px #dfdfdf;
}
.search_box li a {
    padding: 0 0 0 20px;
	color: #3B95E5;
}
.search_box li a div {
    position: absolute;
    top: 0;
	bottom: 0;
    right: 28px;
	margin: auto;
    display: inline-block;
    line-height: 1.4;
}
.search_box li a div span {
    height: 100%;
    line-height: 54px;
    margin: 0;
    padding: 0 5px;
    color: #999;
    font-size: 1.2rem;
}
.search_box li p {
    padding: 0 0 0 20px;
}
.search_box li label span.accent {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 4px;
    vertical-align: middle;
    line-height: initial;
    background: #F772B7;
    border-radius: 2px;
    color: #FFF;
    font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
}
.search_box li p {
    padding: 0 0 0 20px;
}
.bt_form2 {
    padding: 17px 8px;
}
/*エリアの絞り込み*/
#search_area_panel {
    display: none;
    width: 100%;
    position: relative;
    height: 100%;
}
#search_area_panel .search_box_area {
    padding: 0 0 44px 0;
}
#search_area_panel .search_box_area li {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ccc;
}
#search_area_panel .search_box_area li.all_select {
    background-color: #d9d9d9;
    font-weight: bold;
}
#search_area_panel .search_box_area li.all_select_ken {
    background-color: #e7e7e7;
    font-weight: bold;
}

#search_area_panel .search_box_area li.all_select_marea {
    background-color: #f6f6f6;
    font-weight: bold;
}
#search_area_panel .search_box_area li.ttl span {
    display: block;
    padding: 0 0 0 22px;
    background-color: #f6f6f6;
}
#search_area_panel .search_box_area li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
.bt_form {
	width:100%;
    position: fixed;
    bottom: 0;
	z-index: 1000;
}
.bt_form a {
    display: block;
	width: 100%;
    height: 50px;
    line-height: 50px;
	border-radius: 4px;
	background-color: #4BBEBE;
    color: #fff;
	font-size: 1.6rem;
    text-align: center;
}
.bt_form span {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
.bt_form .number {
	display: block;
    flex-basis: 30%;
    line-height: 1.3;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}
.bt_form .number b {
	font-size: 2rem;
    margin-right: 4px;
}
.bt_form span:last-child {
	text-align: left;
	padding-left: 8px;
	font-size: 1.6rem;
}
.bt_form4 {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 8px;
    background-color: rgba(51,51,51,.8);
}
.bt_form4 a {
	display: block;
	width: 100%;
    height: 50px;
    line-height: 50px;
	border-radius: 4px;
	background-color: #4BBEBE;
    color: #fff;
	font-size: 1.6rem;
    text-align: center;
}

.d_none {
    display: none;
}

/*絞り込みヘッダー*/
/*#search_narrow_panel,
#search_area_single_panel,
#search_gyousyu_single_panel,
#search_kodawari_single_panel,
#search_taigu_single_panel {
    display: none;
    width: 100%;
}*/
/*一発検索*/
/*.search_header_only {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #69f;
    border-bottom: solid 2px #ccc;
}
.search_header_only h1 {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}*/

/*.search_box li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
.search_box .checklist:after {
    right: 8px;
}
.search_box .checklist input[type="checkbox"]:checked + label:after {
    right: 8px;
}
.search_box .checklist input[type="checkbox"]:checked + label:before {
    right: 11px;
}*/
/*.search_box li #age {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    width: 50px;
    padding: 3px;
    line-height: 1.6;
    font-size: 1.2rem;
    border: solid 1px #999;
    text-align: center;
}
.search_box .search_count {
    margin: 15px 0;
    padding: 0 8px 0 0;
    text-align: right;
    color: #f06;
}
.search_box .search_count span {
    margin: 0 0 0 5px;
}
.search_box .bt_save label {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 0 10px 0;
    text-align: center;
    background: #ffecf2;
}
.search_box .bt_save label input:after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -12px;
	border: 1px solid #999999;
	content: "";
	background: -webkit-gradient( linear, left top, right bottom, from(#DDDDDD), to(#FFFFFF));
	background: -webkit-linear-gradient(top left, #DDDDDD, #FFFFFF);
	background: linear-gradient(top left, #DDDDDD, #FFFFFF);
}*/
/*.search_box .checklist:after {
    right: 8px;
}
.search_box .checklist input[type="checkbox"]:checked + label:after {
    right: 8px;
}
.search_box .checklist input[type="checkbox"]:checked + label:before {
    right: 11px;
}*/
/*.search_box li #age {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    width: 50px;
    padding: 3px;
    line-height: 1.6;
    font-size: 1.2rem;
    border: solid 1px #999;
    text-align: center;
}*/

/*.bt_form2 #btn_search {
    display: block;
    float: left;
    width: 65%;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    border-radius: 7px;
    border: none;
    background-color: #ff7fad;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}*/
/*業種の絞り込み*/
/*#search_gyousyu_panel {
    display: none;
    width: 100%;
    position: relative;
    height: 100%;
}
#search_gyousyu_panel .search_box_gyousyu {
    padding: 0 0 44px 0;
}
#search_gyousyu_panel .search_box_gyousyu ul {
    display: block;
    width: 100%;
    height: auto;
}
#search_gyousyu_panel .search_box_gyousyu li {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ccc;
}
#search_gyousyu_panel .search_box_gyousyu li.all_select {
    background-color: #e9e9e9;
}

#search_gyousyu_panel .search_box_gyousyu li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}*/
/*待遇の絞り込み*/
/*#search_taiguu_panel {
    display: none;
    width: 100%;
    position: relative;
    height: 100%;
}
#search_taiguu_panel .search_box_taiguu {
    padding: 0 0 44px 0;
}
#search_taiguu_panel .search_box_taiguu li {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ccc;
}
#search_taiguu_panel .search_box_taiguu li.all_select {
    font-weight: bold;
    background-color: #e9e9e9;
}
#search_taiguu_panel .search_box_taiguu li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}*/
/*こだわりの絞り込み*/
/*#search_kodawari_panel {
    display: none;
    width: 100%;
    position: relative;
    height: 100%;
}
#search_kodawari_panel .search_box_kodawari,
#search_kodawari_single_panel .search_box_kodawari
 {
    padding: 0 0 44px 0;
}
#search_kodawari_panel .search_box_kodawari li,
#search_kodawari_single_panel .search_box_kodawari li {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ccc;
}
#search_kodawari_panel .search_box_kodawari li.all_select,
#search_kodawari_single_panel .search_box_kodawari li.all_select {
    font-weight: bold;
    background-color: #e9e9e9;
}
#search_kodawari_panel .search_box_kodawari li b,
#search_kodawari_single_panel .search_box_kodawari li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
#search_kodawari_panel .search_box_kodawari li.cbadmin label span,
#search_kodawari_single_panel .search_box_kodawari li.cbadmin label span {
    display: inline-block;
    line-height: 1;
    margin: 0 10px 0 -10px;
    padding: 8px 10px;
    color: #fff;
    background-color: #666;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: normal;
}*/

/* Checkbox
----------------------------------------*/
/*.checklist {
    position: relative;
    padding: 0 !important;
}
.checklist:after {
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -12px;
    border: 1px solid #999999;
    content: "";
    background: -webkit-gradient( linear, left top, right bottom, from(#DDDDDD), to(#FFFFFF));
    background: -webkit-linear-gradient(top left, #DDDDDD, #FFFFFF);
    background: linear-gradient(top left, #DDDDDD, #FFFFFF);
}
.checklist input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 3;
    top: -2px;
    left: -2px;
    max-width: 100%;
    min-width: 300px;
    max-height: 98%;
    min-height: 40px;
}
.checklist label,
.checklist_all label {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checklist_all input[type="checkbox"] {
    display: none;
}

.checklist label.selected {
    background-color: #f0f5ff;
}
.checklist input[type="checkbox"]:checked + label {
    background-color: #f0f5ff;
}
.checklist input[type="checkbox"]:checked + label:before,
.checklist label.selected:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 40%;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    background: url('../../img/chihou/common/check.png') no-repeat 0 0;
}
.checklist input[type="checkbox"]:checked + label:after,
.checklist label.selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    z-index: 1;
    margin-top: -7px;
    margin-left: -12px;
    border: 1px solid #999999;
    background: -webkit-gradient( linear, left top, right bottom, from(#DDDDDD), to(#FFFFFF));
    background: -webkit-linear-gradient(top left, #DDDDDD, #FFFFFF);
    background: linear-gradient(top left, #DDDDDD, #FFFFFF);
}*/

/*一発検索のヘッダー以外*/
/*.search_box_only li {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ccc;
}
.search_box_only li a {
    display: block;
    padding: 0 0 0 22px;
    color: #333;
}
.search_box_only li.select_ken {
    background-color: #ccc;
    font-weight: bold;
}
.search_box_only li.select_marea {
    background-color: #e7e7e7;
    font-weight: bold;
}

.search_box_only li b {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}*/

