@charset "UTF-8";

@import url("../style.css");

/* ----------------------------------------
	ページ全体
   ---------------------------------------- */

#jobsList01 {
	background:url(../../image/contents/recruit.png) no-repeat left top;
}
#jobsList01 a:hover {
	background:url(../../image/contents/recruit_h.png) no-repeat left top;
}

#jobsList02 {
	background:url(../../image/contents/career.png) no-repeat left top;
}
#jobsList02 a:hover {
	background:url(../../image/contents/career_h.png) no-repeat left top;
}



  
  .recruit{
  	border:solid gray 1px;
  	font-size:13px;
  	height:140px;
  	margin:10px;
  	text-align:left;
  }
  
  .recruit_2{
  	background:#0066CC;
  	border:solid gray;
  	border-width:0px 0px 1px 0px;
  	padding:5px;
  }
  
  .recruit_3{
  	color:#FFFFFF;
  	font-weight:bold;
  	font-size:120%;
  }
  
  .recruit_4{
  	padding:10px 0px 0px 0px;
  	text-align:center;
  }
  
  .school{
  	color:#FF0000;
  	font-size:105%;
  	padding-bottom:5px;
  }
  
  .career{
  	color:#F8A900;
  }
     

