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

.access h2 img {
		height: 160px;	
}

@media screen and (max-width: 959px) {
	.access h2 img {
		height: 100px;
	}

}
@media screen and (max-width: 480px) {
	.access h2 img {
		height: 92px;
		max-width: 90%;
	}
}