<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 750px){ /* 990px for production */
    #header {
	position: relative;
	width: 1040px; height: 208px;
	background-image: url("../images/parts/header/header2_bg.png");
	background-size: 1080px auto;
	background-position: center bottom;
    }

    #header2_logo {
	position: absolute;
	top: 38px;
	left: 60px;
	z-index: 98;
    }

    #header2_box {
	position: absolute;
	top: 0px;
	left: 750px;
	z-index: 97;
    }

    #menu {
	position :absolute; left :0px; top: 0px;
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: transparent;
	z-index: 100;
	display: block;
    }

    #menu a::before {
	content: "��";
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
    }

    #menu a.last::after {
	content: "��";
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
    }
    
    
}

@media screen and (max-width: 749px){ /* 989 for production */

    #header {
	position: relative;
	width: 100%;
	background-image: url("../images/parts/header/sp_header_box.png");
	background-size: 50% auto;
	background-position: center top;
	background-repeat: no-repeat;

    }

    #sp_header_txt {
	width: 85%;
	height: auto;
	margin-left: 12%;
	margin-right: 3%;
	margin-top: 10px;
    }

    #sp_header_logo {
	width: 95%; height: auto;
	margin-left: 2%;
	margin-top: 10px;
    }

    #sp_header_txt_place {
	width: 95%; height: auto;
	margin-left: 2.5%;
	margin-top: 160px;
	margin-bottom: 10px;
    }
    

/*    #menu {
	display: none;
    }*/


    #menu_btn {
    	position: fixed;
    	left: 5px;
    	top: 5px;
    	z-index: 30000;
    }

    #menu {
    	position: fixed;
    	left: 35px;
    	top: 5px;

    	display: none;
    	width: 150px;
    	text-align: left;
    	z-index: 30000;
    }

    #menu a {
    	color: white;
    	text-decoration: none;
    	font-weight: bold;
    	display: inline-block;
    	width: 150px;
    	border-bottom: 1px solid #999;
    	padding: 5px 3px;
    	background-color: rgba(0, 0, 0, 0.6);
    }

    #menu a.last {
    	border-bottom: 0px;
    }

    
}</pre></body></html>