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

/* *****************************************
/*+  html5 setting  +**************************
/***************************************** */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

/* *****************************************
/*+  margin setting  +**************************
/***************************************** */
body {
    margin:0;
    padding:0;
	}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
	background-color:transparent;
	}


/* *****************************************
/*+  list setting  +**************************
/***************************************** */
ul,li {
	list-style:none;
	}
ol {
	}
ol li {
	list-style:decimal;
	margin:0 0 20px 28px;
	}


/* *****************************************
/*+  link setting  +********************************
/***************************************** */
a {
	color:#FFF;
	text-decoration:none;
	outline: none;
	}
a:hover {
	color:#FFF;
	text-decoration:underline;
	}


/* *****************************************
/*+  other setting  +**************************
/***************************************** */
#oxydriveContainer *, #oxydriveContainer *:before, #oxydriveContainer *:after {
	box-sizing: border-box;
}

html{ 
    height:100%; 
	overflow-y: scroll;  
	} 

hr {
	display:none;
	}

hr.divide {
	display:block;
	}

a img {
	border:0;
	vertical-align:middle;
	text-decoration:none;
	}

img {
	vertical-align:middle;
	border:0;
	}

table{  
	border-collapse: collapse;
	border-spacing: 0;  
	}

/*+ hover alpha + ---------------------------- */
.alpha img{
opacity:1.0;
-ms-filter: "alpha( opacity=100 )";
filter: alpha(opacity=100);
}

.no-touchevents.csstransitions .alpha img{
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.alpha:hover img{
opacity:0.7;
-ms-filter: "alpha( opacity=70 )";
filter: alpha(opacity=70);
}

.fadeRollover{
	cursor:pointer;
}

/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* *****************************************
/*+  switch image  +****************************
/***************************************** */
.switch {
    visibility: hidden;
}

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