@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
@media only screen and (min-width:980px) {
	.other #main.searchDetail .jobInq a {
		background-image: url(../../../img/other/jobinq.gif);
	}

	.narrowArea li a {
		background-image:url(../../../img/other/fujisawa.gif);
	}
	
	.narrowArea li:nth-of-type(2) a {
		background-image:url(../../../img/other/chigasaki.gif);
	}
	
	.narrowArea li:nth-of-type(3) a {
		background-image:url(../../../img/other/hiratuka.gif);
	}
	
	.narrowArea li:nth-of-type(4) a {
		background-image:url(../../../img/other/yokohama.gif);
	}
}
@media screen and (max-width: 979px){
	.narrowArea li a {
		background-image:url(../../../img/other/fujisawa_sp.gif);
	}
	
	.narrowArea li:nth-of-type(2) a {
		background-image:url(../../../img/other/chigasaki_sp.gif);
	}
	
	.narrowArea li:nth-of-type(3) a {
		background-image:url(../../../img/other/hiratuka_sp.gif);
	}
	
	.narrowArea li:nth-of-type(4) a {
		background-image:url(../../../img/other/yokohama_sp.gif);
	}
}
.other div.recommend {
    background: #FCF4D7;
}
.other div.recommend h3 {
    color: #F2C837;
}
.searchArea h3 {
	background: #F2C837;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-top: solid 4px #F2C837;
}
#lowerHed {
	background-color:#F2C837;
}
#subSearchWrapper h4 {
	color: #F2C837;
}
#subCondition li a {
	background: #F2C837;
}
#subButton button {
	background: #F2C837;
}

/* pager */
ul.pager li {
	  border: 1px #F2C837 solid;
}
ul.pager li a {
	  color: #F2C837;
}
ul.pager li.prev a,
ul.pager li.next a {
	  color: #F2C837;
}
ul.pager li a:hover,
ul.pager li a:active {
	  background: #F2C837;
}
ul.pager li b {
	  background: #F2C837;
}

	
.list h3 {
	background: #F2C837;
}

.list h4 {
	color: #F2C837;
}
.num {
	background: #F2C837;
}

p.detail a {
	background: #F2C837;
}

/* SP */
@media only screen and (max-width:768px) {
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		background-color: #F2C837;
	}
#subArea li a,
#subCondition li a {
	background: #F2C837;
}
	
	#subSearch h4 {
		color: #F2C837;
	}
	
	#subButton {
		border: solid 1px #F2C837;
	}
	#subButton button {
		background: #F2C837;
	}
	

	#lowerHed {
		background-color:#F2C837;
	}
	.toggleArea a:hover,
	.toggleCategory a:hover {
		background-color:#F2C837;
		border-color:#F2C837;
	}
	#subSearch h4 {
		color: #F2C837;
	}
	#subButton {
		border: solid 1px #F2C837;
	}
	#subButton button {
		background: #F2C837;
	}
	
	p.detail a {
		background: #F2C837;
	}
	
	.list p.detail {
		border: solid 1px #F2C837;
	}
	
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		background-color: #F2C837;
	}
}