@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------

      recruit category styles

   ----------------------------------------------- */
div.search-area {
	background-image: url(../../images/bg_C2_01_03.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 130px;
	width: 605px;
	margin: 10px auto;
}


div.content-area h2.first-heading{
	padding-top: 5px;
}


ul.work-index {
	margin-top: 5px;
	width: 100%;
	background-image: url(../../recruit/images/bg_C9_01.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 148px;
}

ul.work-index li {
	float: left;
}

h3.kokoroe {
	padding-bottom: 10px;
}

/* @group for accessibility issue */

h2.hidden,
h3.hidden {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background: #fff;
}

/* @end */
