/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0;
	position: relative;
	z-index: 1;
}
#icatch img{
	margin: 0 auto;
	display: block;
}
#icatch figcaption{
	padding: 1rem;
	background: #ED7700;
}
#icatch figcaption img{
	width: 500px;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	text-align: center;
	font-size: 2.5rem;
	padding: 0 0 2.5rem 0;
	color: #00AAEE;
}
.contents h2 br{
	display: none;
}
.contents section{
	max-width: 1360px;
	margin: 0 auto;
}


/*-----------------------------
  こだわり
--------------------------------*/
.condition{
	padding: 5rem 0;
	background: #fff;
}
.condition section article{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 2.5rem 0;
	padding: 80px 0 0 0;
}
article.highincome{
	background: url(../img/con_bg04.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.remote{
	background: url(../img/con_bg03.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.online{
	background: url(../img/con_bg01.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.resume{
	background: url(../img/con_bg02.png) no-repeat left bottom;
	background-size: 740px auto;
}
.condition section article:last-child{
	margin: 0;
}
.condition section article div{
	width: 740px;
	height: 400px;
	padding: 40px;
	background: #fff;
	float: right;
	position: relative;
	top: -80px;
	box-shadow:0px 0px 15px -2px #ccc;
}
.persistent > .condition section article div h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	color: #00AAEE;
	font-size: 2rem;
	margin: 0 0 20px 0;
}
.persistent > .condition section article div a{
	display: block;
	width: 420px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1rem 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #ED7700;
	background-size: auto 14px;
	position: absolute;
	right: 40px;
	bottom:40px;
}

/*-----------------------------
  都道府県
--------------------------------*/
.persistent > .location{
	padding: 3rem 0 5rem 0;
	background: #00AAEE;
}
.location h2{
	color: #fff;
}
.location section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.location section ul li{
	width: 13.5%;
}
.location section ul li dl{
	background: #fff;
	font-size: 1.3rem;
	border-radius: 8px;
}
.location section ul li dl dt{
	padding: 2rem 0;
	color: #444;
	cursor: pointer;
	text-align: center;
	background: url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size: auto 12px;
}
.location section ul li dl dd{
	display: none;
	padding: 1rem 1rem 0 1rem;
}
.location section ul li dl dd ul{
	display: block;
}
.location section ul li dl dd ul li{
	width: 100%;
}
.persistent > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #00AAEE;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}

/*-----------------------------
  みんなの声
--------------------------------*/
#voice{
	padding: 5rem 0;
	background: #f2f2f2;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#voice section{
	margin:0 auto 5rem auto;
	font-size: 1.2rem;
}
#voice section:last-child{
	margin:0 auto;
}
#voice section p{
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 5rem 0;
}
#voice section article{
	margin: 0 0 2.5rem 0;
	position: relative;
}
#voice section article:last-child{
	margin: 0;
}
#voice section article.int_odd{
	padding: 0 200px 0 0;
}
#voice section article.int_even{
	padding: 0 0 0 200px;
}
div.int_wrap{
	padding: 10px;
	position: relative;
	z-index: 1;
}
div.int_detail{
	padding: 2.5rem;
	background: #fff;
}
div.int_detail figure{
	width: 80%;
	margin: 0 auto 2.5rem auto;
}
div.int_detail h3 {
    font-size: 2.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
    text-align: center;
	margin: 0 0 2.5rem 0;
}
div.int_detail h4 {
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
    text-align: left;
	margin: 0 0 1rem 0;
	color: #00aaee;
}
div.int_detail em{
	font-style: normal;
	font-weight: bold;
	color: #f26600;
}
img.q_odd,
img.q_even{
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 2;
}
img.q_odd{
	left: 0;
	top: 0;
}
img.q_even{
	right: 0;
	top: 0;
}
article.company{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
article.company dl{
	padding: 1.5rem;
}
article.company ul li dl dt{
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	text-align: center;
}
article.company ul li dl dd{
	padding: 1.5rem 0 0 0;
}
article.companyul li dl dd img{
	display: block;
	padding: 0 0 1.5rem 0;
}
article.company dl{
	width: 48%;
}
article.company dl dt{
	padding: 0 0 1.5rem 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	font-size: 1.5rem;
	text-align: center;
}
article.company dl dt br{
	display: none;
}
article.company dl dd{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
article.company dl dd figure{
	width: 55%;
}
article.company dl dd div{
	width: 43%;
}
#voice section span{
	display: block;
	font-size: 1rem;
	padding: 0.5rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  まとめ
--------------------------------*/
#summary{
	padding: 5rem 0;
	background: url("../img/summrybg.png") no-repeat center top #fff;
	background-size: 80px 0;
}
#summary section p{
	font-size: 1.5rem;
	text-align: center;
}

/*-----------------------------
  アプリ
--------------------------------*/
#app{
	width: 100%;
	padding: 5rem 2.5rem;
	background: #fff;
	box-shadow:0px -3px 15px -5px #ccc;
    position: fixed;
    bottom: 0;
	z-index:9999;
}
#app section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#app section ul li{
	width: 23%;
}
#close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 90%;
  cursor: pointer;
  z-index:220;
	background:url("../img/close.png") no-repeat;
	background-size: 40px auto;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #f2f2f2;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #ffff00;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {

	/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0;
	position: relative;
	z-index: 1;
}
#icatch img{
	width: 98%;
	margin: 0 auto;
	display: block;
}


/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents h2{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 2rem;
	padding: 0 0 2.5rem 0;
	color: #00AAEE;
}
.contents h2 br{
	display: block;
}
.contents section{
	width: inherit;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/*-----------------------------
  職種から探す
--------------------------------*/

/*-----------------------------
  こだわり
--------------------------------*/
.condition{
	padding: 3rem 0;
	background: #fff;
}
.condition section article{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 2.5rem 0;
	padding: 50% 0 0 0;
}
article.highincome{
	background: url(../img/con_bg04.png) no-repeat center top;
	background-size: 100% auto;
}
article.remote{
	background: url(../img/con_bg03.png) no-repeat center top;
	background-size: 100% auto;
}
article.online{
	background: url(../img/con_bg01.png) no-repeat center top;
	background-size: 100% auto;
}
article.resume{
	background: url(../img/con_bg02.png) no-repeat center top;
	background-size: 100% auto;
}
.condition section article:last-child{
	margin: 0;
}
.condition section article div{
	width: 100%;
	height: auto;
	padding: 1.5rem;
	background: #fff;
	float: none;
	position: static;
	top: auto;
}
.persistent > .condition section article div h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	color: #00AAEE;
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}
.persistent > .condition section article div a{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1rem 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #ED7700;
	background-size: auto 14px;
	position: static;
	right: auto;
	bottom:auto;
	margin: 1.5rem 0 0 0;
}

/*-----------------------------
  都道府県
--------------------------------*/
.persistent > .location{
	padding: 3rem 0;
	background: #00AAEE;
}
.location h2{
	color: #fff;
}
.location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section ul li{
	width: 48%;
	margin: 0 0 1rem 0;
}
.location section ul li dl{
	background: #fff;
	font-size: 1.3rem;
	border-radius: 8px;
}
.location section ul li dl dt{
	padding: 1.3rem 0 1.5rem 0;
	color: #444;
	cursor: pointer;
	text-align: center;
	background: url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size: auto 12px;
}
.location section ul li dl dd{
	display: none;
	padding: 1rem 1rem 0 1rem;
}
.location section ul li dl dd ul{
	display: block;
}
.location section ul li dl dd ul li{
	width: 100%;
}
.limit > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #ee8277;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}
.persistent > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #00AAEE;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}

/*-----------------------------
  人気エリア
--------------------------------*/


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #ffff00;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
/*-----------------------------
  みんなの声
--------------------------------*/
#voice{
	padding: 4rem 0;
	background: #f2f2f2;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#voice section{
	margin:0 auto 3rem auto;
}
#voice section:last-child{
	margin:0 auto;
}
#voice section br{
	display: none;
	}
#voice section p{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 3rem 0;
}
#voice section article{
	margin: 0 0 2rem 0;
	position: relative;
}
#voice section article:last-child{
	margin: 0;
}
#voice section article.int_odd{
	padding: 0;
}
#voice section article.int_even{
	padding: 0;
}
div.int_wrap{
	padding: 10px;
	position: relative;
	z-index: 1;
}
div.int_detail{
	padding: 2rem;
	background: #fff;
}
div.int_detail figure{
	width: 100%;
	margin: 0 auto 2rem auto;
}
div.int_detail h3 {
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
    text-align: center;
	margin: 0 0 2rem 0;
}
div.int_detail h4 {
    font-size: 1.3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
    text-align: left;
	margin: 0 0 1rem 0;
	color: #00aaee;
}
img.q_odd,
img.q_even{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 2;
}
img.q_odd{
	left: 0;
	top: 0;
}
img.q_even{
	right: 0;
	top: 0;
}
article.company{
	display: block;
}
article.company dl{
	padding: 0;
}
article.company ul li dl dt{
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	text-align: center;
}
article.company ul li dl dd{
	padding: 1.5rem 0 0 0;
}
article.companyul li dl dd img{
	display: block;
	padding: 0 0 1.5rem 0;
}
article.company dl{
	width: 100%;
	margin: 0 0 2rem 0;
}
article.company dl dt{
	padding: 0 0 1.5rem 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	font-size: 1.5rem;
	text-align: center;
}
article.company dl dt br{
	display: none;
}
article.company dl dd{
	display: block;
}
article.company dl dd figure{
	width: 80%;
	margin: 0 auto 2rem auto;
}
article.company dl dd div{
	width: 100%;
}
#voice section span{
	display: block;
	font-size: 0.8rem;
	padding: 0.5rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  まとめ
--------------------------------*/
#summary{
	padding: 4rem 0;
	background: url("../img/summrybg.png") no-repeat center top #fff;
	background-size: 80px 0;
}
#summary section p{
	font-size: 1.2rem;
	text-align: justify;
}

/*-----------------------------
  アプリ
--------------------------------*/
#app{
	width: 100%;
	padding: 2rem 1.5rem 0 1.5rem;
	background: #fff;
	box-shadow:0px -3px 15px -5px #ccc;
    position: fixed;
    bottom: 0;
	z-index:9999;
}
#app section h2{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	}
#app section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#app section ul li{
	width: 48%;
	margin: 0 0 1rem 0;
}
#close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 90%;
  cursor: pointer;
  z-index:220;
	background:url("../img/close.png") no-repeat;
	background-size: 30px auto;
}

}



/*20200609追加分*/

/*-----------------------------
  職種から探す
--------------------------------*/
.category{
	padding: 5rem 0;
}
.category section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.category section ul li a{
	display: block;
	padding: 100px 0;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
.category section ul li a br{
	display: none;
}
ul.popular{
	margin: 0 0 1.8rem 0;
}
ul.popular li{
	width: 32%;
}
ul.sub li{
	width: 32%;
}
.limit > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg01.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg02.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg03.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg04.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg05.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg06.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg07.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg01.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg02.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg03.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg04.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg05.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg06.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent> .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg07.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}

@media screen and (max-width:780px) {
/*-----------------------------
  職種から探す
--------------------------------*/
.category{
	padding: 3rem 0;
}
.category section ul{
	display: block;
}
.category section ul li a{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.category section ul li a br{
	display: block;
}
ul.popular{
	margin: 0 0 1.5rem 0;
}
ul.sub{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	}
ul.popular li{
	width: 100%;
	margin: 0 0 1rem 0;

}
ul.sub li{
	width: 100% !important;
	margin: 0 0 1rem 0;
}
ul.popular li a{
	padding: 80px 0 !important;
	}
ul.sub li a{
	padding: 80px 0 !important;
	}

.limit > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg01.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg02.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg03.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg04.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg05.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg06.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg07.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg01.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg02.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg03.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg04.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg05.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg06.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent> .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg07.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}}