@charset "utf-8";

.result {
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 40px;
	font-size: 26px;
}
.result strong {
	font-size: 36px;	
}
div.result_col {
	float: left;
	width: 25%;
	padding: 0 13px;
	margin: 0 0 60px;
	box-sizing: border-box;
	cursor: pointer;
}
div.result_col:hover img {
	opacity: 0.8;	
}

div.result_col img {
	width: 100%;
	height: auto;	
}
div.thumb {
	margin-bottom: 10px;	
}

div.result_col p {
	font-size: 14px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

div.result_col p.pro_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 400;
}

div.result_section div.result_col:nth-child(4n+1) {
	clear: both;	
}

div.wp-pagenavi {
	clear: both;
	height: 80px;
	margin: 70px 0 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	margin: 5px;
	display: inline-block;
	border-radius: 2px;
	color: #000;
	background: #FFF;
	text-decoration: none;
}
.wp-pagenavi a.nextpostslink {
	border: none;
	background: none;
	font-size: 20px;
}


.wp-pagenavi span.current {
	font-weight: bold;
	background: #000;
	color: #FFF;
}
