h2#ptitle {
	margin : 5% 0 5% 0;
	font-size : 180%;
	font-weight : 900;
	text-align : center;
}

ul#entries {
	list-style : none;
	width : 100%;
    margin-bottom : 4%;
}

ul#entries li {
	position : relative;
	margin-bottom : 2%;
	padding : 4% 3.5% 4% 3.5%;
	background : #ffffff;
}

ul#entries li:last-child {
	margin-bottom : 2%;
}

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

.thumbnail {
	width : 33%;
	background-size : cover;
	background-position : center center;
	padding-top: 120px;
	border-radius : 6px;
}

.edetail {
	position : absolute;
	width : 57%;
	top : 13%;
	right : 4.5%;
}

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

.edetail h3 {
	color : #282828;
	font-weight : 500;
	font-style : normal;
	font-size : 100%;
	line-height : 1.45em;
}

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

p.etext {
	display : none;
}

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

ul#pnavi {
	clear : both;
	margin-bottom : 9%;
	text-align : center;
}

ul#pnavi li {
	list-style : none;
	display : inline;
	font-size : 110%;
	text-align : center;
}

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

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