@charset "UTF-8";
.business .article_logo p {
  position: absolute;
  font-size: 18px;
  left: 31px;
  bottom: 12px;
}
.business .article_logo {
  position: relative;
}
.business .article_logo img {
	vertical-align: top;
}
#content {
	background-color: #eae5e3;
	margin-top: 0;
	padding-top: 7px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
  background-size: 476px auto;
  background-position: left -158px;
}
@media screen and (max-width: 768px){
	#wrapper {
		background-image: url(../images/bg.jpg);
		background-color: #fff;
	}
	#content {
		background-image: none;
	}
	#content.form h2 {
		margin-top: 0;
	}
	.business .article_logo img {
		width: 100%;
  	box-shadow: 0px -5px 15px -2px #505050;
	}
}