/* clearfix */
.clearfix:after { content:"."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* for macIE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* リスト全体 */
ul#newsList { margin: 0; padding: 0; }
/* リスト */
ul#newsList li { display: flex; justify-content: space-around; flex-wrap: wrap; -webkit-flex-wrap: wrap; list-style-type: none; margin: 0; position: relative; }
/* 日付 */
.up_ymd { width: 100%; color: #fff; font-size: 15px; font-weight: 400; text-align: left; line-height: 1; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.4px; margin: 0; padding: 10px 10px 7px 10px; background-color: #6fba2c; white-space: nowrap; box-sizing: border-box; }
/* タイトル */
.title { width: 100%; color: #595959; font-size: 14px; font-weight: 700; text-align: left; line-height: 1.5; margin: 0 0 12px 0; padding: 8px 10px; border: 2px solid #6fba2c; background-color: #fff; box-sizing: border-box; transition: 0.4s; }
.title:hover { color: #6FBA2C; }
a { display: block; }
/* カテゴリ表示 */
.catName{ color: #fff; font-size: 13px; font-weight: 700; line-height: 1; padding: 4px; margin: 0; background-color: #595959; border: none; position: absolute; top: 7px; right: 7px }
/* NEWマーク */
.newMark{ color: #fff; font-size: 13px; font-weight: 400; line-height: 1; font-family: 'Roboto Condensed', sans-serif; padding: 2px 3px; margin: 0; background-color: #595959; border: none; border-radius: 2px; position: absolute; top: 8.5px; right: 10px }
/* 本文 ＊非表示の場合は設定いらない */
.comment{  }
/* リストに画像表示 */
.thumbNailWrap{  }
/* Pager style */
.pager { display: flex; justify-content: flex-end; list-style-type: none; margin: 0; }
/*ページャーボタン*/
.pager a { width: 23px; height: 23px; border: 1px solid #6fba2c; color: #6fba2c; font-size: 12px; font-weight: 700; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-feature-settings: "palt"; text-decoration: none; margin: 0 0 12px 6px; display: flex; justify-content: center; align-items: center; transition: 0.4s; }
/*現在のページのボタン*/
.pager a.current{ width: 23px; height: 23px; border: 1px solid #6fba2c; color: #fff; background-color: #6fba2c; font-size: 12px; font-weight: 700; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-feature-settings: "palt"; text-decoration: none; margin: 0 0 12px 6px; display: flex; justify-content: center; align-items: center; transition: 0.4s; }
.pager a:hover { background: #6fba2c; color: #fff; }
.overPagerPattern { padding:0 2px; }
/*カテゴリボタン*/
.cat-0 {  }
.cat-1 {  }
.cat-2 {  }