/*
http://stackoverflow.com/questions/15765962/media-only-screen-and-max-width-479px-not-working-for-mobile
<meta name="viewport" content="width=device-width, initial-scale=1.0">
*/
@media (max-width: 800px)
{
div#primary ~ *,
div#primary ~ section
{
	width: 100%;
}
.limitImageSize a.fR
{
	clear: both !important;
}
.limitImageSize img
{
	height: auto;
}
}

@media (max-width: 600px)
{
.limitImageSize img
{
	height: auto;
}
}

@media (max-width: 500px)
{
.limitImageSize img
{
	height: auto;
	min-width: 500px;
}
}

@media (max-width: 400px)
{
.limitImageSize img
{
	height: auto;
	min-width: 400px;
}
body
{
	font-size: 14px;
}


}

@media (max-width: 390px)
{
.limitImageSize img
{
	min-width: 390px;
}

}

@media (max-width: 380px)
{
.limitImageSize img
{
	min-width: 380px;
}
body
{
	font-size: 12px;
}

}

@media (max-width: 370px)
{
.limitImageSize img
{
	min-width: 370px;
}

}

@media (max-width: 360px)
{
.limitImageSize img
{
	min-width: 360px;
}

}

@media (max-width: 350px)
{
.limitImageSize img
{
	min-width: 350px;
}

}

@media (max-width: 340px)
{
.limitImageSize img
{
	min-width: 340px;
}

}

@media (max-width: 330px)
{
.limitImageSize img
{
	min-width: 330px;
}

}

@media (max-width: 320px)
{
.limitImageSize img
{
	min-width: 320px;
}

}

@media (max-width: 310px)
{
.limitImageSize img
{
	min-width: 310px;
}
}

