/*----------------------------------------
  Reset
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption  {
	margin: 0;
	padding: 0;
	/*list-style-type:none;*/
	text-decoration:none;
}

/*------------------------*/
/*2016警語-----*/
.top_box{
	width: 100%;
	padding: 10px 0;
	background: #edb8b8;
	border-bottom: #de9da1 1px solid;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}
	
.top_box p{
	text-align:center;
	width:890px;
	margin:0 auto;
}
	
.top_box p a{
	color: #333;
	text-decoration: underline;
}
	
.header {
	width: 890px;
	height:46px;
	margin:0 auto;
	padding:30px 0 0 0;
	/* for reset bootstrap box-sizing*/
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; 	
}

/**/
.header-link:before,
.header-link:after{
	content: " ";
    display: table;
}
.header-link:after{
	clear: both;
}
/**/

/*----Banner-------------*/

.main_banner{
	padding:20px 40px;
	margin-bottom:20px;
	width:800px;
	height:260px;
	display:block;
	background:url(http://wfcache.advantech.com/www/intern100/images/main_banner2016.jpg) top left;
	color:#333333;
	}
.banner_left, .banner_right{
	margin-top:10px;
	float:left;
	width:50%;
}

.banner_left p, .banner_right p{
	font-size:14px;
	margin:2px 0; 
}

.banner_title{
	font-size:30px;
}


.logo{
	float:left;
	padding:0px 0 10px 0;
	 
}
.top-btn{
	float:right;
	padding:10px 0 0 0;
}

.top-btn span{
	padding:0px 0 0 10px;
	display:block;
	border-left:#004280 solid 5px;
}

.nav-bg{
	background:#ededed;
	margin-bottom:20px;

}


.nav{
	width: 890px;
	margin:0 auto;
	padding:0px 0 0 0;
}

.current{
	color:#333333;
	background:#d3d3d3;
}



.nav ul{
	float:left;
}

.nav li{
	float:left;
	display:block;
	color:#747474;
	font-size:14px;	
}

.nav li a{
	float:left;
	display:block;
	padding:8px 20px;	
}


.nav li a:link{
	color:#333333;
}

.nav li a:hover{
	color:#333333;
}

.nav li:hover{
	color:#333333;
	background:#d3d3d3;
}





/**/
.nav:before,
.nav:after{
	content: " ";
    display: table;
}
.nav:after{
	clear: both;
}
/**/


/*----------------------------------------
  Footer
----------------------------------------*/

.footer-bg{
	clear:both;
	height:35px;
	display:block;
	background:#ededed;
	margin-top:30px;
	margin-bottom:20px;
}

.footer{
	height:35px;
	width:890px;
	display:block;
	margin:0 auto;
	padding:0px 5px 0 5px;
}

.Copyright{
	float:left;
}
.footer-nav{
	float:right;
}

.footer-nav span{
	padding:0px 0 0 10px;
}


/*------------------------*/

body {
	overflow-y: scroll;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
body, td, th {
	font-size: 12px;
	color: #1A1A1A;
}
ul, ol {
	list-style-type: none;
}
img {
	border-style: none;
	border-width: 0px;
	display: block;
	text-align: center;
}
p {
	line-height: 1.5em;
	/*letter-spacing: 0.8em;*/
}

a {
	color: #333333;
}
a:hover {
	color: #1c7dcf;
}

a:active {
	background-color:transparent;
}

.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bgcolor {
	background-image: url(http://wfcache.advantech.com/www/intern100/images/gray_bg.jpg);
	background-repeat: no-repeat;
}
.red {
	color: #F30;
}
#joinus {
	position: fixed;
	top: 210px;
	right:0px;
}
/*new for intern100*/
td.table_title {
	text-align:center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:14px;
	line-height:24px;
	font-weight: bold;
}
td .t1 {
	background:#e4f2d4;
	color:#79bd28;
}
td .t2 {
	background:#cce8f7;
	color:#008cd7;
}
td .t3 {
	background:#fff6cc;
	color:#b39400;
}
td .t4 {
	background:#d0ddf0;
	color:#60799c;
}
td .t5 {
	background:#f7ced1;
	color:#d80c18;
}
#resume_table td a {
	padding: 0 10px;
	font-size:14px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
a.button {
	background: url('http://wfcache.advantech.com/www/intern100/images/button_bg_a.gif') no-repeat right top;
	color: #0a74d3;
	display: block;
	float: left;
	font-size: 16px;
	height: 24px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	width: 162px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background: url(http://wfcache.advantech.com/www/intern100/images/button_bg_span.gif) no-repeat;
}
a.button:active {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
/**20140304**/
/***************** All *******************/
h1 {
	color: #0a74d3;
	font-family: "微軟正黑體";
	font-size: 24px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:6px;
}
h2 {
	color:#4d4d4d;
	font-family: "微軟正黑體";
	font-size: 19px;
	font-weight: bold;
	padding:6px 0px 0px 0px;
	margin-bottom:0px;
	margin-top:15px;
}

h3 {
	color: #666;
	/* [disabled]border-top:1px solid #b7b7b7; */
	border-bottom: 1px solid #b7b7b7;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	margin-bottom: 12px;
	margin-top: 15px;
}
h4 {
	color:#333;
	font-family: "微軟正黑體";
	font-size: 17px;
	font-weight: bold;
	padding:6px 0px 0px 0px;
	margin-bottom:0px;
	margin-top:15px;
}
#content {
	height: auto;
	width: 890px;
	margin:0 auto;
	background-color: #FFF;

}
.name2 {
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: bold;
}
.title {
	color:#666;
	font-family: "微軟正黑體";
	font-size: 19px;
	font-weight: bold;
}
.contenttext {
	color:#555;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom:15px;
}
.contenttext1 {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}
.blue {
	font-family: "微軟正黑體";
	font-weight: normal;
	color: #0a74d3;
	font-size: 16px;
}

.bluesmall {
	font-family: "微軟正黑體";
	font-weight: normal;
	color: #0a74d3;
	font-size: 14px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.jobtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}
/***************** 招募方針 *******************/
table.needed {
	font-family: Arial, Helvetica, "微軟正黑體",sans-serif;
	margin-bottom:15px;
	border-bottom:1px solid #e9e9e9;
}
table.needed td {
	font-size:14px;
	font-family: Arial, Helvetica, "微軟正黑體",sans-serif;
	line-height:22px;
	padding:6px 8px 6px 8px;
}
table.needed tr.item {
	background-color:#d8eef9;
	font-weight:bold;
	text-align:center;
}
table.needed tr.item td {
	line-height:20px;
	padding:3px 8px 3px 8px;
}

.needed td p {
	line-height: normal;
	letter-spacing: normal!important;
}

.process td p {
	line-height:18px;
	letter-spacing: normal!important;
	margin-bottom:13px;
}

.contenttext p {
	line-height: 26px;
	letter-spacing: normal!important;
	margin-bottom:8px;
}

table.needed tr.even {
	background-color: #f9f9f9;
}
table.needed td.team {
	color:#0a74d3;
    background-color: #f9f9f9;
}
table.needed td.department {
	color:#0a74d3;
	font-weight:normal;
	font-size:13px;
	background-color:#d8eef9;
	text-align:center;
	line-height:16px;
	padding:3px 8px 3px 8px;
}
table.needed td.col1 {
	color:#0a74d3;
	font-size:18px;
	font-weight: normal;
	text-align:center;
	background-color:#f5f5f5;
}
table.needed td.col2 {
	background-color: #ededed;
	color: #0a74d3;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
table.needed td.col3 {
	background-color: #e8e8e8;
	color: #0a74d3;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
ul.team_content {
	color:#555;
	list-style:disc;
	margin-bottom:8px;
	margin-top:5px;
}

ol.team_contentB li {
	color:#555;
	list-style-type:decimal;
	margin-left:19px;
}

ul.team_content li {
	margin-left:16px;
}
/***************** 招募流程 *******************/
table.process {
	font-family:"微軟正黑體";
	border-bottom:1px solid #e9e9e9;
}
table.process td {
	font-size:14px;
	line-height:22px;
	padding:6px 8px 6px 8px;
}
table.process th {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding:6px 8px 6px 8px;
}
table.process tr.item {
	background-color:#e0f2fa;
	font-weight:bold;
	text-align:center;
}
table.process tr.even {
	background-color: #f3f3f3;
}
table.process th.team {
	color:#0a74d3;
	font-weight:bold;
	text-align:center;
}
table.process td.team {
	color:#0a74d3;
	font-weight:bold;
	text-align:center;
}
table.process td.department {
	color:#0a74d3;
	font-weight:normal;
	font-size:13px;
	background-color:#d8eef9;
	text-align:center;
}
table.process td.col1 {
	font-weight: normal;
	background-color:#f5f5f5;
}
table.process td.col2 {
	background-color:#ededed;
	font-weight: normal;
	text-align:center;
}
.txt_attention {
	color:#FF3300;
	font-size:16px;
	font-family:"微軟正黑體";
	margin-top:10px;
	margin-bottom:20px;
}


/***** 面試名單 *****/

table.namelist {
	font-family:"微軟正黑體";
}
table.namelist td {
	font-size:14px;
	line-height:22px;
	padding:3px 8px 3px 8px;
}
table.namelist th {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding:3px 8px 3px 8px;
}
table.namelist tr.item {
	background-color:#e0f2fa;
	font-weight:bold;
	text-align:center;
}
table.namelist td.blueitem {
	color:#0a74d3;	
	background-color:#e0f2fa;
	font-weight:bold;
	text-align:center;
}
table.namelist tr.even {
	background-color: #f3f3f3;
}
table.namelist th.team {
	color:#0a74d3;
	font-weight:bold;
	text-align:center;
}
table.namelist td.team {
	color:#0a74d3;
	font-weight:bold;
	text-align:center;
}
table.namelist td.department {
	color:#0a74d3;
	font-weight:normal;
	font-size:13px;
	background-color:#d8eef9;
	text-align:center;
}
table.namelist td.col1 {
	font-weight: normal;
	background-color:#f5f5f5;
}
table.namelist td.col2 {
	background-color:#ededed;
	font-weight: normal;
	text-align:center;
}



table.namelist td.txt_small{
	font-size:12px;
	line-height:15px;
	
}





/***************** 履歷專區 *******************/
.blk_conditions{
	width:100%;	
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	
}

.cd_left{
	background-color:#f2fafd;
	color:#555;
	margin-bottom:20px;
		
}

.cd_right{
	background-color:#f2fafd;
	color:#555;
	float: left;
	/*height:495px;*/
	margin-right:0px;
	padding:10px 20px 10px 20px;
	width:395px;		
}

.cd_center{
	background-color:#f2fafd;
	color:#555;
	float: left;
	margin-right:0px;
	padding:10px 20px 10px 20px;	
	width:850px;		
}

ul.cd_list {
	line-height:21px;

}

ul.cd_list li {
	border-bottom:1px dashed #b4e1ff;
	padding: 8px 0px 8px 20px;
}

ul.cd_list li:last-child{
	border-bottom:none;
}
ul.cd_list li.last-child{
	border-bottom:none;
}

.subject{
	clear:both;
	display:block;
	margin-top:12px;
	padding-left:12px;
}
.cdlist_red{
	color:#cc0000;
}
.cdlist_gray{
	color:#444;
	font-weight:bold;
}
.cdlist_desc{
	font-family:"微軟正黑體, "Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:12px;
}

.bluetitle {
	background-image:url(../images/arrow.png);
	background-position: 6px 8px;
	background-repeat:no-repeat;
	font-family: "微軟正黑體";
	font-weight: bold;
	color: #0a74d3;
	font-size: 16px;
	margin-bottom:0px;
	margin-top:3px;
	padding-left:30px;
}
.btn{
	background-color:#55a4d9;
	border:none;
	color:#fff;
	font-size:12px;
	font-family: "微軟正黑體";
	float:right;
	/*padding:1px 5px 1px 5px;*/
	cursor:pointer;
	width:80px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:20px;
}



.btn:hover{
	background-color:#00579c;
}

.btn a{
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.btn_nouse{
	background-color:#ccc;
	border:none;
	color:#fff;
	font-size:12px;
	font-family: "微軟正黑體";
	float:right;	
	/*padding:1px 5px 1px 5px;*/
	width:80px;
	height:20px;
	line-height:20px;
}
.btn_nouse a{
	color:#fff;	
	background-color:#ccc;
	text-align:center;
	text-decoration:none;	
}
	
.fixedbtn{
	margin-top:10px;
}

/******************** 跳窗 *********************/

.blk_upload{
	margin:0 auto;
	width:550px;

}

.file {
	color:#555;	
	background-color:#fff;
	border:1px solid #ddd;
	width:100%;
	height:26px;	
}
.keyin{
	color:#999;
	background-color:#fff;
	border:1px solid #ddd;
	width:100%;	
	height:23px;
	line-height:23px;	
}
.btn_center{
	background-color:#55a4d9;
	border:none;
	color:#fff;
	font-size:12px;
	font-family: "微軟正黑體";
	cursor:pointer;
	width:80px;
	height:23px;
	line-height:23px;
	margin-top:20px;
}

.btn_gray{
	background-color:#777;
	border:none;
	color:#fff;
	font-size:12px;
	font-family: "微軟正黑體";
	cursor:pointer;
	width:80px;
	height:23px;
	line-height:23px;
	margin-top:20px;
}





.btn_center:hover{
	background-color:#00579c;
}


h5 {
	background-color:#e0f2fa;
	color:#333;
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	padding:5px 0px 5px 5px;
	margin-bottom:2px;
	margin-top:15px;
}
h6 {
	color:#555;
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:12px;
}

.headline{
	color:#555;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom:0px;	
}
label{
	color:#666;
	font-size:13px;
	line-height:28px;
	
}

.txt_red{
	color:#cc0000;
	font-family: "微軟正黑體";
	font-size: 13px;
	line-height:28px;	
}


/******************** 創新設計競賽與實習計畫 *********************/
ol.circle{
	color:#666;
	padding-left:18px;
	margin-bottom:5px;
}

ol.circle li{
	list-style: disc;
	margin-left:20px;
	
}

ol.circle li ul li{
	list-style: lower-latin;

}


.blk_workshop{
	display:block;
	color:#555;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;	
	margin-top:5px;
	margin-bottom:10px;
}



.workshop{
	background-color:#f2fafd;
	display:block;
	float:left;
	height:160px;
	margin-right:8px;
	width:186px;
	padding:10px 15px 10px 15px;
	word-wrap: break-word;
	word-break: break-all;	
	
}

.noright{
	background-color:#f2fafd;
	display:block;
	float:left;
	height:160px;
	margin-right:0px;
	width:186px;
	padding:10px 15px 10px 15px;
	word-wrap: break-word;
	word-break: break-all;	
}


.txt_black{
	color:#333333;
	font-weight:bold;
}
.txt_gray{
	color:#555;
	font-weight:bold;
}

.dotlin{
	border-bottom:1px dashed #cacaca;
	margin-top:30px;
	margin-bottom:15px;
	
}

.dotlin2{
	border-bottom:1px dashed #cacaca;
	margin-top:10px;
	margin-bottom:10px;
	
}

.btn_center2{
	background-color:#55a4d9;
	border:none;
	color:#fff;
	display:block;
	font-size:12px;
	font-family: "微軟正黑體";
	cursor:pointer;
	width:80px;
	height:21px;
	line-height:21px;
	margin-top:20px;
	text-decoration:none;
}

.btn_center2 a{
	color:#fff;
	text-decoration:none;
}

.btn_center2:hover{
	background-color:#00579c;
	text-decoration:none;	
}

table.headertop td.toright{
	text-align:right;
}
table.headertop td.toleft{
	text-align:left;
}

/*---------------------------------------*/
.Employees_list li{
	display:block;
	margin-bottom:20px;
	border-bottom:#e5e5e5 1px solid;
	padding-bottom:20px;

}
.Employees_list li div{
	min-height:80px;
	float:left;
	display:block;
}
.Employees_name{
	font-family: "微軟正黑體";
	font-size: 20px;
	color:#333;
	font-weight: bold;
	width:15%;
}
.Employees_txt{
	font-size:14px;
	font-family: "微軟正黑體";
	line-height:25px;
	padding:0 2% 0 0;
	width:55%;
}
.Employees_photo{
	width:28%;
}

.table-2col {
    float: left;
}

table.process tr.item2 {
    background-color: #ffebd8;
    font-weight: bold;
    text-align: center;
}

/*table.process tr.item th {
    color: #035dae;
}

table.process tr.item2 th {
    color: #b55a03;
}*/
