@charset "utf-8";

@import url("base.css");

@import "pc.css" 		only screen and	(min-width:1024px);
@import "pad.css"			only screen and (min-width:768px) and (max-width:1023px);
@import "smart_s.css"		only screen and (min-width:480px) and (max-width:767px);
@import "smart_s.css"		only screen and (max-width:479px);

