/* ▼ 余白リセット ▼ */

table {
       border: none;
       padding: 0px;
       margin: 0px;
}

/* ▲ 余白リセット ▲ */


/* ▼お知らせブログ(rss) - ブログ更新表示▼ */

/* テーブル */
.feedline {
           width: 974px;     /* 個別ブログ記事枠 */
           font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;     /* フォント指定 */
           table-layout: fixed;     /* 表の1行目を読み込んだ時点でレイアウト(各セルの幅)を決定 */
           border-collapse: collapse;     /* 隣接する境界線を結合して(重ねて)表示 */
           margin-bottom: 3px;

}

.feedicon {
           width: 20px;     /* 矢印マーク画像枠 */
           padding-top: 4px;
           vertical-align: top;
}

.feedtime {
           width: 96px;     /* 日付枠 */
           vertical-align: top;
}

.feedtitle {
            vertical-align: top;     /* ブログ記事タイトル枠 */
}

.feedtitle a {
              color: #231f20;     /* 文字色：黒色 */
              text-decoration: none;
} 

.feedtitle a:hover {
                    text-decoration: underline;
}

/* ▲お知らせブログ(rss) - ブログ更新表示▲ */
