﻿
.td_style{
	vertical-align:top;
	position: relative;
	font-family: "Arial","Microsoft JhengHei","sans-serif";
	background-color: rgb(243, 239, 118);
}

.wrapper{
	width:97%;
	background-color: #e7f0f7;
}

.northeast,.north,.central,.southern,.east{
	font-size:16px;
	position: absolute;
	color:#3a5076;
}
.northeast{left:285px;top:50px;}
.north{left:130px;top:50px;}
.central{left:100px;top:100px;}
.southern{left:80px;top:165px;}
.east{left:220px;top:240px;}

svg{
	width:390px;
	height:300px;
}

text{
	font-size:48px;
	fill:#2a6670;
}

body path {
  stroke:#fff;
  fill: transparent;
  transition: 0.5s;
  cursor: pointer;
}
/* 北基宜金馬 */
.keelung,.taipei,.new_taipei_city,.yilan{
    fill: #7ee0d6;
}
/* 桃竹苗 */
.taoyuan,.hsinchu_city,.hsinchu,.miaoli{
    fill: #52a2dd;
}
/* 中彰投 */
.taichung_city,.changhua_country,.nantou_country{
    fill: #7f98dd;
}
/*雲嘉南*/
.yunlin_country,.chiayi_country,.chiayi_city,.tainan_city{
    fill: #d3927f;
}
/* 高屏花東 */
.kaohsiung_city,.pingtung_country,.taitung_country,.hualien_country{
    fill: #dbcc7f;
}

/* 地圖動畫效果 */
.ani{
	stroke:#ddd;
    fill:#603813;
    transform: translate(-5px, -5px);
}


.menu_frame{
	width:100%;
	height:310px;
	position:relative;
	box-sizing:border-box;
}

.menu_frame>.menu{
	width:90%;
	height:36px;
	border:1px solid #2a6670;
	background-color: #fff;
	color:#3ea0b5;
	margin:10px auto;
	box-sizing:border-box;
}

.menu>.industry,.menu>.post{
	width:50%;
	line-height:35px; 
	float: left;
	text-align: center;
	font-size:20px;
	cursor:pointer;
}

/* 選單效果 */
.menuTouch,.menuDataTouch{
	background-color: #2a6670;
	color:#fff;
}

.data_industry,.data_post{display: none;}
.data_industry>ul,.data_post>ul{list-style:none;}
.data_industry>ul>li:hover,.data_post>ul>li:hover{color:#DDAA00;}

/* 依行業查詢 */
.data_industry{
	width:90%;
	height:250px;
	margin-left:-3px;
}
.data_industry>ul>li{
	padding:13px 12px;
	font-size:15px;
	float: left;
	cursor:pointer;
}


/* 依職務查詢 */
.data_post{
	width:90%;
	height:250px;
	margin-left:-3px;
}
.data_post>ul>li{
	padding:13px 9px;
	font-size:15px;
	float: left;
	cursor:pointer
}
.colStyle1 {
    width: 62px;
    text-align: left;
}

.colStyle2 {
    width: 79px;
    text-align: left;
}

