/**
 * MTOK Search
 */

#mtok_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	}

.mtok_search2 {
	position: relative;
	top: 0;
	left: 0;
	border: 3px solid #f3f4f6;
	padding: 7px;
	z-index: 2;
	margin-bottom: 10px;
	}
body #main #mtok_title {
	width: auto;
	height: 53px;
	text-indent: -9999px;
	background: #fff url(/img/search_title.jpg) no-repeat 0 10px;
	margin: 0;
	padding: 0;
	}
.mtok_search2 div#mtok_checktable {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	background: #666;
	}
.mtok_search2 div#mtok_checktable p.close {
	background: #fff url(/img/search_close.jpg) no-repeat right top;
	height: 30px;
	text-indent: -9999px;
	margin: 5px 5px 0;
	cursor: pointer;
	}
.mtok_search2 div#mtok_checktable ul {
	margin: 0 5px 5px;
	border: 0;
	}
.mtok_search2 div#mtok_checktable ul li {
	cursor: pointer;
	}
.mtok_search2 .center {
	text-align: center;
	}

.mtok_map {
	float: left;
	width: 250px;
	}
.mtok_map div.selected_item {
	border-bottom: 1px solid #999;
	}

.mtok_multiple {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 260px;
	background: url(/img/search_map2.jpg) 0 0 no-repeat;
	}
.mtok_multiple li {
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	}
.mtok_multiple #map01 { top: 59px; left: 133px; width: 90px; background: url(/img/search_map2.jpg) -133px -59px no-repeat; }
.mtok_multiple #map02 { top: 118px; left: 68px; width: 120px; background: url(/img/search_map2.jpg) -68px -118px no-repeat; }
.mtok_multiple #map03 { top: 159px; left: 158px; width: 80px; background: url(/img/search_map2.jpg) -158px -159px no-repeat; }
.mtok_multiple #map04 { top: 189px; left: 108px; width: 80px; background: url(/img/search_map2.jpg) -108px -189px no-repeat; }
.mtok_multiple #map05 { top: 164px; left: 23px; width: 80px; background: url(/img/search_map2.jpg) -23px -164px no-repeat; }
.mtok_multiple #map06 { top: 215px; left: 8px; width: 80px; background: url(/img/search_map2.jpg) -8px -215px no-repeat; }

.mtok_multiple li ul {
	background: #fff url(/img/search_close.jpg) no-repeat right top;
	padding-top: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
.mtok_multiple li ul li {
	position: static;
	text-indent: 0;
	}

.mtok_options {
	border: 1px solid #999;
	}
.mtok_options li {
	padding: .5em .5em .5em 29px;
	border-top: 1px solid #999;
	background: #FFFFFF url(/img/search_bt.jpg) 5px 5px no-repeat;
	}
.mtok_options .mtok_selected {
	background: #F2FFFF url(/img/search_ov.jpg) 5px 5px no-repeat;
	}

.mtok_search2 .selected_item {
	padding: .2em;
	background: #f3f3f3;
	font-size: 100%;
	border-top: 1px solid #999;
	color: #0060B6;
	font-weight: 900;
	text-align: center;
	}

.mtok_search2 dl {
	float: right;
	width: 350px;
	padding-top: 35px;
	background: #fff url(/img/search_cond.jpg) 0 7px no-repeat;
	}
.mtok_search2 dl dt {
	/*clear: left;*/
	float: left;
	width: 160px;
	height: 26px;
	background: #fff url(/img/search_arrow.jpg) right center no-repeat;
	cursor: pointer;
	margin: 0;
	line-height: 30px;
	text-indent: 1.5em;
	font-size: 125%;
	font-weight: 900;
	color: #666;
	}
.mtok_search2 dl dd {
	margin-left: 150px;
	padding-bottom: 8px;
	position: relative;
	}
.mtok_search2 dl dd .selected_item {
	border: 0;
	background: #fff;
	padding-top: 6px;
	text-align: left;
	}
.mtok_search2 dl dd ul {
	background: #fff url(/img/search_close.jpg) no-repeat right top;
	padding-top: 30px;
	display: none;
	position: absolute;
	top: 0;
	left: -250px;
	cursor: pointer;
	}

.mtok_search2 .buttons {
	float: right;
	width: 350px;
	margin-bottom: 10px;
	}

.mtok_result {
	clear: both;
	}
.mtok_result .count {
	clear: both;
	background: #f3f6ff;
	text-align: right;
	padding: .2em .5em;
	margin-bottom: 15px;
	border-top: 3px solid #0060B6;
	}
.mtok_result .job_entry table,
.mtok_result .job_entry div {
	clear: none;
	margin: 0;
	}
.mtok_result h5 {
	border: 1px solid #ccc;
	margin: 0 0 5px;
	padding: .5em .5em .7em;
	width: auto;
	height: auto;
	line-height: 1.2;
	font-size: 140%;
	background: #f3f3f3 url(/img/search_result_h5.jpg) repeat-x bottom;
	}
.mtok_result .mtok_tabs {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	}
.mtok_result .mtok_tabs li {
	float: none;
	display: inline;
	text-decoration: underline;
	margin-right: 10px;
	padding: .2em .4em;
	border:0;
	cursor: pointer;
	font-weight: 900;
	}
.mtok_result .mtok_tabs li.mtok_tab_selected {
	text-decoration: none;
	background: #0060B6;
	cursor: arrow;
	color: #fff;
	}
.mtok_result .noresult {
	text-align: center;
	padding: 50px 0;
	background: #eee;
	font-size: 150%;
	font-weight: 900;
	color: #999;
	}


.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

