@charset "utf-8";
/* CSS Document */


#content_left h2{
	color: #178B50;
	font-weight: bold;
	border-bottom: dotted 2px #178B50;
	padding-bottom: 10px;
}

@media screen and (min-width: 980px) {
	
#content_left h2{
	font-size: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#content_left div{
	margin-bottom: 70px;
}

#content_left p{
	line-height: 30px;
}

#content_left img{
	margin-top: 35px;
	border-radius: 10px;
	width: 100%;
}

}



@media screen and (max-width: 979px) {

#content_left h2{
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

#content_left div{
	margin-bottom: 50px;
}


#content_left img{
	margin-top: 30px;
	border-radius: 10px;
	width: 100%;
}
	
	
	
}





