﻿@charset "utf-8";
div#recruit
{
	margin:0px 3%;
	padding:5%;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
.small{
	font-size: 12px;
}
table, td, th {
	border: 1px #888888 solid;
}
table.recruit
{
	width: 100%;
}
table.recruit th, td
{
	font-size: 16px;
	line-height: 1.5em;
	padding: 8px 5px;
}
table.recruit thead th
{
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}
table.recruit tbody th
{
	width: 20%;
	min-width:100px;
	text-align: center;
}
table.recruit tbody td
{
	width: 80%;
}
table.recruit span
{
	white-space: nowrap;
}
@media screen and (max-width:600px)
{
	div#recruit
	{
		padding: 30px 0%;
	}
	table.recruit th, td
	{
		font-size: 14px;
		line-height: 1.5em;
		padding: 8px 5px;
	}
}