@charset "shift_jis";

/* Base
========================================== */
@import "http://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" screen,print;
@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") 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") screen and (min-width:481px) ,print;



