@charset "utf-8";


@import "pc/css.css" 	print, screen and	(min-width:1024px);
@import "pc/sub.css" 		print, screen and	(min-width:1024px);

/* ipad */
@import "pc/css.css"		screen and (min-width:769px) and (max-width:1023px);
@import "pc/sub.css"			screen and (min-width:769px) and (max-width:1023px);
/* ipad */
/* smartfone */
@import "mobile/css.css"	screen and (min-width:480px) and (max-width:768px);
@import "mobile/sub.css"		screen and (min-width:480px) and (max-width:768px);
@import "mobile/css.css"		screen and (max-width:479px);
@import "mobile/sub.css"		screen and (max-width:479px);
/* smartfone */