<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 */
@media screen and (max-width : 767px ){
	#content{
		width: 100vw;
	}
	#content img{
		width: 100%;
	}
	#content h1{
		width: 100%;
		height:42px;
		margin: 0.6em 0px 0.8em 0px;
		font-size: 16px;
		line-height: 42px;
		font-weight: bold;
		background-image: linear-gradient(#333333, #000000 );
		color: white;
		text-align: center;
	}
}
</pre></body></html>