<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: 熊本医療福祉求人センター
Theme URI:  
Description: 熊本医療福祉求人センター
Version: 1.0
Author: monokus.jp

*/
.main_image {
	width:		1000px;
	height:		827px;
	margin:		0 -500%;
	padding:	0 500%;
	
	background:		#fff url(../images/main_image_bg.png) center top no-repeat;
	position:	relative;
}
	.main_image .inner {
		margin:		0 auto;
		width:		1000px;
		height:		385px;
		
		position:	relative;
	}
	.main_image_in {
		position:	absolute;
		right:		146px;
		bottom:		30px;
		
		width:		634px;
		padding:	16px;
		box-sizing:		border-box;
		
		border:		1px solid rgba(220,220,220,0.73);
		background:	rgba(255,255,255,0.73);
		/*border-radius:		5px; */
	}
	/* .main_image .inner:before {
		position:		absolute;
		top:			0;
		bottom:			0;
		left:			-50px;
		
		display:	block;
		width:		500px;
		height:		auto;
		content:	'';
		
		background:		url(../images/main_image_person.png) left bottom no-repeat;
	} */
	.main_image .banners {
		margin:		20px 0 0;
		
		position:	relative;
		z-index:	4;
	}
	/*
		.main_image .banners .title {
			float:			left;
			width:			90px;
			
			font-size:		17px;
			font-weight:	bold;
			line-height:	1.2em;
			color:			#777;
		}
			.main_image .banners .title .in {
				display:	table-cell;
				height:		124px;
				padding:	40px 0 0;
				
				vertical-align:		middle;
				text-align:		left;
			}
		*/
		.main_image .banners .list {
			overflow:		hidden;
			height:			164px;
		}
		.main_image .banners ul {
			margin:		0 -6px;
		}
		.main_image .banners li {
			float:		left;
			width:		195px;
			height:		158px;
			
			margin:		0 0 0 6px;
		}
	.main_image .banners .swiper-container ul,
	.main_image .banners .swiper-container li {
		margin:			0;	
	}
	
	.main_image .banners .prev ,
	.main_image .banners .next {
		position:	absolute;
		top:		0;
		bottom:		0;
		
		width:		60px;
		height:		60px;
		margin:		auto 0;
	}
		.main_image .banners  .prev { left: -60px; }
		.main_image .banners  .next { right: -60px; }
		.main_image .banners  .prev a ,
		.main_image .banners  .next a {
			display:	block;
		}
		.main_image .banners  .prev a i ,
		.main_image .banners  .next a i {
			font-size:	60px;
			color:		#9F7342;
		}

.step_search {
	position:	relative;
	z-index:	2;
}
	.step_search .title {
		float:			left;
		width:			90px;
		background:		#2DB1AA;
		
		margin:			0 26px 0 0;
		
		font-size:		16px;
		font-weight:	bold;
		line-height:	1.2em;
		color:			#fff;
		
		position:	relative;
	}
		.step_search .title:before {
			position:	absolute;
			right:		-40px;
			top:		0;
			
			display:	block;
			width:		0;
			height:		0;
			content:	'';
			
			border-width:		24px 20px;
			border-style:		solid;
			border-color:		transparent transparent transparent #2DB1AA;
		}
		.step_search .title .in {
			display:	table-cell;
			height:		48px;
			padding:	0 0 0 12px;
			
			vertical-align:		middle;
			text-align:		left;
		}
	.step_search .select {
		float:			left;
		display:		block;
		width:			180px;
	}
		.step_search .select a {
			border:				1px solid #ccc;
			border-radius:		5px; 
			background:			#fff;
			
			display:		block;
			padding:		0 0 0 10px;
			height:			48px;
			box-sizing:		border-box;
			
			color:				#333;
			text-decoration:	none;
			
			position:		relative;
		}
			.step_search .select a .in {
				display:	table-cell;
				width:			200px;
				height:		48px;
				vertical-align:		middle;
			}
			.step_search .select a .placeholder {
				display:		block;
				width:			190px;
				overflow:		hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				
				color:		#999;
			}
			.step_search .select a .text {
				display:		block;
				width:			190px;
				overflow:		hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.step_search .select a i {
				position: absolute;
				top: 50%;
				right: 0;
				font-size: 20px;
				margin-top: -.5em;
				
				color:		#999;
			}
	.step_search .multiple {
		float:		left;
		display:		block;
		width:			34px;
		height:			48px;
		
		font-size:		28px;
		line-height:	48px;
		color:			#999;
		
		text-align:		center;
	}
		.step_search .multiple i {
			font-size:		28px;
		}
	.step_search .submit {
		float:		left;
		margin:		0 0 0 10px;
		
		display:	block;
		width:		80px;
		height:		48px;
/*		border-radius:	5px; */
		box-sizing:		border-box;
		
		cursor:		pointer;
		
		border:		1px solid #2DB1AA; 
		background: #2DB1AA; 
		
		font-size:		15px;
		font-weight:	normal;
		line-height:	1.3em;
		color:			#fff;
		
		text-align:		center;
	}
		.step_search .submit i {
			font-size:		32px;
		}
		.step_search .submit .text {
			display:	block;
		}
/*
.job_cnts {
	position:	absolute;
	left:		0;
	bottom:		0;
	
	z-index:	2;
	
	padding:	10px 10px 5px;
	
	background:		rgba(255,255,255,0.8);
	
	font-size:		14px;
	font-weight:	normal;
	line-height:	1.3em;
	color:			#777;
	
	text-align:		left;
}
	.job_cnts dl {
		display:	table;
	}
	.job_cnts dt {
		display:	table-cell;
		padding:	0 8px 0 0;
	}
	.job_cnts dd {
		display:	table-cell;
		vertical-align:		bottom;
	}
	.job_cnts .cnts {
		font-size:		17px;
		font-weight:	bold;
		line-height:	1.3em;
	}
		.job_cnts .cnts .num {
			font-size:		27px;
			font-weight:	bold;
			line-height:	1.3em;
			
			color:			#D80000;
		}
*/
.job_cnts {
	padding:		16px 0 0;
	
	font-size:		18px;
	font-weight:	normal;
	line-height:	1.3em;
	color:			#444;
	
	vertical-align:		baseline;
}
	.job_cnts dl {
	}
	.job_cnts dt {
		display:	inline-block;
		padding:	0 8px 0 0;
	}
	.job_cnts dd {
		display:	inline-block;
	}
	.job_cnts .cnts {
	}
		.job_cnts .cnts .num {
			margin:		0 5px  0 0 ;
			
			font-size:		28px;
			font-weight:	bold;
			line-height:	1.3em;
			/*
			font-style: 	italic; */
			color:			#81D8D0;
		}
.search_form_tab {
	position:	relative;
	z-index:	2;

	clear:		both;
	border:		1px solid #ccc;
	background:		#fff;
	height:			450px;
	
	margin:		-442px 0 35px;
}
	.search_form_tab .tabs {
		float:		left;
		width:		210px;
		height:			450px;
	}
	.search_form_tab .tabs ul {
	}
		.search_form_tab .tabs ul li {
			height:		90px;
		}
		.search_form_tab .tabs ul li a {
			display:	block;
			height:		89px;
			padding:	0 0 0 56px;
			
			border-bottom:		1px solid #ccc;
			border-right:		1px solid #ccc;
			
			font-size:		18px;
			font-weight:	bold;
			line-height:	1em;
			color:			#888;
			
			text-decoration:	none;
			position:		relative;
		}
			.search_form_tab .tabs ul li:last-child a {
				height:		90px;
				border-bottom:		none !important;
			}
		.search_form_tab .tabs ul li a .in {
			display:	table-cell;
			height:		90px;
			
			text-align:			left;
			vertical-align:		middle;
		}
		.search_form_tab .tabs ul li a i {
			position:		absolute;
			left:		10px;
			top:		0;
			bottom:		8px;
			
			margin:		auto 0;
			display:	block;
			height:		38px;
			color:		#81D8D0;
			
			font-size:		38px;
			vertical-align: text-bottom;  
			/*
			position:	relative;
			top:		2px;
			*/
		}
		
		.search_form_tab .tabs ul li a.active ,
		.search_form_tab .tabs ul li a:hover {
			background:		#2DB1AA;
			color:			#fff;
			border-bottom-color:		#2DB1AA;
		}	
		.search_form_tab .tabs ul li a.active i ,
		.search_form_tab .tabs ul li a:hover i {
			color:			#fff !important;
		}
		.search_form_tab .tabs ul li a.active:before ,
		.search_form_tab .tabs ul li a:hover:before {
			position:	absolute;
			right:		-10px;
			top:		0;
			bottom:		0;
			margin:		auto 0;
			
			background:			#2DB1AA;
			
			font-family: 'Material Icons';
			font-weight:	normal;
			font-style:		normal;
			font-size:		24px;
			line-height:	28px;
			
			display:	block;
			width:		28px;
			height:		28px;
			border-radius:		48px;
			
			text-indent:		4px;
			text-align:			center;
			
			content:	'keyboard_arrow_right';
		}
		/*
		.search_form_tab .tabs ul li a {
			display:	table;
			width:		100%;
			height:		55px;
			
			border-left:		1px solid #DD6B16;
			background: #F2FFFF; 

			font-size:		15px;
			font-weight:	normal;
			line-height:	1em;
			color:			#DD6B16;
			
			text-decoration:	none;
		}
			.search_form_tab .tabs ul li:first-child a {
				border-left:		none !important;
			}
			.search_form_tab .tabs ul li a .in {
				display:	table-cell;
				height:		55px;
				
				vertical-align:		middle;
				text-align:			center;
			}
			.search_form_tab .tabs ul li a span {
				font-size:		22px;
				font-weight:	bold;
			}
			.search_form_tab .tabs ul li a i {
				font-size:		38px;
				color:			#DD6B16;
				
				vertical-align: text-bottom; 
				
				position:	relative;
				top:		2px;
			}
		.search_form_tab .tabs ul li a:hover,
		.search_form_tab .tabs ul li a.active {
			background: #DD6B16; 
			color:		#fff;
		}
			.search_form_tab .tabs ul li a:hover i ,
			.search_form_tab .tabs ul li a.active i {
				color:		#fff;
			}
		*/
	.search_form_tab .inner {
		margin:			0 0 0 210px;
		height:			450px;
		/*
		overflow:		auto;
		*/
	}
	.search_form_tab .tab_contents {
		padding:		20px 22px;
		height:			350px;
		box-sizing:		border-box;
		
		overflow:		auto;
	}
	.search_form_tab .tab_content {
		display:	none;
	}
	.search_form_tab .tab_content.active {
		display:	block;
	}
		.search_form_tab .tab_content .salary_form {
		}
			.search_form_tab .tab_content .salary_form .text {
				font-weight:	bold;
				padding:		0 0 12px;
			}
			.search_form_tab .tab_content .salary_form .select {
				float:		left;
				border:		1px solid #ccc;
				margin:		0 10px 0 0;
			}
				.search_form_tab .tab_content .salary_form .select select {
					width:		224px;
					height:		48px;
					box-sizing:	border-box;
					
					padding:	12px 12px 12px 12px;
					vertical-align:		top;
					border:		none !important;
				}
			.search_form_tab .tab_content .salary_form .textform {
				float:		left;
				border:		1px solid #ccc;
				margin:		0 10px 0 0;
			}
				.search_form_tab .tab_content .salary_form .textform input[type="text"] {
					width:		270px;
					height:		48px;
					box-sizing:	border-box;
					
					padding:	12px 12px 12px 12px;
					vertical-align:		top;
					border:		none !important;

				}
			.search_form_tab .tab_content .salary_form .sep {
				float:		left;
				height:		48px;
				line-height:	50px;
				padding:	0 10px 0 0;
			}
		.search_form_tab .tab_content .kodawari {
			display:		table;
			border-collapse:	collapse;
			table-layout:		fixed;
			
			width:			100%;
			border-bottom:		1px dashed #ccc;
		}
		.search_form_tab .tab_content .kodawari dl {
			display:		table-row;
		}
			.search_form_tab .tab_content .kodawari dl dt {
				display:		table-cell;
				vertical-align:	top;
				background:		#F2FFFF;
				
				font-weight:	bold;
				color:		#555;
				
				width:			120px;
				padding:		15px 12px;
			}
			.search_form_tab .tab_content .kodawari dl dd {
				display:		table-cell;
				vertical-align:	top;
				
				padding:		15px 12px;
			}
				.search_form_tab .tab_content .kodawari dl dd .parent {
					clear:		both;
					padding:	0 0 10px 0;
					/* border-left:		8px solid #3EB36F; */
					/*
					line-height:	1.2em; */
					font-weight:	bold;
					
				}
				.search_form_tab .tab_content .kodawari dl dd .children {
					padding:	0 0 12px;
				}
				.search_form_tab .tab_content .kodawari dl dd label {
					width:		50%;
					padding-right:	0;
				}
		.search_form_tab .tab_content.tab_content_genre label.checkbox {
			width:		50%;
		}
			.search_form_tab .tab_content.tab_content_genre label.checkbox:nth-child(2n+1) {
				clear:		both;
			}
		.search_form_tab .tab_content.tab_content_job_type label.checkbox {
			width:		auto;
			margin:		0 12px 0 0;
			clear:		none !important;
		}
	.search_form_tab .result {
		padding:		24px;
		/* clear:		both; */
	}
		.search_form_tab .result .search_cnts {
			float:		left;
			padding:		15px 0 0;
			
			font-size:		17px;
			font-weight:	bold;
			line-height:	1.3em;
			color:			#666;
		}
			.search_form_tab .result .search_cnts .cnts {
				font-size:		27px;
				font-weight:	bold;
				line-height:	1.3em;
				/*
				font-style: 	italic; */
				color:			#81D8D0;
			}
		.search_form_tab .result .submit {
			margin:		0 auto;
			position:	relative;
			left:		-10px;
		}
			.search_form_tab .result .submit button {
				width:			300px !important;
				height:			58px !important;
				cursor:			pointer;
				
				
				background-color:		#2DB1AA !important;
				border-color:			#2DB1AA !important;
			}
		.search_form_tab .result .clear_btn {
			float:		right;
			width:		157px;
			padding:	5px 0 0;
		}
		.search_form_tab .result .clear_btn a {
			border:		1px solid #ddd;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%); 
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(241,241,241)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff1f1f1,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff1f1f1,GradientType=0);

			display:	block;
			width:		157px;
			padding:	12px 0 10px;
			
			border-radius:	3px;
			border-width:	1px;
			border-style:	solid;
			
			font-size:		14px;
			font-weight:	bold;
			line-height:	1;
			color:			#777;
			
			text-align:			center;
			text-decoration:	none;
			
			cursor:			pointer;
		}
			.search_form_tab .result .clear_btn a .material-icons {
				font-size:		21px;
				position:		relative;
				top:			-2px;
				
				margin-right:		.3em;
			}
	.search_form_tab .checkbox_list dl.check_group {
		border-bottom:		none !important;
		/* padding-bottom:		0 !important; */
		margin-bottom:		0 !important;
	}


.list_title {
}
	.list_title .title {
/*		float:		left; */
		padding:	36px 20px 16px 65px;
		margin:		0 0 26px;
		/*
		background:		#fff;
		border:			1px solid #9F7342;	
		*/
		font-size:		16px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#2DB1AA;
		
		position:		relative;
	}
		.list_title .title:before {
			position:	absolute;
			left:		25px;
			right:		0;
			bottom:		0;
			z-index:	1;
			
			display:	block;
			width:		auto;
			height:		12px;
			content:	'';
			
			background:		url(../images/list_title_line.png) center bottom repeat-x;
		}
		.list_title .title:after {
			position:	absolute;
			left:		0;
			bottom:		0;
			z-index:	2;
			
			display:	block;
			width:		54px;
			height:		54px;
			content:	'';
			
			box-sizing:			border-box;
			border-radius:		54px;
			
			background-color:		#81D8D0;
			background-image:		url(../images/title_icon02.png);
			background-position:	center center;
			background-repeat:		no-repeat;
		}
			.job_recommend_list.list_title .title:after { 
				background-color:	#62BB92;
				background-image: url(../images/title_icon01.png); 
			}
			.job_latest_list.list_title .title:after { 
				background-color:	#FA9D18;
				background-image: url(../images/title_icon02.png); 
			}
			.info_list.list_title .title:after { 
				background-color:	#9DC232;
				background-image: url(../images/title_icon03.png); 
			}
			.job_history.list_title .title:after { 
				border:				3px solid #2DB1AA;
				background-color:	#fff;
				background-image: url(../images/title_icon04.png); 
			}
		.list_title .title i {
			display:	none !important;
		}
	/*
		.list_title .title i {
			margin:		0 8px 0 0;
			position:	relative;
			top:		-2px;
			
			font-size:		40px;
			font-weight:	bold;
			line-height:	1;
			color:			#9F7342;
		} */
	.list_title .more {
		position:		relative;
	}
		.list_title .more a {
			position:	absolute;
			right:		0;
			top:		-76px;
			
			display:	block;
			width:		270px;
			height:		36px;
			padding:	0 50px 0 54px;
			box-sizing:	border-box;
			/*
			background:		#fff url(../images/icon01.png) 17px center no-repeat; 
			border:			1px solid #bbb;
			border-radius:	3px; 

			*/
			background:		#fff url(../images/icon01.png) left center no-repeat;
			border-bottom:		2px solid #81D8D0;
			
			font-size:		12px;
			font-weight:	bold;
			line-height:	36px;
			color:			#777;
			
			text-decoration:	none;
		}
			.list_title .more a:after {
				position:	absolute;
				left:		222px;
				right:		0;
				top:		0;
				bottom:		0;
				
				display:	block;
				width:		auto;
				height:		auto;
				content:	'';
				
				background:		url(../images/icon_search.png) left center no-repeat;
			}
			.list_title .more a i {
				/*font-size:		100%;
				font-weight:	normal;
				line-height:	1; */
				display:		none;
			} 
	.list_title .inner {
		clear:	both;
	}
	.list_title .subtitle {
		clear:		both;
		padding:	5px 0 4px;
		/*
		background:		#fff;
		border:			1px solid #9F7342;	
		*/
		font-size:		16px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#333;
	}

.job_list {
	margin:		0 0 42px;
}
	.job_list .inner {
		clear:	both;
		position:	relative;
	}
	.job_list .list {
		clear:	both;
		background:		#fff;
		
		width:		100%;
		overflow:	hidden;
	}
		.job_list .list ul {
		}
		.job_list .list li {
			float:		left;
			width:		33%;
		}
		.job_list .list li:nth-child(3n+1 ) {
			clear:		both;
		}
		.job_list .list li.swiper-slide {
			clear:		none !important;
		}
		.job_list .list li a {
			display:	block;
			padding:	20px 12px;
			
			color:			#444;
			text-decoration:	none;
			
			position:		relative;
		}
			.job_list .list li a:before {
				position:	absolute;
				left:		-1px;
				top:		12px;
				bottom:		12px;
				
				display:	block;
				width:		1px;
				height:		auto;
				content:	'';
				border-left:		1px dashed #999;
			}
			.job_list .list li a .image_wrap {
				float:		left;
				width:		146px;
			}
			.job_list .list li a .in {
				margin:		0 0 0 155px;
			}
			.job_list .list li a .text {
				padding:		0 0 4px;
				
				font-size:		14px;
				font-weight:	bold;
				line-height:	1.3em;
				color:			#888;
			}
			.job_list .list li a .note {
				font-size:	12px;
				line-height:	1.3em;
			}

			
			.job_list .list li a .cr_image_wrap {
/*				width:		184px;
				height:		138px;
				overflow:	hidden;
				position:	relative;
				
				background-color:			#fff;
				background-position:		center center;
				background-repeat:			no-repeat;
				background-size:	cover !important; */
			}
				/* .job_list .list li a .image img {
					display:	none;
				} */
				.job_list .list li a .tags {
					margin:		0 0 0 -4px;
				}
					.job_list .list li a .tags span {
						display:		inline-block;
						margin:			0 0 4px 4px;
						padding:		2px 3px 1px;
						
						font-size:		12px;
						font-weight:	bold;
						line-height:	1em;
						color:			#fff;
						
						text-align:		center;
					}
					.job_list .list li a .tags .new {
						background-color:	#FA9D18;
					}
					.job_list .list li a .tags .recommend {
						background-color:	#62BB92;
					}
					.job_list .list li a .tags .recommend_icons {
						padding-left:	0;
						padding-right:	0;
						
						font-size:		14px;
						font-weight:	bold;
						line-height:	1;
						/*
						color:		#DD6B16; */
						color:		#ED8C3A;
						/*
						text-shadow:		1px 1px 0 #fff, 
											-1px -1px 0 #fff; */
											/* -1px 1px 0 #fff, 
											2px -2px 0 #fff, */
					}
	.job_list .prev ,
	.job_list .next {
		position:	absolute;
		top:		0;
		bottom:		0;
		margin:		auto 0;
		
		z-index:	5;
		
		width:		42px;
		height:		42px;
	}
		.job_list .prev { left: -24px; }
		.job_list .next { right: -24px; }
		.job_list .prev a ,
		.job_list .next a {
			display:	block;
			
			width:		42px;
			height:		42px;
			
			border-radius:		44px;
			background:		#81D8D0;
			
			text-align:		center;
		}
		.job_list .prev a i ,
		.job_list .next a i {
			font-size:	34px;
			line-height:		42px;
			color:		#fff;
		}
	
.job_recommend_list {
	margin:			0 -500%;
	padding:		0 500% 42px;
	
	background:		#F2FFFF; 
}
	.job_recommend_list .title {
		/* background:		#fff !important; */
	}

.job_latest_list {
	margin:			0 -500%;
	padding:		0 500% 42px;
	
	background:		#F2FFFF; 
}
	.job_latest_list .title {
		/* border:		none !important; */
	}


.info_list {	
	margin:			0 auto;
	padding:		0 0 20px;
	width:			1000px;
	
	box-sizing:		border-box;
}
	.info_list .title {
		border:		none !important;
		background:		none !important;
	}

	.info_list .inner {	
		clear:		both;
	}
	.info_list .cats {	
	}
		.info_list .cats span {	
			display:	inline-block;
			
			margin:			0 6px 0 0;
			padding:		2px 5px;
			border-radius:		5px;
			
			font-size:		14px;
			font-weight:	normal;
			line-height:	1.1em;
			
			/* 管理画面から変更可能 */
			border:		1px solid #77A00F;
		/*	background:		#fff; */
			color:			#77A00F;
		}
	.info_list .list {	
	}
		.info_list .list ul {	
			float:		right;
			width:		612px;
			
			margin:		-18px 0 0;
		}
		.info_list .list li {
			border-top:		1px dotted #999;
		}
			.info_list .list li:first-child {
				border-top:		none !important;
			}
		.info_list .list li a {
			display:	block;
			padding:	20px 0;
			
			color:			#444;
			text-decoration:	none;
		}
			.info_list .list li a .cr_image_wrap {
				float:		left;
				width:		150px;
				margin:		0 12px 0 0;
				/*
				width:		150px;
				height:		100px;
				margin:		0 12px 0 0;
				
				overflow:	hidden;
				position:	relative;
				
				background-color:			#fff;
				background-position:		center center;
				background-repeat:			no-repeat;
				background-size:	cover !important;
				*/
			}
				/* .info_list .list li a .image img {
					display:	none;
				} */
			.info_list .list li a .text {
				padding:	4px 0 3px;
				color:		#666;
			}
			.info_list .list li a .l {
				float:		left;
				width:		125px;
			}
			.info_list .list li a .dt {
				font-weight:	bold;
			}
			.info_list .list li a .cats {
			}
			.info_list .list li a .text {
				margin:		0 0 0 130px;
			}
	.info_list .first {
		float:		left;
		width:		352px;
	}
		.info_list .first a {
			display:	block;
			
			color:			#444;
			text-decoration:	none;
		}
			.info_list .first a .cr_image_wrap {
				float:		left;
				width:		352px;
				margin:		0 0 12px;
				/*
				height:		235px;
				margin:		0 0 12px;
				
				overflow:	hidden;
				position:	relative;
				
				background-color:			#fff;
				background-position:		center center;
				background-repeat:			no-repeat;
				background-size:	cover !important; */
			}
				/* .info_list .first a .image img {
					display:	none;
				} */
			.info_list .first a .dt {
				float:		left;
				margin:		0 5px 0 0;
				
				font-weight:	bold;
			}
			.info_list .first a .cats {
			}
			.info_list .first a .text {
				padding:	4px 0 3px;
				color:		#666;
			}

				/*
#3EB36F */

.job_history {
	margin:			0 -500%;
	padding:		0 500% 18px;
	
	background:		#F2FFFF; 
}
	.job_history .title {
/*		background:		#fff; */
	}
</pre></body></html>