@charset "UTF-8";
/*コンテンツ全体*/
div#contents {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-bottom: 50px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
div#logo {
	float: left;
	max-width: 280px;
}
div.introBox {
	float: right;
	margin-right: 0px;
	margin-bottom: 95px;
	padding-top: 50px;
	max-width: 620px;
}
p#intro {
	text-align: center;
	font-size:87.5%;
	margin-bottom: 30px;
}
p#catch {
	margin-left: 40px;
}

div.infoMain {
	width: 462px;
	float: left;
	margin-right: 30px;
	padding-top: 50px;
}


div.infoSub {
	width: 510px;
	float: left;
}
div.infoSub .recruit {
	float: left;
	margin-right: 35px;
}
div.topics {
	font-size:87.5%;
	width: 340px;
	float: right;
	background-color: #333;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
div.topics h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
div.topics dl.topics {
	overflow: auto;
	height: 260px;
}
div.topics dl.topics dt {
	width: 95px;
	float: left;
	margin-bottom: 10px;
}
div.topics dl.topics dd {
	margin-left: 95px;
	margin-bottom: 10px;
}
