@charset "utf-8";
.body
{
	float:left;
	width:80%;
	height:100%;
	min-height:100%;
	background-image:url(../images/55.jpg);
	background-size:cover;
}
.text_base
{
	height:auto;
	text-align:left;
	padding:25px;
	box-sizing:border-box;
	color:rgba(44,62,80,1.00);
	background-color:rgba(255,255,255,0.80);
}
.about_text1, .about_text2
{
	padding:50px;
	box-sizing:border-box;
	width:50%;
	float:left;
	height:100%;
}
.about_text1 p, .about_text2 p
{
	margin-top:25px;
	font-size:16px;
}
.about_text1 h1, .about_text2 h1
{
	margin-top:25px;
	font-size:24px;
}
.about_text1 .text_base img, .about_text2 .text_base img
{
	width:100%;
}	
/* CSS Document */

