
body.under div#AllBox{
	width:100%;
	}

h2{
	background:url(../images/news/img_tit_01.jpg) no-repeat center top;
	background-size:100% auto;
	text-indent:-9990px;
	padding-top:52.5%;
	height:0;
	}


/* Main
===============================================================*/
div#Main .bg02{
    padding: 0 13px;
}

.box01 dl dd{
	color:#c2c2c2;
	line-height:16px;
}


/* 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: block;
	padding: 11px 0;
}
#Main .bg02 .news_list .nl_box:first-child a {
	padding-top: 0;
}

#Main .bg02 .news_list .nl_box p {
    color: #FFFFFF;
	line-height: 17px;
}

#Main .bg02 .news_list .nl_box p.day {
	color: #b0b0b0;
	margin-bottom: 7px;
	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: 10px;
}

#Main .bg02 article p {
    color: #FFFFFF;
    line-height: 20px;
	margin: 0 0 20px;
}

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

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

#Main .bg02 article .n_title h3 {
    color: #FFFFFF;
    font-size: 16px;
	font-weight: normal;
}

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


/* pager
================================================ */
#Main .pager {
	width: 100%;
	text-align: center;
	letter-spacing: -.4em;
	padding-bottom: 15px;
}

#Main .pager a {
	display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    letter-spacing: 0;
	font-size: 15px;
	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: .3s;
    transition: .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: 15px;
	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: 27px;
	padding-left: 15px;
	background:url(../../images/news/prev.png) no-repeat left 15px;
}

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

#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.prev a {
	margin-right: 22px;
}
#Main .pager .comPageBtn li.next a {
	margin-left: 22px;
}
#Main .pager .comPageBtn li.back a {
	width: 130px;
    height: 40px;
	padding: 12px 0;
	margin-right: 0;
}