/*============================
header.global
============================*/
header.global nav.local {
  border-top: 1px solid #ddd;
  background: #eee;
  min-width: 1075px;
}
header.global nav.local ul {
  width: 1060px;
  margin: 0 auto;
  letter-spacing: -0.5em;
}
header.global nav.local ul li {
  display: inline-block;
  letter-spacing: 0em;
}
header.global nav.local ul li a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}
header.global nav.local ul li a:hover {
  background: #ddd;
  text-decoration: none;
}

table#table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  border-top: 1px solid #666666;
  border-collapse: collapse;
}
table#table tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
table#table tr.rstatus-new {
  background: #FFFFCC;
}
table#table tr.rstatus-new td.rstatus {
  font-size: 110%;
}
table#table tr.rstatus-up {
  background: #FFEEFF;
}
table#table tr.rstatus-up td.rstatus {
  font-size: 120%;
}
table#table tr.rstatus-down {
  background: #EEFFFF;
}
table#table tr.rstatus-down td.rstatus {
  font-size: 120%;
}
table#table tr th,
table#table tr td {
  text-align: left;
  font-size: 85%;
}
table#table tr th {
  padding: 5px;
  background: #eee;
  vertical-align: top;
}
table#table tr td {
  vertical-align: middle;
}
table#table tr th.code {
  white-space: nowrap;
  text-align: left;
}
table#table tr th.code {
  white-space: nowrap;
  text-align: left;
}
table#table tr td {
  padding: 5px;
}
table#table tr td.dt {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #ddd;
  font-weight: bold;
}
table#table tr td.announcedate {
  width: 1px;
  white-space: nowrap;
  text-align: center;
}
table#table tr td.rstatus {
  padding: 0;
  text-align: center;
  width: 1px;
  white-space: nowrap;
}
table#table tr td.code {
  white-space: nowrap;
}
table#table tr td.broker {
  white-space: nowrap;
}
table#table tr td.rating {
  white-space: nowrap;
  text-align: center;
}
table#table tr td.goal {
  white-space: nowrap;
  text-align: center;
}
table#table thead tr th {
  border-bottom: 2px solid #ccc;
  white-space: nowrap;
  text-align: center;
}

p.memo {
  margin-bottom: 0;
}

p.notice {
  border: 1px solid #ccc;
  padding: 9px;
}

/* Css utility classes
-------------------------------------------------------*/
/* Icon */
.rstatus.icon-custom-new {
  font-size: 200%;
  color: #f93;
  line-height: 0.55;
  vertical-align: text-bottom;
}

.rstatus.icon-arrow-up {
  color: #693;
}

.rstatus.icon-arrow-down2 {
  color: #c00;
}
