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

img {
	max-width : 100% ;
	height : auto ;
}

@media screen and (max-width: 480px) {
img { float : none ; }
}

@media screen and (max-width: 480px) {
h2 {
font-size : 75% ;
margin : 1em 0 0.8em 0 ; }
}

@media screen and (max-width: 480px) {
p {
width : 100% ;
font-size : 65% ;
margin : 0 0 1.8em 0 ;
line-height : 1.7 ; }
}

body { -webkit-text-size-adjust : 100% ; }

