@charset "UTF-8";
@media screen and (min-width: 768px),print {
.aaa{position: relative;}
}
@media screen and (max-width: 767px) {
.aaa{position: relative;}
}
