@charset "utf-8";
/**
 * diary.css
 */

/* normalize
--------------------------------------------------*/
.boxSizing {-ms-box-sizing: border-box;box-sizing: border-box;}


/* layout
--------------------------------------------------*/
/* contentsHeader */
	#contentsHeader .title_diary {
		position: relative;
		width: 100%;
		padding: 60px 0 30px;
		text-align: center;
	}
	#contentsHeader .title_diary .en {
		/* display: block; */
		margin-right: 20px;
		font-size: 154.5%;
		line-height: 1.3;
		letter-spacing: 0.13em;
	}
	#contentsHeader .title_diary p {
		/* display: block; */
		margin-top: 20px;
	}

/* upper-content */
	#upper-content .title_diary {
		position: relative;
		width: 100%;
		padding: 60px 0 30px;
		text-align: left;
		font-size: 2.0em;
	}
	#upper-content .title_diary .en {
		/* display: block; */
		margin-right: 20px;
		font-size: 154.5%;
		line-height: 1.3;
		letter-spacing: 0.13em;
	}
	#upper-content .title_diary p {
		/* display: block; */
		margin-top: 20px;
	}

/* contents */
	#contents {
		position: relative;
	}
/* content-innner */
	#content-inner .container {
		/* margin-left: -15px;
		margin-right: -15px; */
	}

	.pagination_box {
	clear: both;
 	width: 100%;
	display: flex;
	align-items:stretch;
	flex-direction: row;
	justify-content: space-between;
	margin:40px 0px;
	font-size: 1.2em;
	}

	.pagination_next 
	{
	width: 20%;
	/* margin: 10px; */
	text-align: left;
	}
	.pagination_back 
	{
	width: 40%;
	/* margin: 10px; */
	text-align: center;
	}
	.pagination_prev
	{
	width: 20%;
	/* margin: 10px; */
	text-align: right;
	}

	
/* gFooter
--------------------------------------------------*/
	#gFooter {
		position: relative;
	}

/* notfound
--------------------------------------------------*/
	#notfound {
		height: 270px;
		text-align: center;
	}

/* ページネーションの汎用スタイル */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

/* TB
--------------------------------------------------*/
@media only screen and (max-width:1023px) {

/* contentsHeader */


/* notfound
--------------------------------------------------*/
	#notfound {
		height: auto;
		text-align: center;
	}

}


/* SP
--------------------------------------------------*/
@media only screen and (max-width:767px) {

	#logoA {
		height: 73px;
	}
/* contentsHeader */


}