body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.emp_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 50px 0;
	background: url(../images/emp_bg.png) bottom center no-repeat;
}
.emp_main{
	width: 1200px;
	margin: 0 auto;
}
.emp_main .text {
    width: 100%;
    float: left;
}
.text table {
	margin: 15px 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.8);
}
.text th {
	background: #006699;
	color: #FFFFFF;
}
.text tr.tit {
	background: #1758a5;
	color: #fff;
}
.text td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.emp_mainBg{
		min-width: 1000px;
	}
	.emp_main{
		width: 970px;
		padding: 0 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.emp_mainBg{
		min-width: 320px;
		background-position-x: 65%;
	}
	.emp_main{
		width: 90%;
		margin: 0 5%;
		min-height: auto;
		background: none;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.text table {
		width: 200%;
	}
	table td {
		min-width: 95px;
	}
}