@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;
}
#news-area table .head2 {
    margin-top: 0;
    font-size: 140%;
    margin-bottom: 10px;
}
#news-area table .head3 {
    margin-top: 0;
    font-size: 125%;
	margin-bottom: 10px;
}
#news-area table .pc_img1-1 {
	margin-left: 0;
	margin-bottom: 10px;
}
#news-area table p {
	margin-top: 0;
}
#news-area table .overSpace {
	margin-top: 20px;
}

@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) {
	#news-area .table-box .scroll-table th, #news-area .table-box .scroll-table td {
		white-space: normal;
	}
}
