/* ************************************************
*  layout
* ************************************************ */
#container {
    margin:0px auto;
    width:1200px;
    text-align:left;
}

#main {
    float: left;
    width: 1200px;
    margin-top: 20px;
}

/* ************************************************
*  Top_Page
* ************************************************ */
#top_post_list {
}
#top_post_list .top_post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
#top_post_list .post_thumbnail_noimage300 > div {
    width:180px;
    height: 180px;
    line-height: 180px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 14px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
#top_post_list .post_thumbnail_noimage300:hover {
    text-decoration: none;
}
#top_post_list .post_thumbnail_noimage300:hover > div {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
#top_post_list .post_list_thumbnail {
    width: 180px;
    float: left;
}
#top_post_list .post_list_box {
    background-color: #fff;
    width: calc(100% - 210px);
    float: right;

}
#top_post_list .post_list_box .post_title {
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
#top_post_list .post_list_box .sub_info {
  margin-bottom: 14px;
}
#top_post_list .post_list_box .sub_info .sub_info_date {
}
time.sub_info_date {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
}
.sub_info_cate{
  display: block;
}

.sub_info_cate a{
  display: inline-block;
  padding: 4px 8px;
  background: #999;
  color: #FFF !important;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 50px;
}

#top_post_list .post_list_box .sub_info .sub_info_author {
}
#top_post_list .post_list_box .content {
    margin-bottom: 10px;
    font-size: 12px;
}
#top_post_list .post_list_box .more {
  text-align: right;
}
#top_post_list .post_list_box .more a {
  display: inline-block;
  padding: 8px 14px;
  text-align: center;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* ************************************************
*  detail_page
* ************************************************ */
.post_list_area {
    background-color: #fff;
    border-radius: 5px;
}
#single_post_list .post_list_box {
}
#single_post_list .post_list_box .post_title {
    font-size: 18px;
    float: left;
}
#single_post_list .post_list_box .sub_info {
    float: right;
}
#single_post_list .post_list_box .sub_info .sub_info_date {
}
#single_post_list .post_list_box .sub_info .sub_info_author {
}
#single_post_list ,.post_list_area .np_btn {
    padding: 0 0 60px;
}
.post_list_area .np_btn .pre_link {
    width: 320px;
    word-break: break-all;
}
.post_list_area .np_btn .next_link {
    width: 320px;
    word-break: break-all;
}
#single_post_list .single_post_info {
    padding: 30px 0;
    border-top : 1px solid #dfdfdf;
    border-bottom : 1px solid #dfdfdf;
}
#single_post_list .single_post_detail {
    padding: 10px 0px;
}
#single_post_list .single_post_detail .main_image img {
    max-width:100%;
    max-height: 100%;
}
#single_post_list .post_thumbnail_noimage730 {
    width:500px;
    height: 500px;
    line-height: 500px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 36px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    margin: 0 auto;
}

#single_post_list .sub_info_cate{
  margin-top: 10px;
}
.single_post_detail .blog_inner {
    padding: 30px 0 60px;
    font-size: 14px;
    word-break: break-all
}
.blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5,
.blog_inner h6 {
    margin-bottom: 15px;
    text-align:left;
    line-height: 1.6em;
}
.blog_inner h1 {
   font-size: 2.4em;
   text-align: center;
   margin-bottom: 50px;
   letter-spacing: 0.05em;
   margin-top: 30px;
 }
.blog_inner h2 {
   font-size: 1.8em;
   border-bottom: 2px solid #333;
   padding-bottom: 10px;
   margin-bottom: 30px;
   margin-top: 50px;
 }
.blog_inner h3 {
   font-size: 1.3em;
   border-left: 4px solid #333;
   padding-left: 10px;
   margin-top: 30px;
   margin-bottom: 30px;
 }
.blog_inner h4 {
   font-size: 1.17em;
   margin-top: 30px;
 }
.blog_inner h5 {
   font-size: 0.83em;
 }
.blog_inner h6 {
   font-size: 0.67em;
 }
.blog_inner p{
  margin-bottom: 1.5em;
  line-height: 1.6em;
}
.blog_inner ul {
  list-style: disc;
  margin-bottom: 2em;
  margin-left: 20px;
}
.blog_inner ul li{
  list-style: disc;
  line-height: 1.6em;
}

.blog_inner ol {
  list-style: decimal;
  margin-bottom: 2em;
  margin-left: 20px;
}
.blog_inner ol li{
  list-style: decimal;
  line-height: 1.6em;
}
.blog_inner blockquote{
  padding: 40px 30px 10px 30px;
  background: #f0f0f6;
  position: relative;
  border-left: 4px solid #ddd;
  font-style: italic;
  margin-bottom: 20px;
}

.blog_inner blockquote p{
  font-style: italic;
}
.blog_inner blockquote:before{
  content: "”";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 40px;
  color: #ddd;
}
.blog_inner strong{
  font-weight: bold;
}

.np_thumnail img , .np_thumnail_noimage  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail ,.np_thumnail_noimage  , .np_thumnail_noimage  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.np_thumnail  .prev_arrow , .np_thumnail_noimage .prev_arrow {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    left: -24px;
}
.np_thumnail  .next_arrow , .np_thumnail_noimage .next_arrow  {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    right: -24px;
}

.np_thumnail a:hover img  , .np_thumnail_noimage a:hover {
    text-decoration: none;
}
.np_thumnail a:hover img > div , .np_thumnail_noimage a:hover > div.noimage {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn > div {
    padding-bottom: 60px;
    border-bottom : 1px dotted #333;
}
.np_btn .next_exp,.np_btn .prev_exp
{
    width: 320px;
    word-break: break-all;
}
.np_btn .prev_title ,.np_btn .next_title  {
    font-size: 14px;
    margin-bottom: 10px;
}

/*type=2*/
.np_thumnail_type2 img , .np_thumnail_noimage_type2  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail_type2{
    width : 320px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
}.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.np_thumnail_type2 a:hover img  , .np_thumnail_noimage_type2 a:hover {
    text-decoration: none;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}
.np_thumnail_type2 a:hover img > div , .np_thumnail_noimage_type2 a:hover > div.noimage {
    text-decoration: none;
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn_type2 li {
    float: left;
    padding-left:14px;
    width: 150px;
}
/*sns*/
.sns_t {
    padding: 20px 0;
}
.sns_t li {
    float:left;
    margin-left: 10px;
}
.sns_t li:first-child {
    margin-left: 0;
}
.sns_t li img {
    width: 25px;
    height: 25px;
}
.sns_b {
    position:relative;
    overflow:hidden;
}
.sns_b ul {
    position:relative;
    left:50%;
    float:left;
}
.sns_b li {
    position:relative;
    left:-50%;
    float:left;
    margin-left: 10px;
}
.sns_b li:first-child {
    margin-left: 0;
}
.sns_b li img {
    width: 40px;
    height: 40px;
}
/* ************************************************
*  archive_list
* ************************************************ */
#archive_list {
    padding-bottom: 60px;
    margin: 0 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
#archive_list .archive_list_title {
    padding: 30px 0;
    margin-bottom: 60px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}
#archive_list .archive_list_title .post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}
#archive_list li {
    float: left;
}
#archive_list li.archive_year {

}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li.archive_month a {
    display: block;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
#archive_list li:last-child {
    border-right: 1px solid #333;
}
#archive_list li.noarchive_year {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year:hover a ,#archive_list li.archive_month:hover a {
    text-decoration: none;
}

/* ************************************************
*  error404
* ************************************************ */
#error404 {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 300px;
    padding-top: 100px;
}
#error404 .error_title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
#error404 .error_exp {
    border-top : 1px solid #333;
    border-bottom : 1px solid #333;
    padding: 30px 0;
    font-size: 16px;
}
/* ************************************************
*  bread_crumb
* ************************************************ */
#bread_crumb {
  padding: 15px 0;
}
#bread_crumb ul{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
#bread_crumb li {
}

#bread_crumb li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg) translateY(-2px);
  margin: 0;
}

#bread_crumb li > a,
#bread_crumb li > span{
  display: inline-block;
  margin-right: 3px;
}
#bread_crumb li:not(:first-child) > a,
#bread_crumb li:not(:first-child) > span{
  margin-left: 8px;
}

/* ************************************************
*  pagenation
* ************************************************ */
.pagination {
    position: relative;
    height: 100px;
    text-align: center;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #999999;
    text-decoration: none!important;

}
.pagination a.no_border {
    border: 1px solid #fff;
}
.pagination a {
    border: 1px solid #999999;
    padding: 8px 13px;
}
.pagination a:hover{
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
.pagination .current{
    padding: 8px 13px;
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
/* ************************************************
*  main title
* ************************************************ */

.main_title {
    padding: 30px 0;
    margin: 0 0 30px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.main_title .post_title {
    font-size: 18px;
    padding: 0;
}

/* ************************************************
*  hover image
* ************************************************ */
a:hover img {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
a img {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

/* ************************************************
*  ribbon
* ************************************************ */
/* .ribbon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0 0 1px;
}
.ribbon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    background: red;
    content: "New";
    text-align: center;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    padding: 5px 10px;
    left: -30px;
    top: 3px;
    transform: rotate(-30deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ribbon div ,
.ribbon img {
    margin-bottom: 0;
} */

/* ************************************************
*  comments
* ************************************************ */
#comment_area {
    background:#f2f2f2;
    margin-top:1em;
    line-height:1.4em;
}
#comment_area h3#comments {
    font-size:130%;
    margin:0 0 0.7em;
}
#comment_area ol {
    list-style:none;
}
#comment_area ol li {
    overflow: hidden;
}
#comment_area ol li.depth-1{
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px;
    padding:12px 12px 30px;
}
#comment_area ol li ul.children {
    margin-left: 10%;
}
img.avatar {
    margin-right:8px;
    float:left;
}
span.says{
    display:none;
}
cite.fn {
    font-size:90%;
}
div.comment-meta {
    font-size:80%;
}
div.comment-meta:after {
    content:'';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.comment-body p {
    font-size:90%;
    color:#000;
    margin:10px;
}
div.reply {
    margin-bottom:0.2em
}
div.reply:after {
    content:'';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
div.reply a {
    text-align: right;
}
#respond {
    background:rgba(255,255,255,0.4);
    padding:1em;
    margin: 20px 0;
}
#respond h3#reply-title {
    font-size:130%;
    color:#000;
}
#respond h3#reply-title small a {
    font-size:70%;
    text-decoration:underline;
}
#respond p {
    margin-bottom:0.5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
    font-size:80%;
}
#respond p.form-submit {
    margin : 30px 0;
    text-align: center;
}
input#author, input#email, textarea#comment {
    width:98%;
    border:1px #d7d7d7 solid;
    margin-top:0;
    font-size:14px;
    padding:7px 1%;
    color:#000;
}
textarea#comment {
    line-height:1.6em;
}
input#submit{
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    color: #fff;
    background: #555;
    border:none;
}
.comment-np-btn {
    margin: 20px 0 0;
}
.comment-pre ,.comment-next{
    cursor:pointer;
    font-size:110%;
    margin:0;
    border:none;
}
.comment-next {
    float: right;
}

/* ************************************************
*  wp
* ************************************************ */


@media (max-width: 767px) {
  .blog_inner .table-default.responsive-stack th {
    width: 100% !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .blog_inner .table-default.responsive-stack td {
    width: 100%;
    display: block;
  }
}

.blog_inner .table-default.thWidthAuto th {
  width: auto;
}

.blog_inner .responsive-scroll {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog_inner .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
    margin-bottom: 4%;
  }
  .blog_inner .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .blog_inner .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar {
    height: 5px;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.blog_inner .link_arrowIcon a {
  display: inline-block;
  color: #cc0000;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  padding-left: 15px;
}

.blog_inner .link_arrowIcon a:hover {
  opacity: 0.8;
}

.blog_inner .link_arrowIcon a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.blog_inner .highlightBox {
  background: rgba(150, 150, 150, 0.1);
  padding: 3%;
  margin-bottom: 3%;
}

.blog_inner .highlightBox h2, .blog_inner .highlightBox h3, .blog_inner .highlightBox h4, .blog_inner .highlightBox h5 {
  margin-top: 0;
}

iframe.wp-embedded-content {
    max-width: 100%;
}


/* 記事リンク */
.postLink{
  max-width: 400px;
  margin: auto !important;
}

.postLink > *{

}

.postLink a{

}
