#main_block{
	position: relative;
	background-image: url("../img/abuyama_treatment-08.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
#background{
	position: absolute;
	z-index: 0;
	border: none;

}

.right , .left{
	position: relative;
	z-index: 1;
	color: rgb(128,128,128);
	background-color: rgba(255,255,255,0.8);
}
/*.right:after , .left:after{
	content:"";
	position: absolute;
	top: 0px;
	bottom:0px;
	left:0px;
	
	background-color: rgb(255,255,255);
	opacity: 0.8;
	z-index: -1;
}
*/
.header_title{
	font-size: 26px;
	color: rgb(50,50,50);
	border-bottom: dashed 1px rgb(50,50,50);
	letter-spacing: 2px;
}
.desc{
	margin-bottom: 0px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 32px;
	color: rgb(129,129,129);
	word-wrap:normal; 
}

p.desc{
	font-size: 17px !important;
	color: rgb(50,50,50);
}

@media screen and (max-width: 1050px){
	#main_block{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.right , .left{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2em;
		padding: 1em;
	}
	.right > p , .left > p{
		text-align: center;
	}
	.header_title{
		text-align: left;
		margin-bottom: 0.5em;
	}
	#background{
		top: 0;
		bottom: 0;
		right: 0;
		left:0;
		margin: auto;
		height: 100%;
		
		max-width:none;
	}
	.inner{
		padding: 43px;
	}
	.header_title{
		margin-bottom: 43px;
	}
	#main_block{
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
@media screen and (min-width: 1050px){
	.right , .left{
		width: 90%;
		max-width: 1082px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 60px;
		margin-top: 60px;
		float: none;
		clear: both;
		background-color: transparent;
	}
	.left1{
		margin-top: 95px;
	}
	.right1{
		margin-bottom: 95px;
	}
	.inner > p{
		display: inline;
		float: left;
		margin: 50px 0 50px 50px;
	}
	.right .inner > p {
		float: right;
		margin: 50px 50px 50px 0;
	}
	.inner{
		overflow: hidden;
		width:934px;
	}
	.right > .inner{
		margin-left: 0px;
		margin-right: auto;
	}
	.right > .inner{
		margin-right: 0px;
		margin-left: auto;
	}
	.inner{
		float: none;
		clear: both;
/*		background-color: white;
*/
	}
	.left .inner:after{
		content:"";
		position: absolute;
		top: 0px;
		bottom:0px;
		left:0px;
		width: 934px;
		background-color: rgb(255,255,255);
		opacity: 0.8;
		z-index: -1;
	}
	.right .inner:after{
		content:"";
		position: absolute;
		top: 0px;
		bottom:0px;
		right:0px;
		width: 934px;
		background-color: rgb(255,255,255);
		opacity: 0.8;
		z-index: -1;
	}


	.right .inner > img{
		float: right;
		margin: 45px;
	}
	.left .inner > img{
		float: left;
		margin: 45px;
	}
	.inner > div{
		width: 727px;
	}
	.right .inner div{
		padding-top: 47px;
		padding-left: 47px;
		padding-bottom: 55px;
	}

	.header_title{
		margin-bottom: 30px;
	}
	.left .inner > div{
		float: right;
		padding-right: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
		width: 700px;
	}
	#background{
		width:100%;
		overflow-y: hidden;
		vertical-align: middle;
	}
	#main_block{
		overflow-y: hidden;
	}
}