.link-box {
  border: 1px solid #e1e1e1;
  padding: 10px;
  display: flex;
  margin: 30px;
}
.link-box:hover {
  background-color: #f3f3f3;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.img-box {
  width: 20%;
  float: left;
}
.img-box div {
  min-height: 130px;
  background-size: cover;
  background-position: center center;
}
.text-box {
  width: 80%;
  float: left;
  padding-left: 20px;
  line-height: 1.7;
  margin: 0;
}
.text-box .title {
  font-size: 1em;
  font-weight: 600;
  color: #428bca;
  padding: 0;
  margin: 0;
}
.text-box .description {
  font-size: 0.8em;
  color: #333;
  padding: 0;
  margin-bottom: 0;
}
.entry-content blockquote.instagram-media {
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-left: 6px;
  padding: 6px;
  opacity: 1;
  max-width: 320px;
}
.entry-content blockquote.instagram-media img {
  border: none;
  max-width: 100%;
}
.entry-content blockquote.instagram-media a[target="_blank"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  color: #262626;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 600;
  text-overflow: ellipsis;
}

.entry-content blockquote.instagram-media a[target="_blank"]:after {
  font-family: "FontAwesome";
  content: "\f16d";
}
.entry-content blockquote.instagram-media::before,
.entry-content blockquote.instagram-media::after {
  content: none;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li:before {
  display: none;
}
.gf,
.archivettl h1.ttl-category::before,
.archivettl h1.ttl-tags::before,
.archivettl h1 span {
  font-family: "Times New Roman", "Georgia", serif !important;
}
.carouselwrap .eyecatch {
  max-height: 240px !important;
}
.carouselwrap {
  width: 100% !important;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.carouselwrap .entry-title {
  font-size: 0.9em !important;
}
#inner-content {
  box-shadow: none !important;
}
.top-post-list .post-list:first-child a {
  border-top: none !important;
  border-bottom: 1px solid #ddd !important;
}
.widget.widget_search input[type="search"] {
  border: 1px solid #ccc !important;
}
.bgfull .header {
  margin-top: 0 !important;
}
ul.wpp-list li a.wpp-post-title {
  font-weight: normal;
}
#toc_container {
  position: relative;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, 0.15);
}
#toc_container li a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  font-size: 0.8em;
}
#toc_container li li a {
  font-weight: 300;
}
#toc_container p.toc_title {
  position: relative;
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.5em;
}
.toc_title:before {
  content: "\f024";
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: #333;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
#toc_container.no_bullets li {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0.1rem;
}
#toc_container p.toc_title + ul.toc_list {
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .post .column-wrap .d-1of2:nth-child(even) {
    display: none;
  }
}
