<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* On design MAIN PAGE */

@import url("../ws22.css");

/*縲photo繝｡繝九Η繝ｼ */
#pfmn li#p4 a {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#pfmn li#p4 a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}







/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}</pre></body></html>