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

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

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

/* staffProfile */
main section .staffProfile {
	margin: 0 2% 2% 2%;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #ccc;
	width: 95.83%;
}
main section .staffProfile:last-of-type { border-bottom: none;}
main section .staffProfile .pht {
	width: 100%;
	text-align: center;
}
main section .staffProfile .pht img {
	padding: 1%;
	border: 1px solid #ccc;
	width: 50%;
}
main section .staffProfile .txt 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 .staffProfile ul {
	line-height: 1.6;
	width: 100%;
}
main section .staffProfile .txt ul,
main section .staffProfile .txt p { margin-bottom: 20px;}
main section .staffProfile .txt li {
	padding: 1% 0 0 0;
	line-height: 1.6;
	list-style: none;
	background: #f3fde4;
	font-size: 1.2rem;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}
main section .staffProfile .txt li:nth-of-type(even) { background: #fff;}
main section .staffProfile .txt dt {
	margin: 0;
	padding: 0 0 1.8% 0;
	display: block;
	float: left;
	line-height: 1.6;
	width: 27.37%;
	text-align: center;
}
main section .staffProfile .txt dd {
	line-height: 1.6;
	margin-left: 3.7%;
	float: left;
	width: 65.66%;
}
main section .staffProfile .txt li:last-of-type dt,
main section .staffProfile .txt li:last-of-type dd {
	margin-bottom: 0;
	padding-bottom: 0;
}
main section .staffProfile .txt p {
	line-height: 1.6;
	font-size: 1.2rem;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}
