@charset "UTF-8";
/*================================================================
	= Project =	ooimachi-seikotsuin.com
	= Date =		2013.07
	= TargetHTML =	/recruit/ *only PC Browser
  ================================================================*/

/*================================================================
	01.MAIN
  ================================================================*/

main article, main nav { margin-bottom: 0; padding-bottom: 0;}
main section { margin-bottom: 20px;}

/* content */
main section .content {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	/*border-bottom: 1px dashed #ccc;*/
	width: 460px;
}
main section .content h2 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #79a735;
	border-left: 5px solid #79a735;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
main section .content table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
main section .content table th {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 80px;
	background: #f9fef2;
	font-size: 1.2rem;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
main section .content table td {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 340px;
	font-size: 1.2rem;
	font-size: 12px;
	vertical-align: middle;
}
main section .content table td dt {
	float: left;
	width: 50px;
	text-align: left;
}
main section .content table td .pdL { padding-left: 1em;}
main section .content table td dd {
	float: left;
	width: 280px;
}
