.box {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgba(220,223,226,0.8);
}
.box div {
	display: inline-block;
	margin: 12px;
}
#joboffer .box h3 {
	padding: 12px 24px;
	background-color: #f5f5f5;
}
.slider_wrap {
    max-width: 834px;
}
#joboffer .slider_wrap ul {
	list-style-type: none;
    margin-left: 0;
    position: absolute;
    text-align: left;
    line-height: 1;
}
#joboffer .slider_wrap ul li {
	margin: 0;
}
#joboffer .slider_wrap .slider {
	margin: 0;
	width: auto;
	right: auto;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
#joboffer ul,
#joboffer p {
	margin: 0 0 12px 0;
}
p:last-child {
	margin-bottom: 0;
}
.h1_small {
	display:inline-block;
    font-size: 80%;
	line-height: 1.5;
	font-weight: 400;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
.box .iframe_container {
	display: block;
	margin: 0;
}
.iframe_container {
    position: relative;
    padding: 30px 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:810px) {
	#joboffer .slider_wrap .slider {
		display: block;
	}
}
@media only screen and (max-width:864px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		background: #F5F5F5;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	#joboffer {
		width: 96%;
	}
	h1 {
		font-size: 18px;
	}
	.nonmobile {
	   display:none;
	}
}