@charset "utf-8";

/* CSS Document */

.container {
  padding: 0;
  margin: 0;
}

.tag_ {
  width: 100%;
  border-bottom: 2px dotted #909090;
  overflow: hidden;
  clear: both;
  margin: 0 auto 16px;
  text-align: center;
  padding-bottom: 8px;
}

#news_area li {
  list-style: none;
}

.dateDisplay {
  float: left;
}

#news_area .tag {
  padding: 2px 8px;
  border: 1px solid #aaa;
  text-decoration: none;
  font-size: 11px;
  border-radius: 4px;
  display: inline-block;
  line-height: 100%;
  margin: 0px 2px;
  vertical-align: top;
}

#news_area .org {
  background-color: #FFD376;
}

#news_area .red {
  background-color: #FF9C9E;
}

#news_area .blu {
  background-color: #B5D4FF;
}

.box_date {
  /*  width: 100%;*/
  overflow: hidden;
  line-height: 1.0em;
}

.box {
  float: left;
  margin-left: 15px;
  text-align: left;
}

#news_area .image {
  width: 160px;
  float: left;
}

#news_area .image img {
  width: 100%;
}

.dateDisplay {
  font-weight: 400;
  margin-right: 6px;
  font-size: 14px;
  color: #7c7c7c;
}

.title {
  margin: 6px 0 4px;
  font-size: 19px;
  text-align: left;
  font-weight: 600;
  color: #454545;
}

a.title {}

.textBody {
  font-size: 16px;
  width: 640px;
}

@media screen and (max-width: 767px) {
  /*  @media screen and (max-width: 640px) {*/
  .tag_ {
    width: 100%;
    border-bottom: 1px dotted #909090;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  #news_area .image {
    width: 25%;
    float: left;
    margin: 0 auto;
    text-align: center;
  }
  .box {
    width: 70%;
    float: right;
    margin: 0 0 0 5px;
    padding: 0;
  }
  .textBody {
    font-size: 14px;
    width: 90%;
    white-space: wrap;
  }
}
