/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2021 | 12:19:21 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.slick-dots{
  font-size: 5px;
}
.wppsac-post-image-bg{
  /*border: 1px 1px 0 1px solid gray;*/
}

.wppsac-post-carousel.design-1 .slick-prev{
  left: -30px !important;
}
.wppsac-post-carousel.design-1 .slick-next{
  right: -30px !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg{
  margin: 0 auto;
}

/*お知らせ一覧の画像サイズ*/
.posts-layout .entry-media
{
  max-width: 300px;
}