/*========================================================================
   news layout
========================================================================*/
#news #mainVisual {
  background: url(../img/news/mainimg.jpg) no-repeat center/cover;
}

.bgtxt {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .bgtxt {
    left: 50%;
  }
}

.btn_admin {
  text-align: right;
  font-size: 0.75em;
}

/* news #n-list
***************************************************/
#news_wrap.inner {
  max-width: 1200px;
}

.pager {
  text-align: right;
  padding: 1em 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pager {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
  }
}
.pager a {
  color: #692;
  font-size: 0.93em;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.84em;
  border-radius: 1em;
  padding: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.4em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pager a.current {
  background: #692;
  color: #fff;
}
.pager a:hover {
  color: #fff;
  background: rgba(102, 153, 34, 0.5);
}

.newsList {
  padding: 0px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.newsList #newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsList #newsList > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsList {
    padding: 50px 20px;
  }
}
.newsList li {
  padding: 0.8em;
  margin-bottom: 1em;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsList li span {
  display: inline-block;
  margin: 0 0.25em;
}
.newsList .up_ymd {
  white-space: nowrap;
}
.newsList .catName {
  display: inline-table;
  padding: 3px 5px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #e91;
  border-radius: 9px;
}
.newsList .title {
  font-size: 1.06em;
  line-height: 1.6;
}
.newsList .newMark {
  display: inline-table;
  padding: 2px 3px;
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #d53;
  border-radius: 3px;
}
.newsList .thumbNailWrap {
  display: block;
  margin-top: 0.4em;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  float: left;
}
.newsList .comment {
  display: block;
  margin-top: 0.6em;
}

/* news_detail #single
***************************************************/
#single {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
}
#single.inner {
  max-width: 1000px;
}
#single .pNav {
  font-size: 1em;
  margin-bottom: 3em;
}
#single h2 {
  font-size: 2em;
  line-height: 1.2;
  padding: 5px 0;
  border-bottom: 1px dotted #cba;
}
#single #up_ymd {
  text-align: right;
  font-size: 1em;
  margin: 0em 0 1em;
}
#single .detailText {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 60px;
}
#single .detailUpfile {
  text-align: center;
  margin: 30px 0;
}
#single .detailUpfile img {
  max-width: 100%;
  height: auto;
}
#single .backORcloseBtn {
  text-align: center;
  line-height: 100%;
  padding-top: 30px;
}
#single .backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}