@charset "UTF-8";
/**
** 一覧・詳細共通
**/
.blog-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-wrapper .blog-entries {
  width: 75%;
  float: left;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-entries {
    width: 100%;
    float: none;
  }
}
.blog-wrapper .blog-entries ul.entries {
  padding: 0;
  margin: 0;
}
.blog-wrapper .blog-entries ul.entries > li.entry {
  list-style-type: none;
}
.blog-wrapper .blog-menu {
  float: right;
  width: 25%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-menu {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 40px;
  }
}
.blog-wrapper .blog-menu section {
  margin-bottom: 30px;
}
.blog-wrapper .blog-menu section > h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  background-repeat: repeat;
  background-image: url(../media/images/lower/bg_title_green.png);
}
.blog-wrapper .blog-menu #calendar_container > table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-menu #calendar_container > table {
    width: 90%;
    margin: 0 auto;
  }
}
.blog-wrapper .blog-menu #calendar_container > table caption {
  text-align: center;
  margin-bottom: 5px;
}
.blog-wrapper .blog-menu #calendar_container > table caption span {
  display: inline-block;
}
.blog-wrapper .blog-menu #calendar_container > table caption span a:hover {
  text-decoration: none;
}
.blog-wrapper .blog-menu #calendar_container > table th {
  text-align: center;
  padding: 3px 0;
  border: none;
  background: #dcdcdc;
}
.blog-wrapper .blog-menu #calendar_container > table th.sun {
  background-color: #ffcccd;
}
.blog-wrapper .blog-menu #calendar_container > table th.sat {
  background-color: #ccdcff;
}
.blog-wrapper .blog-menu #calendar_container > table td {
  border: none;
  text-align: center;
}
.blog-wrapper .blog-menu #calendar_container > table td.sun {
  color: #ff0000;
}
.blog-wrapper .blog-menu #calendar_container > table td.sat {
  color: #0027ff;
}
.blog-wrapper .blog-menu #calendar_container > table td a:hover {
  text-decoration: none;
}
.blog-wrapper .blog-menu ul.list-group {
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-menu ul.list-group {
    padding: 0 10px 0 30px;
  }
}
.blog-wrapper .blog-menu ul.list-group > li {
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-wrapper .blog-menu ul.list-group > li a:hover {
  text-decoration: none;
}

/**
** ブログ詳細
**/
.blog-detail .blog-wrapper .blog-entries ul.entries > li.entry h2 {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../media/images/lower/bg_title_belt.png);
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  padding: 12px 40px;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-wrapper .blog-entries ul.entries > li.entry h2 {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 20px;
  }
}
.blog-detail .blog-wrapper .blog-entries ul.entries > li.entry .writer {
  display: none;
}
.blog-detail .blog-wrapper .blog-entries ul.entries > li.entry .postby {
  font-size: 16px;
  line-height: 1.3;
  padding: 15px 0;
  margin: 20px 0 30px;
  text-align: right;
  border-top: 1px solid #333;
}
.blog-detail .blog-wrapper .blog-menu section:first-of-type {
  display: none;
}

/**
** ブログ一覧
**/
.blog-list .blog-wrapper .blog-entries ul.entries {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.blog-list .blog-wrapper .blog-entries ul.entries:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry {
  list-style-type: none;
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-wrapper .blog-entries ul.entries > li.entry {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a {
  display: block;
  text-decoration: none;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 20px;
  word-break: break-all;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail {
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span {
  display: block;
  height: 150px;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span.image {
  background-size: cover;
  background-position: center;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span.no_image {
  background: #f3f3f3;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span.no_image:after {
  content: "No Image";
  font-family: sans-serif;
  line-height: 150px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span {
    height: 200px;
  }
  .blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .thumbnail span.no_image {
    display: none;
  }
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .entry_date {
  margin: 0 0 12px;
  color: #666666;
  font-size: 15px;
  line-height: 1.3;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .entry_title {
  margin: 0 0 13px;
  font-size: 17px;
  font-weight: bold;
  color: #339900;
  line-height: 1.5;
  min-height: 2.8em;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .text {
  line-height: 1.65;
  color: #000;
  font-size: 15px;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .text p {
  margin: 0;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .text img,
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a .text ul.gallery {
  display: none;
}
.blog-list .blog-wrapper .blog-entries ul.entries > li.entry > a:hover {
  background-color: #e3d2c9;
  border: solid 1px #663300;
}

.single-entry {
  background: white;
  border-radius: 5px;
  padding: 15px;
}
.single-entry h4 {
  margin: 0 0 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background: url(../media/images/lower/bg_title_green.png);
  color: white;
  font-weight: normal;
  font-size: 20px;
}
.single-entry div.postby {
  text-align: right;
}

/*# sourceMappingURL=blog.css.map */
