@charset "UTF-8";
#main p {
	line-height: 1.8;
}
	
@media screen and (max-width:640px) {
	#main p {
		line-height: 2;
	}
}