@charset "utf-8";

h2 {
	background: url(img/ico_pttl.png) no-repeat center top;
	background-size: 45px 50px;
}
.no_recruit {
	border: dotted 1px #d52525;
	color: #d52525;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}
.t_rec {
	width: 100%;
	font-size: 80%;
	line-height: 1.4em;
	border: solid 1px #e2d5c8;
	border-collapse: collapse;
}

.t_rec th {
	width: 25%;
	text-align: left;
	background-color: #fffdf6;
	border: solid 1px #e2d5c8;
	padding: 2%;
}
.t_rec td {
	border: solid 1px #e2d5c8;
	padding: 2%;
}