@charset "UTF-8";


.social-btn {
  text-align: right;
}

.social-btn_item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.social-btn_item:first-child {
  margin-left: 0;
}

.newsMargin {
  margin-top: 15px;
}
@media (width >= 768px) {
  .newsMargin {
    margin-top: 20px;
  }
}
@media (width >= 1080px) {
  .newsMargin {
    margin-top: 40px;
  }
}

.infoHeader {
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
}
@media (width >= 1080px) {
  .infoHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.infoDate {
  margin-bottom: 8px;
}
@media (width >= 1080px) {
  .infoDate {
    margin-bottom: 0;
  }
}

.infoDetail h1, .infoDetail h4 {
  line-height: 1;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  background-color: #E9ECEF;
  border-left: 3px solid #000;
}
.infoDetail h2, .infoDetail h5 {
  font-size: 16px;
  font-weight: bold;
}
.infoDetail h2:before, .infoDetail h5:before {
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  content: "\25a0";
  color: #000;
}
.infoDetail h3, .infoDetail h6 {
  font-size: 15px;
  font-weight: bold;
}
.infoDetail table {
  margin: 0 0 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-collapse: collapse;
}
.infoDetail table th {
  background: #f0f0f0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 12px;
}
.infoDetail table td {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
.infoDetail a {
  color: #000;
  text-decoration: underline;
}
.infoDetail a:hover {
  text-decoration: none;
}
@media (width < 1080px) {
  .infoDetail img {
    max-width: 100%;
  }
}

table.news_table {
  margin: 0 0 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  width: auto;
}
table.news_table td {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
@media (width >= 768px) {
  table.news_table td {
    padding: 12px;
  }
}
table.news_table td:first-child {
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
  text-align: left;
}

table.news_table2 {
  margin: 0 0 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table.news_table2 th {
  background: #f0f0f0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 12px;
}
table.news_table2 td {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
/*# sourceMappingURL=news.css.map */
