@charset "UTF-8";

@import url("css/base.css") screen and (min-width:769px) and (max-width: 5000px);
@import url("css/layout.css") screen and (min-width:769px) and (max-width: 5000px);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/*SP*/
@import url("css/base_sp.css") screen and (min-width:0px) and (max-width:  768px);
@import url("css/layout_sp.css") screen and (min-width:0px) and (max-width: 768px);