@charset "utf-8";
#newsBody ul.disc {
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 0;
	font-size: 1em;
}
#newsBody .annotation{
		font-size: 0.9em;
}
#newsBody th {
	white-space: nowrap;
}
#newsBody td {
	text-align: left;
}
#newsBody dt {
    font-size: 1em;
}
#newsBody dd {
    font-size: 1em;
}
.white {
	color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
	#newsBody dt {
		float: left;
		width: 15%;
	}
	#newsBody dd.area01 {
		float: left;
		width: 20%;
	}
	#newsBody dd.area02 {
		float: left;
		width: 65%;
	}
}
@media only screen and (max-width: 1023px) {
	#newsBody dt {
		float: left;
		width: 20%;
	}
	#newsBody dd.area01 {
		float: left;
		width: 25%;
	}
	#newsBody dd.area02 {
		float: left;
		width: 55%;
	}
}

