@charset "UTF-8";
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul.newsList li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: normal;
}

.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}

.newsDate b {
  margin-left: 3px;
}

ul.newsList li .Img {
  float: left;
  margin-right: 10px;
  width: 250px;
  border: 2px solid #eee;
}

ul.newsList li .Img img {
  display: block;
  width: 100%;
}

ul.newsList li .Txt {
  overflow: hidden;
}

ul.newsList li .Txt h3 {
  font-size: 19px;
  font-weight: normal;
  color: #2f2f2f;
  margin-bottom: 3px;
}

ul.newsList li .Txt h3 a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

ul.newsList li .Txt h3 a:hover {
  color: #f0c600;
}

ul.newsList li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}

.shareBox {
  float: right;
}

.shareBox .btn-fb {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.shareBox a.back {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  background: #ae4233;
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  transition: none;
}

.shareBox a.back:hover {
  background: #398cb1;
}

.titleArea {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding: 0 0px 15px 0px;
}

.titleArea h1 {
  font-size: 19px;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

.titleArea h1 b {
  font-size: 12px;
  color: #A3A3A3;
  font-weight: normal;
  margin-left: 5px;
}

.titleArea .btn-fb {
  float: left;
}

.titleArea a.back {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 5px;
  color: #06F;
  font-size: 10pt;
}

@media (max-width: 640px) {
  ul.newsList li .Img {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.newsList li .Txt {
    overflow: visible;
  }
}
