@charset "utf-8";
@import url(reset-fonts-grids.css);
@import url(reset.css);
@import url(base.css);
@import url(layout.css?201707134);
@import url(inpage.css?20170713);

/* for Smart Phone & Tablet
*/
@import url(responsible.css?20170718) screen and (max-device-width: 767px) and (orientation: portrait);
@import url(responsible.css?20170718) screen and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.3);
@import url(responsible.css?20170718) screen and (max-device-width: 767px) and (orientation: landscape) and (min-device-pixel-ratio: 1.3);

/*
	screen and (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.3),
	screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.3);
*/
/* for Responsible Style
@import url(responsible.css) screen and (max-width: 959px), screen and (max-device-width: 800px);
*/
