/*
css/ststyle-import.css
*/


/* ページに適用するCSS
-------------------------------------------------------*/
@import "ststyle-print.css" print;
@import url("pc-ststyle.css") screen and (min-width:768px);
@import url("sp-ststyle.css") screen and (max-width:767px);