@charset "utf-8";

body { background-color:#FFFFFF; }

.logo_top { position:relative; top:50px; left:0px; width:100%; text-align:center; font-family:'Pacifico', cursive; color:#46085A; font-size:45px; cursor:pointer; }


@media all
and (max-width:576px) {
	.logo_top { top:0px; }
}
@media all
and (min-width:577px) {
	.logo_top { top:50px; }
}