@charset "UTF-8";
/* CSS Document */
/* newsArea */
.newsArea .inner {
	padding: 100px 20px 100px;
}
.newsArea .inner .news {
	max-width: 900px;
	margin: 0 auto;
}
.newsArea .inner .news ul li {
    padding: 0 0 15px;
}
.newsArea .inner .news ul li span {
	display: inline-block;
}
.newsArea .inner .news ul li .date {
	/*font-family: 'Lato', sans-serif;*/
	font-size: 12px;
	letter-spacing: .15em;
	color: #767D85;
}
.newsArea .inner .news ul li .ttl {
	padding-left: 4em;
}
.newsArea .inner .news ul li .ttl a {
	font-size: 12px;
	color: #767D85;
}
.newsArea .inner .news ul li .ttl a:hover {
	font-size: 12px;
	color: #CCC;
}
/* ttlArea */
.ttlArea .ttl {
	padding: 20px 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
}
/*singleArea*/

.singleArea {
	max-width: 900px;
	margin: 0 auto;
    padding: 0;
}
.singleArea .desc h1.tit {
	padding-bottom: 5px;
	margin-bottom: 20px;
    font-size: 13px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #000;
	border-bottom: 1px solid #f3f3f3;
}
.singleArea .desc .date {
	padding-bottom: 40px;
	font-size: 12px;
	color: #777;
/*	text-align: right;
*/}
.singleArea .desc .content p {
    text-align: justify;
    font-size: 12px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	color: #333;
	line-height: 2;
	padding-bottom: 40px;
}
.singleArea .desc .content p img {
	height: auto;
}
.singleArea .desc .content img {
	height: auto;
}
/*ページャー*/
.pager {
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  padding: 50px 10px 30px;
}
.pager span,
.pager a {
  padding: 5px 10px;
  font-size: 12px;
  color: #888;
}
.pager span:hover,
.pager a:hover {
  color: #999;
}
.singleContainer .pager span:hover,
.singleContainer .pager a:hover {
 opacity: .7;
}
.pager .current {
  color: #222;
}
.pager .next,
.pager .prev {
  border: none;
}
.pager .next:hover,
.pager .prev:hover {
  color: #000;
}
.pager .prev {
  float: left;
}
.pager .next {
  float: right;
}
.pager .prev a,
.pager .next a {
  color: #777;
}
.pager .prev a:hover,
.pager .next a:hover {
  color: #888;
}
@media screen and (max-width: 1000px) {
	/* newsArea */
	.newsArea .inner {
		padding: 60px 8vw 60px;
	}
	.newsArea .inner .news ul li .ttl {
		padding-left: 2em;
		line-height: 1.2;
	}
	.pager {
		overflow: hidden;
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	/* newsArea */
	.newsArea .inner .news ul li span {
		display: block;
	}
	.newsArea .inner .news ul li .ttl {
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
/* ttlArea */
	.ttlArea .ttl {
		padding: 20px 6vw 0;
		font-size: 16px;
	}
	.newsArea .inner .news ul li .ttl {
		padding-left: 0;
	}
}
