.archive {
  
}
  .archive > div {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    
    position: relative;
    min-height: 200px;
    margin-bottom: 50px;
  }
    .archive > div > a {
      display: block;
      text-decoration: none;
    }
    .archive > div > a:hover {
      opacity: 0.8;
    }
      .archive a span {
        display: block;
      }
      .archive .thumb {
        overflow: hidden;
        position: relative;
        width: 100px;
        text-align: center;
      }
      .archive .thumb img {
        display: block;
      }
      .archive .thumb.none {
        background: #F0F0F0 url('../../common/img/noimage.png') center center / 100% auto no-repeat;
      }
      .archive .data {
        color: #565655;
        font-weight: 700;
      }
      .archive .title {
        margin-bottom: 25px;
        color: #565655;
        font-size: 18px;
        line-height: 1.85em;
      }
      .archive .body {
        color: #565655;
      }
      .archive .cat {
        -js-display: -webkit-flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
        
        margin: 5px 0 0;
        padding: 0;
        color: #565655;
        font-size: 12px;
        line-height: 1em;
        list-style: none;
      }
        .archive .cat li {
          margin-right: 3px;
          margin-bottom: 3px;
        }
          .archive .cat a {
            display: inline-block;
            padding: 5px 5px;
            background: #F3F3F3;
            color: #999999;
            text-decoration: none;
          }
          .archive .cat a:hover {
            background: #CF055E;
            color: #ffffff;
          }

.single {
  
}
  .single .thumb {
    
  }
    .single .thumb img {
      
    }
  .single .data {
    color: #565655;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.85em;
  }
  .single .cat {
    -js-display: -webkit-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    
    margin: 5px 0 0;
    padding: 0;
    color: #565655;
    font-size: 12px;
    line-height: 1em;
    list-style: none;
  }
    .single .cat li {
      margin-right: 3px;
      margin-bottom: 3px;
    }
      .single .cat a {
        display: inline-block;
        padding: 5px 5px;
        background: #F3F3F3;
        color: #999999;
        text-decoration: none;
      }
      .single .cat a:hover {
        background: #CF055E;
        color: #ffffff;
      }
  .single .title {
    color: #565655;
    font-size: 22px;
    line-height: 1.85em;
  }
  .single .body {
    margin-top: 20px;
    color: #565655;
  }

  .single strong {
    
  }

.wp-caption {
  margin: 0;
}
.wp-caption-text {
  
}

/* =================================
Gallery
================================= */
.gallery {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
  padding-left: 10px;
}
  .gallery-item {
    width: 200px;
    margin: 0 10px 10px 0;
    padding: 0;
  }
    .gallery-icon {
      overflow: hidden;
      margin: 0;
      padding: 0;
      /*border-radius: 7px;*/
    }
      .gallery-item a {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
      }
      .gallery-item a:hover {
        opacity: 0.8;
      }
        .gallery-item img {
          display: block;
        }
    .gallery-caption {
      margin: 0;
      padding: 5px 0 0;
      text-align: center;
      line-height: 1.3em;
    }

/* =================================
Comment
================================= */
.comments {
  margin: 0;
  padding: 0;
}
  .comment {
    margin: 0;
    padding: 10px 0 20px;
  }
    .comment .body {
      padding: 10px 0 0;
      border-top: dotted 1px #C8C5C4;
    }
.comments .children {
  padding: 10px 20px 0px;
  background: #f3f3f3;
}
.comment-respond {
  margin-top: 80px;
}
  .comment-respond p {
    margin-bottom: 10px;
  }
    .comment-respond label {
      display: block;
      width: 150px;
    }
    .comment-respond input,
    .comment-respond textarea {
      display: block;
      padding: 0 7px 0;
      font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.85em;
      letter-spacing: 0.05em;
      border: solid 1px #dcdddd;
    }
    .comment-respond .submit {
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      display: block;
      min-width: 200px;
      margin: 50px auto 0;
      padding: 20px 20px 20px;
      background: #000000;
      color: #ffffff;
      text-align: center;
      font-size: 17px;
      line-height: 1em;
      text-decoration: none;
      border: none;
      cursor: pointer;
    }
    .comment-respond .submit:hover {
      opacity: 0.8;
    }

/* =================================
Pager
================================= */
.nav-pager-01 {
  position: relative;
  width: 100%;
  height: 68px;
  margin-top: 60px;
  padding-top: 25px;
  border-top: solid 1px #E7E7E7;
}
  .nav-pager-01 .prev,
  .nav-pager-01 .next {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    
    overflow: hidden;
    display: block;
    width: 51px;
    height: 68px;
    text-indent: 105%;
    white-space: nowrap;
  }
  .nav-pager-01 .prev {
    position: absolute;
    left: 0;
    top: 25px;
    background: url('../../common/img/btn_prev_01.png') left top / 100% auto no-repeat;
  }
  .nav-pager-01 .next {
    position: absolute;
    right: 0;
    top: 25px;
    background: url('../../common/img/btn_next_01.png') left top / 100% auto no-repeat;
  }
  .nav-pager-01 .prev:hover,
  .nav-pager-01 .next:hover {
    opacity: 0.8;
  }

@media screen and (min-width: 751px) {
  .archive .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
  }
  .archive .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .archive > div {
    padding-left: 250px;
  }
  .comment-respond p {
    -js-display: -webkit-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
}

/* =================================
Sitemap
================================= */
.grid-sitemap {
  width: 100%;
  margin-top: 10px;
}
  .grid-sitemap ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .grid-sitemap li {
    margin: 0 0 5px;
    padding: 0;
  }
  .grid-sitemap a {
    position: relative;
    text-decoration: none;
  }
  .grid-sitemap a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    vertical-align: -1px;
    border: solid 1px #000000;
  }
  .grid-sitemap a:hover::before {
    opacity: 0.8;
    background: #006c9f;
  }

@media screen and (min-width: 751px) {
  .grid-sitemap {
    -js-display: -webkit-flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
    .grid-sitemap ul {
      width: 30%;
    }
}

/* =================================
Old CSS
================================= */
ol,ul,li,nav ul {
	list-style:none;
}
ul,li,img{
	margin:0;
	padding:0;
}
caption,th {
	text-align:left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
img,td,th {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th{
	text-align: left;
	vertical-align: top;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
/* CLEAR FIX*/
.clearfix:after,
p.text:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.clearfix,
p.text{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
* html p.text { height: 1%;}
.clearfix,
p.text{display: block;}
/* End hide from IE-mac */

/* decoration
----------------------------------------------------------------------------------*/
.single strong{
	color: #d40394;
	font-size: 170%;
}
.single .note{
	font-size: 85%;
}
.single table{
	margin: 0 0 10px;
	border: 0;
}
.single table th,
.single table td{
	padding: 5px 10px;
	border-bottom: 1px dotted #c8c8c8;
}
.single .alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}
.single .alignright {
    float: right;
    margin: 7px 0 28px 28px;
}
.single .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}
.single .col2,
.single .col3{
	width: 780px;
	margin: 0 -30px 30px 0;
	letter-spacing: -0.4em;
	overflow: hidden;
}
.single .col2 li,
.single .col3 li{
	display: inline-block;
	margin: 0 30px 30px 0;
	vertical-align: top;
	letter-spacing: normal;
}
.single .col2 li{
	width: 360px;
}
.single .col3 li{
	width: 230px;
}
