@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}
html{width:100%; height:100%;}

body{width:100%; height:100%;font-size:13px;color:#3d3d3d;}
img{background:transparent; border:none;}

#jobboard .ct a{color:#212121;text-decoration:none;display:block;outline:none;}
#jobboard .ct a:hover{color:#0e8cfe;text-decoration:underline;}
#jobboard .ct a img{border:none;}

#jobboard{width:300px;height:500px;padding:0;}
#jobboard .hd{text-indent:-9999px;width:300px;height:50px;background:url(hd.png) 0 0 no-repeat;}
#jobboard .ct{border:none;}
#jobboard dl{height:51px;border-bottom:#eeeeee 1px solid;}
#jobboard dt{margin:0;padding:1px 5px 0 5px;float:left;}
#jobboard dd{margin:0;padding:4px 0 0 0;float:left;linehe;font-size:12px;width:228px;line-height:120%;}
#jobboard .ft{text-indent:-9999px;width:300px;height:40px;background:url(ft.png) 0 0 no-repeat;}
#jobboard .ft a{display:block;width:100%;height:100%;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ----- EOF ----- */