body.under {
  background: url(../images/news/bg01.png) no-repeat center top #000000;
}
body.under div#AllBox {
  width: 100%;
}
h2 {
  background: url(../images/news/tit01.png) no-repeat 0 0;
  width: 58px;
  height: 181px;
  text-indent: -9990px;
  position: absolute;
  top: 90px;
  right: 10px;
}
/* Main
===============================================================*/
.bg01 {
  /*	height: 851px;*/
  height: 354px;
}
div#Main {
  width: 980px;
  /*  margin: -419px auto 0;*/
  margin: 0 auto 0;
}
div#Main .bg02 {
  padding: 5px 0 0 230px;
}

.box01 {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.box01 dl dd {
  color: #c2c2c2;
  font-size: 14px;
  line-height: 28px;
}

/* News List
================================================ */
#Main .bg02 .news_list {
  width: 100%;
  margin-bottom: 30px;
}

#Main .bg02 .news_list .nl_box {
  border-bottom: #303030 1px solid;
}

#Main .bg02 .news_list .nl_box a {
  display: table;
  width: 100%;
  padding: 15px 19px;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Main .bg02 .news_list .nl_box:first-child a {
  padding-top: 0;
}

#Main .bg02 .news_list .nl_box p {
  display: table-cell;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

#Main .bg02 .news_list .nl_box p.day {
  color: #b0b0b0;
  width: 100px;
  font-family: "Noto Serif JP", serif;
}

#Main .bg02 .news_list .nl_box a:hover {
  text-decoration: none;
}
#Main .bg02 .news_list .nl_box a:hover p {
  color: rgba(255, 255, 255, 0.5);
}
#Main .bg02 .news_list .nl_box a:hover p.day {
  color: rgba(176, 176, 176, 0.5);
}
#Main .bg02 .news_list .nl_box a:hover p.tl {
  text-decoration: underline;
}

/* Article
================================================ */
#Main .bg02 article {
  width: 100%;
  padding-bottom: 14px;
}

#Main .bg02 article p {
  color: #ffffff;
  font-size: 14px;
  margin: 0 22px 26px;
}

#Main .bg02 article p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#Main .bg02 article .n_title {
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: #4d4d4d 1px solid;
}

#Main .bg02 article .n_title h3 {
  color: #ffffff;
  font-size: 20px;
  padding: 0 22px;
  font-weight: normal;
}

#Main .bg02 article .n_title p {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

/* pager
================================================ */
#Main .pager {
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}

#Main .pager a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
  color: #ffffff;
  background: #181818;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Main .pager a:hover {
  background: #393939;
  text-decoration: none;
}

#Main .pager span.current {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
  color: #ffffff;
  background: #393939;
}

#Main .pager a.previouspostslink,
#Main .pager .comPageBtn li.prev a {
  background: none;
  width: auto;
  height: auto;
  margin-right: 30px;
  padding-left: 15px;
  background: url(../images/news/prev.png) no-repeat left center;
}

#Main .pager a.nextpostslink,
#Main .pager .comPageBtn li.next a {
  background: none;
  width: auto;
  height: auto;
  margin-left: 30px;
  margin-right: 0;
  padding-right: 15px;
  background: url(../images/news/next.png) no-repeat right center;
}

#Main .pager a.previouspostslink:hover,
#Main .pager .comPageBtn li.prev a:hover,
#Main .pager a.nextpostslink:hover,
#Main .pager .comPageBtn li.next a:hover {
  text-decoration: underline;
}

#Main .pager .comPageBtn li {
  display: inline;
}

#Main .pager .comPageBtn li.back a {
  width: 130px;
  height: 40px;
  padding: 12px 0;
  margin-right: 0;
}

#Main .pager a.first {
  display: none;
}

#Main .pager a.last {
  display: none;
}

#News_detail article a {
  color: #fff;
  text-decoration: underline;
}
#News_detail article a:visited {
  color: #fff;
}
#News_detail article a:hover {
  opacity: .5;
}
