    /* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

    /* 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 15px 15px ;
      padding:0;
      /*font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    }
    ul#newsList li{
      color:#4C4C4C;
      font-size:18px;/*pooedit*/
      margin:0;
      padding:5px 0;
      margin-bottom:3px;
      border-bottom:1px dotted #ccc;
      line-height:120%;
      list-style-type:none;
    }
    a{color:#7A2942;text-decoration:underline;}
    a:hover{color:#5F2235;text-decoration:none;}

    .up_ymd {
      line-height: 1.8;
    }
    .catName{
      /*display:inline-block;*/
      display: none;/*pooedit*/
      padding:3px 8px;
      border:1px solid #ccc;
      border-radius:6px;
      font-size:11px;
      line-height:100%;
      margin:0 2px;
    }
    .newMark{
      display:inline-block;
      border:1px solid #FC4B2D;
      padding:1px 4px;
      font-size:11px;
      line-height:100%;
      background:#BA0043;
      color:#fff;
      box-shadow:1px 1px 1px #999;
      border-radius:8px;
      font-style:italic;
      position: relative;/*pooedit*/
      top: -3px;/*pooedit*/
      left: 3px;/*pooedit*/
    }
    .title {
      position: relative;/*pooedit*/
      left: 15px;/*pooedit*/
    }
    .comment{
      margin-left: 15px;
      display:block;
      padding:3px 0;
      float:left;
      overflow:hidden;
      font-size:13px;
      width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
    }
    .thumbNailWrap{
      /*display:block;*/
      display:none;/*pooedit*/
      width:110px;
      float:left;
      height:80px;
      overflow:hidden;
    }

