@charset "UTF-8";

.info_list {
	margin-top: 20px;
	padding: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.pager {
	margin-top: 10px;
	padding: 20px 0;
	margin-bottom: 40px;
}

.pager a {
	color: #F27280;
	text-decoration: underline;
}

.pager a:hover {
	text-decoration: none;
}

.pager_prev {
	float: left;
}

.pager_prev:before {
	display: inline-block;
	font-style: 10px;
	vertical-align: middle;
	font-family: icomoon;
	margin-right: 10px;
	content: "\e90a";
}

.pager_next {
	float: right;
}

.pager_next:after {
	display: inline-block;
	font-style: 10px;
	vertical-align: middle;
	font-family: icomoon;
	margin-left: 10px;
	content: "\e900";
}



/* All SP & Tablet */
@media screen and (max-width:1020px) {
}

/* All SP */
@media screen and (max-width:640px) {
.pager {
	margin-bottom: 0;
	padding: 20px 10px;
}
}