﻿@charset "utf-8";
/* CSS Document */
/**/
.fix{clear:both;}

/*------------------ 區塊標題文字 ------------------*/
.btn-select select {
	/*font-size:1.2em;*/
	width:355px;
	height:25px;
}
._shtxt{
	width:350px;
}
/**/


/*------------------ 統計表格說明 ------------------*/

/**/

/*------------------ 區塊說明文字 ------------------*/

/**/


/*------------------ 資料來源說明 ------------------*/

/**/


/*------------------ 標題旁問號-popup ------------------*/
/**/
.Bottomfixed{
	width:100%;
	/*position:fixed;*/
	bottom:0;
	}

/**/
.popupB {
	width: 201px;
	padding: 13px;
	background-color: #fff;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	border: solid 1px #c3c4c5;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	}
.popupB .title {
	color: #33cccc;
	font-size: 1.1em; /* 1.1*14px=約15px */
	font-weight:bold;
	line-height: 1.2em;
	border-bottom: solid 2px #33cccc;
	padding: 10px 0px;
	}
.popupB ul {
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 3em;
	}
.popupB li {
	margin: 0;
	padding: 8px 0px 8px 18px;
	background:	url(../images/icon_list.png) 1px 11px no-repeat;
	border-bottom: dotted 1px #79797a;
	line-height: 1.4em;
	}
.popupB li a { /*連結文字*/
	color: #9ac630;
	}
.popupB li a:hover {
	color: #0099ff;
	text-decoration:underline;
	}
.popupB span { /*說明小紅字*/
	color: #d30000;
	font-size: 0.78em; /* 0.78*14px=約11px */
	text-decoration:underline;
	}
#mode {
	width: 400px;
	padding: 10px 25px 25px 25px;
	margin-top: 150px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	border:solid 1px #cfcfcf;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	vertical-align:middle;
	}

#mode .btn_close { 
	width:15px;
	height:15px;
	background:url(../images/icon_close.png) no-repeat 0 0;
	position: relative;
	float:right;
    top: 5px;
    right: -10px;
	}


.chart_txtR_no { /* 當樣本數不足無法分析時*/
	  width: 278px;
	  color: rgba(99, 103, 104, 0.6);
	  line-height: 1.5em;
	  padding: 15px;
	  margin: 0px 0px 0px 20px;;
	  background-color: #f2f3f5;
	  -webkit-border-radius:5px;
		 -moz-border-radius:5px;
			  border-radius:5px;
	  position:absolute;
	  top: 85px;
	  left: 570px;
	  }
.chart_txtR_no span {
	  font-weight:bold;
}
a.ad {
	border:0px;
}
#imgCen {
	position: absolute;
	background-image: url(../images/chart_01.png);
	background-repeat: no-repeat;
	left: 250px;
	top: 200px;
	text-align: center;
	color: white;
}
/**/

/**/
/*=================== 01-科系地圖單元 結束 ====================*/



/*=================== 02-熱門求職單元 開始 ====================*/


.chart_txtD_no {
	width: 858px;
	color: #9d9fa1;
	line-height: 1.5em;
	padding: 15px;
	margin: 25px 20px 0px 0px;
	background-color: #f2f3f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: none;
}
/*------------------ 豆芽人插圖 ------------------*/
.block_P3-1 { /*因應P3插圖壓文問題*/
    position: relative;
    padding: 20px 10px 60px 10px;
    +padding: 3px 10px 60px 10px; /*for ie7 */
    margin: 0px;
    }
	.bun03 {
    width: 121px;
    height: 168px;
    background:url(../images/bun_03.png) 0 0 no-repeat;
    position: absolute;
    float: right;
    /*top: -121px;*/
    top: -100px;
    right: 0px;
    }
	.bun04 {
    /*width: inherit;
    height: inherit;
    background:url(../images/bun_04.png) 0 0 no-repeat;
    float: inherit;*/
    position: inherit;
    bottom: inherit;
    right: inherit;
    float: right;
    margin: -21px 50px 0 0;
    }

/*=================== 04-求職條件比較單元 結束 ====================*/



/*=================== 統計圖表樣式參考 開始 ====================*/
/*------------------ 統計圖表-職務排行+行業排行 ------------------*/
.chart_03 {
	width: 470px;
	height: 380px;
	border: solid 1px #545454;
	}
.chart_03_no { /*當樣本數不足無法分析時*/
	width: 470px;
	height: 380px;
	border: solid 1px #a9a9a9;
	color: rgba(84, 84, 84, 0.5);
	text-align: center;
	}
.ex { /*圖表說明*/
	width: 252px;
	position:absolute;
	top: 0px;
	left: 251px;
	padding: 3px 5px;
	margin: 0 0 0 0;
	border: 1px dotted #fff;
	color:#fff;
	background:#9ac630;
	/* css3 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

/*------------------ 統計圖表-科系v.s職務薪資行情+科系v.s職務加薪速度 ------------------*/
.chart_04 {
	width: 470px;
	height: 380px;
	border: solid 1px #545454;	
	margin:30px 50px 0px 50px;
	}	
.chart_04_no { /*當樣本數不足無法分析時*/
	width: 470px;
	height: 380px;
	border: solid 1px #a9a9a9;
	color: rgba(84, 84, 84, 0.5);
	text-align: center;
	float:left;
	}	
.chart_04_no_celect { /*當樣本數不足無法分析時*/
	width: 470px;
	height: 380px;
	color: rgba(84, 84, 84, 0.5);
	text-align: center;
	float:left;
	}	
.chart_04_right { /* 折線圖右側比較列表 */
	width: 310px;
	margin-left: 0px;
	margin-top: 0px;
	float:right;
	} 
.chart_04_right .title {
    padding-bottom: 15px;
	font-weight:bold;
	}
.h35 {
	height: 35px;
	display:table-row;
	}
.h35 span { /* 資料不足無法顯示 */
	color: #b9b8b8;
    padding-left: 5px;
	}
.h35 .unable { /* 資料不足無法顯示-連同類別字串 */
	color: #b9b8b8;
	line-height: 18px;
	}
.h35 div {
	width:200px;
	display:table-cell;
	padding: 5px;
	}
/**/
/*=================== 統計圖表樣式參考 結束 ====================*/
/**/
.popupB {
	width: 201px;
	padding: 13px;
	background-color: #fff;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	border: solid 1px #c3c4c5;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	}
.popupB .title {
	color: #33cccc;
	font-size: 1.1em; /* 1.1*14px=約15px */
	font-weight:bold;
	line-height: 1.2em;
	border-bottom: solid 2px #33cccc;
	padding: 10px 0px;
	}
.popupB ul {
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 3em;
	}
.popupB li {
	margin: 0;
	padding: 8px 0px 8px 18px;
	background:	url(../images/icon_list.png) 1px 11px no-repeat;
	border-bottom: dotted 1px #79797a;
	line-height: 1.4em;
	}
.popupB li a { /*連結文字*/
	color: #9ac630;
	}
.popupB li a:hover {
	color: #0099ff;
	text-decoration:underline;
	}
.popupB span { /*說明小紅字*/
	color: #d30000;
	font-size: 0.78em; /* 0.78*14px=約11px */
	text-decoration:underline;
	}
a.arrow { /*工作內容箭頭*/
	position: absolute;
	top: -17px;
	left: 60px;
	}
a:hover.arrow { 
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FireFox*/ 
	opacity:0.70; /*Chrome, Opera, Safari*/
	}
/**/
#mode {
	padding: 10px 25px 25px 25px;
	}
body {
	padding-top:30px;
	}
.chart_txtR_no { /* 當樣本數不足無法分析時*/
	  width: 278px;
	  color: rgba(99, 103, 104, 0.6);
	  line-height: 1.5em;
	  padding: 15px;
	  margin: 0px 0px 0px 20px;;
	  background-color: #f2f3f5;
	  -webkit-border-radius:5px;
		 -moz-border-radius:5px;
			  border-radius:5px;

	  position:absolute;
	  top: 85px;
	  left: 570px;
	  }

/*=================== 統計圖表樣式參考 開始 ====================*/
/*------------------ 統計圖表-職務排行+行業排行 ------------------*/
.y_axis_inrto{
	 position: absolute;
	 top: 5px;
	 left: 33px; 
}
.x_axis_inrto{
	position: absolute; 
	bottom: 5px; 
	right: 5px;
}
.x_axis_inrto3{
	position: absolute; 
	bottom: 82px; 
	right: 5px;
}
.chart_03 {
	width: 470px;
	height: 380px;
	border: solid 1px #545454;
	line-height:normal;
	border:none;
	float:left;
    top:4px;
	margin:25px 65px 0px 60px;
	}


/* 其他統計圖旁-當樣本數不足無法分析時*/
.chart_txtC_no { 
	  float:right;
	  top: 0px;
	  right: 0px;
	  }
.chart_txtC_no span {
	  font-weight:bold;
}
/*------------------ 科系地圖樣式參考 ------------------*/

.texPercent {
	color: #abaea5;
	font-size: 1em; /* 1*14px=約14px */
	font-weight:bold;
	}
.延伸線條 {
	border: solid 2px #cccdce;
	}