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


@media only screen and (max-width:992px){
	#textsize h4{
		font-size:19px
	}
	#textsize h5{
		font-size:17px
	}
	#textsize p{
		font-size:15px
	}
}


@media only screen and (max-width:768px){
	#textsize h4{
		font-size:18px
	}
	#textsize h5{
		font-size:16px
	}
	#textsize p{
		font-size:14px
	}
}

@media only screen and (max-width:576px){
	#textsize h4{
		font-size:17px
	}
	#textsize h5{
		font-size:15px
	}
	#textsize p{
		font-size:12px
	}
	
	#textsize #imgsize img{
		width: 30%
	}
}