@charset "utf-8";
/* CSS Document */

/* career recruit */

#career_recruit #ttl {
	background: url(/img/hth/custom/recruit_h2_bg.png) top left repeat #000000;
}
#career_recruit #interview {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}
#career_recruit #interview .inner {
	padding: 90px 0 80px 0;
	background: url(/img/hth/custom/recurit_interview_bg.png) top left no-repeat;
}
#career_recruit #interview h3 {
	margin: 0 0 30px 0;
}
#career_recruit #interview .interviewBox {
	width: 1000px;
	margin: 0 auto;
}
#career_recruit #interview .interviewBox ul li {
	float: left;
	margin: 40px 0 0 50px;
}
#career_recruit #recruittxt {
	padding: 60px 0;
	color: #FFFFFF;
	font-size: 115%;
	background: url(/img/hth/custom/recruit_txt_bg.jpg) top left repeat;
	text-align: center;
}
#career_recruit #recruittxt h3 {
	margin: 0 0 60px 0;
}
#career_recruit #recruittxt p {
	margin: 0 0 25px 0;
	font-size: 122%;
}
#career_recruit #recruittxt p:last-child {
	margin: 0;
}
#career_recruit #requirements {
	padding: 0 0 60px 0;
	background: url(/img/hth/custom/recurit_requirements_bg.jpg) top left repeat-x #FFFFFF;
	text-align: center;
}
#career_recruit #requirements h3 {
	padding: 25px 0 40px 0;
}
#career_recruit #requirements table {
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	border: 1px solid #FFFFFF;
}
#career_recruit #requirements table th {
	width: 250px;
	padding: 20px 15px;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F0F0F0;
	vertical-align: middle;
}
#career_recruit #requirements table td {
	padding: 20px 15px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F9F9F9;
	text-align: left;
	line-height: 1.6;
}
#career_recruit #formlink {
	padding: 20px 0;
}
#career_recruit #formlink p {
	width: 402px;
	margin: 0 auto;
}

#career_recruit #formlink p:hover {
    animation: shake 0.2s linear infinite;
    -webkit-animation: shake 0.2s linear infinite;
}
@keyframes shake {
    0% { transform: translate(3px, 2px) rotate(0deg); }
    10% { transform: translate(-2px, -3px) rotate(-1deg); }
    20% { transform: translate(-4px, 0px) rotate(1deg); }
    30% { transform: translate(0px, 3px) rotate(0deg); }
    40% { transform: translate(2px, -2px) rotate(1deg); }
    50% { transform: translate(-2px, 3px) rotate(-1deg); }
    60% { transform: translate(-4px, 2px) rotate(0deg); }
    70% { transform: translate(3px, 2px) rotate(-1deg); }
    80% { transform: translate(-2px, -2px) rotate(1deg); }
    90% { transform: translate(2px, 4px) rotate(0deg); }
    100% { transform: translate(2px, -3px) rotate(-1deg); }
}

/* career entryform */

#career_entryform {
	text-align: center;
}
#career_entryform #ttl,
#career_entryform #form {
	background-color: #FFFFFF;
}
#career_entryform #ttl {
	padding: 40px 0 0 0;
}
#career_entryform #form {
	padding: 40px 0;
}
#career_entryform #form table {
	width: 1000px;
	margin: 0 auto;
	font-size: 115%;
	border: 1px solid #FFFFFF;
	font-size: 17px;
}
#career_entryform #form table th {
	width: 250px;
	padding: 20px 15px;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F0F0F0;
	vertical-align: middle;
	text-align:center;
}
#career_entryform #form table td {
	padding: 20px 25px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F9F9F9;
	text-align: left;
	line-height: 1.6;
}
#career_entryform #form table td .textbox{
	width: 100%;
	font-size: 17px;
}
#career_entryform #form table td .caption {
	margin: 10px 0 0 0;
}
#career_entryform #submit_btn {
	margin: 40px 0 0 0;
}
#entry_completed {
	padding: 40px 0;
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
#entry_completed p {
	padding: 20px 0 0 0;
}
