@charset  "utf-8";

/* Style Reset */
/*@import url("reset.css");*/
/* PC */
@import url("wide/common.css") screen and (min-width : 768px);
@import url("wide/addition.css") screen and (min-width : 768px);
/* tablet */
@import url("wide/adjustment.css") screen and (width : 768px);
/* SP */
@import url("narrow/common.css") screen and (max-width : 767px);
@import url("narrow/addition.css") screen and (max-width : 767px);
@import url("narrow/interdimensional.css") screen and (max-width : 767px);