@charset "UTF-8";


input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
textarea,
select {
    outline: none;
}

.searchform_cast{
	padding: 40px 0;
	background: #fbf4f4;
}
.searchform_staff{
	padding: 40px 0;
    background: #e6f3f8;
}


.search_section_title {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: #f07694;
	color: #fff;
	border-radius: 4px;
    font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.staff_search_section_title {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: #5dbee3;
	color: #fff;
	border-radius: 4px;
    font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

#search_dialog{
	position: static;
}
#ippatsuKensaku {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto !important;
}
#ippatsuKensaku h2 {
	top: 0!important;
	background: transparent !important;
	width: 100% !important;
	height: auto !important;
	position: relative !important;
	margin: 40px 0 15px;
}
#ippatsuKensaku h2 img {
	width: 100% !important;
}
#ippatsuKensaku .ippatsuClose {
	background-image: url("../images/ippatsu/ippatsu_btn_close.png") !important;
	background-size: 17px 17px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	text-align: center;
	right: 5px;
	top: 5px;
	padding: 5px !important;
	width: 42px !important;
	height: 42px !important;
}
#ippatsuKensaku .ippatsuClose:hover {
	cursor: pointer;
}
.kensakuKoumoku img{
	width:82% !important;
	margin: 0 auto;
}
.changeBtn {
	position: relative;
	padding: 0 15px 0 25px;
	width: auto !important;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-style: 1px solid #FF61A0;
	background-image: -moz-linear-gradient( 90deg, rgb(255,97,160) 26%, rgb(255,161,198) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,97,160) 26%, rgb(255,161,198) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,97,160) 26%, rgb(255,161,198) 100%);
	height: 35px;
	line-height: 35px;
	background-color: #FE5F8F;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}
.changeBtn span {
	background-image: url("../images/ippatsu/ippatsu_btn_arrow.png") !important;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 43%;
}
.searchForm {
	background-color: transparent !important;
	padding: 10px 0 20px;
}
.ARSetWrap {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: transparent !important;
}
.ARSetWrap th {
	font-size: 17px;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	left: -9px;
	bottom: 0;
	color: #FF4D83;
	font-weight: normal;
}
.ARSetWrap th span {
	padding: 0 3px;
	color: #595959;
	font-weight: bold;
}
.ARSetWrap>a{
	display: inline-block;
	text-decoration: none;
}
.ARSetWrap a{
	text-decoration: none;
}
.kensakuKoumoku {
	margin: 0 !important;
	color: #FFFFFF;
	padding: 5px;
	background-color: #FF8CAC;
	text-align: center;
}
/* .areaRosenSet,
.kensakuSalary,
.searchCheck {
	width: 95%;
	margin: 0 auto;
} */
/* .ARSetWrap,
.kensakuSalary,
.searchCheck {
	padding: 15px 0 !important;
} */
/* .kensakuSetWrap select {
	margin: 0 !important;
	position: relative;
	z-index: 1000;
} */
#search_salary {
	width: 50% !important;
	height: 60px !important;
	color: #595959;
	border: none !important;
	background: #fff;
	border: 1px solid #dedede !important;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#search_salary {
		width: 70% !important;
	}
}
#txtArea,
#txtStation {
	background-color: #fff;
	border: 1px solid #ff61a0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
}
.searchBtnStyle li{
	height: 60px;
    line-height: 60px;
	border-radius: 4px;
	box-shadow: none !important;
	background: #fff;
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 0.25%;
    width: 49.5%;
    float: left;
}
@media screen and (max-width: 768px) {
	.searchBtnStyle li{
		margin: 0.25% 0;
		width: 100%;
		float: none;
	}
}
.checkBtn>input {
	/* display: none;  →チェックボックスの画像化はこちらのコメントアウトを外してください*/
	height: 60px !important;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	margin-left: 10px;
	background-color:#DBDBDB;
	z-index:0;
}
.selected {
	color: #595959 !Important;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background: transparent !important;
	background-color: #ffbdd7 !important;;
	box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
}
.checkBtn>label:before {
	position: absolute;
	content: '';
	width: 28px;
	height: 100%;
	left: 0;
	background-image: url("../images/ippatsu/cmn_checkbtn_off.png") !important;
	background-position: center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.checkBtn>label.selected:before {
	background-image: url("../images/ippatsu/cmn_checkbtn_on.png") !important;
}
.checkBtn>label {
	font-size: 14px;
	width: 100%  !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	cursor: pointer;
	display: block;
	padding-left: 30px;
	padding-right: 5px;
	letter-spacing: 0em;
}
.freewordSetWrap {
	padding: 25px 2.5%;
	width: 100%;
	border-top: 1px solid #FF8CAC;
	border-bottom: 1px solid #FF8CAC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
background-    color: #f07694;
	margin-bottom: 30px;
}
.freewordSetWrap input.freewordTxt {
	padding: 10px 40px 10px 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #FFF;
	background-image: url("../images/ippatsu/ippatsu_btn_search.png") !important;
	background-repeat: no-repeat;
	background-size: auto 67%;
	background-position: 97% center;
	width: 100%;
	border: 1px solid #FF6C96;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.kensakuKekka {
	width: 100%;
	padding: 0 !important;
	height: 55px;
	line-height: 55px;
	margin: 15px auto!important;
	background-size: 297px 82px;
	-webkit-background-size: 297px 82px;
	-moz-background-size: 297px 82px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.kensakuKekka>p {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #F087A2;
	font-size: 26px;
	font-weight: bold;
}
.kensakuKekka>img {
	width: 100%;
}

.search_freeword{
	display: block;
    padding: 14px 10px;
    text-align: left;
    background: #fff;
    border: 1px solid #dedede;
    width: 100%;
	max-width: 640px;
    margin: 10px auto;
    float: none;
    font-size: 16px;
    border-radius: 60px;
    letter-spacing: 0em;
}

.search_submit{
    display: block;
    font-size: 20px;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    max-width: 640px;
    border-radius: 100px;
    background: #f28aa4;
	border: none;
    background-image: -webkit-linear-gradient(top, #ef5e82, #f28aa4);
    background-image: linear-gradient(to bottom, #ef5e82, #f28aa4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0, .2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #fff;
	float: left;
}
.staff_search_submit{
    display: block;
    font-size: 20px;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    max-width: 640px;
    border-radius: 100px;
	border: none;
    background-image: -webkit-linear-gradient(top, #26a5d7, #5dbee3);
    background-image: linear-gradient(to bottom, #26a5d7, #5dbee3);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0, .2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #fff;
	float: left;
}
.search_reset{
    display: block;
    font-size: 20px;
    margin: 20px auto;
    padding: 22px 0;
    width: 100%;
    max-width: 300px;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(top, #c3c3c3, #f3f3f3);
    background-image: linear-gradient(to bottom, #c3c3c3, #f3f3f3);
	border: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0, .2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #797979;
	float: right;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.search_submit{
		font-size: 18px;
		margin: 20px auto;
		padding: 20px 0;
		float: none;
	}
	.staff_search_submit{
		font-size: 18px;
		margin: 20px auto;
		padding: 20px 0;
		float: none;
	}
	.search_reset{
		font-size: 18px;
		margin: 10px auto 20px;
		padding: 18px 0;
		float: none;
		max-width: 480px;
		font-size: 14px;
	}
}

.ippatsuBtnWrap {
	margin-bottom: 20px;
	width: 95%;
	margin: 20px auto 0;
	border: 1px solid #FF8CAC;
	padding: 15px 0;
}
.resetButtton {
	margin: 0 auto 10px auto;
	width: 60%;
	color: #7c7c7c;
	border: 1px solid #797979;
	box-shadow: 0px 0px 6px 1px rgba(140, 140, 140, 0.7) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(140, 140, 140, 0.7) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(140, 140, 140, 0.7) inset !important;
}
.resetBtn2,
.resetBtn2:hover {
	width: 65%;
	height: 40px!important;
	line-height: 40px;
	margin-top: 15px ! important;
}
.kensakuBtn,
.kensakuBtn:hover ,
.setteiBtn,
.setteiBtn:hover,
.modoruBtn,
.modoruBtn:hover {
	margin: 0 auto 20px auto;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 0px 6px 1px rgba(125, 7, 42, 0.2) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(125, 7, 42, 0.2) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(125, 7, 42, 0.2) inset !important;
}
.setteiBtn,
.setteiBtn:hover {
	margin: 0 auto 20px auto;
	width: 80% !important;
	font-size: 18px !important;
	height: 50px !important;
	line-height: 50px !important;

	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.modoruBtn,
.modoruBtn:hover {
	width: 60% !important;
	margin: 0 auto 10px auto;
	height: 50px !important;
	line-height: 50px !important;

	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.cancelBtn,
.cancelBtn:hover {
	width: 80%;
	color: #f07694;
	border: 1px solid #ff61a0;
	background-image: -moz-linear-gradient( 90deg, rgb(255,157,196) 0%, rgb(255,244,248) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,157,196) 0%, rgb(255,244,248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,157,196) 0%, rgb(255,244,248) 100%);
	box-shadow: 0px 0px 6px 1px rgba(255, 147, 190, 1) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(255, 147, 190,1) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(255, 147, 190, 1) inset !important;
}
#searchSetAreaSel .allCheck,
.searchSetSelWrap .allCheck {
	width: 100%! important;
	font-size: 13px !important;
	box-shadow: 0px 0px 6px 1px rgba(228, 221, 172, 1) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(228, 221, 172, 1) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(228, 221, 172, 1) inset !important;
 }
.searchSetSelWrap h3 {
	width: 100%;
	background: transparent !important;
	text-align: center !important;
	background: transparent !important;
	color: #ff61a0 !important;
	padding: 0 !important;
	margin: 20px 0 !important;
	font-size: 16px !important;
	display: table !important;
	text-align: center !important;
	white-space: nowrap !important;
}
#searchSetAreaSel h3,
#searchSetRosenSel h3 {
	text-align: center !important;
	background: transparent !important;
	color: #ff61a0 !important;
	padding: 0 !important;
	margin: 20px 0 !important;
	font-size: 16px !important;
	display: table !important;
	text-align: center !important;
	white-space: nowrap !important;
}
#searchSetAreaSel h3 span,
#searchSetRosenSel h3 span,
#searchSetRosenSel h3 span {
	padding: 0 10px;
}
#searchSetAreaSel h3:before,
#searchSetAreaSel h3:after,
#searchSetRosenSel h3:before,
#searchSetRosenSel h3:after,
.searchSetSelWrap h3:before,
.searchSetSelWrap h3:after {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
/* .searchSetSelWrapBottom,
.searchBtnStyle {
	background: transparent !important;
	width: 95%;
	margin: 0 auto 15px;
	padding: 0 0 10px;
} */
.searchSetSelWrapBottom .ippatsuRail,
.searchSetSelWrapBottom  .ippatsuBigArea {
	background: transparent !important;
	background-image:  url("../images/ippatsu/ippatsu_btn_arrow_bottom.png"), -moz-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
	background-image: url("../images/ippatsu/ippatsu_btn_arrow_bottom.png"), -webkit-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
	background-image: url("../images/ippatsu/ippatsu_btn_arrow_bottom.png"), -ms-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
	padding: 10px;
	height: 40px;
	line-height: 22px;
	margin: 0 auto 5px auto;;
	background-size: auto 30%, 100% !important;
	background-repeat: no-repeat !important;
	background-position: 95% center,center !important;
}
#searchSetRosenSel .searchSetSelWrapBottom .open2 ,
.ippatsuBigArea.open {
	background-image:  url("../images/ippatsu/ippatsu_btn_arrow_top.png"), -moz-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
	background-image: url("../images/ippatsu/ippatsu_btn_arrow_top.png"), -webkit-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
	background-image: url("../images/ippatsu/ippatsu_btn_arrow_top.png"), -ms-linear-gradient( 90deg, rgb(255,219,233) 0%, rgb(255,237,244) 10%, rgb(255,255,255) 60%) !important;
}
.searchBtnStyle li a {
	width: 100%;
	height: 100%;
	font-size: 11px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image:  url("../images/ippatsu/ippatsu_btn_arrow_right.png");
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: auto 50%;
	padding: 0 20px 0 5px;
	text-decoration: none;
	color: #5C5C5C;
	background-color: transparent;
}
.kensakuKekka p span {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
}



/******************************************************************************
     Search
 ******************************************************************************/
.searchWrap {
	background-image: url("../../../images/user/sp/common/cmn_back.jpg");
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 3px #5d5d5d;
	-webkit-box-shadow: 0px 1px 3px #5d5d5d;
	-moz-box-shadow: 0px 1px 3px #5d5d5d;
}
.searchTit {
	width: 98%;
	margin: 0 auto 15px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-shadow:
		0px 0px 5px #FF94AD,
		0px 0px 5px #FF94AD;
}
.searchMain {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #FF5685;
	border-top: 1px solid #FF5685;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
.searchMain h3 {
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FF8CAC;
}
.searchTitTop {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
/* .searchBtnStyle {
	overflow: auto;
} */
.searchSelBtnWrap {
	text-align: center;
	background-color: #FFEDF4;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
.searchSelBtn {
	width: 40%;
	padding: 5px 10px;
	margin: 20px 10px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	border: 1px solid rgb( 86, 86, 86 );
	background: -webkit-gradient(linear, left bottom, left top,
			from(rgb(217,217,217)),
			color-stop(0.25, rgb(217,217,217)),
			color-stop(0.69, rgb(233,233,233)),
			to(rgb(249,249,249)));
	background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: -o-linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: -ms-linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
	-webkit-box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
	-moz-box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
}
.searchSelBtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #5C5C5C;
}
.searchSelBtnOne {
	margin: 0 auto !important;
	float: none !important;
}
.allHyouji,
.allCheck {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px #b9b9b9;
	-webkit-box-shadow: 1px 1px 1px #b9b9b9;
	-moz-box-shadow: 1px 1px 1px #b9b9b9;
	background: #FFFCEC !important;
	color: #FF618E;
	width: 98% !important;
	font-weight: bold;
	text-align: center !important;
}
.allHyouji a,
.allCheck {
	color: #FF618E !important;
}
.searchCheck select {
	margin-left: 1%;
}
.selected {
	color: #FFFFFF;
	font-weight: bold;
	background: -webkit-gradient(linear, left bottom, left top,
			from(rgb(255,83,136)),
			color-stop(0.50, rgb(255,83,136)),
			color-stop(0.53, rgb(255,106,152)),
			to(rgb(255,128,167)));
	background-image: -moz-linear-gradient(bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: -o-linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: -ms-linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
}
.checkBtn {
	height: 50px;
	line-height: 50px;
	position: relative;
	display: block;
}
.searchDetailBtn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchDetailBtn input {
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgb( 255, 79, 137 );
	text-shadow: 0px -1px 1px rgb( 210, 56, 136 );
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to bottom, rgb(255,138,179), rgb(255,86,134));
	box-shadow: 0px 1px 2px 0px #777777;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.searchDetailBtn input:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to top, rgb(255,138,179), rgb(255,86,134));
}


/*   いっぱつ検索   */
#ippatsuModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	z-index: 10;
}
#ippatsuKensaku {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-x: hidden;
	z-index: 30;
}
.topPinkLine {
	width: 100%;
	height: 20px;
	background-color: #FF8CAC;
}
.rosenSet {
	display: none;
}
.ARSetWrap table {
	width: 100%;
	margin-bottom: 10px;
}
.ARSetWrap td {
	text-align: right;
}
.ARSetSel {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #FFA6BF;
	background-color: #FFF1F5;
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
	-webkit-background-size: 10px 16px;
	-moz-background-size: 10px 16px;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7d7d7d;
	cursor: pointer;
}
.changeIco {
	display: inline-block;
	position: relative;
}
.kensakuSetWrap {
	width: 100%;
	overflow: auto;
}
.ippatsuBtnWrap {
	width: 100%;
	padding: 10px 1%;
	border-top: 1px solid #FF8CAC;
	border-bottom: 1px solid #FF8CAC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}
.tipped {
	color: #AAAAAA;
}
.kensakuKekka p {
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
}
.ippatsuBtn {
	width: 60%;
	height: 35px;
	line-height: 35px;
	box-shadow: 0px 1px 2px 0px #777777;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.kensakuBtn{
	width: 75%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.resetButtton {
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,255,255)), to(rgb(220,220,220)));
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: -o-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: linear-gradient(to bottom, rgb(255,255,255), rgb(220,220,220));
}
.resetButtton.hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,255,255)), to(rgb(220,220,220)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: -o-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: -ms-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: linear-gradient(to top, rgb(255,255,255), rgb(220,220,220));
}
.kensakuBtn,
.modoruBtn,
.setteiBtn {
	border: 1px solid rgb( 255, 79, 137 );
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to bottom, rgb(255,138,179), rgb(255,86,134));
}
.kensakuBtn.hover,
.modoruBtn.hover,
.setteiBtn.hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to top, rgb(255,138,179), rgb(255,86,134));
}
.setteiBtn {
	text-shadow: 0 -1px 1px #FF4F89;
}
.cancelBtn {
	margin: 0 auto;
}
.cancelBtn:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,234,243)), to(rgb(255,216,229)));
	background-image: -moz-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: -o-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: -ms-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: linear-gradient(to top, rgb(255,234,243), rgb(255,216,229));
}
#searchSetAreaSel {
	display: none;
}
.ippatsuBigArea {
	width: 98%;
	border: 1px solid #FF6C96;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-webkit-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-moz-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	cursor: pointer;
	overflow: hidden;
}
.open { background-image: url("../../../images/user/sp/search/close_arrow.png") !important; }
.open2 { background-image: url("../../../images/user/sp/search/close2_arrow.png") !important; }
.close {
	display: none;
}
.allCheck {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
}
#searchSetRosenSel {
	display: none;
}
.ippatsuRail {
	width: 98%;
	border: 1px solid #FF6C96;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-webkit-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-moz-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	cursor: pointer;
}
#searchSetStationSel {
	display: none;
}

.ippatasuModoru,
.ippatsuClose {
	position: absolute;
	cursor: pointer;
}
.ippatasuModoru {
	left: 10px;
	display: none;
}

/* searchbox */
#searchbox h3{
	width: 100%;
	background: transparent !important;
	text-align: center !important;
	background: transparent !important;
	color: #ff61a0 !important;
	padding: 0 !important;
	margin: 15px 0 20px !important;
	font-size: 16px !important;
	display: table !important;
	text-align: center !important;
	white-space: nowrap !important;
}
#searchbox h3:before,
#searchbox h3:after {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}
#searchbox .allCheck{
	width: 100%! important;
	font-size: 13px !important;
	box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
	-moz-box-shadow: 0px 0px 6px 1px rgba(241, 142, 168, 0.7) inset !important;
	background: transparent !important;
	background-color: #fff !important;
	color: #595959 !Important;
}
#searchbox #txtArea:after,
#searchbox #txtStation:after{
	position: absolute;
	content: '＞';
	display: table-cell;
	width: 10px;
	right: 20px;
}
#searchbox .kensakuKekkaWrap{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	height: 40px;
	color: #FFF;
	background-color: rgba(0,0,0,.6);
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	z-index: 1;
}
#searchbox .kensakuKekkaWrap .match_count{
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
#searchbox .kensakuKekkaWrap .match_count .match_count_num{
	font-size: 24px;
	font-weight: bold;
}
#searchbox .searchSetSelWrap{
	padding: 1px 0;
}
#searchbox .searchBtnStyle li:nth-child(odd),
#searchbox .searchSetSelWrapBottom .checkBtn:nth-child(odd)
#searchbox .searchSetSelWrap .checkBtn:nth-child(odd){
	margin: 2% 0 !important;
}
#searchbox .searchBtnStyle li:nth-child(even),
#searchbox .searchSetSelWrapBottom .checkBtn:nth-child(even),
#searchbox .searchSetSelWrap .checkBtn:nth-child(even) {
	margin: 2% 0 !important;
}
#searchbox .searchBtnStyle li:first-child{
	margin: 2% 0 !important;
}

#searchbox .ARSetWrap{
	text-align: right;
	padding: 15px 0 0 0!important;
}
#searchbox .changeBtn{
	border-radius: 3px;
}
#searchbox .changeBtn:before{
	position: absolute;
	content: '＞';
	display: table-cell;
	width: 10px;
	left: 10px;
}
#searchbox .changeBtn span{
	display: none;
}
#searchbox .kensakuSalary{
	margin-bottom: 20px;
}
#searchbox .kensakuSetWrap select{
	z-index:1;
}




.shoplistSearchWrap {
    margin: 0 15px;
    padding: 20px;
    background: #f7f7f7;
	border-radius: 8px;
}
.in_search_inner{
	max-width: 960px;
	margin: 0 auto;
}
.shoplistSearchWrap h2 {
	display: table;
	width: 100%;
	font-size: 15px;
	padding: 5px;
	text-align: center;
}
.shoplistSearchWrap h2 span {
	display: table-cell;
	width: 120px;
}
@media screen and (max-width: 768px) {
	.shoplistSearchWrap {
		margin: 0 15px;
		padding: 5px 10px 20px;
	}

	.shoplistSearchWrap h2 {
		font-size: 13px;
	}
}


/*
.shoplistSearchWrap h2:after {
	content: '';
	display: table-cell;
	width: calc(100% - 120px);
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
*/
.shoplistSearchWrap table {
	width: 100%;
	text-align: left;
	border-collapse:separate;
	border-top: 1px solid #dedede;
	margin: 10px 0 20px 0;
}
.shoplistSearchWrap table tr {
	width: 100%;
	display: inline-block;
}
.shoplistSearchWrap table th {
	text-align: center;
	vertical-align: middle;
	background-color: #f7f7f7;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	color: #666;
	font-size: 12px;
	padding: 14px 5px;
	display: block;
	width: 22%;
	float: left;
}
.shoplistSearchWrap table td {
	position: relative;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	display: block;
	width: 78%;
	/*max-width: 374px;*/
	float: left;
	padding: 12px 5px 12px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.shoplistSearchWrap table tr:nth-child(1) td,.shoplistSearchWrap table tr:nth-child(3) td{
	border-right: none;
}*/
@media screen and (max-width: 960px) {
	.shoplistSearchWrap table {
		width: 100%;
		text-align: left;
		border-collapse:separate;
		border-top: 1px solid #dedede;
		margin: 10px auto 20px;
		max-width: 640px;
	}
	.shoplistSearchWrap table tr {
		width: 100%;
		max-width: 640px;
	}
	.shoplistSearchWrap table th {
		font-size: 13px;
		padding: 5px;
		display: block;
		width: 100%;
		float: none;
	}
	.shoplistSearchWrap table td {
		border-left: 1px solid #dedede;
		font-size: 13px;
		width: 100%;
		float: none;
		padding: 10px;
		max-width: 100%;;
	}
	.shoplistSearchWrap table tr:nth-child(1) td,.shoplistSearchWrap table tr:nth-child(3) td{
		border-right: 1px solid #dedede;
	}
}
@media screen and (max-width: 640px) {
	.shoplistSearchWrap table {
		width: 100%;
		max-width: 350px;
		margin: 10px auto 20px;
	}
	.shoplistSearchWrap table tr {
		width: 100%;
		max-width: 350px;
	}
}
/* .shoplistSearchWrap table td a{
	display: block;
	width: 100%;
	padding: 5px 15px 5px 5px;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
} */
/*
.shoplistSearchWrap table tr td a {
	padding-right: 70px;
}
*/
/* .shoplistSearchWrap table td a:first-child:after{
	position: absolute;
	content: '＞';
	width: 10px;
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	top: 50%;
	right: 5px;
	color: #F5649B;
	font-size: 10px;
	font-weight: bold;
} */
/*
.shoplistSearchWrap table tr:first-child td a:after{
	right: 60px;
}
*/

.shoplistSearchWrap table tr:first-child th { border-top-left-radius: 5px; }
.shoplistSearchWrap table tr:first-child td { border-top-right-radius: 5px; }
.shoplistSearchWrap table tr:last-child th { border-bottom-left-radius: 5px; }
.shoplistSearchWrap table tr:last-child td { border-bottom-right-radius: 5px;}


.shoplistIppatasuBtn {
	position: relative;
	width: 80%;
	margin: 3px auto 12px;
	z-index: 1;
}
.shoplistSearchWrap table tr th img{
	margin-left: 8px;
}
.shoplistSearchWrap a.searchboxRosen,
.shoplistSearchWrap a.searchboxArea{
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	padding: 5px;
	z-index: 1;
}

.shoplistIppatasuBtn img { width: 100%; }
.shoplistSearchSumWrap {
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.shoplistSearchSumWrap span {
	font-size: 22px;
	font-weight: bold;
	color: #f07694;
	text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
.shopSearchListTit {
	margin: 30px auto 30px;
	width: 100%;
	text-align: center;
}
.shopSearchListTit h1 {
	text-align: center;
	font-size: 14px;
	color: #f07694;
	line-height: 20px;
	padding: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.shopSearchAccessUpListTit {
	margin: 30px auto 30px;
	width: 95%;
	text-align: center;
}
.shopSearchAccessUpListTit h2 {
	text-align: center;
	font-size: 16px;
	color: #f07694;
	line-height: 20px;
	padding: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.shoplistWrap {
	margin-bottom: 50px;
}

