@charset "utf-8";

/* Top Splash */
@media screen and (min-width: 1101px) {
#index-bg {
	width: 100%;
	height: 478px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/topimage_full.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
#employ-bg {
	width: 100%;
	height: 478px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/employimage_full.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
}
@media screen and (max-width: 1100px) {
#index-bg {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/topimage_medium.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
#employ-bg {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/employimage_medium.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
}
@media screen and (max-width: 800px) {
#index-bg {
	width: 100%;
	height: 350px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/topimage_small.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
#employ-bg {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/employimage_small.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
}
@media screen and (max-width: 450px) {
#index-bg {
	width: 100%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/topimage_mobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
#employ-bg {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/employimage_mobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #000
}
}

/* Layout */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 [class*='box-'] {
 float: left;
 padding-right: 20px;
}
.layout {
	width: 100%;
	max-width: 1140px;
	min-width: 999px;
	margin: 0 auto;
	overflow: hidden;
}
.layout:after {
	content: "";
	display: table;
	clear: both;
}
.padded {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
}
.box-1-1 {
	width: 100%;
}
.box-1-2 {
	width: 50%;
}
.box-1-3 {
	width: 33.33%;
}
.box-1-4 {
	width: 25%;
}
.box-5-12 {
	width: 41.66%;
}
.box-7-12 {
	width: 58.33%
}
@media screen and (max-width: 999px) {
.layout {
	width: 100%;
	min-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
 [class*='box-'] {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-left: 0px;
 padding-right: 10px;
}
}