@media only screen and (min-width: 768px) {
	html{font-size: 76.8px;}
}
@media only screen and (min-width: 800px) {
	html{font-size: 80px;}
}
@media only screen and (min-width: 960px) {
	html{font-size: 96px;}
}
@media only screen and (min-width: 1000px) {
	html{font-size: 100px;}
}
@media only screen and (min-width: 1024px) {
	html{font-size: 102.4px;}
}
@media only screen and (min-width: 1200px) {
	html{font-size: 120px;}
}
@media only screen and (min-width: 1366px) {
	html{font-size: 136.6px;}
}
@media only screen and (min-width: 1400px) {
	html{font-size: 140px;}
}
@media only screen and (min-width: 1440px) {
	html{font-size: 144px;}
}
@media only screen and (min-width: 1600px) {
	html{font-size: 160px;}
}
@media only screen and (min-width: 1920px) {
	html{font-size: 192px;}
}

*{padding: 0; margin: 0;}
.clearboth{clear: both;}
div{box-sizing: border-box;}
