

/*CSSリセット*/
@import url("/css/reset.css/index.jsp");

/*PC用*/
@import url("/css/en/pc/common.css/index.jsp") screen and (min-width: 768px);
@import url("/css/en/pc/contents.css/index.jsp") screen and (min-width: 768px);

/*スマホ用*/
@import url("/css/en/sp/common.css/index.jsp") screen and (max-width: 767px);
@import url("/css/en/sp/contents.css/index.jsp") screen and (max-width: 767px);

/*プリント用／PC用と同じ*/
@import url("/css/en/pc/common.css/index.jsp") print;
@import url("/css/en/pc/contents.css/index.jsp") print;





