/* ==================== common style ==================== */
* {
	box-sizing: border-box;
}

h2 {
	position: relative;
	margin-bottom: 40px;
	color: #555;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

input[type="text"],
input[type="password"],
select {
	width: 60%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 18px;
	font-family: Arial, "微軟正黑體";
	padding: 0 5px 0;
}

input[type="file"] {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Arial, "微軟正黑體";
	padding: 0;
}

input[type="submit"]:focus,
input[type="reset"]:focus {
	outline: none;
}

textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 18px;
	font-family: Arial, "微軟正黑體";
	padding: 15px;
}

a:hover {
	color: #ff6e00;
}

hr {
	margin: 30px 0 45px;
	border: none;
	border-bottom: 1px dashed #ccc;
}

.content {
	margin: 50px 0 70px;
	font-family: Arial, "微軟正黑體";
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	color: #333;
	font-size: 18px;
	font-family: Arial, "微軟正黑體";
	line-height: 30px;
	text-align: justify;
}

.highLight {
	color: #ff6e00;
	font-weight: bold;
}

.demandSign {
	color: #ff4747;
	margin-right: 5px;
}

.btn_common {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	background-color: #04b0e2;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	font-family: Arial, "微軟正黑體";
	letter-spacing: 2px;
	/*font-weight: bold;*/
	cursor: pointer;
}

.btn_common:hover {
	background-color: #04b0e2;
}

.btn_send {
	width: 500px;
	margin: 60px auto 20px;
}

.checkCodeImg {
	width: 120px;
	height: 35px; 
	background: url('../images/checkCode.jpg') no-repeat center; 
	color: Orange;
	font-size: 14pt;
}

.pageList {
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}

.pageList span {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin-bottom: -3px;
	font-size: 20px;
	text-align: center;
}

.pageList span.now {
	border-bottom: 3px solid #ff6e00;
	color: #ff6e00;
} 

/* ==================== top(HR logo) ==================== */
.top {
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	margin-bottom: 50px;
	padding: 45px 0 25px 0;
	background-color: #f3f3f3;
}

.top .content {
	width: 1000px;
	margin: 0 auto;
}

.top a {
	display: inline-block;
}

.top .viewJob {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 40px;
	padding: 0 10px 0 15px;
}

.top .viewJob a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	border-left: 10px solid #333;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.top .viewJob a:hover:before {
	border-left-color: #ff6e00;
}

/* ==================== loginPage ==================== */
.loginPage .left {
	float: left;
	width: 540px;
	padding: 40px 90px 0 50px;
}

.loginPage .right {
	float: right;
	width: 410px;
	margin-right: 50px;
	padding: 30px 40px 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.loginForm h2 {
	font-weight: normal;
	text-align: left;
}

.loginForm h2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 170px;
	border-top: 1px solid #ccc;
}

.loginForm h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 3px;
	margin-top: -1px;
	background-color: #ccc;
}

.loginForm input {
	width: 100%;
	margin-bottom: 20px;
}

.loginPage .warnMsg {
	padding-left: 10px;
	color: #ff4747;
	font-size: 15px;
}

.loginPage .otherLink {
	font-size: 16px;
	text-align: right;
}

.loginPage .otherLink a {
	color: #666;
	text-decoration: underline;
}

.loginPage .otherLink a:hover {
	color: #ff6e00;
}

/* ========== common forgetPage/changePage/signPage  ========== */
.forgetPage.content,
.changePage.content,
.signPage.content {
	width: 610px;
	margin: 70px auto;
}

.changePage.content {
	width: 650px;
	margin: 70px auto;
}


/* ==================== forgetPage ==================== */
.forgetPage ul li {
	margin-bottom: 20px;
	margin-left: 20px;
	list-style: disc outside;
}

.forgetForm .col_input {
	margin-bottom: 20px;
}

.forgetForm .col_input p {
	float: left;
	width: 20%;
}

.forgetForm .col_input input {
	float: left;
	width: 80%;
}

.forgetForm .col_input.checkCode input {
	width: 30%;
}

/* ==================== changePage ==================== */
.changeForm .col_input {
	margin-bottom: 20px;
}

.changeForm .col_input p {
	float: left;
	width: 35%;
	padding-right: 10px;
	text-align: right;
}

.changeForm .col_input input {
	float: left;
	width: 60%;
}

.changeForm .col_input.checkCode input {
	width: 30%;
}

.btn_reset {
	display: block;
	margin: -15px auto 0;
	padding: 5px 15px;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
	cursor: pointer;
}

.changeForm .btn_reset:hover {
	color: #ff6e00;
}


/* ==================== signPage ==================== */
.signForm .col_input {
	margin-bottom: 20px;
}

.signForm .col_input p {
	float: left;
	width: 34%;
	padding-right: 10px;
	text-align: right;
}

.signForm .col_input input[type="text"],
.signForm .col_input input[type="password"] {
	float: left;
	width: 55%;
}

.signForm .group_radio {
	margin-top: -20px;
	padding-left: 34%;
}

.signForm .col_input input[type="radio"] {
	margin: 15px 5px 0 0;
}

.signForm .col_input label span,
.signForm .col_input .otherStyle  {
	font-size: 16px;
}

.signForm .col_input .otherStyle a {
	color: #666;
	text-decoration: underline;
}

.signForm .col_input .otherStyle a:hover {
	color: #ff6e00;
}

.signForm .col_input.checkCode input {
	width: 30%;
}

.msg {
	color: #ff0000;
}


/* ========== common-personDataPage/resumeDataPage ========== */
h2.title {
	margin-bottom: 20px;
	color: #a92f2f;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 5px;
}

h2.title .demandSign {
	margin-left: 15px;
	font-size: 16px;
	letter-spacing: 0;
}

.personDataForm .btn_send,
.resumeDataForm .btn_send {
	width: 500px;
	margin: 70px auto 100px;
	background-color: #fff;
	border: 1px solid #ff6e00;
	color: #ff6e00;
}

.personDataForm .btn_send:hover,
.resumeDataForm .btn_send:hover {
	background-color: #ff6e00;
	color: #fff;
}

/* ==================== personDataPage ==================== */
.personDataForm table {
	width: 100%;
}

.personDataForm table td {
	padding: 20px 0;
	vertical-align: middle;
}

.personDataForm .inputName {
	width: 20%;
	padding-right: 20px;
	text-align: right;
}

.personDataForm .col_input .paddingL{
	padding-left: 25px;
}

.personDataForm .col_input label.paddingR{
	padding-right: 25px;
}

.personDataForm .col_input input[type="text"] {
	width: 400px;
}

.personDataForm .col_input input[type="text"].short {
	width: 110px;
}

.personDataForm .col_input input[type="text"].middle {
	width: 345px;
}

.personDataForm .col_input input[type="text"].long {
	width: 420px;
}

.personDataForm .col_input select.middle {
	width: 110px;
}

.personDataForm .col_input select.short {
	width: 75px;
}

.personDataForm .address select.short {
	width: 110px;
}

.personDataForm .address .sameAddr {
	margin-bottom: 10px;
	padding: 7px 15px;
	border: none;
	border-radius: 50px;
	font-family: Arial, "微軟正黑體";
	cursor: pointer;
}

.personDataForm .address .sameAddr:hover {
	color: #fff;
	background-color: #ff6e00;
}

.personDataForm .note {
	margin-top: 25px;
	color: #ff4747;
	font-size: 16px;
}

/* ==================== resumeDataPage ==================== */
.note {
	margin-top: 15px;
	color: #ff4747;
	font-size: 16px;
}

.resumeDataForm h2 .demandSign {
	font-size: 16px;
	letter-spacing: 0;
}

.resumeDataForm .workIntent,
.resumeDataForm p.paddingL {
	padding-left: 10px;
}

.resumeDataForm input[type="checkbox"],
.resumeDataForm input[type="radio"] {
	margin-right: 5px;
}

.resumeDataForm label {
	display: inline-block;
	margin: 0 35px 35px 0;
}

.resumeDataForm .marginL {
	margin-left: 15px;
}

.resumeDataForm .workIntent .salary {
	padding-left: 15px;
}

.resumeDataForm .workIntent .salary input[type="text"] {
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin: 10px 5px 10px 0;
}

.resumeDataForm table {
	width: 100%;
	margin-bottom: 70px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	border-collapse: collapse;
}

.resumeDataForm tr {
	border-bottom: 1px solid #e4e4e4;
}

.resumeDataForm th {
	padding: 5px;
	background-color: #e4e4e4;
	border: none;
	text-align: center;
}

.resumeDataForm td {
	padding: 10px 10px;
	border-bottom: 1px solid #e4e4e4;
	/*border: 1px solid #e4e4e4;*/
	text-align: center;
	vertical-align: middle;
}

.resumeDataForm td.inputName {
	text-align: right;
}

.resumeDataForm th hr,
.resumeDataForm td hr {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.resumeDataForm th hr{
	margin: 3px 0;
	border-bottom: 1px dashed #888;
}

.resumeDataForm select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.resumeDataForm select.middle {
	width: 56%;
}

.resumeDataForm select.short {
	width: 40%;
}

.resumeDataForm input[type="text"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

/* ========== resumeDataForm education ========== */
.resumeDataForm .table-education th.short {
	width: 11%;
}

.resumeDataForm .table-education th.middle {
	width: 17%;
}

.resumeDataForm .table-education th.long {
	width: 25%;
}


/* ========== resumeDataForm experience ========== */
.resumeDataForm  .title .otherStyle {
	display: inline-block;
	vertical-align: top;
}

.resumeDataForm  .title .demandSign.otherStyle {
	line-height: 24px;
}

.resumeDataForm .title .totalYear {
	float: right;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
}

.resumeDataForm .table-experience {
	margin-bottom: 0;
}

.resumeDataForm .table-experience.last {
	margin-bottom: 70px;
}

.resumeDataForm .table-experience .hint {
	display: block;
	margin-top: -10px;
	font-size: 15px;
}

.resumeDataForm .table-experience th.middle {
	width: 16.66%;
}

.resumeDataForm .table-experience textarea {
	width: 95%;
	height: 175px;
}

.resumeDataForm .detail,
.resumeDataForm .detail tr,
.resumeDataForm .detail td {
	border-bottom: none;
}

.resumeDataForm .detail table {
	margin-bottom: 0;
	border: none;
}

.resumeDataForm .detail table td {
	width: 50%;
	padding: 0 0 5px 10px;
	border-bottom: none;
	text-align: left;
}


/* ========== resumeDataForm license ========== */
.resumeDataForm .table-license th.middle {
	width: 25%;
}

.resumeDataForm .table-license th.long {
	width: 50%;
}

.resumeDataForm .table-license td {
	padding: 20px 30px;
}

/* ========== resumeDataForm skill ========== */
.resumeDataForm .table-skill th.middle {
	width: 30%;
}

.resumeDataForm .table-skill .long {
	width: 45%;
	padding-right: 0;
}

.resumeDataForm .table-skill .short {
	width: 25%;
	padding-left: 10px;
}

.resumeDataForm .table-skill .long textarea {
	height: 100px;
}

.resumeDataForm .table-skill td {
	padding: 20px 20px 10px;
}

/* ========== resumeDataForm language ========== */
.resumeDataForm .table-language th.middle {
	width: 40%;
}

.resumeDataForm .table-language th.short {
	width: 20%;
}

.resumeDataForm .table-language td {
	padding: 20px 30px;
}

/* ========== resumeDataForm file ========== */
.resumeDataForm .table-file td {
	padding: 10px 30px;
}

.resumeDataForm .table-file ul {
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	list-style: disc outside;
}

/* ========== resumeDataForm introduce ========== */
textarea.introduce {
	margin-bottom: 70px;
}

/* ========== resumeDataForm friend ========== */
.resumeDataForm .table-friend {
	margin-bottom: 30px;
}

.resumeDataForm .table-friend th.short {
	width: 20%;
}

.resumeDataForm .table-friend th.middle {
	width: 23%;
}

.resumeDataForm .table-friend th.long {
	width: 34%;
}

.resumeDataForm .table-friend td {
	padding: 20px 10px;
}

/* ========== resumeDataForm family ========== */
.resumeDataForm .table-family th.short {
	width: 15%;
}

.resumeDataForm .table-family th.middle {
	width: 20%;
}

.resumeDataForm .table-family th.long {
	width: 30%;
}

.resumeDataForm .table-family td {
	padding: 20px 10px;
}