/* CSS Document */
.recruit {
	background:url(../img/bg3.jpg) center center no-repeat;
	background-size:cover;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	width:100%;
	height:auto;
	border-top:1px dotted #CCC;
	margin:0px;
}
table th {
	padding:10px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	background:#F1F1F1;
	border-bottom:1px dotted #CCC;
}
table td {
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #CCC;
}
table tbody th {
	width:10em;
}

.entry-content {
	padding:10px 10px;
}

/* 960以下 */
@media screen and (max-width: 960px) {
	
}

/* 800以下 */
@media screen and (max-width: 800px) {
	
}

/* 7インチタブレット */
@media screen and (max-width: 692px) {
	table tbody th {
		display:block;
		width:auto;
	}
	table td {
		display:block;
	}
}

/* smartphone */
@media screen and (max-width: 520px) {
	
	
}