/*島根フィルムコミッション*/
@charset "utf-8";

/********お知らせ********/
#post_details {
  margin: 5% 4% 0 4%;
}
.news_box {
  margin: 1%;
  border-bottom: 1px dotted #a6a6a6;
}
.update_at {
  padding: 0 0 1% 0;;
}
.post_title {
  border-bottom: 1px solid #888;
  padding-bottom: 7px;
}
.post_content {
  margin: 4% 0 2% 0;
}
.post_content p {
  margin: 5px 0;
}
.post_content img {
  max-width: 100%;
  height: auto;
  margin: 2% 0 1% 0;
  object-fit: contain;
}
.related_article {
  background: #8dc11f;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 1% 0 1% 0;
  width: 250px;
}
#related_article {
  margin: 5% 4% 0 4%;
}
.related_article_ul {
  /*padding: 0 5% 0 5%;*/
  padding-left: 0;
}
.text {
  padding: 1%;
}

/**************** タブレットレイアウト（560px～）****************/
@media (min-width: 560px) {

/*.post_content img {
  height: auto;
  margin: 2% 0 1% 0;
}*/

}

/**************** デスクトップレイアウト（960px～）****************/
@media only screen and (min-width:960px){

.post_content img {
  max-width: 800px;
}

}
