h2#ptitle {
	margin : 40px 0 40px 0;
	font-size : 250%;
	font-weight : 900;
	text-align : center;
}

ul#entries {
	list-style : none;
	overflow : hidden;
	width : 1200px;
	margin : 0 auto 50px auto;
}

ul#entries li {
	float : left;
	position : relative;
	width : 585px;
	margin : 0 30px 30px 0;
	background : #ffffff;
	border-radius : 12px;
}

ul#entries li:nth-child(2n) {
	margin : 0 0 30px 0;
}

ul#entries li a {
	display : block;
	padding : 20px;
	text-decoration : none;
}

ul#entries li a:hover {
	display : block;
	padding : 20px;
	text-decoration : none;
}

.thumbnail {
	width : 160px;
	background-size : cover;
	background-position : center center;
	padding-top: 160px;
	border-radius : 9px;
}

a:hover .thumbnail {
	opacity : 0.6;
	filter : alpha(opacity=60);
}

.edetail {
	position : absolute;
	width : 360px;
	top : 20px;
	right : 20px;
}

.edetail h3 {
	display : -webkit-box;
	-webkit-box-orient : vertical;
	-webkit-line-clamp : 2;
	overflow : hidden;
	color : #282828;
	line-height : 1.4em;
	font-weight : 500;
	font-style : normal;
	font-size : 100%;
}

ul#entries li a h3 {
	color : #282828;
}

ul#entries li a:hover h3 {
	color : #999999;
}

p.edate {
	margin-bottom : 5px;
	font-size : 90%;
	font-family: "Figtree",sans-serif;
	font-optical-sizing : auto;
	font-weight : 400;
	font-style : normal;
	color : #666666;
	letter-spacing : 1px;
}

p.etext {
    display : -webkit-box;
	-webkit-box-orient : vertical;
	-webkit-line-clamp : 2;
	overflow : hidden;
	margin-top : 13px;
	padding-top : 12px;
	border-top : solid 1px #a0a0a0;
	font-size : 90%;
	color : #666666;
	line-height : 1.5em;
}

/*----------PAGE_NAVI----------*/

ul#pnavi {
	clear : both;
	margin-bottom : 70px;
	text-align : center;
}

ul#pnavi li {
	list-style : none;
	display : inline;
	margin : 0 3px 0 0;
	font-size : 120%;
	text-align : center;
}

ul#pnavi li a {
	display : inline-block;
	width : 40px;
	height : 40px;
	line-height : 37px;
	border-radius : 50%;
	color : #ffffff;
	background : #2db47d;
	text-decoration : none;
}

ul#pnavi li a:hover {
	display : inline-block;
	width : 40px;
	height : 40px;
	line-height : 37px;
	border-radius : 50%;
	color : #ffffff;
	background : #3c7d05;
	text-decoration : none;
}

ul#pnavi span.current_page {
	display : inline-block;
	width : 40px;
	height : 40px;
	line-height : 37px;
	border-radius: 50%;
	color : #282828;
	background-color : #ffffff;
}