@charset "utf-8";

/* 印刷用 */
@import url("inside_base.css") print;

/* 960px 以上 */
@import url("inside_base.css") screen and (min-width: 960px);

/* 960px まで */
@import url("inside_768.css") screen and (max-width: 960px);

/* 768px まで */
@import url("inside_568.css") screen and (max-width: 768px);

/* 568px まで */
@import url("inside_568.css") screen and (max-width: 568px);