@charset "UTF-8";

/* ***************************************
 * home.php
 * **************************************/

.sort {
	background: #fafafa;
	padding: 45px;
	margin-bottom: 60px;
}

/* カテゴリ */
.sort ul.categoryList {
	
}
.sort ul.categoryList li {
	display: inline-block;
}
.sort ul.categoryList li:not(:last-child) {
	margin-right: 18px;
	    margin-top: 12px;
}
.sort ul.categoryList li a.btnCategory {
    display: inline-block;
        background: #FFF;
    padding: 3px 18px;
    font-size: .9em;
    border: 1px solid rgba(5, 103, 64, .3);
    border-radius: 4px;
}
.sort ul.categoryList li a.btnCategory:hover {
	opacity: 1;
    background: #056740;
    color: #FFF;
}

/* 年別アーカイブ */
.sort .year {
	margin-top: 18px;
}
.sort .year select {
	width: 220px;
	padding: 12px 22px 12px 12px;
	font-size: .8em;
}


@media screen and (max-width: 768px) {
	.sort {
		padding: 30px;
	}
	
	/* カテゴリ */
	.sort form.categoryList {
		
	}
	.sort form.categoryList select {
		width: 220px;
		padding: 12px 22px 12px 12px;
		font-size: .8em;
	}
}
@media screen and (max-width: 559px) {
	.sort {
		padding: 0;
		background: none;
	}
	
	/* カテゴリ */
	.sort form.categoryList select {
		width: 100%;
	}

	/* 年別アーカイブ */
	.sort .year select {
		width: 100%;
	}
}


/* ***************************************
 * single.php
 * **************************************/

.news-meta {
	background: #fafafa;
	padding: 30px;
}
.news-meta time {
	color: #999;
	font-size: .9em;
}
.news-meta p.news-metaTitle {
	margin-top: 9px;
}


.news-singleContents {
	
}


.sns-share {
	text-align: right;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
.sns-share ul.sns-shareList {
	display: flex;
	justify-content: flex-end;
}
.sns-share ul.sns-shareList li {
	margin-left: 12px;
}
