@charset "UTF-8";

/* 新着記事 */

#Contents .BorderTable .New, #Contents .BorderTable .Today, #Contents .BorderTable .Day1, #Contents .BorderTable .Day2 {
	text-align: center;
	white-space: nowrap;
}
#Contents .BorderTable .New { background-color: gold; }
#Contents .BorderTable .Today { background-color: springgreen; }
#Contents .BorderTable .Day1 { background-color: mistyrose; }
#Contents .BorderTable .Day2 { background-color: bluelight; }

BorderTable .Cat { text-align: center !important; }
.SrcNews, .SrcPaper, .SrcTV	{ background-color: springgreen !important; }	/* 新聞, News, TV */
.SrcCK, .SrcOut			{ background-color: skyblue !important; }	/* 中韓, 国外 */
.SrcShogi			{ background-color: gold !important; }		/* 将棋 */
.SrcF1				{ background-color: tomato !important; }	/* F1 */
.SrcIT				{ background-color: orange !important; }	/* IT */
.SrcOth				{ background-color: antiquewhite !important; }	/* 他 */

