@charset "utf-8";
/* CSS Document */

@import "normalize.css";
@import url("../common/css/lhb_pc.css") only screen and (min-width:1100px);
@import url("pc.css") only screen and (min-width:1100px);
@import url("../common/addons/validation/inquiry_pc.css") only screen and (min-width:1100px);
@import url("../design/css/design_pc.css") only screen and (min-width:1100px);



@import url("../common/css/lhb_sp.css") only screen and (max-width:1099px);
@import url("sp.css") only screen and (max-width:1099px);
@import url("../common/addons/validation/inquiry_sp.css") only screen and (max-width:1099px);
@import url("../design/css/design_sp.css") only screen and (max-width:1099px);


@import url("../common/css/lhb_pc.css") only print;
@import url("pc.css") only print;
@import url("../common/addons/validation/inquiry_pc.css") only print;

@media print {
body {
width: 1100px;
}
}
