@charset "UTF-8";


#mainCts #recruit .table1.w96 {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}

#recruit table.recruitTbl td {
	padding: 15px 5px;
}

#recruit table.recruitTbl td.date {
	white-space: nowrap;
}

#recruit dl.recruitAppli {
	overflow: hidden;
}

#recruit dl.recruitAppli dt {
	width: 8.5em;
	margin-right: 1em;
	margin-top: 20px;
	float: left;
	clear: both;
	font-weight: bold;
	text-indent: -1.7em;
	padding-left: 1.7em;
}

#recruit dl.recruitAppli dt span {
	width: 1.7em;
	text-align: right;
}

#recruit dl.recruitAppli dd {
	width: calc(100% - 11.2em);
	margin-top: 20px;
	float: right;
	clear: none;
}

.recruitlist {
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 0.8rem;
}

.howtoapply {
	text-indent: 0;
	padding-left: 1rem;
}

@media screen and (max-width : 767px ){
	#recruit dl.recruitAppli dt {
		width: 100%;
		display: block;
		float: none;
		border-top: 1px dotted #ccc;
		padding-top: 1em;
	}
	#recruit dl.recruitAppli dd {
		width: 100%;
		display: block;
		float: none;
		margin-top: 0.5em;
	}
}

#recruit .recruitAppli ul li {
	list-style-type: disc;
}
#recruit .recruitAppli ul li ul li {
	list-style-type: circle;
	margin: 1em 0 1em 1.5em;
}

#recruit .recruitAppli ol li {
	list-style-type: decimal;
}

#recruit .recruitAppli ol li ol li {
	list-style-type: lower-roman;
	margin: 1em 0 1em 1.5em;
}

#recruit .recruitAppli ul li,
#recruit .recruitAppli ol li {
	margin: 0 0 1em 1.5em;
}