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

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/


.ComingSoon .txt{ font-weight:bold; color:#666; font-size:16px;}

#recruit .subTitle {
	text-align:center;
}
#recruit .subTitle span {
	font-size:19px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	margin:0 auto 25px;
	padding:8px 20px;
	background:#00A29A;
}
#recruit .copy {
	text-align:center;
	margin-bottom:30px;
	font-size:15px;
}
	
#recruit .h { 
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#recruit .bnr_wrapper{
	width:780px;
	margin: 0 auto 30px;
	border:none;
}
#recruit .bnr_wrapper img{
	max-width: 100%;
}
#recruit table {
	width:780px;
	margin:0 auto;
	border:none;
	border-collapse:collapse;
}
#recruit th ,
#recruit td {
	text-align:left;
	padding:20px 10px 20px 40px;
	border-top:1px solid #333;
	font-size:14px;
	vertical-align:top;
}
#recruit .strong a {
	font-size:24px;
	font-weight:bold;
	font-family:'Century Gothic';
	pointer-events: none;
}
#recruit .linkbtn { margin-top:5px; }
#recruit .linkbtn a {
	display:inline-block;
	padding:5px 15px;
	background:#00A29A;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	transition:.3s;
}
#recruit .linkbtn a:hover {
	text-decoration:none;
	transition:.3s;
	opacity:.7;
}


/*==============================================

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {

#recruit { width:90%; margin:0 auto; }
#recruit .subTitle span {
	font-size:16px;
	padding:5px 15px;
}
#recruit .copy {
	text-align:left;
	margin-bottom:30px;
	font-size:14px;
}
#recruit .h { 
	font-size:18px;
	margin-bottom:20px;
}
#recruit .bnr_wrapper{width: 100%;}

#recruit table { width:100%; }
#recruit th ,
#recruit td {
	display:block;
	padding:3%;
	width:94%;
	border-top:1px solid #333;
	font-size:13px;
}
#recruit th {
	padding:2% 3%;
	background:#333;
	color:#fff;
	font-weight:bold;
}
#recruit .strong a { pointer-events: auto; }
#recruit .linkbtn { margin-top:1em; }
#recruit .linkbtn a {
	width:100%;
	padding:5px 0;
	text-align:center;
}

}
