@charset "utf-8";
/* CSS Document */

.post .des{margin-bottom:64px;}
/* ===== 投稿用スタイルシート ===== */
.post h1 {margin:0 0 24px;font-weight:600;color:#89800C;}
.post h2 {margin:0 0 24px;padding-bottom:8px;border-bottom: solid 2px #89800C;font-size:18px;color:#89800C;}
.post h3 {margin:0 0 16px;padding:0 16px;font-weight:600;background-color:#89800C;color:#FFFFFF;}
.post h4{margin-bottom:16px;font-weight:600;}
.post h5,.post h6{margin-bottom:16px;clear:both;}

.post ol{margin: 0 0 16px 0;list-style:decimal;}
.post ul{margin: 0 0 16px 0;list-style:disc;}
.post li{margin:0 0 4px 24px;}
.post strong{font-weight: bold;}
.post cite,.post em,i{font-style: italic;}
.post ins{background: #ffc;text-decoration: none;}
.post blockquote{font-style: italic;padding: 0 3em;}
.post hr{margin-bottom:24px;color:#89800C;}

.post blockquote cite,.post blockquote em,.post blockquote i{font-style: normal;}
.post pre{line-height: 16px;margin-bottom: 16px;padding: 1.5em;}
.post abbr,.post acronym{border-bottom: 1px dotted #666;cursor: help;}

.post sup,.post sub{height: 0;line-height: 1;position: relative;vertical-align: baseline;}
.post sup{bottom: 1ex;}
.post sub{top: .5ex;}

/* 画像 */
.post .aligncenter{margin:0 auto;clear:both;display:block;}
.post .wp-caption-text{margin:5px 0 0;}
.post .wp-caption{margin:0 0 16px 0;padding:8px 0;border:1px solid #CCCCCC;background-color:#F1F1F1;text-align:center;}

/* NewsList */
.post dl{margin-bottom: 12px;display: flex;justify-content: space-between;flex-wrap: wrap;font-size: 14px;}
.post dl dd{width: calc(100% - 100px);}
.post dl a{color: #333333;transition: 0.4s;}