@charset "utf-8";

/* Base
========================================== */
@import "base/reset.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/fadein.css") screen and (min-width:481px) ,print;
@import url("base/common.css") screen and (min-width:481px) ,print;
@import url("base/contents.css?2") screen and (min-width:481px) ,print;
