/* ******************************************************************************** */
/*                                                                                  */
/*  32877 LINK                                                                      */
/*  作成：32877（http://32877.xii.jp/）                                             */
/*                                                                                  */
/* ******************************************************************************** */
/* ################################################################################ */
/*      0.ニュースプラグインの設定                                                  */
/* ################################################################################ */
/* ================================================================================ */
/*      0-1.ニュース一覧                                                            */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      0-1-1:ニュース定義リスト                                                    */
/* -------------------------------------------------------------------------------- */
dl.news dt {
    clear: left;
    float: left;
  margin: 0 0 20px;
  border-left: solid 8px #ccc;
  padding-left: 5px;
  color: #000;
}
dl.news dd{margin: 0 0 20px 115px;}
dl.news dd a{font-size: 1.2em; margin-bottom: 10px;}
/* -------------------------------------------------------------------------------- */
/*      0-1-2:カテゴリーラベル                                                      */
/* -------------------------------------------------------------------------------- */
dl.news span{
    width: 90px;
    text-align: center;
    background-color: #eee;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
}
dl.news span a{ text-decoration: none;}
/* ================================================================================ */
/*      0-2.ニュース記事                                                            */
/* ================================================================================ */
div.news h3{font-size: 1.5em; font-weight: bold;}
/* -------------------------------------------------------------------------------- */
/*      0-2-1:ニュースファイル                                                      */
/* -------------------------------------------------------------------------------- */
div.news div.image{
	margin: 10px 0;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
div.news div.image img{max-width:100%;}
/* -------------------------------------------------------------------------------- */
/*      0-2-2:ニュース情報                                                          */
/* -------------------------------------------------------------------------------- */
div.news ul.information{
    background-color: #eee;
    margin: 0;
    padding: 5px 10px;
    height: 20px;
}
div.news ul.information li{
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
}
div.news ul.information li:after{content:"｜"}
 