.shhk_h {
	background: url("img/shlh_h_bg.jpg") center no-repeat;
	height: 200px;
	position: relative;
	margin: 20px;
}
.shhk_h_bg {
	background: #000;
	border-radius: 5px;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.shhk_h_tt {
	border-radius: 50px;
	width: 948px;
	position: absolute;
	bottom: 40px;
	left: 20px;
	text-align: center;
}
.shhk_h_tt h1 {
	color: #fff;
	font-size: 28px;
	padding: 15px 20px 0 120px;
	text-shadow: 2px 2px 4px #000;
}
.shhk_h_tt .sub {
	color: #fff;
	font-size: 16px;
	padding: 15px 20px 15px 120px;
	text-shadow: 2px 2px 4px #000;
}
.shhk_h_tt .img_hkb {
	display: block;
	position: absolute;
	top: -20px;
	left: 40px;
}
.shhk_c {
	line-height: 1.8;
	padding: 0 30px 10px;
}
.shhk_c p {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.shhk_c p a {
	color: #0058a6;
}
.shhk_c img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.shhk_c .hl {
	color: #ed7e4e;
}
.shhk_c h2 {
	border-left: 5px solid #ddd;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shhk_c h2.nobor {
	border-left: none;
	padding-left: 0;
}
.shhk_c h3 {
	display: inline;
	zoom: 1;
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding: 10px 0 10px 30px;
	position: relative;
}
.shhk_c h3:before {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	top: 50%;
	margin-top: -6px;
	left: 0;
	border: 2px solid #ddd;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 	/* IE 9 */
	-moz-transform: rotate(45deg); 	/* Firefox */
	-webkit-transform: rotate(45deg); /* Safari บอ Chrome */
	-o-transform: rotate(45deg);
}
.shhk_c .i30 {
	padding-left: 30px;
}
.shhk_c .i30 i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
}

.shhk_sp {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 3px;
	margin: 0 20px;
}
.shhk_left {
	position: relative;
	display: block;
	float: left;
	width: 180px;
	margin-left: 20px;
}
.shhk_right {
	width: calc(100% - 200px);
	display: block;
	float: right;
}
.shhk_full {
	width: 100%;
	display: block;
}
.shhk_nav {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	padding: 5px 0;
}
.shhk_nav li {
	display: block;
	padding: 13px 0;
	margin: 0 15px;
	font-size: 16px;
	border-top: 1px solid #ddd;
}
.shhk_nav li:first-child {
	border-top: none;
}
.shhk_nav .nav_sub {
	display: block;
	font-size: 14px;
}
.shhk_nav .nav_sub a {
	color: #999;
	display: block;
	position: relative;
	padding-left: 15px;
	padding-top: 10px;
}
.shhk_nav .nav_sub a:hover {
	color: #EF8B00;
}
.shhk_nav .nav_sub a:before {
	background: #999;
	display: block;
	width: 3px;
	height: 3px;
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
}
.shhk_c table {
	background: #f5f5f5;
	border: 1px solid #ddd;
	width: 100%;
}
.shhk_c table tr th, .shhk_c table tr td {
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.shhk_c .md img {
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.shhk .head,
	.shhk .fixhead,
	.shhk .curloc,
	.shhk .jobnav,
	.shhk_left,
	.foot {
		display: none !important;
	}
	.wrap {
		width: 100% !important;
	}
	.shhk .job {
		margin-top: 0;
		padding-top: 10px;
		font-size: 18px;
	}
	.shhk_h_tt .img_hkb {
		width: 100px;
		height: auto;
		top: 20px;
		left: 10px;
	}
	.shhk_h_tt {
		width: 100%;
		left: 0;
		bottom: 50px;
	}
	.shhk_h_tt h1,
	.shhk_h_tt .sub {
		padding: 15px 10px 0 140px;
		text-align: left;
	}
	.shhk_right {
		width: 100%;
	}
}