@charset"utf-8";

@import url("common.css");

/*ABOUT START*/

h2{
	width:100%;
	margin-bottom:60px;
}

img#about{
	width:100%;
	margin-bottom:45px;
}

h3{
	width:100%;
	font-size:1.8rem;
	text-align:left;
	margin-bottom:3px;
}

p{
	width:100%;
	font-size:1.6rem;
	text-align: justify;
	margin-bottom:45px;
}

@media screen and (max-width:809px) {
	h3{
		font-size:1.6rem;
	}
	
	p{
		font-size:1.4rem;
		margin-bottom:45px;
	}
}

/*ABOUT END*/


