/* アイコン */
.icon {
    font-weight: bold;
}

/* 日付 */
.date {
    margin-left: 10px;
    font-weight: bold;
    font-size:12px;
}

/* タイトル */
.title {
    margin-left: 10px;
    font-weight: bold;
    font-size:12px;
}

/* コメント */
.news {
    text-align: left;
    font-size:12px;
    line-height:150%;
}

/* 上部と下部の間の線 */
.line1 {
    background-color: #e1eaff;
    height:3px;
}

/* コメントの下の線 */
.line2 {
}


/*スタイル指定参考例

通常の文字の太さ
font-weight: normal;

太字
font-weight: bold;

文字の大きさ
font-size: 10px;
font-size: 12px;
など、数字を変えます

文字の位置　左寄せ
text-align: left;

文字の位置　右寄せ
text-align: right;

文字の位置　中央寄せ
text-align: center;

背景色
background-color: #e1eaff;
色コード、もしくは規定の色名称を指定します
background-color: blue;

左側にあるものと間隔を作る
margin-left: 10px;

右側にあるものと間隔を作る
margin-right: 10px;

非表示にする
display: none;

*/
