@charset "UTF-8";

/* CSS Document */
/*コンテンツ*/
.recruit table{
	width:100%;
	background: #fff;
	text-shadow: none;
}

.recruit table th{
	background-color: #F4F4F4;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #D4D4D4;
}

.recruit table th.top_line,
.recruit table td.top_line{
	border-top: 1px solid #D4D4D4;
}

.recruit table td{
	padding:24px;
	border-bottom: 1px solid #D4D4D4;
}

/*スマホ*/
@media screen and (max-width:767px) {
.recruit table th{
	display:block;
	width: 100%;
	padding:15px;
}

.recruit table td{
	display:block;
	width: 100%;
	padding:24px 18px;
}

.recruit table td.top_line{
	border-top: none;
}
}

/*タブレット*/
@media screen and (min-width: 768px) { 
.recruit table th{
	width: 23%;
	border-right: 1px solid #D4D4D4;
}
}