﻿/* 基本 */
@charset "utf-8";

#TITLE {
	margin: 0;
	border-bottom:2px solid #eff1f1;
}

#PATH{
	margin:0px 10px 40px 10px;
}

#BODY{
	margin:0px 10px;
	color:#000000;
}

header{
	margin-top:0px;
	z-index: 10000;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
}
.pcnone {
	display:none;
}	

#recruit_career .ctgry{
	background: #195caa;
}
#recruit_fresh .ctgry{
	background: #cc0430;
}

.ctgry{
    width: 80px;
	padding: 0.2rem;
    text-align: center;
    color: #fff;
}

.profession,
.prefecture{
    font-size: 24px;
    margin: 1rem 0;
}


@media screen and (max-width: 768px){
.spimg img {
    width: 100%;
    height: auto;
}

header{
	position:static;
}
.w1020{width:100%;
		margin: 0;
}
#MESSAGE{
	float:none;
	}

#HUMBERGERBTN{
	max-width:20%
	}

#SITETITLE{
	width:80%;
}

.spnone {
	display:none !important;
}
.pcnone {
	display:block !important;;
}
}



