@charset "UTF-8";

/* *****************************************
/*+  common  +******************************
/***************************************** */



/* *****************************************
/*+  heading  +*****************************
/***************************************** */
#mainContents h3 {
	margin-bottom: 16px;
	}



/* *****************************************
/*+  contents  +****************************
/***************************************** */
#mainContents div.section {
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: #008131 2px solid;
	position: relative;
	}
#mainContents .contentOfWork {
	margin-bottom: 24px;
	}
#mainContents dt {
	color: #008131;
	}
#mainContents dd {
	margin-bottom: 16px;
	}
#mainContents dd li {
	margin: 0 0 0 24px;
	list-style-type: disc;
	}



/* *****************************************
/*+  now  +*********************************
/***************************************** */
#now h2 {
	margin-bottom: 8px;
	padding-bottom: 14px;
	background: url(../../common/img/dotline_grn.gif) repeat-x left bottom;
	}
#now ul {
	margin: 0 10px;
	}
#now li {
	padding-left: 7px;
	background: url(../../common/img/ico_arrow_white.gif) no-repeat 0 .5em;
	}



/* *****************************************
/*+  viewDetail  +**************************
/***************************************** */
#mainContents .viewDetail {
	position: absolute;
	top: 16px;
	right: 0;
	}



/* *****************************************
/*+  noRecruitment  +***********************
/***************************************** */
#mainContents .noRecruitment {
	color: #F00;
	}
