@charset "UTF-8" ;
/*--------------------------------------------------
template css
--------------------------------------------------*/
/* reset css */
@import url("./html5reset.css");

/* header footer leftnav pagetop_link ALL CSS*/
@import url("./pc/basic.css") screen and (min-width: 768px);
@import url("./sp/sp.css") screen and (max-width: 768px);

/* This Page CSS */
@import url("./pc/pc_index.css") screen and (min-width: 768px);
@import url("./sp/sp_index.css") screen and (max-width: 768px);