@charset "UTF-8";

/* //////////////////////////////////////////////////
office LP
Copyright (C) cybozu. All Rights Reserved
////////////////////////////////////////////////// */
@import url("sanitize.css");
@import url("lightbox.css");
/* --------------------------------------------------
Import PC
-------------------------------------------------- */
@import url("main.css") screen and (min-width:768px);

/* --------------------------------------------------
Import SP
-------------------------------------------------- */
@import url("smartphone.css") screen and (max-width:767px);