@charset "utf-8";
/*
Theme Name: Template
Author: 3eee
Author URI: https://3eee.co.jp/
Description: Template build.
Version: 1.0
*/


/*** ページ専用 共通CSS設定 ***/

.list {
    width: 90%!important;
    margin: 0 auto!important;
	padding: 0 !important;
}

.list dl {
	border-bottom: 1px solid #d1d1d1!important;
}

.pagination {
	font-size: var(--fs_s);
    margin: var(--margin_s) auto 0 auto;
    text-align: center;
}

.current {
    border-bottom: 2px solid #000000;
}

.page-numbers {
	color: #0c0c0c;
    margin: 0 1%;
    padding: 0 0.1em;
    font-size: var(--fs_xs);
    letter-spacing: 0;
}

.next {
    font-weight: 500;
    font-size: 80%;
    margin-left: var(--margin_xxs);
}

.next , .prev {
    font-weight: 500;
    font-size: 80%;
    margin-left: var(--margin_xxs);
}


/*----------------------------------------*/


/*　スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {
	

}

/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {

}

@media screen and (min-width: 768px) and (max-width: 900px) {

}

/*　PC
----------------------------------------*/
@media screen and (min-width: 1280px) {

}