@charset "UTF-8";
body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

#container_dc {
  position: absolute;
  width: 298px;
  height: 598px;
  border: 1px solid #000080;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#content_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#background_exit_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/* ========================================
UNIT CSS
======================================== */

#header {
  width: 300px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url('header.png') center center no-repeat;
}

#header::before {
  content: "";
  width: 300px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('pattern.jpg') center center no-repeat #fff;
  background-size: cover;
  z-index: -1;
}

#articles_loading {
  position: absolute;
  right: 0px;
  top: 123px;
  width: 300px;
  height: 435px;
  background-color: #fff;
  background-image: url('loading.gif');
  background-position: center;
  background-repeat: no-repeat;
}

#articles_container {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background: #9c9a9a;
}

#articles_container>div {
  position: relative;
  height: 67px;
  width: 282px;
  background: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 43, 97, 0.15);
  border-radius: 5px;
  margin: 8px 8px;
}

.articles a {
  width: 262px;
  height: 55px;
  display: block;
  text-decoration: none;
  position: relative;
  top: 10px;
  left: 10px;
}

.articles p {
  width: 190px;
  height: 28px;
  font-family: 'Karma', serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.articles span {
  display: block;
  width: 190px;
  height: 27px;
  font-family: 'Karma', serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.articles span>em {
  content: " Read More";
  font-size: 11px;
  font-weight: bold;
  color: #3581df;
}

.articles span:after {
  content: url('arrow.png');
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.articles img {
  float: left;
  margin-right: 5px;
  width: 67px;
  height: 49px;
  border-radius: 5px;
}

#mpu {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 300px;
  height: 265px;
  cursor: pointer;
  background: url('sponsored_by.png') left top no-repeat;
}

#mpu:hover {
  background-color: rgba(255, 255, 255, .15);
}

#sponsor {
  position: absolute;
  width: 300px;
  height: 250px;
  left: 0;
  bottom: 0;
  background: url('sponsor.jpg') left top no-repeat;
  background-size: 100% 100%;
}

#sponsor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
}

#sponsor:hover:before {
  opacity: 1;
}