@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

html, body {
font-family: "Sawarabi Mincho"; 
}


.wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

header {
	overflow: hidden;
	text-align: center;
	margin: 35px auto 12px;
}
h1{
	font-size: 16px;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px 0 10px 0px;
	padding: 0px;
}


h2, h3{
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px 0 10px 0px;
	padding: 0px;
}


/*pager*/
.pager ul{
	margin-top: 50px;
	padding: 0px;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content:         space-around;
}
.pager ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.pager ul li a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

.pager ul li a:hover{
	color: #CCC;
}

/*Font Awesome*/
.space-l{
	font-size: 9px !important;
	font-weight: normal;
	display: inline-block;
	margin-right: 7px;
}

/*footer*/
footer p{
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 2em;
}



/*lightbox*/
.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
	display: none !important;	
}
