@charset "shift_jis";

@import url("../../../common3/css/import.css");
@import url("../../common/css/style.css");

/* PC版 */
@import url(../../common/css/pc.css) screen and (min-width:769px);

/* スマホ版 */
@import url(../../common/css/smart.css) screen and (min-width: 0px) and (max-width:768px);
