@charset "utf-8";

/*(view)*/
.cjobs .position { 
	position:relative; padding:8px 5px 8px 5px; background:url('../mm/zk_line.png') no-repeat center bottom;
	-webkit-transition:background 0.2s; -moz-transition:background 0.2s; -ms-transition:background 0.2s; -o-transition:background 0.2s; transition:background 0.2s; 
}
.cjobs .position h2 { 
	font-family:Lora,Arial,sans-serif; font-size:14px; font-size:1.4rem; line-height:19px; line-height:1.9rem; color:#cd3236; 
	font-weight:700; text-transform:uppercase; cursor:pointer; margin:0px;
}
.cjobs .position:hover { background-color:#f5f5f5; }

.cjobs .position .dsbutton { position:absolute; left:0px; top:0px; line-height:0px; }

