@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	採用情報トップCSS

///////////////////////////////////////////////////////////*/

.boxset {
	margin: 20px auto 30px;
}
dl.box {
	float: left;
	width: 380px;
}	
dl.box dd {
	height: 9.5em;/* テキスト量に応じて変更 */
	padding: 5px 10px;
	font-size: 93%;
	border: solid #aaa;
	border-width: 0 1px 1px;
	position: relative;
}
dl.box dd div {
	width: 360px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

dl#right-area {
	float: right;
}

h2 {
	clear: both;
}
a.company {
	margin-left: 20px;
}
