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

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

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

/* content */
main section .content {
	margin: 0 2% 2% 2%;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #ccc;
	width: 95.83%;
}
main section .content:last-of-type { border-bottom: none;}
main section .content h2 {
	margin-bottom: 3%;
	padding: 1.5% 0 2% 2%;
	border-bottom: 1px dotted #79a735;
	border-left: 5px solid #79a735;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	-webkit-text-size-adjust: none;
}
main section .content table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}
main section .content table th {
	padding: 2.17%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	width: 26.39%;
	background: #f9fef2;
	font-size: 1.2rem;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	-webkit-text-size-adjust: none;
}
main section .content table td {
	padding: 2.17%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	width: 70.3%;
	font-size: 1.2rem;
	font-size: 12px;
	vertical-align: middle;
	-webkit-text-size-adjust: none;
}
main section .content table td dl { display: table;}
main section .content table td dt {
	display: table-cell;
	width: 23.7%;
	text-align: left;
}
main section .content table td .pdL { padding-left: 1em;}
main section .content table td dd {
	display: table-cell;
	width: 71.86%;
}
