body{
	font-size: 16px;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	font-family: sans-serif, serif;
	background: #fff;
	color: #222;
	position: relative;
}

a{
	text-decoration: none;
}

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

main{
    margin-top: 50px!important;
    margin: auto;
}

footer{
    background-color: #eee;
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 2rem;
    border-bottom: #264F96 3px solid;
}

section{
	padding: 1.25rem 0;
}

.show_768{
	display: none;
}


@media screen and (max-width: 1040px) {
	.wrapper{
		padding: 1rem 20px;
	}
}

@media screen and (max-width: 768px) {
	.show_768{
		display: block;
	}
	.hide_768{
		display: none;
	}
	body {
	    font-size: 14px;
	}
}


/*////////////////////////////////////////////////////////*/
/*//////////////////// responsive ////////////////////////*/
/*////////////////////////////////////////////////////////*/
.respd{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	margin-bottom: -5px!important;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// fadeaction ////////////////////////*/
/*////////////////////////////////////////////////////////*/

.fade{
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.fade:hover{
    opacity: 0.7;
}




/****ページネーション****/
.pagenation{
    margin: 50px auto;
}
.pager__item-current{
    padding: 10px!important;
}
.pager__item a{
    color: #000;
}
.pager__item-current, .pager__item:hover, .pager__item a:hover{
    background: #000;
    color: #fff;
}
.page-numbers, .pager__item {
	font-family: 'Cardo','Noto Serif JP', serif;
	font-size: 14px;
}
.pager__item-prev a {
    padding-left: 10px;
}
.pager__item-next a {
    padding-right: 10px;
}
.pager__item {
    border: 1px solid #ccc;
}
