body {
	margin: 0px !important;
	padding: 0px !important;
	overflow-x : hidden;
	overflow-y : auto;

}

div {
	margin: 0px !important;
	padding: 0px !important;
	height: auto !important;
	width: 100% !important;
	background-color: #FFF;
}
/* アイコン */
.icon {
	display: none;
}

/* 日付 */
.date {
    margin-left: 0px;
    font-weight: bold;
}

/* タイトル */
.title {
    margin-left: 10px;
    font-weight: normal;
}

/* コメント */
.news {
    text-align: left;
}

/* 上部と下部の間の線 */
.line1 {
/*    background-color: #ccc;*/
}

/* コメントの下の線 */
.line2 {
}
table {
	width: 100% !important;
}

/*スタイル指定参考例

通常の文字の太さ
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;

*/

