@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color:#2e3192;
	padding:4px;
}
a {
	text-decoration:none;
}
a.hover img {
	opacity: 0.6;
}

.clearfix:before,
.clearfix:after{
  content:"";
  display: table;
}
.clearfix:after{
  clear:both;
}

header {
	display:table;
	width:100%;
}
header>p {
	display:table-cell;
	vertical-align: bottom;
}
#logo {
	text-align:left;
}
#logo img {
	width:84px;
	height:26px;
}
#reload {
	text-align:right;
}
#reload a>span {
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
}
#reload a>img {
	vertical-align: middle;
	width:14px;
	height:15px;
}

h2 {
	background-color:#000046;
	color:#FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	margin:0;
}

body>div {
	background-color:#FFF;
	margin-bottom:8px;
}

#rate {
	display: table;
	width:100%;
}
#rate>* {
	display:table-row;
}
#rate>*>* {
	display:table-cell;
	vertical-align: middle;
}
#rate>a {
	background-color:#FFFFFF;
	font-size:10px;
	height:20px;
	color:#000000;
	text-align:center;
}
#rate>a:nth-child(odd) {
	background-color:#e8eaf5;
}
#rate>a.hover {
	background-color:#cfd3eb;
}
#rate>a>span {
	border-bottom: 1px solid #bac3f5;
	border-right: 1px solid #bac3f5;
	padding:0 2px;
	white-space:nowrap;
	text-align:right;
}
#rate>a>span:first-child {
	text-align:left;
	width:50%;
	letter-spacing: -1px;
}
#rate>a>span:last-child {
	border-right:none;
}
#rate>a:last-child>span {
	border-bottom:none;
}
#rate>a>span>img {
	width:42px;
	height:14px;
	vertical-align:middle;
	margin-right:2px;
}

#rate span.plus {
	color:red;
}
#rate span.minus {
	color:blue;
}

#chart>a {
	display:block;
	text-align: center;
	background-color:#e8eaf5;
	border-bottom: 1px solid #CCC;
	color:#000000;
}
#chart>a>span {
	font-size: 10px;
	line-height:16px;
	display:block;
}
#chart>a>img {
	width:100%;
	display:block;
}

.graph {
	width:100%;
	padding:4px;
	background-color:white;
}

#news ul {
	margin:0;
	padding: 0;
}
#news li {
	list-style-type: none;
	border-bottom: 1px dotted #1d2d90;
	margin-bottom: 0;
	height: 20px;
}
#news li:last-child {
	border-bottom: none;
}
#news li a {
	padding:0 4px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	line-height: 20px;
}

#banner img {
	width:100%;
	vertical-align: top;
}

@media screen and (max-width: 200px) {
	#rate>a>span>img {
		width:38px;
	}
}
