/*
 *  ---
 *  CLOUDWAN - UI Stylesheets v 1.0
 *  ---
 *  Dir Path:     assets/css/style.css
 *  Description:  Including all stylesheets
 *
 *  STRUCTURE. ---
 *  * style.css       Including all stylesheets
 *    overwrite.css   Overwritting Bootstrap stylesheets
 *    elements.css    Adding original UI elements for CLOUDWAN
 *    config.css      Adding original UI setting for CLOUDWAN
 *
 *  CREDIT. ---
 *  Created: 2017/04/22
 *  Updated: YYYY/MM/DD
 *  Author:  kuraryo (PPP's Inc.)
 *
 *  (c) NTT PC Communications Incorporated, All Rights Reserved
 */



 /* Including */
 @import "overwrite.css";
 @import "config.css";
 @import "elements.css";
