@media screen and (max-width: 768px) {
	div#container-top a.logo {
		bottom: 100px;
	}
	div#container-top div.motto {
		left: 11%;
		bottom: 30px;
	}
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 360px) {

}