
.page_title h2 em{
	font-size: 18px;
}


#away5 .cnt{
	padding: 0 10px 20px 10px;
}

.intbox_bg{
	margin: 0 0 10px 0;
	padding: 5px;
	border-radius: 5px;
	background: repeating-linear-gradient(-45deg, #fff2f8, #fff2f8 20px, #ffecf5 0, #ffecf5 40px);
}

.intbox{
	position: relative;
	background: url(../../away5/img/bg.jpg) no-repeat bottom right #fff;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 10px;
	border-radius: 0 20px 0 20px;
}

.intbox .new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -7px;
	left: -10px;
	z-index: 2;
}

.prof{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.prof_l,
.prof_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.prof_l{
	width: 82px;
	padding: 0 10px 0 0;
}

.prof_l p{
	padding: 5px;
	background: #ffecf5;
}

.prof_l p img{
	border: 1px solid #fff;
	border-radius: 3px;
}

.prof_r{}

.prof_r h3{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px 0;
}

.prof_r h3 span{	color: #ff49a2;}
.prof_r .shop{
	display: table;
	width: 100%;
	background: #ffecf5;
	border-radius: 5px;
}
.prof_r .shop span,
.prof_r .shop p{
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prof_r .shop span{
	width: 52px;
	padding: 5px 0 5px 5px;
	color: #ff49a2;
}

.prof_r .shop p{
	padding: 5px 5px 5px 0;
}


.intbox table{
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 1px;
	margin: 0 0 10px 0;
}

.intbox tr{	vertical-align: middle;}

.intbox th{
	width: 90px;
	height: 45px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #aa7d4c;
}

.intbox td{
	background: #fff6c3;
	padding: 10px;
}

.intbox .salary{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ff49a2;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 5px;
}

.intbox .salary span{	font-size: 20px;}

.txt{
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	border: 2px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.next{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0 0 0;
}

.next span,
.next a{
	display: inline-block;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 0 2px 2px 2px;
}

.next span{
	background: #ff49a2;
	font-weight: bold;
	color: #fff;
	border: 1px solid #ff49a2;
	border-radius: 50%;
}

.next a{
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

.next a:hover{
	border: 1px solid #ff49a2;
}

