@charset "UTF-8";
/* Home */
/* スライド */

#job_info .bgc {
	background-size:cover;
	background-position:50%;
    width: 100%;
    margin: 0;
}



#job_info .ttl_grid .row-inner {
	padding:10px 0px;
}

#job_info .salary {
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#job_info .txt {
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
#job_info .txt span.small {
	font-size:18px;
}

#description .row {
	background-color:#ffdd9e;
	padding:20px;
}
#description .txt span {
	font-size:24px;
	text-align:center;
}
#description .txt {
	font-size:15px;
}
#description .tbl dt {
	color:#6d2b20;
}


#requirement .tbl dt {	
	padding-bottom: 10px;
	border-bottom:none;
	display:block;
	width: auto;
}
#requirement .tbl dd {
	display:block;
	width: auto;
}









@media handheld, print, screen and (min-width: 481px) {

#job_info .col.s-col6 {
	width:50%;
	margin-right:0px;
}


/* スライド */
#job_info .salary {
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
#description .row {
	padding:40px;
}
#description .tbl dt {
    width: 5em;
}
#description .tbl dd {
    padding-left: 5em;
}


#requirement {
	margin:60px auto;
	width:100%;
}

#requirement .tbl dt {
	clear: none;
	float:none;
	width:100%;
	padding-left: 0.7em;
	
	border-bottom:none;
	display:block;
}
#requirement .tbl dd {
	clear: none;
	padding-left: 2em;
	padding-bottom: 14px;
	margin-bottom: 14px;
	margin-left: 0;
	border-bottom: 1px solid #cabdab;
	display:block;
	width:auto;
}


/* end of media query */	
}


@media handheld, print, screen and (min-width: 801px) {

/* スライド */
#job_info .salary {
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

#staff_intro {
	width:860px;
	margin:0 auto;
}

/* end of media query */
}