.section {
  margin-top: 10px;
}
.section:first-child {
  margin-top: 0;
}
.section.-border {
  border: 1px solid #c0ceea;
}

.top-banner a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.top-news-tab-list {
  letter-spacing: -0.4em;
  font-size: 0;
}
.top-news-tab-list li {
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  border-right: 1px solid #c0ceea;
  border-bottom: 1px solid #c0ceea;
}
.top-news-tab-list li:last-child {
  border-right: none;
}
.top-news-tab-list li a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  color: #426efc;
  background: #f1f5ff;
}
.top-news-tab-list li.ui-tabs-active {
  border-bottom: none;
}
.top-news-tab-list li.ui-tabs-active a {
  background: #fff;
}
.top-news-tab-list li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.top-news-tab-content {
  *zoom: 1;
  background: #fff;
  padding: 15px;
}
.top-news-tab-content:after {
  content: "";
  display: table;
  clear: both;
}

.top-news-list {
  padding-left: 1.5em;
  margin-bottom: 15px;
}

.top-news-item {
  list-style: disc;
  margin-top: 8px;
  line-height: 1.6;
}
.top-news-item:first-child {
  margin-top: 0;
}
.top-news-item a {
  text-decoration: none;
}
.top-news-item a:hover {
  text-decoration: underline;
}
.top-news-item .label {
  line-height: 1.0;
  margin-left: 10px;
}

.top-news-pickup {
  float: right;
  width: 240px;
  margin-left: 20px;
  padding: 10px;
  border: 1px solid #C0CEEA;
  line-height: 1.4;
  background: #f2f8ff;
}
.top-news-pickup a {
  text-decoration: none;
}
.top-news-pickup a:hover {
  text-decoration: underline;
}

.top-news-pickup-image {
  margin-bottom: 5px;
}

.top-news-pickup-date {
  color: #898989;
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.editable {
  padding: 10px;
}

.editable-header {
  background: #426efc;
  padding: 8px 10px;
  margin-bottom: 15px;
}

.editable-header-text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.editable-header-meta {
  margin-bottom: 10px;
}

.editable-header-date {
  display: inline-block;
  margin-right: 15px;
}

.editable-header-category {
  display: inline-block;
}
.editable-header-category a {
  color: #426efc;
}

.editable-body {
  line-height: 1.6;
  font-size: 12px;
  padding: 10px;
  color: #333;
}
.editable-body *:first-child {
  margin-top: 0;
}
.editable-body h3 {
  font-size: 14px;
  border-left: 3px solid #426efc;
  padding-left: 8px;
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: 15px;
}
.editable-body p {
  margin-top: 15px;
}
.editable-body ul {
  margin-top: 15px;
  padding-left: 1.5em;
}
.editable-body ul li {
  list-style: disc;
  margin-top: 5px;
}
.editable-body ol {
  margin-top: 15px;
  padding-left: 1.5em;
}
.editable-body ol li {
  list-style: decimal;
  margin-top: 5px;
}
.editable-body dl {
  margin-top: 15px;
}
.editable-body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.editable-body dl dd {
  margin-top: 5px;
}
.editable-body .news-list dt {
  clear: left;
  float: left;
  width: 190px;
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #426efc;
}
.editable-body .news-list dt .label {
  width: 100px;
  margin-left: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  border-radius: 6px;
  background: #999;
  color: #fff;
  text-decoration: none;
}
.editable-body .news-list dt .label:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.editable-body .news-list dt:first-child {
  border-top: none;
  padding-top: 0;
}
.editable-body .news-list dt:first-child + dd {
  border-top: none;
  padding-top: 0;
}
.editable-body .news-list dd {
  margin: 0 0 0 190px;
  padding: 8px 0 8px 10px;
  border-top: 1px dotted #426efc;
}
.editable-body .image-list {
  margin: 30px -6px 0;
  letter-spacing: -0.4em;
  padding: 0;
}
.editable-body .image-list li {
  margin: 0;
  width: 33.3333%;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  padding: 0 6px;
}
