/*

For News Entries

*/

/* common */
.x-main {
  font-size: 0.9em;
  line-height: 1.75em;
}
.entry-wrap_news {
  margin: 5em 0;
  padding: 0 10%;
}
header.entry-header_news,
footer.entry-footer_news {
  margin: 3em 0;
}
.entry-category_news {
  display: inline-block;
  width: fit-content;
  color: #fff;
  background: #555;
  font-size: 0.9em;
  padding: 0.3em 1em;
  margin-right: 1em;
}
.entry-tag_news {
  display: inline-block;
  width: fit-content;
  color: #fff;
  background: #999;
  font-size: 0.9em;
  padding: 0.3em 1em;
  margin-right: .5em;
}
h3.entry-title_news {
  font-size: 1.5em;
  margin-top: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 5px solid #555;
}
.entry-date_news {
  text-align: right;
  padding-right: 0.2em;
}
.entry-pagenate-news {
  display: block;
  border-top: 3px solid #555;
  padding-top: 2em;
  text-align: center;
}
.entry-wrap_news a {
  text-decoration: underline !important;
}
.entry-wrap_news a:hover {
  text-decoration: none !important;
}

/* EOP */
.table_eop {
  width: 75%;
}
.table_eop,
.table_eop th,
.table_eop td {
  border: 1px dotted #ccc;
  white-space: nowrap;
}
.table_eop th,
.table_eop td {
  padding: 0.3em;
  padding-right: 1em;
}
.table_eop th,
.table_eop tr:first-child th,
.table_eop tr:first-child td {
  text-align: left;
  font-weight: normal;
  background: #eee;
}
.table_eop td {
  vertical-align: middle;
}

/*** RESPONSIVE ***/
@media screen and (max-width: 1023px) {
  .table_eop {
    width: 100%;
  }
  .table_eop, .table_eop th, .table_eop td {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  header + div {
    width: 100% !important;
  }
  .entry-wrap_news {
    margin: 0;
    padding: 0;
  }
}
