@charset "utf-8";
body{
	background:#fff;
}
#wrapper{
	padding-bottom:65px;
}
.center{
  text-align: center;
  
}
/*------------------------------------------------------------
　bototm_btn
-------------------------------------------------------------*/ 
#sticky{
	text-align:center;
	width:100%;
	background:rgba(0,0,0,0.6);
	position:fixed;
  bottom:0px;
  left:0px;
	z-index:9999;
}
.box_sticky{
	width:100%;
	display:table;
	border-spacing:15px 10px;
}
#sticky a{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:41px;
	display:table-cell;
	vertical-align:middle;
	border-radius:5px;
}
#sticky a img{
	display:inline-block;
}
#sticky01{
	color:#fff;
	width:60%;
	-webkit-box-shadow:0 1px 0 #ffcadc inset,-1px 0  0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
	box-shadow:0 1px 0 #ffcadc inset,-1px 0  0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
}
#sticky02{
	width:40%;
	background:rgb(255,242,138);
	background:-moz-linear-gradient(top,  rgba(255,242,138,1) 0%, rgba(255,194,24,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,242,138,1)), color-stop(100%,rgba(255,194,24,1)));
	background:-webkit-linear-gradient(top,  rgba(255,242,138,1) 0%,rgba(255,194,24,1) 100%);
	background:-o-linear-gradient(top,  rgba(255,242,138,1) 0%,rgba(255,194,24,1) 100%);
	background:-ms-linear-gradient(top,  rgba(255,242,138,1) 0%,rgba(255,194,24,1) 100%);
	background:linear-gradient(to bottom,  rgba(255,242,138,1) 0%,rgba(255,194,24,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff28a', endColorstr='#ffc218',GradientType=0 );
	border:2px solid #ffd735;
}
.sticky02_on{
	color:#999 !important;
	background:#fcfcfc !important;
	border:2px solid #d3d3d3 !important;
}

/*------------------------------------------------------------
　common
-------------------------------------------------------------*/ 
.contents_tit{
	color:#a02200;
	font-weight:bold;
	background:#fffcdf;
	border:1px solid #fae8c5;
	overflow:hidden;
	padding:5px;
}
.btn02{
	font-size:12px;
	text-align:center;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border:2px solid #d3d3d3;
	border-radius:5px;
	-webkit-box-shadow:-1px 0 0 #fff inset,0 -1px 0 #fff inset,1px 0 0 #fff inset;
	box-shadow:-1px 0 0 #fff inset,0 -1px 0 #fff inset,1px 0 0 #fff inset;
	display:block;
}

a.btn03{
	color:#fff;
	background:rgb(255,129,173);
	background:-moz-linear-gradient(top,  rgba(255,129,173,1) 0%, rgba(255,105,156,1) 100%);
	background:-webkit-linear-gradient(top,  rgba(255,129,173,1) 0%,rgba(255,105,156,1) 100%);
	background:linear-gradient(to bottom,  rgba(255,129,173,1) 0%,rgba(255,105,156,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff81ad', endColorstr='#ff699c',GradientType=0 );
	border:2px solid #ff689c;
}
#oubo{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:56px;
	line-height:56px;
  -webkit-box-shadow:0 1px 0 #ffcadc inset,-1px 0  0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
	box-shadow:0 1px 0 #ffcadc inset,-1px 0  0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
	border-radius:10px;
	display:block;
	position:relative;
	margin:15px 20px;
}
#oubo:before{
	content:"";
	width:14px;
	height:25px;
	background:url(../images/shop/arrow_enter.png) no-repeat;
	background-size:14px 25px;
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-13px;
}
.btn_wrap{
	margin:15px 10px;
}
.btn_wrap a{
	height:38px;
	line-height:38px;
}
.btn_wrap+.btn_wrap{
	border-top:1px dashed #d3c6af;
	padding-top:10px;
	margin-top:10px;
}
.btn_list:before{
	content:"";
	width:12px;
	height:16px;
	background:url(../images/common/icon_list.png) no-repeat;
	background-size:12px 16px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
}
.btn_wrap_li{
	border-top:1px dashed #d3c6af;
	padding:15px 0;
	margin:0 10px !important;
}

.ellipsis{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------------------------------
　ttl
-------------------------------------------------------------*/
.item_search_shop_wrap{
  padding:5px;
  position:relative;
}
.plan_s .item_search_shop_wrap{
  background:url(../images/search/bg_ttl.png);
  background-size:60px 55px;
}
.plan_s .item_search_shop_wrap:before{
  background:url(../images/search/ttl_deco2.png) no-repeat;
  bottom:0;
  left:0;
}
.plan_s .item_search_shop_wrap:after{
  background:url(../images/search/ttl_deco1.png) no-repeat;
  top:0;
  right:0;
}
.plan_s .item_search_shop_wrap:before,
.plan_s .item_search_shop_wrap:after{
  content:"";
  width:60px;
  height:60px;
  background-size:60px 60px;
  position:absolute;
}
.plan_n .item_search_shop_wrap{
  background:rgb(255,222,231);
  background:-moz-linear-gradient(top,  rgba(255,222,231,1) 0%, rgba(255,191,209,1) 100%);
  background:-webkit-linear-gradient(top,  rgba(255,222,231,1) 0%,rgba(255,191,209,1) 100%);
  background:linear-gradient(to bottom,  rgba(255,222,231,1) 0%,rgba(255,191,209,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdee7', endColorstr='#ffbfd1',GradientType=0 );
}
.plan_s .item_search_shop:before{
  content:"";
  width:68px;
  height:70px;
  background:url(../images/search/icon_sPlan.png) no-repeat;
  background-size:68px 70px;
  position:absolute;
  top:50%;
  left:-2px;
  margin-top:-35px;
}
.item_search_shop{
	background:#fff;
	border-radius:5px;
  position:relative;
  z-index:1;
}
.plan_s .item_search_shop{
  padding:10px 5px 10px 73px;
}
.plan_n .item_search_shop{
  padding:10px 5px;
}
.item_search_shop a{
	color:#5f99eb;
	font-size:14px;
	text-decoration:underline;
	display:block;
	margin-top:5px;
}
a.item_search_shop_option{
	color:#ff5f9a;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
span[class^="item_search_data"]{
	font-size:10px;
	font-weight:normal;
	text-align:center;
	height:15px;
	line-height:15px;
	display:inline-block;
	vertical-align:top;
	border-radius:3px;
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms--moz-box-sizing:border-box;
	box-sizing:border-box;
}
.item_search_data1{
	background:#fff387;
}
.item_search_data2{
	background:#fff9c3;
}
.item_search_data3{
	border:1px solid #f3dd87;
}
.plan_s .item_search_contents_wrap{
  background:#fffcad;
  border-right:1px solid #f8b551;
  border-bottom:1px solid #f8b551;
  border-left:1px solid #f8b551;
  border-radius:0 0 5px 5px;
  padding:5px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
.plan_n .item_search_contents_wrap{
  background:#ffdfe8;
  border-right:1px solid #ffa3bd;
  border-bottom:1px solid #ffa3bd;
  border-left:1px solid #ffa3bd;
  border-radius:0 0 5px 5px;
  padding:5px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
.item_search_contents{
	background:#fff;
	border-radius:5px;
}
.item_search_contents>*+*{
  margin-top:5px;
}
.plan_s .item_search_contents,
.plan_n .item_search_contents{
	padding:0 5px 5px;
}
.item_search_info1>*{
	float:left;
	color:#fff;
	font-size:10px;
	height:18px;
	line-height:18px;
	background:#8b0541;
	border-radius:3px;
	padding:0 5px;
	margin:5px 4px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms--moz-box-sizing:border-box;
	box-sizing:border-box;
}
.item_search_info1 .off{
	color:#b4b4b4;
	background:#fff;
	border:1px solid #b4b4b4;
}

/*------------------------------------------------------------
　関連求人
-------------------------------------------------------------*/
.info_relation{
	border:1px solid #ccc;
	padding:15px;
	margin:10px 10px 40px;
}
.info_relation_ttl{
	color:#a02200;
	font-weight:bold;
	margin-bottom:15px;
}
.li_info_relation li{
	font-size:12px;
	line-height:25px;
	display:inline;
}
.li_info_relation>*+*:before{
	content:"|";
}

/*------------------------------------------------------------
　link
-------------------------------------------------------------*/
.link{
  padding: 0 10px;
}
.link>*{
  margin-top: 20px;
}
.link_wrap{
  background: #f9f8ea;
}
.link_shop{
  border-top: 5px solid #ffd735;
  padding: 10px;
}
.link_shop .shop{
  font-weight: bold;
}
.link_shop>*+*{
  margin-top: 10px;
}
.li_shop_data>*{
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
}
.li_shop_data>*+*{
  margin-top: 2px;
}
.li_shop_data .area{
  background: url(../images/search/icon_area.png) no-repeat;
  background-size: 20px 20px;
}
.li_shop_data .type{
  background: url(../images/search/icon_jobtype.png) no-repeat;
  background-size: 20px 20px;
}
.li_shop_data .salary{
  background: url(../images/search/icon_salary.png) no-repeat;
  background-size: 20px 20px;
}
.li_shop_data .qualification{
  background: url(../images/search/icon_qualification.png) no-repeat;
  background-size: 20px 20px;
}
.btn_link{
  color: #333;
  text-align: center;
  text-decoration: underline;
  height: 46px;
  line-height: 46px;
  background: #ffd735;
  border-radius: 5px;
}
.btn_link:before{
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 12px solid #333;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.link_lower{
  text-align: center;
  border-top: 1px solid #d4d1a4;
}
.link_lower a{
  font-size: 12px;
  text-decoration: underline;
  display: block;
  padding: 10px;
}
.link_lower a:after{
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/arrow/arrow_r_14_24.png) no-repeat;
  background-size: 7px 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

/* btn */
.btn01_list{
  height: 40px;
  line-height: 40px;
}
