@charset "utf-8";

/* Table Of Contents
----------------------------------------

# staff_archive
# staff_single

----------------------------------------*/


/* # staff_archive
---------------------------------------------------------------------------- */

div#main .staff_archive li {
	margin-bottom: 40px;
}
div#main .staff_archive ul {
}
div#main .staff_archive .staff_position{
	color: #9dcf59;
}
div#main .staff_archive span.inner {
	display: block;
	padding: 0 10px;
}
div#main .staff_archive span.tagNew {
	left: 0;
	position: absolute;
	top: 0;
}
div#main .staff_archive span.photo {
	border-bottom: 0;
	display: block;
}
div#main .staff_archive span.photo img {
	display: block;
	height: auto;
	width: 100%;
}
div#main .staff_archive span.post_contents {

	display: block;
	padding: 10px;
}
div#main .staff_archive span.post_title {
	display: block;
}
.staff_archive  .textRight,
.staff_archive  .textLeft{
	width: 72%;
}
.staff_archive  .textRight ~ .figureArea,
.staff_archive  .textLeft ~ .figureArea{
	width: 28%;
}

/* # staff_single
---------------------------------------------------------------------------- */

	div#main .staff_single:before,
	div#main .staff_single:after {
		content: "";
		display: table;
	}
	div#main .staff_single:after {
		clear: both;
	}
	div#main .staff_single {
		zoom: 1;
	}
div#main .staff_single div.photo {
	float: left;
	width: 30%;
	padding: 0 20px 10px 0;
}
div#main .staff_single div.photo img {
	width: 100%;
}
div#main .staff_single div.text {

}
div#main .staff_single div.text div.text_inner {
	padding-left: 20px;
}
div#main .staff_single p.post_title {
	border-bottom: 2px solid #5CBE49;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}
div#main .staff_single p.post_title span {
	font-size: 100%;
	font-weight: normal;
}
div#main .staff_single div.post_meta {
	line-height: 1.5;
	margin-bottom: 20px;
}
div#main .staff_single div.post_meta dd {
	margin: -1.5em 0 0 6em;
}
div#main .staff_single p.copy {
	font-size: 117%;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width:768px ){
	div#main .staff_single div.photo {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	div#main .staff_single div.text {
		float: none;
		width: 100%;
	}
	div#main .staff_single div.text div.text_inner {
		padding-left: 0;
	}
}
