@charset "utf-8";
#newsBody ul.disc {
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 15px;
	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;
}
.text-indent {
	margin-left: 3.94em;
}
#news-area .pc_img1-1 {
	margin-bottom: 20px;
}
.underLine {
	text-decoration: underline;
}
@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%;
	}
    #news-area .pc_img1-1 {
		width: 660px;
	}
}
@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%;
	}
	#news-area td .pc_imgbox img { 
		width: 30%;
	}
}
