<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_zenkoku {
	width:		1000px;
	height:		514px;
	margin:		0 -500%;
	padding:	1px 500% 0;
	
	background:		#fff url(../images/zenkoku_main_image.png) center bottom no-repeat;
	position:	relative;
}
	.main_image_zenkoku .inner {
		margin:		0 auto;
		width:		1000px;
		height:	515px;
		
		position:	relative;
	}

	.main_image_zenkoku .job_cnts {
		float:		left !important;
		margin:		400px 0 0 !important;
	}
	.main_image_zenkoku .map {
		float:		right;
		margin:		12px 0 0;
		
		background:		rgba(32,87,124,0.5);
		position:		relative;
	}
		.main_image_zenkoku .map:before {
			position:	absolute;
			left:		0;
			right:		0;
			top:		0;
			bottom:		0;
			z-index:	1;
			
			display:	block;
			width:		auto;
			height:		auto;
			content:	'';
			
			background:		url(../images/zenkoku_main_image_map.png) center center no-repeat;
		}
		.main_image_zenkoku .map .hover {
			position:	absolute;
			left:		0;
			right:		0;
			top:		0;
			bottom:		0;
			z-index:	1;
			
			background-position:	center center;
			background-repeat:		no-repeat;
		}
		.main_image_zenkoku .map img {
			display:	block;
			opacity:	0;
			
			position:	relative;
			z-index:	2;
		}
		.main_image_zenkoku .map map {
			position:	relative;
			z-index:	2;
		}
		.main_image_zenkoku .map.onmouse:before {
			opacity:		0;
		}
.zenkoku_search_link {
	padding:		0 0 35px;
	text-align:		left;
}
	.zenkoku_search_link p {
		margin:		0;
	}
	.zenkoku_search_link .text {
		padding:		22px 0 20px;
		
		font-size:		15px;
		font-weight:	normal;
		line-height:	1.3em;
		color:			#333;
		
		text-align:		center;
	}
	.zenkoku_search_link .inner {
		border:			1px solid #DD6B16;
		border-bottom:	5px solid #DD6B16;
		
		padding:		20px 22px;
	}
		.zenkoku_search_link .inner .title {
			margin:		0 0 12px;
			
			font-size:		22px;
			font-weight:	bold;
			line-height:	1.3em;
			color:			#9F7342;
		}
			.zenkoku_search_link .inner .title i {
				font-size:			38px;
				vertical-align:		text-bottom;
			}
		.zenkoku_search_link .inner .link {
			padding:	0 0 12px;
		}
		.zenkoku_search_link .inner .link li {
			float:		left;
		}
			.zenkoku_search_link .inner .link li:after {
				float:		left;
				display:	block;
				content:	'|';
			}
			.zenkoku_search_link .inner .link li a {
				float:		left;
				display:	block;
				
				color:		#DD6B16;
				margin:		0 12px;
				text-decoration:	none;
			}
		
		</pre></body></html>