@charset "UTF-8";

main{
  padding-top:100px;
}

.page .singleTit {
  color: var(--c-base);
  padding-top: 150px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(../img/mv_backB.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
article {
/*     text-align: left; */
/*   margin-top:50px; */
}
article h3{
margin-bottom: 30px;
}

article .entry-header {
  width: 90%;
  max-width: 600px;
  margin: 50px auto 30px;
  text-align: left;
}
article .entry-title {
  padding-bottom: 0px;
  border-bottom:  3px solid #000;
  margin: 10px auto 0;
  font-size: 1.8rem;
  /*! display: flex; */
  /*! justify-content: space-between; */
  /*! align-items:  flex-end; */
  line-height: 2em;
  text-align: left;
  position: relative;
}
article .entry-meta {
	font-family: Helvetica, Arial, "ryo-gothic-plusn",sans-serif;
  font-size: .5em;
  font-weight: normal;
  margin-left: auto;
  margin-right: 0; 
  display: inline-block;
  line-height: .6em;
	margin-bottom: 0;
	position: absolute;
	bottom: -2em;
  right: 0;
}

article .post-thumbnail {
  text-align: center;
}
article .post-thumbnail img{
  width: 100%;
  max-width: 600px;
  height: auto;
  /*! margin: 0 auto; */
}
article .attachment-800x500article .attachment-800x500article .entry-content {
}
article .comment {
  margin: 20px auto 30px;
  text-align: left;
  width: 90%;
  max-width: 600px;
  
}
article .comment br {
  display: initial
}
article .pager {
  display: flex;
  margin: 50px auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 330px;
}
article .pager li.pagenolink {
  color: #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:  solid 3px #dddddd;
  padding: 5px 0;
  width: 160px;
}
article .pager li .eng {
  font-family: var(--font-titg);
  font-size: 1.5em;
  font-weight: bold;
}
article .pager li .icon {
  font-size: .8em;  
  line-height: .8em;
}
article .pager li:nth-of-type(1) .icon {
  margin-right: .5em;
  margin-left: auto;
}
article .pager li:nth-of-type(2) .icon {
  margin-left: .5em;
  margin-right: auto;
}
article .pager li .jpcomment {
  font-size: .9em;
}
article .pager a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-bottom:  solid 3px #000000;
  padding: 5px 0;
  width: 160px;

}
article .pager a:hover {
  border-color: #1a3fae;
}

