@charset "UTF-8";

@import url('1p.css') print, aural, braille, projection, tty, tv;
@import url('2p.css') print, aural, braille, projection, tty, tv;

@import url('1m.css') only screen and (max-width:780px);
@import url('2m.css') only screen and (max-width:780px);

@import url('1s.css') only screen and (min-width:780px);
@import url('2s.css') only screen and (min-width:780px);

@media print, aural, braille, projection, tty, tv {
	@import url('1p.css');
	@import url('2p.css');
}

@media only screen and (max-width:780px) {
	@import url('1m.css');
	@import url('2m.css');
}

@media only screen and (min-width:780px) {
	@import url('1s.css');
	@import url('2s.css');
}