<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 Document */

/*===========================================
	howto LinkBuds hpccustom.css
=============================================*/

#contents .ml40 {
    margin-left: 40px!important;
}

#contents .mr2em {
    margin-right: 2em;
}

#contents figure figcaption.right {
    text-align: right !important;
}

@media (max-width: 640px){	
	#contents .ml40 {
    margin-left: 0px!important;
    }
    
    #contents .mr2em {
    margin-right: 0;
    }
	
    #contents div.flex.top figure {
    margin-top: 0!important;
    margin-bottom: 0!important;    
    }
}
</pre></body></html>