.recruit #contentArea section.summary h2 {
	font-size: 17px;
	text-align: center;
}

.recruit #contentArea section.summary dl {
	border-bottom: 1px solid #ddd;
}

.recruit #contentArea section.summary dt {
	width: 100%;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 15px 0 10px; 
	font-size: 1.2em;
}

.recruit #contentArea section.summary dd {
	padding-bottom: 15px;
}

.recruit #contentArea section.summary dd h3 {
	font-size: 1em;
	margin: 0 0 5px;
}

.recruit #contentArea section.summary dd h4 {
	font-size: 1em;
	margin: 1em 0 0;
}

.recruit #contentArea section.summary dd p + p {
	margin-top: 10px;
}

.recruit #contentArea section.summary ul li:before {
	content: "・";
}

.recruit #contentArea section.summary ul li {
	text-indent: -1em;
	margin-left: 1em;
}
.recruit #contentArea section.summary ul li + li {
	margin-top: 0.5em;
}

.recruit #contentArea section.summary .ocp + .ocp {
	margin-top: 2em;
}

.recruit #contentArea section .contactBox {
	border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

.recruit #contentArea section .contactBox h3 {
	font-size: 1em;
	margin-bottom: 4px;
}

.recruit #contentArea section .contactBox h3 {
	font-size: 1em;
	margin-bottom: 4px;
}

.recruit #contentArea section.contact p + p {
	margin-top: 10px;
}

/*****************************************************************/
@media print, screen and (min-width: 920px) {

	.recruit #contentArea section.summary h2 {
		font-size: 24px;
		text-indent: .3em;
		letter-spacing: .3em;
	}

	.recruit #contentArea section.summary dt {
		float: left;
		width: 160px;
		padding: 20px 0 20px 1em;
		font-size: 1em;
	}

	.recruit #contentArea section.summary dd {
		padding: 20px 0 20px 220px;
		border-top: 1px solid #ddd;
	}


	.recruit #contentArea section.summary dd p + p {
		margin-top: 15px;
	}

	.recruit #contentArea section .contactBox {
	    padding: 30px;
	 	margin-top: 30px;
	}

	.recruit #contentArea section.contact p + p {
		margin-top: 15px;
	}
}