/* OKB証券　トッププライススタイルシート */

*
{
	margin:		0;
	padding:	0;
}

#frame
{
	width:			1050px;
	height:			300px;
}

#frame:after
{
	display:		block;
	clear:			both;
	content:		"";
}

.cellbox
{
	float:			left;
	width:			348px;
	height:			280px;
}

.pricebox
{
	width:			90%;
	height:			100%;
	margin:			0 auto;
	border: solid #8EA3B6 1px;
	border-radius:	8px;
	background-color:	#FFFFFF;
}

.titlebar
{
	width:			calc(100% - 14px);
	height:			40px;
	font-size:		18px;
	line-height:	40px;
	padding-left:	14px;
	background-color:	#666666;
	color:			#FFFFFF;
	border-radius:	8px 8px 0px 0px;
}

.lastprice
{
	width:			100%;
	margin:			8px auto;
	font-size:		28px;
	font-weight:	bold;
	text-align:	center;
}

.change
{
	width:			100%;
	font-size:		18px;
	text-align:	center;
	margin-top:	-8px;
}

.chartimg
{
	margin-top:	12px;
	width:			260px;
	margin:			10px auto;
}

.datetime
{
	float:			right;
	coloe:			#FFFFFF;
	font-size:		12px;
	padding-right:	8px;
}

.chgplus
{
	color:			#FF0000;
}

.chgminus
{
	color:			#0000FF;
}
