@charset "utf-8";

header div.MV{
	min-width: 1000px;
	padding-top: 24.3%;
	background: url(../img/recruit/recruit_mv.jpg) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}
header div.MV p.mvTtl{
	padding-top: 9%;
}

#contents{
	background: url(../commons/img/bg01.png) repeat;
}
div.recruit{
	width: 1002px;
	margin: 0 auto;
	padding: 75px 0 115px;
}
div.recruit h3{
	font-size: 30px;
	padding-bottom: 15px;
	background: url(../commons/img/border_btm.png) no-repeat;
	background-position: left bottom;
}
div.recruit table.recruit01{
	margin-top: 38px;
	border-collapse: collapse;
}
div.recruit table.recruit01 th{
	width: 207px;
	padding: 20px 0 22px 39px;
	background: #f3f3f3;
	border: 1px solid #b2b2b2;
	text-align: left;
	font-size: 16px;
}
div.recruit table.recruit01 td{
	width: 713px;
	background: #fff;
	border: 1px solid #b2b2b2;
	padding: 10px 0 10px 39px;
	font-size: 16px;
	line-height: 28px;
}
div.recruit table.recruit02{
	margin-top: 73px;
}
div.recruit table.recruit02 th{
	width: 181px;
	padding: 55px 0 60px;
	background: #00307a;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
div.recruit table.recruit02 td{
	width: 780px;
	background: #fff;
	padding-left: 39px;
	font-size: 16px;
	line-height: 40px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
div.recruit table.recruit02 span.red{
	font-size: 14px;
	line-height: 40px;
	color: #e60012;
}
div.recruit table.recruit02 span.tel{
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
}


 @media screen and (max-width: 480px) {

header div.MV{
	min-width: 320px;
	padding-top: 30%;
	background: url(../img/recruit/recruit_mv.jpg) no-repeat top center;
	background-size: 125% auto;
	position: relative;
}
header div.MV p.mvTtl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	width: 100%;
	padding-top: 0;
}
header div.MV p.mvTtl img{
	width: 80%;
	height: auto;
}

div.recruit{
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
div.greet{
	width: 94%;
	margin: 0 auto;
	padding: 35px 0 40px;
}
div.greet h3{
	width: 120px;
	font-size: 30px;
	padding-bottom: 15px;
	border-bottom: 3px solid #00307a;
}
div.greet p{
	width: 94%;
	margin: 50px auto 0;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3px;
}
div.greet p.ttl{
	font-size: 22px;
	margin-top: 40px;
	letter-spacing: 3px;
}
div.greet p.sign{
	text-align: right;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 3px;
}
div.greet p.name{
	text-align: right;
	margin-top: 25px;
}

div.recruit table.recruit01{
	margin-top: 38px;
	border-collapse: collapse;
}
div.recruit table.recruit01 th{
	width: 25%;
	padding: 15px 0 15px 2%;
	background: #f3f3f3;
	border: 1px solid #b2b2b2;
	text-align: left;
	font-size: 16px;
}
div.recruit table.recruit01 td{
	width: 71%;
	background: #fff;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	line-height: 24px;
	padding: 15px 0 15px 2%;
}
div.recruit table.recruit02{
	width: 100%;
	margin-top: 40px;
}
div.recruit table.recruit02 th{
	width: 100%;
	display: block;
	padding: 15px 0;
	background: #00307a;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
div.recruit table.recruit02 td{
	width: 94%;
	display: block;
	background: #fff;
	padding: 15px 3%;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
div.recruit table.recruit02 span.red{
	font-size: 14px;
	line-height: 20px;
	color: #e60012;
}
div.recruit table.recruit02 span.tel{
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
}

}
