/*
.index .container {
	margin-top: -60px;
}
*/
h1 {
	font-weight: lighter;
	font-size: 14px;
	padding: 5px;
}
h2 {
	font-weight: lighter;
	font-size: 22px;
	padding: 5px;
	margin: 20px;
}
p {
	font-size: 10px;
}
strong {
	font-weight: lighter;
	padding: 5px 10px;
	background-color: #6a3906;
	color: #fff;
	font-size: 16px;
	
}
.titleStyle01 {
	background-image: url(../img/recruit/bg_title.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.description01 {
	background-image: url(../img/recruit/recruit.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 270px 170px;
}
.description02 {
	margin-top: 40px;
}
table.standard {
	width: 100%;
	border: 1px #b4b4b4 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
}
.standard th {
	width: 20%;
	padding: 5px;
	border: 1px #b4b4b4 solid;
	border-width: 1px 1px 1px 1px;
	background: #f8f8f5;
	font-weight: lighter;
	text-align: center;
}
.standard td {
	padding: 5px;
	border: 1px #b4b4b4 solid;
	border-width: 1px 0 1px 0;
	text-align: left;
	margin-top: 24px;
	background: #ffffff;
}
table.voice {
	width: 100%;
	border: 1px #b4b4b4 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
}
.voice th {
	width: 20%;
	padding: 5px;
	border-style: none;
	background: #fff;
	font-weight: lighter;
	text-align: center;
}
.voice td {
	padding: 5px;
	border-style: none;
	text-align: left;
	margin-top: 24px;
	background: #fff;
}
.description .title {
	color: #505050;
	margin-bottom: 10px;
}
.description.block {
	padding-bottom: 45px;
	border-bottom: solid 2px #d9d7d2;
	margin-bottom: 50px;
}
.description.block:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
.description01 {
	background: none;
}
img.step1 {
	width: 20%;
}
.thumbnail li {
	width: 48%;
	font-size: 12px;
	margin-right: 2%;
	margin-bottom: 10px;
}
.thumbnail li:nth-child(2n) {
	margin-right: 0;
}
.description.block {
	padding-bottom: 22px;
	margin-bottom: 25px;
}
table.standard {
	width: 100%;
	margin: 10px 0;
}
table.voice {
	width: 100%;
	margin: 10px 0;
}
}
