﻿@charset "utf-8";
/* CSS Document */

/* contetnBodyArea */
/*========================================================================*/
#contentBodyArea{
		border-color: rgb(102, 156, 17);
		box-shadow: 4px 4px 0px 0px rgb(102, 156, 17);
		filter: progid:DXImageTransform.Microsoft.DropShadow(color=#49bcdb, offX=4, offY=4, positive=1, enabled=true);
		background-color: rgb(255, 255, 255);
		box-sizing: border-box;
		margin-top: 30px;
		position: relative;
	}

.sectionHeading {
	background-color: rgb(143, 175, 38);
	border-left: 7px solid rgb(102, 156, 17);
	color: white;
	font-size: 120%;
	line-height: 1.25em;
	padding: 4px 10px;
	vertical-align: middle;
}

.blockHeading {
	background-color: rgb(247, 252, 236);
	border-bottom: 2px solid rgb(102, 156, 17);
	color: rgb(102, 156, 17);
	font-size: 110%;
	font-weight: bold;
	line-height: 1.33em;
	padding: 6px 0 6px 10px;
}

.blockHeading + .text {
	margin-top: 15px;
}

.text {
	background-color: inherit;
	text-align: justify;
}

.block {
	background-color: inherit;
}

a:hover {
	text-decoration:underline;
}


.past_recruitment li {
	margin-top:10px;
	list-style-type: square;
	list-style-position:inside;
}