@charset "utf-8";

/* Base
========================================== */
@import "https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" screen,print;
@import "base/reset.css" screen,print;
/*@import "base/common.css" screen,print;
@import "base/contents.css" screen,print;*/
@import url("base/s_common.css") screen and (min-width:0px) and (max-width: 480px);
@import url("base/s_contents.css?2") screen and (min-width:0px) and (max-width: 480px);
@import url("base/common.css") screen and (min-width:481px) ,print;
@import url("base/contents.css?2") screen and (min-width:481px) ,print;
