@charset "utf-8";

@import url("style_common.css");

.post-header{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 1px;
  word-wrap: break-word;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.post-cat{
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  letter-spacing: 0;
  color: #222222;
}
.post-cat a{
  line-height: 1.4em;
  padding: 5px 10px;
  color: #fff!important;
  border-radius: 15px;
  background-color: #222222;
  display: block;
}

.entry-title{
  position: relative;
  z-index: 1;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  letter-spacing: 0;
}
.entry-title .line {
  background-color: #b3b3b3;
  width: 32px;
  height: 1px;
  display: block;
  margin-top: 14px;
}

@media only screen and (max-width: 750px){
}
.post-meta{
  display: block;
  margin-top: 15px;
}
.post-date-box{
  display: block;
  margin-bottom: 4px;
  text-align: right;
}
.post-date-box .post-date{
  font-size: 12px;
  letter-spacing: 1px;
  color: #b3b3b3;
}
.post-thumb{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-thumb.horizontal{
  width: 100%;
}
.post-thumb.horizontal img{
  display: block;
  width: 100%;
  height: auto;
}
.post-thumb.vertical{
}
.post-thumb.vertical:before{
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.post-thumb.vertical img{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-main{
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px){
}

.post-main-box{
  padding: 30px;
  border-radius: 2px;
  background: #fff;
}
@media only screen and (max-width: 750px){
  .post-main-box{
    padding: 20px;
  }
}

/* =========================================================
ez-toc-container
========================================================= */
#ez-toc-container {
  border:1px solid #b3b3b3;
  padding: 20px 20px 0;
  margin-bottom: 60px;
}
#ez-toc-container .ez-toc-title-container {
}
#ez-toc-container .ez-toc-title {
  font-size: 32px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
}
#ez-toc-container nav {
  display: block;
}
#ez-toc-container nav ul{
  display: block;
  padding: 0;
  margin: 0;
}
#ez-toc-container nav ul li{
  display: block;
  line-height: 1.4em;
  padding: 0;
  margin:0;
}
#ez-toc-container nav ul li a{
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b3b3b3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px){
}
