/*<start>==========================================================*/

/*=================================================================*/
/*	mv                                                                                                       */
/*=================================================================*/
.mv {
	background: url(../../images/top/bg_mv.jpg) no-repeat top center #fff;
	height: 392px;
}
.mv .inner { position: relative; }
.mv .btn_area {
	background: url(../../images/top/bg_btnarea.png) repeat top left;
	padding: 35px;
	width: 320px;
	position: absolute;
	top: 50px;
	right: 0;
}
.mv .btn_area ul li {
	box-shadow:0px 0px 3px 0px #97ac3f;
	-moz-box-shadow:0px 0px 3px 0px #97ac3f;
	-webkit-box-shadow:0px 0px 3px 0px #97ac3f;
	padding: 10px 0;
}
.mv .btn_area ul li:first-child { margin-bottom: 30px; }
.mv .btn_area ul li img.txt { margin-bottom: 10px; }
/*=================================================================*/
/*	contents                                                                                                       */
/*=================================================================*/
article { padding: 20px 0 0; }
section { margin-bottom: 30px!Important; }
/*=================================================================*/
/*	job search                                                                                                       */
/*=================================================================*/
section.jobsearch_area h2 {
	background: url(../../images/union/bg_h2_jobsearch.gif) repeat top left;
	border-bottom: 2px solid #e7e3d5;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	text-align: left;
	padding: 8px 16px;
}
section.jobsearch_area .yellow_in .fleft {
	width: 513px;
	text-align: left;
}
section.jobsearch_area .yellow_in .fright {
	width: 340px;
	text-align: left;
}
section.jobsearch_area .yellow_in .title {
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
section.jobsearch_area .yellow_in .fleft ul {
	background: #f2f0e8;
	padding: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 100%;
}
section.jobsearch_area .yellow_in .fleft ul li {
	float: left;
	width: 33.3%;
}
section.jobsearch_area .yellow_in .fleft ul li:first-child, section.jobsearch_area .yellow_in .fleft ul li:nth-child(2), section.jobsearch_area .yellow_in .fleft ul li:nth-child(3) { margin-bottom: 8px; }

section.jobsearch_area .yellow_in .fright ul { width: 100%; }
section.jobsearch_area .yellow_in .fright ul li {
	width: 93.33px;
	padding: 8px 10px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
section.jobsearch_area .yellow_in .fright ul li:first-child {
	background: #e2afb0;
	border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
}
section.jobsearch_area .yellow_in .fright ul li:nth-child(2) {
	background: #82bfcd;
}
section.jobsearch_area .yellow_in .fright ul li:nth-child(3) {
	background: #c7d984;
	border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
}
section.jobsearch_area .yellow_in .fright ul li:last-child {
	background: #f2f0e8;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	width: 309px;
	padding: 15px 15px;
	text-align: left;
}
/*=================================================================*/
/*	new job                                                                                                       */
/*=================================================================*/
section.newjob_area h2 {
	background: url(../../images/union/bg_h2.gif) repeat top left;
	border-bottom: 2px solid #e7e3d5;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	text-align: left;
	padding: 8px 16px;
	position: relative;
}
section.newjob_area h2 a {
	position: absolute;
	right: 16px;
	top: 8px;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
}
section.newjob_area h2 a img { margin-left: 6px; }
section.newjob_area .yellow_in {
	height: 300px;
	overflow-y: scroll;
}
section.newjob_area .yellow_in ul {
	display: table;
	width: 100%;
}
section.newjob_area .yellow_in ul .row_box { display: table-row; }
section.newjob_area .yellow_in ul li {
	display: table-cell;
	width: 50%;
	padding-bottom: 25px;
	vertical-align: top;
	float: left;
}
section.newjob_area .yellow_in ul li a { text-decoration: none; }
section.newjob_area .yellow_in ul li a .thumbnail {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}
section.newjob_area .yellow_in ul li a dl {
	text-align: left;
	float: left;
	width: 323px;
	padding-left: 15px;
}
section.newjob_area .yellow_in ul li a dl dd { margin-bottom: 10px; }
section.newjob_area .yellow_in ul li a dl dd span.tag {
	background: #aac82d;
	color: #fff;
	font-size: 1.2rem;
	font-size: 12px;
	padding: 0 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 3px;
}
section.newjob_area .yellow_in ul li a dl dt { text-decoration: underline; }
/*=================================================================*/
/*	btn_area                                                                                                       */
/*=================================================================*/
section.btn_area a { margin: 0 10px; }

/*=================================================================*/
/*	banner_area                                                                                                       */
/*=================================================================*/
section.banner_area .fleft { width: 700px; }
section.banner_area .fleft li {
	float: left;
	margin-right: 10px;
	width: 343px;
	margin-bottom: 10px;
}
section.banner_area .fleft li:nth-child(2n) { margin-right: 0; }
section.banner_area .fleft li a {
	display: block;
	width: 328px;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
section.banner_area .fleft li a img.banner_img { margin-bottom: 13px; }
section.banner_area .fleft li:last-child a img.banner_img { margin-bottom: 0; }
section.banner_area .fleft li a img.arrow { margin: -5px 0 0 10px; }
section.banner_area .fright { width: 290px; }
section.banner_area .fright li { margin-bottom: 10px; }
section.banner_area .fright li a {
	height: 64px;
	width: 270px;
	display: inline-block;
	text-align: left;
	line-height: 0;
	padding: 9.2px 10px;
}
section.banner_area .fright li a span.icon {
	width: 61px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	text-align: center;
}
section.banner_area .fright li a div.text {
	display: inline-block;
	margin-left: 8px;
	line-height: 100%;
	vertical-align: middle;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
section.banner_area .fright li:first-child a span.icon { padding-top: 6px; }
section.banner_area .fright li:nth-child(2) a { color: #82bfcd; }
section.banner_area .fright li:nth-child(3) a { color: #e77da5; }
section.banner_area .fright li:nth-child(4) a { color: #c7d984; }
section.banner_area .fright li:last-child a { background: #00c300; }
section.banner_area .fright li:last-child a span.icon { padding-top: 3px; }
/*=================================================================*/
/*	news                                                                                                       */
/*=================================================================*/
section.news_area h2 {
	background: url(../../images/union/bg_h2.gif) repeat top left;
	border-bottom: 2px solid #e7e3d5;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	text-align: left;
	padding: 8px 16px;
	position: relative;
}
section.news_area h2 a {
	position: absolute;
	right: 16px;
	top: 8px;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
}
section.news_area h2 a img { margin-left: 6px; }
section.news_area .yellow_in ul li {
	border-bottom: 1px solid #b9ad84;
	margin-bottom: 10px;
}
section.news_area .yellow_in ul li a {
	text-align: left;
	padding: 0 0 10px 0;
	display: block;
}
section.news_area .yellow_in ul li a dl dt {
	text-decoration: none;
	float: left;
	width: 175px;
}
section.news_area .yellow_in ul li a dl dt span {
	padding: 0 6px 3px;
	background: #aac82d;
	display: inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 10px;
}
section.news_area .yellow_in ul li a dl dd {
	float: right;
	width: 735px;
	text-decoration: underline;
}
/*<end>============================================================*/
