
@charset "utf-8";

.article_clear {
  position: relative;
  clear: both;
}

.article_box
{
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(200, 200, 200, 0.8);
}

.article_box_caption
{
  width: 250px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align:center;
}

.article_box_screenshot
{
  width: 250px;
  height: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.article_box_desc
{
  width: 250px;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

