@charset "utf-8";
/* CSS Document */



/* --------------------------------------------------
news-list
-------------------------------------------------- */


/* -- news-list -- */


.news-list{
	width:100%;
	border-top:1px dotted #CCC;
}
.news-list li a{
	border-bottom:1px dotted #CCC;
	display:flex;
	padding:2rem 0;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}

.news-list .post-date{
	display: inline-block;
}

.news-list .cate-gene,
.news-list .cate-zoo,
.news-list .cate-bota {
	width:7em;
	text-align:center;
	height:1.6em;
	display: inline-block;
}


.news-list li .link-post{
	margin-top: .5em;
}

.news-list li a .link-post{
	text-decoration:underline;
}

.news-list li a:hover .link-post{
	text-decoration:none;
}

.news-list li .ico-new {
	margin:0 .5em;
}

.news-list li .ico-pin {
	width:1.6em;
	background:#DDD;
	display:inline-block;
	margin-left: .5rem;
}

.news-list li .ico-pin img {
	height:100%;
	width:auto;
	padding:3px;
}

.news-list .pht-contain{
	width: 100px;
	margin: 0 2% 0 0;
	background: #F4F4EE;
}

.news-list .txt-subject{
	flex: 1;
}
@media screen and (max-width: 1080px) {


	.top-news .btn-more a {
		font-size: 1.4rem;
	}
	
	.news-list li a{
		padding:2rem 0;
	}
	
	.news-list .post-date{
		text-align:left;
	}
	
	.news-list li .link-post{
		width:100%;
		margin-top:.5em;
	}
	

}




/* --------------------------------------------------
news-detail
-------------------------------------------------- */
.post-date-detail{
	margin: 0 2% 1% 0;
	display: inline-block;
}
.post-content .cate-gene,
.post-content .cate-zoo,
.post-content .cate-bota {
	width:7em;
	text-align:center;
	height:1.6em;
	display: inline-block;
}