@charset "utf-8";
/*
************************************************************************
* ページネーション
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.pagination
{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:stretch;
	align-content:stretch;
}
.pagination > *
{
	flex:1 1 1%;
}
.pagination .prev
{
	text-align:left;
}
.pagination .next
{
	text-align:right;
}
.pagination .pages
{
	text-align:center;
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
}
