@charset "utf-8";
.list-component dl {
	float: left;
	width: 20%;
	font-size: 16px;
	text-align: center;
}
.list-component dt {
	padding: 15px 0;
	background-color: #dedbd2;
	border-right: 2px solid #fff;
	font-weight: 400;
}
.list-component dd {
	padding: 15px 0;
	border-right: 2px solid #dedbd2;
	border-bottom: 2px solid #dedbd2;
}
.list-component dl:last-child dd {
	border-right: none;
}
.wrap-news-content .news-head.border001{
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 640px){
	.list-component dt {
		padding: 10px 0;
		background-color: #dedbd2;
		border-right: 1px solid #fff;
	}
	.list-component dl {
		width: 33.3333%;
		font-size: 13px;
	}
	.list-component dl:nth-child(3n) dd {
		border-right: none;
	}
	.list-component dl:last-child dd {
		border-right: 1px solid #dedbd2;
	}
	.list-component dd {
		padding: 10px 0;
		border-right: 1px solid #dedbd2;
		border-bottom: 1px solid #dedbd2;
	}
}