

@charset "UTF-8";


p { margin: 0px; }
d { color: #bf572c; }
d:hover { color: #000; }

.job_container {

	padding: 0px 0px 5px 0px;
	width: 900px;
	margin:auto;
	margin-top:50px;
}

.job {
	margin: 0px 15px 15px 15px;
	padding: 35px 15px 15px 70px;
	position: relative;
}

.job_application_form{}

.job_title { margin: 0px; padding: 0px 0px 5px 0px; display: inline-block; cursor: pointer; font-weight: bold; color:#0099FF; font-size:16px; }

.job_description_container { height: 0px; overflow: hidden; padding: 0px; color: #003; font-weight:bold;}
.job_description { margin: 0px; padding: 0px; color: #003; font-weight: bold; }

.job .letter_t { width: 40px; height: 50px; position: absolute; top: 20px; left: 25px; }
.job .letter_d { width: 43px; height: 40px; position: absolute; top: 42px; left: 23px; display: none;}

