@charset "UTF-8";


/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:768px) {



/* 1段目
===================================*/


#main {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	min-height: 0px;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/job/main.jpg);
	background-size: cover;
}
#main .ttl {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 55px;
}
/* 
===================================*/

.job_in {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.job_in h3 {
	color: #C90028;
	margin-bottom: 20px;
	font-size: 1.6em;
}

.job_in p {
	text-align: left;
}

/* 
===================================*/

.job_top {
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
.job_top ul {
}
.job_top ul li {
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
.job_top ul li img {
	width: 100%;
}
}
