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

#container_wrap h2 {
	width: 63px;
	border-bottom: 2px solid #000;
}

.recruit table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 12px;
	margin-bottom: 30px;
}

.recruit table tr th {
	min-width: 70px;
	padding: 8px 5px 8px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
}

.recruit table tr td {
	padding: 8px 15px 8px 15px;
	border-bottom: 1px solid #CCCCCC;
	
}

footer {
	margin: 0 auto 13px;
}

@media print, screen and (min-width:640px){

#container_wrap h2 {
	width: 63px;
	border-bottom: 2px solid #000;
}

.recruit table {
	width: 730px;
	border-collapse: separate;
	border-spacing: 0 12px;
	margin-bottom: 50px;
}

.recruit table tr th {
	width: 110px;
	padding: 11px 20px 11px 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
}

.recruit table tr td {
	padding: 11px 20px 11px 20px;
	border-bottom: 1px solid #CCCCCC;
}

footer {
	margin: 20px auto 13px;
}
}