@charset "utf-8";
/* CSS Document */

.cd_txt {
	color: #434343;
	font-size: 14px;
	font-family: "微軟正黑體";
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 24px;
}
.imp_txt {
	color: #FF0004;
	font-size: 16px;
	font-family: "微軟正黑體";
	font-weight: bold;
}

.table_range {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    border-bottom-color: #C7C7C7;
    border-bottom-width: 1px;
}

.table_title {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	color: #000000;
	font-family: "微軟正黑體";
	font-size: 14px;
	height: 25px;
	line-height: 35px;
}

.table_from {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 35px;
}

.fields_style{
	height: 40px;
	color: #7C7C7C;
	font-size: 16px;
	border: 1px solid #848484;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 30%;
	}
	
.fields_style1{
	height: 40px;
	color: #7C7C7C;
	font-size: 16px;
	border: 1px solid #848484;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 70%;
	}
	
.fields_dtail_style{
	height: 200px;
	color: #7C7C7C;
	font-size: 16px;
	border: 1px solid #848484;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	}

.down_h_range {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

 #nhvr a:hover {
	color: #191919;
	font-family: "微軟正黑體";
	font-size: 16px;
           }
.table_title1 {	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}

.submit_button{
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #E2E2E2;
    color: #000000;
    text-align: center;
    font-family: "微軟正黑體";
    padding-top: 5px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border: 1px solid #606060;
    padding-bottom: 4px;
    font-size: 18px;
	}