@charset "UTF-8";
#contents.topics {
	width: 1200px;
	margin: 0 auto 110px;
	text-align: left;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}
.topics_content {}
.topics_list {
	display: flex;
	flex-wrap:wrap;
	margin: 0 -10px 40px;
}
.topics_list .topics_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.topics_title {
	font-size: 13px;
	overflow: hidden;
	padding-top: 2px;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
}

.topics_item + .topics_item {
	margin-top: 20px;
}
.topics_list .topics_item + .topics_item {
	margin-top:0;
}
.topics_photo {
	text-align: center;
}
.topics_link {}
.topics_image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.topics_list .topics_image{
	margin-bottom: 10px;
}
.topics_comment {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 60px;
}
.topics_comment *{
	line-height:1.4;
}

.topics_comment a{
	text-decoration: underline;
}

/* ページャー
--------------------------------------------------------------------*/
.topics_pager {}
.topics_pager_results {
	float: left;
	font-size:14px;
	line-height: 30px;
}
.pager {
	display: flex;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}
.pager li {
	display:inline-block;
	height: 30px;
	width: 30px;
	margin: 0 5px;
	position: relative;
}
.pager li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
}
.pager .pager_number {
	line-height: 30px;
}
.pager .pager_number a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.pager .pager_number.active span {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #e6e6e6;
}
.pager_number.brank span {}
.pager .pager_prev {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}
.pager .pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.pager .pager_next {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.pager .pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
