html {
	height: 100%;
}
body {
	min-height: 100%;
}

#aside{
	/*background-color: #f2f2f2;*/
}

#aside .aside-inner {
	position: relative;
	max-width: 960px;
	margin:0 auto;
	padding: 0 10px;
	height: 40px;
}

#aside .aside-inner .breadcrumbs{
	width: 250px;
	padding-top: 10px;
	position: absolute;
}

#aside .aside-inner .breadcrumbs p{
	font-size: 12px;
}

#aside .aside-inner .breadcrumbs p a{
	text-decoration: none; 
}

@media screen and (min-width: 1024px){
	#aside .aside-inner .breadcrumbs{
		width: 500px;
	}
}

/*---------aside print---------*/
#aside .aside-inner .print{
	display: none;
}

@media screen and (min-width: 1024px){

	#aside .aside-inner .print{
		cursor: pointer;
		display: block;
		position: absolute;
		background-color: #000;
		right: 104px; ;
		top: 5px;
		padding: 3px 5px;
		background-color: #56ac2c;
		border-radius: 10px;
	}

	#aside .aside-inner .print i{
		font-size: 12px;
		color: #fff;
	}

	#aside .aside-inner .print span{
		font-size: 12px;
		color: #fff;
	}

}


/*---------aside mail---------*/
#aside .aside-inner .mail{
	display: none;
}

@media screen and (min-width: 1024px){

	#aside .aside-inner .mail{
		cursor: pointer;
		display: block;
		position: absolute;
		background-color: #000;
		right: 10px; ;
		top: 5px;
		padding: 3px 5px;
		background-color: #dc4f4f;
		border-radius: 10px;
	}

	#aside .aside-inner .mail i{
		font-size: 12px;
		color: #fff;
	}

	#aside .aside-inner .mail span{
		font-size: 12px;
		color: #fff;
	}

}

	/*------------article-title------------*/
#article-title{
	margin: 0 10px;
	height: 60px;
}

#article-title .article-title-inner{
	height: 60px;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	border-bottom: 1px solid #56AC2C;
}

#article-title .article-title-inner img{
	position: absolute;
	top: 0;
	margin: 5px 0 0 0;
}

#article-title .article-title-inner h2{
	font-family: Arial, "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif; 
	color: #156707;
	padding-left: 50px;
	padding-top: 7px;

}

@media screen and (min-width: 1024px) {
	#condition .condition-inner{
	padding: 0 20px;
	}
}

	/*------------main------------*/
.jobdata-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}

.jobdata-inner .data-table {
	width: 100%;
	/*margin: 10px 0;*/
}

.data-table>thead>tr>th,
.data-table>tbody>tr>th {
	font-size: 16px;
	text-align: right;
}

.data-table span {
	padding: 0 5px;
	font-size: 18px;
	color: #dc4f4f;
}

.data-table span:nth-child(2) {
	color: #69C4E6;
}

@media screen and (min-width: 768px) {
	.jobdata-inner {
		display: block;
	}
}


	/*------------main------------*/
#main{
	/*background-color: #f2f2f2;*/
	height: 100%;
}

#main .main-inner {
	position: relative;
	max-width: 960px;
	margin:0 auto;
	padding: 0 10px;
}

/*------------main------------*/


	#main .main-inner table{
		width: 100%;
	}

	#main .main-inner thead th{
		text-align: center;
		padding-bottom: 15px;
		color: #56AA2C;
		font-weight: bold;
		font-size: 20px;
	}

	#main .main-inner tbody td{
		font-size: 14px;
		line-height: 1.5em;
	}

.tab {
	margin: 20px 0 25px 0;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #eee;
	overflow: hidden;
}

.tab li {
	float: left;
}

.tab li a {
	display: inline-block;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px;
}

.tab li a:focus,
.active {
	background-color: #ddd;
}

.tabcontent {
	margin: 15px 0;
	/*display: none;*/
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

#verification {
	display: none;
}

.form-inline {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 15px;
	display: block;
}

.event-category label,
.event-category input{
	font-weight: bold;
}

.event-category select {
	width: 130px;
	border: 1px solid #56ac2c;
	border-radius: 5px;
	background-color: transparent;
	color: #56ac2c;
	padding: 4px 5px;
}

.event-category input {
	border: 1px solid #56ac2c;
	border-radius: 5px;
	padding: 5px;
	background-color: transparent;
	color: #56ac2c;
	font-weight: inherit;
	width: 150px;
}

.btn-condition-filter {
	text-decoration: none;
	background-color: #56ac2c;
	padding: 5px 15px;
	color: #fff;
	border-radius: 5px;
}

.table-form03 {
	overflow-x: auto;
	width: 100%;
	word-break: keep-all;
	padding: 10px 0; 
}

.table-form03 table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #56ac2c;
	border-radius: 2px;
}

.table-form03 table>thead>tr>th,
.table-form03 table>tbody>tr>th {
	background-color: #EEFFE4;
	border-bottom: 1px solid #56ac2c;
	border-right: 2px solid #e6e6e6;
	padding: 14px 0;
    text-align:center;
}

.table-form03 table>thead>tr>td,
.table-form03 table>tbody>tr>td {
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	font-size: 15px;
	padding: 14px 0;
}

.table-form03 table>thead>tr>th:last-child,
.table-form03 table>tbody>tr>td:last-child {
	border-right: none;
}

.table-form03 table>tbody>tr:last-child>td {
	border-bottom: none;
}

.ver-table {
	margin-bottom: 50px;
}

.ver-table table>thead>tr>th,
.ver-table table>tbody>tr>th{
	border-right: 1px solid #56ac2c;
	padding: 14px 15px;
}

.ver-table table>thead>tr>td,
.ver-table table>tbody>tr>td {
	border-bottom: 1px solid #56ac2c;
	text-align: left;
	padding: 14px 10px;
}

.ver-table table>tbody>tr:last-child>th {
	border-bottom: none;
}

.ver-table input {
	width: 80%;
	padding: 5px 0;
	border: 1px solid #aaa;
}

.ver-table .correct {
	color: #69C4E6;
	font-size: 20px;
}

.ver-table .error {
	color: #dc4f4f;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-right: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.table-form03 {
		word-break: normal;
	}
}


/*------------btn-gotop------------*/
.btn-gotop{
	text-align: right;
	padding: 0 10px;
	max-width: 960px;
	margin: 0 auto;
}

.btn-gotop span{
	color: #333;
	cursor: pointer;
	padding: 3px 12px 2px 12px;
	border: 1px solid #69C4E6;
}

.btn-gotop p{
	color: #333;
	cursor: pointer;
	padding: 0 10px;
	border: 1px solid #69C4E6;
	display: inline-block;
    margin-bottom: 0;
}

/*------------footer------------*/
#footer{
	background-color: #69C4E6;
}

#footer .footer-inner {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

#footer table>tbody>tr>td,
#footer table>tbody>tr>th{
	font-size: 12px;
	color: #fff;
}

#footer table{
	float: left;
}

#footer img{
	padding-right:5px; 
}

#footer .copyright{
	margin-top: 5px;
	margin-left: 50px;
}

#footer .copyright img{
	padding: 5px 5px 0 0;
}

@media screen and (min-width: 1024px){
	#footer .copyright{
		float: right;
	}

	#footer .copyright{
		margin-left: 0;
		margin-top: 0;
	}
}