/********************
2005/9/5
takahasi akifumi
aright reserved
*********************/
/* @charset "UTF-8"; */
/****************************
    import files
*****************************/
@import url("./prefix.css");

@import url("./mobile.css") screen and (min-width:0px) and ( max-width:768px);
@import url("./pad.css") screen and (min-width:768px) and ( max-width:1024px);
@import url("./normal.css") screen and (min-width:1024px);

/****************************
    defined
*****************************/
