@charset "utf-8";
/* CSS Document */

header .local_branding h2::before {
	left:103px;
	width:180px;
}
@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:180px;opacity:1}
    100%{width:180px;opacity:1}
}

dl.recruit_box {
	width:900px;
	margin:auto;
}
dl.recruit_box dt {
	font-weight:bold;
}
dl.recruit_box dd {
	padding:0 0 0 25px;
	margin:0 0 40px;
}
dl.recruit_box dd ul li {
	background:url(../img/local/list.png) no-repeat left top 12px;
	padding:0 0 0 16px;
}
.recruit_table {
	width:900px;
	margin:auto;
	border-collapse:collapse;
	border:1px solid #CCC;
}
.recruit_table th {
	border:1px solid #CCC;
	width:200px;
	padding:15px;
	background:#eaeaea;
	text-align:left;
	font-weight:normal;
}
.recruit_table td {
	border:1px solid #CCC;
	padding:15px;
}

@media screen and (min-width: 0px) and (max-width: 930px) {
dl.recruit_box {
	width:100%;
}
.recruit_table {
	width:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.recruit_table {
	border-top:none;
}
.recruit_table th {
	display:block;
	width:100%;
	border:none;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.recruit_table td {
	display:block;
	width:100%;
	border:none;
}
}