@charset "UTF-8";


.careerUL{
	text-align:center;
	margin-left:-23px;
}


.careerUL li{
	display:inline-block;
	margin-left:23px;
	margin-bottom:40px;
}

.careerSPUL{
	display:none;
}



.careerImg{
	text-align:center;
}


.titleBox h2{
	color:#0078DB;
}

@media screen and (max-width: 750px) {
	
	.careerUL{
		display:none;
	}
	
	.careerSPUL{
	display:block;
	margin-bottom:30px;
}
	
.careerSPUL li{
	line-height:0 !important;
}
	
.careerSPUL li a{
	vertical-align:bottom;
}
	
	
	.careerImg img{
	width:95% !important;
}


.titleH3_06{
	margin-bottom:0px !important;
}
	
	
}