@charset "UTF-8";
/* CSS Document */



@import 'style_full.css' (orientation:landscape) and (min-width:1000px);
@import 'style_full.css' (orientation:portrait) and (min-width:1024px);
@import 'style_midi.css' (orientation:portrait) and (max-width:1023px);
@import 'style_midi.css' (orientation:landscape) and (max-width:999px);
