.posts-list{
	position: relative;
	overflow: hidden;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.posts-list .news-area{
	width: 100%;
}
.news-area ul{
	position: relative;
}
.news-area li{
	float: left;
	width: 270px;
	height: auto;
	padding-top: 20px;
	text-align: left;
	border-right: 1px solid #fff;
}
.news-area li:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.news-area li{
	text-decoration: none;
	outline: none;
}
.news-area li::before,
.news-area li::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.news-area li,
.news-area li::before,
.news-area li::after{
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news-area li a{
	display: block;
}
.news-area li .thumb{
	position: relative;
	overflow: hidden;
	width: 270px;
	height: 170px;
}
.news-area li .cover{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: -85px 0 0 -50%;
	text-align: center;
}
.news-area li .cover img{
	min-height: 170px;
	min-width: 10%;
	vertical-align: middle;
}
.news-area li .cover img:hover{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
.news-area li .caption{
	width: 270px;
	height: 150px;
	padding: 24px;
	padding-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.news-area li:nth-child(odd) .caption{
	background-color: #fafafa;
}
.news-area li:nth-child(even) .caption{
	background-color: #f2f2f2;
}
.news-area li .caption .category{
	padding-bottom: 10px;
	font-weight: bold;
	color: #7a7a7a;
}
.news-area li .caption span{
	padding-left: 14px;
}
.news-area li .caption .title{
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 1080px){
	.posts-list{
		width: 90%;
		padding-bottom: 0;
	}
	.news-area li{
		width: 100%;
		padding-top: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.news-area li .thumb{
		float: left;
		width: 30%;
		height: 130px;
	}
	.news-area li .cover{
		height: auto;
		line-height: auto;
		margin: -65px 0 0 -50%;
	}
	.news-area li .cover img{
		width: 100%;
		min-width: 200px;
		min-height: 130px;
		vertical-align: middle;
	}
	.news-area li .caption{
		float: right;
		width: 70%;
		height: 130px;
		padding: 3% 3% 0;
	}
}
@media screen and (max-width: 650px){
	.news-area li .thumb{
		width: 40%;
		height: 86px;
	}
	.news-area li .cover{
		margin: -43px 0 0 -50%;
	}
	.news-area li .cover img{
		min-width: 100px;
		min-height: 86px;
	}
	.news-area li .caption{
		width: 60%;
		height: 86px;
		padding: 4%;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.news-area li .caption span{
		padding-left: 10px;
	}
	.news-area li .caption .category{
		padding-bottom: 3%;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.news-area li .caption .title{
		padding: 0;
		line-height: 1.5;
	}
}

/* single -------------------*/

.post-body{
	position: relative;
	overflow: hidden;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0 200px;
	text-align: left;
}
.post-body .inner{
	width: 100%;
}
.post-body .category{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #7a7a7a;
}
.post-body .category span{
	padding-left: 14px;
}
.post-body h3,
.post-body h3 span{
	height: 38px;
}
.post-body h3{
	width: 100%;
	margin-top: 30px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
	border-bottom: 1px solid #dadada;
}
.post-body h3 span{
	display: inline-block;
	border-bottom: 1px solid #3a3a3a;
}
.post-body .text-area{
	position: relative;
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.post-body .text-area a{
	color: #6ec85a;
}
.post-body .text-area a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1080px){
	.post-body{
		width: 90%;
		padding: 50px 0 150px;
	}
	.post-body h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 650px){
	.post-body{
		padding: 5% 0 100px;
	}
	.post-body .category{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.post-body h3,
	.post-body h3 span{
		height: auto;
	}
	.post-body h3{
		margin-top: 5%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.post-body h3 span{
		padding-bottom: 3%;
	}
	.post-body .text-area{
		padding-top: 6%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing : 0;
	}
}

/* pagenation -------------------*/

.post_footer{
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 200px;
}
#pagination{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 13px;
	line-height: 13px;
}
#pagination span,
#pagination a{
	display: block;
	float: left;
	width: auto;
	padding: 8px 12px;
	margin: 2px 8px 2px 0;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#pagination a:hover,
#pagination .current{
	background-color: #fff;
}
#pagination .current{
	font-weight: bold;
}
.post-body .pager{
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	margin: 80px auto 0;
	text-align: center;
	border-top: 1px dotted #ddd;
}
.post-body .pager div{
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
.post-body .pager div a:hover{ text-decoration: underline; }
.post-body .pager .prev{ float: left; }
.post-body .pager .next{ float: right; }

@media screen and (max-width: 1080px){
	.post_footer{
		width: 90%;
		padding-bottom: 100px;
	}
	#pagination{
		font-size: 11px;
		line-height: 11px;
	}
	#pagination span,
	#pagination a{
		margin-right: 6px;
	}
	.post-body .pager{
		margin-top: 10%;
	}
}
@media screen and (max-width: 650px){
	.post-body .pager{
	}
	.post-body .pager div{
		font-size: 10px;
		font-size: 1.0rem;
	}
}