/*body {
	background:#000;
}

#wrapper {
	background:#fff;
	max-width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
*/

#hinfo {
	line-height: 15px;
}

#hinfo .word {
	color: #bf1e2e;
	font-size: 10px;
	padding: 4px 0 0 0 ;
}

#header-ld .tresult {
	font-size: 10px;
	padding: 0 2px 0 0;
	line-height: 15px;
	text-align: right;
}

#header-ld .tresult span {
	font-style: italic;
	font-weight: bold;
}

#header-ld .tresult strong {
	font-size: 15px;
	color: #870e10;
}

#header-ld .tdate {
	padding-top: 2px;
	line-height: 15px;
	font-size:10px;
}

#header-ld .info {
	margin-top: 8px;
}

#maincontent-ld {
	margin-top: 0px;
}

#maincontent-ld table.mprize {
	width: 100%;
    border-collapse:separate;
    border-spacing:0 5px;
}

#maincontent-ld table.mprize tr td {
	background:#113989;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #feec53;
}

#maincontent-ld table.mprize tr td.number {
	letter-spacing: 5px;
	font-style: normal;
	color: #fff;
}

#maincontent-ld table.mprize tr td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#maincontent-ld table.mprize tr td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#maincontent-ld .o-prize {
	margin-bottom: 5px;
}

#maincontent-ld .o-prize h3 {
	background: #ff0000;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	padding-bottom: 5px;
	margin: 5px 0 2px 0;
}

#maincontent-ld table.oprize {
	width: 100%;
    border-collapse:separate;
    border-spacing:2px;
}

#maincontent-ld table.oprize tr td {
	text-align: center;
	background:#113989;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

#footer-ld {
	font-size: 10px;
	color: #1c1c1c;
	background:none;
	padding-bottom:20px;
}

#footer-ld .copyright-ld {
	float:left;
	display:inline;
	padding-left:20px;
}

#footer-ld .info-ld {
	float:right;
	display:inline;
	padding-right:20px;
}