<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.float_l {
	margin-bottom: 20px;
}

.float_r {
	border: solid 1px #9C9C9C;
	max-width: 450px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;        /* CSS3è‰æ¡ˆ */  
	-webkit-border-radius: 5px;    /* Androidç”¨ */  
}

.float_r img {
	width: 100%;
	height: auto;
}

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