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

/*
	================================================================================================
		support portable-player manual css index.css
	================================================================================================
*/

div#contents .txtbox_manual02{
	border: 1px solid #cccccc;
	padding: 15px;
	margin-left: 10px;
}

div#contents .txtbox_manual02 li {
	margin: 0 0 10px 1em;
}

div#contents .txtbox_manual02 p{
	margin: 0 0 12px 1em;
	text-indent: -1em;
}

div#contents p.btn_enter{
	margin-bottom:30px;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 640px) {
    div#contents .txtbox_manual02{
        margin-left: 0px;
    }
}

#contents .textLink{
    display: inline-block;
    background-position: 0 6px;
}

#contents p &gt; a.textLink{
    margin-top: 5px;
}

#contents p.portableLink{
    padding: 0 1em;
    margin: 0;
}

@media screen and (max-width: 640px) {
    #contents p.portableLink{
        padding: 0;
    }
}</pre></body></html>