<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 style info :common import css
=================================================================== */

/* reset style - reset/body deafult style
----------------------------------------------------------- */
@import url("reset.css");

/* header/footer style
----------------------------------------------------------- */
@import url("../../unchangeable/css/basic.css");
@import url("../../unchangeable/css/globalnav.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("thickbox.css");

/* megamenu.css転載
----------------------------------------------------------- */
body.pc header#header.position-static {
	height: auto!important;
}
.cookie-message .row button {
    position: absolute;
    right: 40px;
    top: 15px;
}
header#header.position-static+.content-wrapper {
	border-top-width: 0!important;
}</pre></body></html>