﻿@charset "utf-8";
/*
Theme Name: mediaseek_themes_2022
Theme URI: mediaseek_themes_2022
Author: mediaseek
Author URI: mediaseek
Description:mediaseek
Version: 1.0
*/

@import url("css/style_s.css") screen and (min-width: 0px) and
  (max-width: 599px);
@import url("css/style_t.css") screen and (min-width: 600px) and
  (max-width: 979px);
@import url("css/style_p.css") print, screen and (min-width: 980px);

/* print setting */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    top: 0 !important;
    left: 0 !important;
    width: 200mm !important;
    height: 290mm !important;
  }
}
