/* 常石専用記事詳細画面 */
/* 通常の記事詳細画面からオーバーライド・追加する分のみ記載する */

.News__MainImage {
  width: 300px;
  height: auto;
  float: right;
  margin-left: 2em;
}

.News__MainImage .simpleimage_frame {
  /* IEではunsetが効かないので、autoと併用する */
  margin-left: auto;
  margin-left: unset;
  margin-right: auto;
  margin-right: unset;
}

@media (max-width: 576px) {
  .News__MainImage {
    width: 10em;
  }
}

.News__Footer {
  clear: right;
}

.News .News__Footer .News__SubItemTtl *:last-child {
  margin-left: unset;
  color: unset;
  font-size: unset;
}

.News .News__Footer .News__SubItemTtl .download_link {
  margin-left: auto;
  color: #999;
  font-size: 12px;
}
