<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * import.css
 *
 *  version --- 3.4
 *  updated --- 2011/07/12
 */


@import "cmn_layout.css";
@import "cmn_style.css";


/* ipad
@import "ipad/portrait.css" screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait);
@import "ipad/landscape.css" screen and (min-device-width: 481px) and (max-device-width: 1024px);


/* iphone
@import "iphone/layout.css" screen and (max-device-width: 480px);
@import "iphone/portrait.css" screen and (max-device-width: 320px) and (orientation:portrait);
@import "iphone/landscape.css" screen and (max-device-width: 480px) and (orientation:landscape);
*/
</pre></body></html>