/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
@media screen and (min-width: 769px) {
  .koukoku-pc {
    display: block;
  }

  .koukoku-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .koukoku-pc {
    display: none;
  }

  .koukoku-sp {
    display: block;
  }
}

.content .border {
  height: auto;
}

div[data-google-query-id] {
  text-align: center;
}
.related_post {
  margin-bottom: 50px;
}
.related_post h3 {
  padding-left: 0;
}
.related_post ul {
  padding-left: 15px;
}
/* .related_post ul li:before {
  content: '\2022';
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */
.related_post ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* .related_post ul li:before {
  content: '\2022';
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

img[src$="https://baby-calendar.jp/images/rss/logo_rss.png"]
{
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  float: right;
}
.related_image_url,
.related_wide_image_link {
  text-align: right;
}
.related_image_url img,
.related_wide_image_link img {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .related_image_url img,
  .related_wide_image_link img {
    max-width: 25%;
  }
}
