#news-index {}

#posts {
	border-top: solid 1px #d8d8d8;
}
#posts .post {
	border-bottom: solid 1px #d8d8d8;
	padding: 12px 4px;
}
#posts .news-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
}
#posts .news-update {
	margin-right: 16px;
}
#posts .news-category {}
#posts .news-title {
	font-size: 14px; font-size: 1.4rem;
	line-height: 24px; line-height: 2.4rem;
	letter-spacing: 1px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#posts .news-caption {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#posts .news-meta a,
#posts .news-title a {
	text-decoration: none;
}
#posts .news-meta a:hover,
#posts .news-title a:hover {
	text-decoration: underline;
}

#paginator {}
#paginator ul {
	display: flex;
	justify-content: center;
	margin: 12px 0 -4px 0;
}
#paginator ul li {
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
#paginator ul li+li:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #d8d8d8;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#paginator ul li.start+li:before {
	display: none;
}
#paginator ul li a,
#paginator ul li span {
	display: inline-block;
	padding: 4px 12px;
}
#paginator ul li a {
	text-decoration: none;
}
#paginator ul li a:hover {
	text-decoration: underline;
}
#paginator ul li span {
	color: #d8d8d8;
}
#paginator ul li.start,
#paginator ul li.last {
	display: none;
}
#paginator ul li span.current {
	font-weight: bold;
	color: #333;
}

.empty-message {
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
}

@media screen and (min-width: 768px)
{
	#posts .post {
		padding: 16px 8px;
	}
	#posts .news-meta {
		font-size: 12px; font-size: 1.2rem;
		line-height: 20px; line-height: 2.0rem;
		margin: 4px 0 2px 0;
	}
	#posts .news-update {
		margin-right: 18px;
	}
	#posts .news-title {
		font-size: 16px; font-size: 1.6rem;
		line-height: 28px; line-height: 2.8rem;
		letter-spacing: 1px; letter-spacing: 0.1rem;
		margin-top: 1px;
	}
	#posts .news-caption {
		font-size: 14px; font-size: 1.4rem;
		line-height: 22px; line-height: 2.2rem;
		margin-bottom: 10px;
	}

	#paginator ul {
		margin: 28px 0 0 0;
	}
	#paginator ul li {
		font-size: 14px; font-size: 1.4rem;
		line-height: 22px; line-height: 2.2rem;
	}
	#paginator ul li+li:before {
		height: 16px;
	}
	#paginator ul li.start+li:before {
		display: block;
	}
	#paginator ul li a,
	#paginator ul li span {
		padding: 4px 16px;
	}
	#paginator ul li.start,
	#paginator ul li.last {
		display: block;
	}

	.empty-message {
		font-size: 16px; font-size: 1.6rem;
	}
}





#search {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: space-between;
	padding: 0 0 24px 0;
	max-width: 325px;
	margin: 0 auto;
}

#search select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background-color: #fff;
	border: solid 1px #d8d8d8;
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	padding: 5px 28px 5px 8px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	cursor: pointer;
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.1);
	width: 100%;
}
#search select::-ms-expand {
	display: none;
}
#search select:focus,
#search select:hover {
	border: solid 1px #bbb;
}

#search dl {
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px 0;
}
#search dl dt,
#search dl dd {
}
#search dl dt {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
}
#search dl dt label {
	display: block;
	padding: 6px 0;
}
#search dl dd {
	position: relative;
	flex-grow: 2;
}
#search dl dd:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	pointer-events: none;
}
#search input[type="submit"] {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background-color: #000;
	color: #fff;
	padding: 7px 24px;
	display: block;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
}
#search input[type="submit"]:hover {
	background-color: #333;
}

@media screen and (min-width: 768px)
{
	#search {
		max-width: 100%;
		width: 100%;
		flex-direction: row;
		align-content: stretch;
		justify-content: center;
		padding-bottom: 32px;
	}
	#search select {
		font-size: 14px; font-size: 1.4rem;
		line-height: 20px; line-height: 2.0rem;
		box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
		min-width: 120px;
	}
	#search dl {
		justify-content: center;
		padding: 0;
	}
	#search dl dt {
		font-size: 14px; font-size: 1.4rem;
		line-height: 20px; line-height: 2.0rem;
	}
	#search dl dt label {
		padding: 6px 0;
	}
	#search dl dd {
		flex-grow: 0;
		margin-right: 24px;
	}
	#search dl dd:after {
		border-width: 8.7px 5px 0 5px;
	}
	#search input[type="submit"] {
		font-size: 14px; font-size: 1.4rem;
		line-height: 20px; line-height: 2.0rem;
		padding: 6px 16px;
		margin: 0 0 0 4px;
	}
}


