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

#nextnumberBox{
	clear:both;
	overflow:hidden;
	width:890px;
	padding:9px 20px 0px;
	margin:0px auto;
	background-color:#000;
	border-radius: 11px;         /* CSS3 */
    -webkit-border-radius: 11px; /* Webkit */
    -moz-border-radius: 11px;    /* Mozilla */
}
#imgCover{
	border:4px solid #fff;
	float:left;
	margin-top:11px;
	height: 590px;
}
#titlePoint{
	float:right;
	margin-bottom:16px;
}
.topics{
	float:right;
	margin-bottom:13px;
}
#bnrArea{
	float:right;
	width:444px;
	margin-top:1px;
}
#bnrTwitter{
	padding-right:2px;
}
#imgFortcoming{
	clear:both;
}



#shopInfo{
	clear:both;
	width:930px;
	height: 0px;
	padding-top: 37px;
	display:block;
	overflow:hidden;
	background: url(../about/images/shop.png) no-repeat;
	margin-left: -10px;
}</pre></body></html>