﻿@charset "utf-8";
/* CSS Document */
/*about */
.about{
	width:100%;
	overflow:hidden;
	}
.about h2{
	font-size:28px;
	color:#00a58b;
	padding-bottom:15px;
	}
.about p{
	width:100%;
	font-size:14px;
	color:#333;
	line-height:180%;
	}
.about img{
	max-width:100%;
	}