<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* PC用 */
@import url("device/pc.css") screen and (min-width:960px);

/* タブレット用 */
@import url("device/tablet.css") screen and (min-width:768px) and (max-width:959px);

/* スマ－トフォン横用 */
@import url("device/sp-landscape.css") screen and (min-width:480px) and (max-width:767px);

/* スマ－トフォン縦用 */
@import url("device/sp-portrait.css") screen and (min-width:0px) and (max-width:479px);

/* 印刷用 */
@import url("device/pc.css") print;


</pre></body></html>