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

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

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

/* staffProfile */
main section .staffProfile {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
	width: 460px;
}
main section .staffProfile .pht {
	float: right;
	width: 190px;
}
main section .staffProfile .pht img {
	padding: 4px;
	border: 1px solid #ccc;
	width: 180px;
}
main section .staffProfile .txt 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 .staffProfile ul {
	float: left;
	line-height: 1.6;
	width: 260px;
}
main section .staffProfile .txt ul,
main section .staffProfile .txt p { margin-bottom: 20px;}
main section .staffProfile .txt li {
	padding: 5px 0 0 0;
	line-height: 1.6;
	list-style: none;
	background: #f3fde4;
	font-size: 1.2rem;
	font-size: 12px;
}
main section .staffProfile .txt li:nth-of-type(even) { background: #fff;}
main section .staffProfile .txt dl { padding: 5px;}
main section .staffProfile .txt dt {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	float: left;
	width: 55px;
	text-align: center;
}
main section .staffProfile .txt dd {
	margin-left: 10px;
	float: left;
	width: 180px;
}
main section .staffProfile .txt p {
	font-size: 1.2rem;
	font-size: 12px;
}
