body#news {
	-webkit-text-size-adjust: 100%;
	font-family: 'Poppins','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	/*font-size: 62.5%;*/
	font-size: 14px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
article {
	padding: 10px;
	color: rgba(0,0,0,1.0);
	height: 100%;
}
article h1 {
	font-family: 'Poppins';
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	background: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
	padding: 20px;
}
#news dl {
	color: rgba(0,0,0,1.0);
	margin-top: 0;
	margin-bottom: 0;
}
#news dl dt {
	font-size: 14px;
	font-weight: 700;
}
#news dl dd {
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(0,0,0,1.0);
}
#news dl dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#news dl dd a,
#news dl dd a:visited,
#news dl dd a:active {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#news dl dd a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: underline;
}