@charset "utf-8";

/* container --------------- */

#container {
	width: 100%;
	background: none;
}

article.list01,
article.list02,
article.list03 {
	margin-bottom: 25px !important;
}

article.list02 .recruitList {
	margin-bottom: 20px;
}

article h3.ttl04 {
	margin-bottom: 20px;
}

.recruitList .recruitBox {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}

.recruitList .recruitBox h4 {
	padding: 22px 0px 20px 20px;
	font-size: 16px;
}

.recruitList .recruitBox > div {
	padding: 20px;
	box-sizing: border-box;
}

.recruitList .recruitBox > div p {
	margin-bottom: 5px;
	font-size: 12px;
}

/* other -------------- */

.other {
	border-bottom: 1px dotted #bebebe;
}

.other h4,
.dateBox h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.other dl {
	display: block;
	font-size: 12px;
}

.other dt {
	width: 100%;
	text-align: left;
	display: block;
	padding: 10px;
}

.other dd {
	width: 100%;
	display: block;
	padding: 10px;
	border-top: 1px dotted #bebebe;
}

.list03 h3.ttl04 {
	margin-bottom: 20px;
}

.dateList ul {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}

.dateList ul:last-child {
	margin-bottom: 0;
}

.dateList ul li {
	font-size: 12px;
	margin-bottom: 15px;
}

table {
    width: 100%;
}


th {
    height: 70px;
    width: 80px !important;
}



























