@charset "utf-8";
@import url("common.css");

/* 求人情報ページ */

#recruit {
	color: #ffe099;
	font-size: 123.1%;
}
h3 {
	width: 733px;
	height: 33px;
	margin-top: 16px;
	margin-bottom:24px;
	padding-left: 60px;
	padding-top: 15px;
	background: url(../images/title/recruit.jpg) no-repeat;
	color: #efe4cc;
	overflow:hidden;
}
#recruit dl{
	padding-left:25%;
	padding-bottom:9px;
}
#recruit dt{
	float:left;
	padding-left: 30px;
	margin-bottom:11px;
	width:145px;
	background: url(../images/button.gif) no-repeat;
}
#recruit dd{
	margin-bottom:11px;
}
.information{
	width:512px;
	height:122px;
	padding-top:34px;
	background: url(../images/ribbon.gif) no-repeat;
	color:#fff;
	line-height:1.2;
	margin:0 auto;
	text-align:center;
}
.information address{
	font-style:normal;
}