@media screen and (max-width:782px) {

/*body{
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width  : 100%;
	height : 100%;
}*/
#wrapper{
	width: 100%;
	min-width:100%;
	height:auto;
	min-height: auto;
}
main.main img{
	vertical-align:bottom;
}

#fullpage .pageArea{
	
	text-align:center;
	width:98%;
	
}
#fullpage .pageArea img{
	width:90%;
	height:auto;
	display:inline-block;
}
#fullpage #sec1 .pageArea{
	width:70%;
}
#fullpage #sec1 h2 img{
	width:30%;
	height:auto;
}
#fullpage #sec11 .pageArea{
	width:30%;
}
main.main #menu{
	display:none;
}
}
@media screen and (max-width:600px) {
#fullpage #sec1 h2{
	margin-bottom:3em;
}
#fullpage #sec1 h3{
	padding-bottom:3em;
}
#fullpage .pageArea img{
	width:100%;
	height:auto;
}

}
