html{
	height:100%;
}
body{

	font-family: A-OTF-Reisho;


	background: url(../../images/back.png) center center no-repeat fixed;
	background-size:contain;
　height:100%;
}
#copyright{
	height:60px;
	background:#1e2f4a;
	font-size:14px;
	color:#fff;
	line-height:60px;
}

.title{
	font-size:40px;
	text-align: left;
}
.recruit_row{
	margin:50px auto 0;
	width:1200px;
}

.recruit_row table{
	border-right-style: none;
	border-top-style: none;
	border-bottom-style:none;
}
.recruit_row th{
	width:300px;
	font-size: 20px;
	color:#fff;
	background-color:#1e2f4a;
	border-right-style: none;
	border-top-style: none;
}
.recruit_row td{
	width:900px;
	text-align: left;
	padding:10px;
	box-sizing: border-box;
	border-right-style: none;
	border-top-style: none;
}

.tyuui{
	font-size:16px;
	text-align:left;
	margin-top:10px;
}

.renraku1{
	text-align: left;
	font-size:26px;
	width:1200px;
	margin:50px auto;
}

.headtext{
	font-size: 40px;
	margin-bottom:40px;
}

.ret_btn{
	border:2px solid #1e2f4a;
	width:300px;
	margin:50px auto;
	padding:30px;
	font-size: 22px;
}
a{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.headtext{
		font-size: 20px;
		margin-bottom:40px;
	}
	.title{
		font-size:20px;
	}
	.recruit_row{
		margin:50px auto 0;
		padding:0 20px;
		box-sizing: border-box;
		width:100%;
	}
	.recruit_row th{
		width:auto;
		font-size: 14px;
	}
	.recruit_row td{
		width:auto;
		font-size: 14px;
	}
	.tyuui{
		font-size:12px;
	}
	.renraku1{
		text-align: left;
		font-size:15px;
		width:100%;
		margin:50px auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.ret_btn{
		border:2px solid #1e2f4a;
		width:200px;
		margin:50px auto;
		padding:30px;
		font-size: 14px;
		box-sizing: border-box;
	}
}
